hc emails: add source-grounded 'verify it yourself' trust blocks to all programs
The revalidation email had a 'check the official CMS record yourself' proof block (the strongest trust signal), but the other four healthcare programs had none -- just the generic SOC2/guarantee footer. Each now points the provider to the actual public government source that backs its claim: - NPPES outdated -> 'Look up my NPI on NPPES' (npiregistry.cms.hhs.gov, fully public; shows the exact address/taxonomy/contact payers and CMS see). - OIG screening -> 'Search OIG LEIE / Search SAM.gov' (exclusions.oig.hhs.gov + sam.gov), with an honest note that a one-time self-search isn't the documented recurring screening CMS expects. - Reactivation (deactivated) -> deactivation isn't a single public dataset, so this is framed honestly: most deactivations follow a lapsed revalidation (public CMS Revalidation list) and show in NPPES; also 'are your claims paying?' as a self-check. No fabricated 'deactivated record' card. - Compliance bundle -> all four official sources (CMS Revalidation, NPPES, OIG LEIE, SAM.gov) it monitors year-round. All four government URLs verified reachable (200/302). No paper/mail filing mechanics revealed; CMS/NPPES/OIG/SAM public names are fine and signal expertise.
This commit is contained in:
parent
19785629d1
commit
aa195e6c18
4 changed files with 42 additions and 0 deletions
|
|
@ -28,6 +28,17 @@
|
|||
<tr><td style="padding:10px 0;color:#6b7280;">Our service fee</td><td style="padding:10px 0;font-weight:700;text-align:right;color:#047857;">$899/yr</td></tr>
|
||||
</table>
|
||||
|
||||
<!-- Verify-it-yourself: the bundle monitors public government sources end to
|
||||
end, so the provider can confirm every input we watch. -->
|
||||
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" style="margin:14px 0 22px;"><tr><td style="background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;padding:16px;">
|
||||
<p style="margin:0 0 6px;font-size:13px;color:#1e3a8a;font-weight:700;">We monitor the official government sources — see them yourself.</p>
|
||||
<p style="margin:0 0 12px;font-size:13px;color:#1e40af;line-height:1.6;">Everything in the bundle is grounded in public CMS, NPPES, and exclusion data for NPI <strong>{{ .Subscriber.Attribs.npi }}</strong>. We watch all of it year-round so nothing slips:</p>
|
||||
<a href="https://data.cms.gov/tools/medicare-revalidation-list" style="display:inline-block;margin:0 6px 6px 0;padding:9px 16px;background:#fff;border:1px solid #1d4ed8;color:#1d4ed8;font-weight:700;border-radius:8px;text-decoration:none;font-size:12px;">CMS Revalidation ↗</a>
|
||||
<a href="https://npiregistry.cms.hhs.gov/search" style="display:inline-block;margin:0 6px 6px 0;padding:9px 16px;background:#fff;border:1px solid #1d4ed8;color:#1d4ed8;font-weight:700;border-radius:8px;text-decoration:none;font-size:12px;">NPPES ↗</a>
|
||||
<a href="https://exclusions.oig.hhs.gov/" style="display:inline-block;margin:0 6px 6px 0;padding:9px 16px;background:#fff;border:1px solid #1d4ed8;color:#1d4ed8;font-weight:700;border-radius:8px;text-decoration:none;font-size:12px;">OIG LEIE ↗</a>
|
||||
<a href="https://sam.gov/search/?index=ex" style="display:inline-block;margin:0 0 6px 0;padding:9px 16px;background:#fff;border:1px solid #1d4ed8;color:#1d4ed8;font-weight:700;border-radius:8px;text-decoration:none;font-size:12px;">SAM.gov ↗</a>
|
||||
</td></tr></table>
|
||||
|
||||
<!-- CTA -->
|
||||
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" style="margin:22px 0;"><tr><td style="background:#ecfdf5;border:2px solid #10b981;border-radius:10px;padding:18px;text-align:center;">
|
||||
<p style="font-size:14px;color:#065f46;margin:0 0 6px;font-weight:600;">One annual bundle covers your core CMS obligations.</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue