healthcare: +$200 across all 6 provider services; add segmented marketing email builder (5 compliance-problem campaigns) + rendered HTML
This commit is contained in:
parent
9bcd27db80
commit
3859557506
10 changed files with 527 additions and 14 deletions
|
|
@ -214,12 +214,12 @@ export const SERVICE_META: Record<string, { name: string; price_cents: number; g
|
|||
"hazmat-phmsa": { name: "PHMSA Hazmat Registration", price_cents: 14900, gov_fee_label: "PHMSA registration fee, by business size" },
|
||||
"state-emissions": { name: "State Clean-Truck / Emissions Compliance", price_cents: 10900 },
|
||||
// Healthcare / NPI
|
||||
"npi-revalidation": { name: "Medicare PECOS Revalidation Filing", price_cents: 39900 },
|
||||
"npi-reactivation": { name: "NPI Reactivation", price_cents: 24900 },
|
||||
"nppes-update": { name: "NPPES Data Update / Attestation", price_cents: 14900 },
|
||||
"medicare-enrollment": { name: "Medicare Enrollment (PECOS)", price_cents: 49900 },
|
||||
"oig-sam-screening": { name: "OIG/SAM Exclusion Screening (Annual)", price_cents: 9900 },
|
||||
"provider-compliance-bundle": { name: "Provider Compliance Bundle (Annual)", price_cents: 69900 },
|
||||
"npi-revalidation": { name: "Medicare PECOS Revalidation Filing", price_cents: 59900 },
|
||||
"npi-reactivation": { name: "NPI Reactivation", price_cents: 44900 },
|
||||
"nppes-update": { name: "NPPES Data Update / Attestation", price_cents: 34900 },
|
||||
"medicare-enrollment": { name: "Medicare Enrollment (PECOS)", price_cents: 69900 },
|
||||
"oig-sam-screening": { name: "OIG/SAM Exclusion Screening (Annual)", price_cents: 29900 },
|
||||
"provider-compliance-bundle": { name: "Provider Compliance Bundle (Annual)", price_cents: 89900 },
|
||||
};
|
||||
|
||||
export function formatUSD(cents: number): string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue