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

: Organization - Medical Insurance Company - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "MedicalInsuranceCompanyExample",
  "meta" : {
    "profile" : [
      🔗 "http://moh.gov.zm/fhir/immunizations/StructureDefinition/medical-insurance-company"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization MedicalInsuranceCompanyExample</b></p><a name=\"MedicalInsuranceCompanyExample\"> </a><a name=\"hcMedicalInsuranceCompanyExample\"> </a><a name=\"MedicalInsuranceCompanyExample-en-US\"> </a><p><b>identifier</b>: Medical insurance company identifier/medical-insurance-company-1</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 64290-0}\">Health insurance card</span></p><p><b>name</b>: Medical Insurance Company 1</p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "XX"
          }
        ],
        "text" : "Medical insurance company identifier"
      },
      "system" : "http://moh.gov.zm/fhir/immunizations/identifier/medical-insurance-company",
      "value" : "medical-insurance-company-1"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "64290-0"
        }
      ]
    }
  ],
  "name" : "Medical Insurance Company 1"
}