Zambia Immunizations FHIR Implementation Guide
1.0.0 - STU1 Zambia flag

Zambia Immunizations FHIR Implementation Guide, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/Zambia-Immunizations/ and changes regularly. See the Directory of published versions

: Coverage - Insurance or Medical Plan - JSON Representation

Raw json | Download


{
  "resourceType" : "Coverage",
  "id" : "MedicalInsuranceExample",
  "meta" : {
    "profile" : [
      🔗 "http://moh.gov.zm/fhir/immunizations/StructureDefinition/medical-insurance"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage MedicalInsuranceExample</b></p><a name=\"MedicalInsuranceExample\"> </a><a name=\"hcMedicalInsuranceExample\"> </a><a name=\"MedicalInsuranceExample-en-US\"> </a><p><b>status</b>: Active</p><p><b>kind</b>: Insurance</p><p><b>policyHolder</b>: <a href=\"Organization-MedicalInsuranceCompanyExample.html\">Organization Medical Insurance Company 1</a></p><p><b>subscriberId</b>: <code>http://moh.gov.zm/fhir/immunizations/identifier/beneficiary-insurance-id</code>/504342245</p><p><b>beneficiary</b>: <a href=\"Patient-SmartcareImmunizationPatientExample.html\">Jane Maria Smith (official) (no stated gender), DoB: 1990-12-12 ( http://moh.gov.zm/fhir/immunizations/identifier/patient-nupin#1001-XXGB0-12345-5)</a></p></div>"
  },
  "status" : "active",
  "kind" : "insurance",
  "policyHolder" : {
    🔗 "reference" : "Organization/MedicalInsuranceCompanyExample"
  },
  "subscriberId" : [
    {
      "system" : "http://moh.gov.zm/fhir/immunizations/identifier/beneficiary-insurance-id",
      "value" : "504342245"
    }
  ],
  "beneficiary" : {
    🔗 "reference" : "Patient/SmartcareImmunizationPatientExample"
  }
}