Zambia Immunizations FHIR Implementation Guide
1.0.0 - STU1 Zambia flag

Zambia Immunizations FHIR Implementation Guide, published by Ministry of Health. 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/Xhanti2309/Immunisation-IG/ and changes regularly. See the Directory of published versions

: Immunization Recommendation - Vaccine Next Dose Date - JSON Representation

Raw json | Download


{
  "resourceType" : "ImmunizationRecommendation",
  "id" : "VaccineNextDoseDateExample",
  "meta" : {
    "profile" : [
      🔗 "http://openhie.org/fhir/zambia-immunizations/StructureDefinition/vaccine-next-dose-date"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ImmunizationRecommendation VaccineNextDoseDateExample</b></p><a name=\"VaccineNextDoseDateExample\"> </a><a name=\"hcVaccineNextDoseDateExample\"> </a><a name=\"VaccineNextDoseDateExample-en-US\"> </a><p><b>patient</b>: <a href=\"Patient-CovaxImmunizationPatientExample.html\">Tom Jack Jones (official) (no stated gender), DoB: 2000-01-01 ( http://openhie.org/fhir/zambia-immunizations/identifier/patient-card-number#CN0000000)</a></p><p><b>date</b>: 2024-01-25</p><p><b>authority</b>: <a href=\"Organization-OrganizationExample.html\">Organization Facility one</a></p><blockquote><p><b>recommendation</b></p><p><b>vaccineCode</b>: <span title=\"Codes:{http://id.who.int/icd11/mms XM1G90}\">XM1G90</span></p><p><b>forecastStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/immunization-recommendation-status due}\">Due</span></p><h3>DateCriterions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 30980-7}\">Date vaccine due</span></td><td>2024-01-25</td></tr></table><p><b>supportingImmunization</b>: <a href=\"Immunization-CovaxImmunizationExample.html\">Immunization: status = completed; vaccineCode = XM1G90; occurrence[x] = 2024-01-31</a></p></blockquote></div>"
  },
  "patient" : {
    🔗 "reference" : "Patient/CovaxImmunizationPatientExample"
  },
  "date" : "2024-01-25",
  "authority" : {
    🔗 "reference" : "Organization/OrganizationExample"
  },
  "recommendation" : [
    {
      "vaccineCode" : [
        {
          "coding" : [
            {
              "system" : "http://id.who.int/icd11/mms",
              "code" : "XM1G90"
            }
          ]
        }
      ],
      "forecastStatus" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status",
            "code" : "due"
          }
        ]
      },
      "dateCriterion" : [
        {
          "code" : {
            "coding" : [
              {
                "system" : "http://loinc.org",
                "code" : "30980-7"
              }
            ]
          },
          "value" : "2024-01-25"
        }
      ],
      "supportingImmunization" : [
        {
          🔗 "reference" : "Immunization/CovaxImmunizationExample"
        }
      ]
    }
  ]
}