MyHealth@Eu Medical Imaging Report
0.0.1 - ci-build 150

MyHealth@Eu Medical Imaging Report - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Coverage: Imaging - JSON Representation

Raw json | Download

{
  "resourceType" : "Coverage",
  "id" : "ExampleCoverageImg",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ehdsi.eu/imaging/StructureDefinition/coverage-img-myhealtheu"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage ExampleCoverageImg</b></p><a name=\"ExampleCoverageImg\"> </a><a name=\"hcExampleCoverageImg\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-coverage-img-myhealtheu.html\">Coverage: Imaging</a></p></div><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode EHCPOL}\">extended healthcare</span></p><p><b>policyHolder</b>: <a href=\"Organization-PolicyHolderOrg.html\">Organization Health Insure Corp</a></p><p><b>subscriber</b>: <a href=\"Patient-SubscriberPatient.html\">John Doe  Male, DoB: 1980-05-15</a></p><p><b>beneficiary</b>: <a href=\"Patient-BeneficiaryPatient.html\">John Doe  Male, DoB: 1980-05-15</a></p><p><b>period</b>: 2023-01-01 --&gt; 2025-01-01</p><p><b>payor</b>: <a href=\"Organization-PayorOrg.html\">Organization Imaging Coverage Payor</a></p><p><b>contract</b>: <a href=\"Contract-ImagingContract.html\">Contract</a></p></div>"
  },
  "status" : "active",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code" : "EHCPOL",
        "display" : "extended healthcare"
      }
    ]
  },
  "policyHolder" : {
    🔗 "reference" : "Organization/PolicyHolderOrg"
  },
  "subscriber" : {
    🔗 "reference" : "Patient/SubscriberPatient"
  },
  "beneficiary" : {
    🔗 "reference" : "Patient/BeneficiaryPatient"
  },
  "period" : {
    "start" : "2023-01-01",
    "end" : "2025-01-01"
  },
  "payor" : [
    {
      🔗 "reference" : "Organization/PayorOrg"
    }
  ],
  "contract" : [
    {
      🔗 "reference" : "Contract/ImagingContract"
    }
  ]
}