{
  "resourceType" : "Coverage",
  "id" : "ExampleCoverageImg",
  "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><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"
  }]
}