CMS Health Tech Ecosystem
Last Updated: April 30, 2026
TendTo participates in the CMS Health Tech Ecosystem as a pledged Patient-Facing App in the Kill the Clipboard category. This page is the canonical disclosure for CMS reviewers, patients, and caregivers.
We pledge to empower patients to retrieve their health records from CMS Aligned Networks or personal health record apps and share them with providers via QR codes or Smart Health Cards/Links using FHIR bundles. When possible, we will return visit records to patients in the same format. We commit to seamless, secure data exchange — eliminating the need for patients to repeatedly recall and write out their medical history. We are committed to "kill the clipboard," one encounter at a time.
From the Pre-Visit Packet screen a caregiver picks what clinical data goes in the packet (active medications, allergies, recent appointments, recent vitals), and TendTo assembles a FHIR R4 Bundle, encodes it as a SMART Health Card v1, and renders the result as one or more QR codes ready to show at clinic check-in.
vc.credentialSubject.fhirBundle payload, signed with ES256 (ECDSA P-256). Numeric encoding for QR per spec (each char = two digits)./.well-known/jwks.json with alg=ES256 and use=sig.shc:/1/N/..., shc:/2/N/...) which the caregiver UI paginates.Coverageresource that travels with the bundle when the caregiver opts into the "Insurance card" checkbox.When the caregiver chooses Smart Health Link instead of a one-shot QR, TendTo stores an encrypted snapshot of the SHC server-side and returns a shlink:/-encoded discovery URL the clinic can open in any SMART Health Link verifier.
shlink:/ payload. Verifiers read the key from the QR, decrypt the JWE, then verify the inner ES256 JWS against the JWKS./api/health-cards/shl/<id>/manifest.json — verifier POSTs an optional recipient string and receives an embedded JWE.shlink:/ URL is itself the capability — treat it like a key and share it only with the intended clinic.The pledge asks issuers to also receive visit records back from the provider. TendTo implements this with single-use bearer tokens caregivers issue from /visits. The token URL goes to the clinic on paper or by QR; the clinic's EHR posts a FHIR R4 Bundle to the public inbound endpoint /api/visit-records/inbound/<token>, and TendTo runs the same importer used for Blue Button to merge medications, allergies, conditions, appointments, and observations into the caregiver's circle.
activitiesrow visible on the patient feed and an fhir_activity_log row tagged source=visit_record, so caregivers see exactly when a clinic returned their data.Every Blue Button import, SMART Health Card issuance, and SMART Health Link issuance is recorded in the patient-visible activity feed alongside circle activities (medications, appointments, documents, etc.). Caregivers see exactly who accessed which records and when, satisfying the CMS Interoperability Framework's audit-transparency requirement.
TendTo connects directly to Medicare Blue Button 2.0, the CMS-operated FHIR R4 endpoint for Medicare beneficiaries. Caregivers grant access via OAuth 2.0 with PKCE; access and refresh tokens are encrypted at rest with AES-256-GCM. Imported resources live in the caregiver's care circle and are the source for the SMART Health Card the caregiver builds.
fhir_activity_log with direction export and source shc.tendto.ai/.well-known/jwks.json.For CMS review, security questions, or HIPAA inquiries: [email protected]
Conversational AI Assistants pledge · Privacy policy · Terms of service · Cookie policy