Insurance or self-pay coverage for a patient, identifying the insurer and beneficiary. This page documents the Coverage resource as served by the mock.health synthetic FHIR R4 sandbox — 6 search parameters, US Core 6.1 profiling, and the elements accepted on write.
GET https://api.mock.health/fhir/Coverage — searchGET https://api.mock.health/fhir/Coverage/{id} — read by logical idPOST https://api.mock.health/fhir/Coverage — create (Pro)PUT https://api.mock.health/fhir/Coverage/{id} — update (Pro)patient (reference) — required — Patient who is the beneficiarystatus (token) — active | cancelled | draft | entered-in-erroridentifier (token) — External identifiertype (token) — Coverage type codebeneficiary (reference) — Beneficiary of the coverage (Patient reference)payor (reference) — Issuer of the coverage (Organization reference)Fields accepted when creating or updating a Coverage. Required elements are base FHIR cardinality; the rest are US Core must-support.
status (code) — required — active | cancelled | draft | entered-in-errorbeneficiary (Reference(Patient)) — required — Plan beneficiarypayor (Reference(Organization)[]) — required — Issuer of the coveragetype (CodeableConcept) — US Core MS — coverage type codesubscriberId (string) — US Core MS — subscriber ID / member numberrelationship (CodeableConcept) — US Core MS — beneficiary relationship to subscriberperiod (Period) — US Core MS — coverage periodBase definition: HL7 FHIR R4 Coverage. Category: Financial.
API reference · Quickstart · USCDI compliance · SMART on FHIR