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 {
|
||||
|
|
|
|||
|
|
@ -20,32 +20,32 @@ const description = "We handle the federal paperwork that keeps providers billab
|
|||
<div class="pw-card-grid">
|
||||
<a class="pw-card" href="/services/healthcare/npi-revalidation">
|
||||
<h3>Medicare Revalidation (PECOS)</h3>
|
||||
<p class="pw-card-price">$399 per filing</p>
|
||||
<p class="pw-card-price">$599 per filing</p>
|
||||
<p>CMS requires every enrolled provider to revalidate every 5 years. Miss it and your billing privileges deactivate. We prepare and file it in PECOS.</p>
|
||||
</a>
|
||||
<a class="pw-card" href="/services/healthcare/medicare-enrollment">
|
||||
<h3>Medicare Enrollment (PECOS)</h3>
|
||||
<p class="pw-card-price">$499 per filing</p>
|
||||
<p class="pw-card-price">$699 per filing</p>
|
||||
<p>New CMS-855 enrollment: taxonomy, practice location, authorized official, EFT. We assemble the package and file it.</p>
|
||||
</a>
|
||||
<a class="pw-card" href="/order/npi-reactivation">
|
||||
<h3>NPI Reactivation</h3>
|
||||
<p class="pw-card-price">$249 per filing</p>
|
||||
<p class="pw-card-price">$449 per filing</p>
|
||||
<p>Reactivate a deactivated NPI in NPPES and re-certify the record so you can resume billing.</p>
|
||||
</a>
|
||||
<a class="pw-card" href="/order/nppes-update">
|
||||
<h3>NPPES Data Update</h3>
|
||||
<p class="pw-card-price">$149 per filing</p>
|
||||
<p class="pw-card-price">$349 per filing</p>
|
||||
<p>CMS requires NPPES updates within 30 days of any change. We update and re-attest your record.</p>
|
||||
</a>
|
||||
<a class="pw-card" href="/order/oig-sam-screening">
|
||||
<h3>OIG / SAM Exclusion Screening</h3>
|
||||
<p class="pw-card-price">$99 / year</p>
|
||||
<p class="pw-card-price">$299 / year</p>
|
||||
<p>Annual OIG LEIE and SAM exclusion screening for you and your staff, with a compliance certificate.</p>
|
||||
</a>
|
||||
<a class="pw-card" href="/order/provider-compliance-bundle">
|
||||
<h3>Provider Compliance Bundle</h3>
|
||||
<p class="pw-card-price">$699 / year</p>
|
||||
<p class="pw-card-price">$899 / year</p>
|
||||
<p>Revalidation monitoring, OIG/SAM screening, and NPPES upkeep in one annual package.</p>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ const description = "New to Medicare or adding a practice location? We assemble
|
|||
</section>
|
||||
|
||||
<section class="pw-cta-section">
|
||||
<a class="pw-cta" href="/order/medicare-enrollment">Start my Medicare enrollment — $499 →</a>
|
||||
<a class="pw-cta" href="/order/medicare-enrollment">Start my Medicare enrollment — $699 →</a>
|
||||
</section>
|
||||
</main>
|
||||
</Base>
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ const description = "CMS requires every enrolled provider and supplier to revali
|
|||
</section>
|
||||
|
||||
<section class="pw-cta-section">
|
||||
<a class="pw-cta" href="/order/npi-revalidation">File my Medicare revalidation — $399 →</a>
|
||||
<a class="pw-cta" href="/order/npi-revalidation">File my Medicare revalidation — $599 →</a>
|
||||
</section>
|
||||
</main>
|
||||
</Base>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue