FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.dapl
Resource TypeCoverage
IdCoverage-de-identified-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Coverage",
  "id": "de-identified-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-coverage"
    ]
  },
  "status": "active",
  "type": {
    "text": "Private Insurance"
  },
  "beneficiary": {
    "reference": "Patient/de-identified-example"
  },
  "period": {
    "start": "2019-03-17",
    "end": "2023-03-17"
  },
  "payor": [
    {
      "reference": "Organization/acme-payer"
    }
  ]
}