Nepal HMIS FHIR Implementation Guide – 🚨 DRAFT VERSION
0.0.1-ballot - ci-build Nepal flag

Nepal HMIS FHIR Implementation Guide – 🚨 DRAFT VERSION - Local Development build (v0.0.1-ballot) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Immunization Record - Polio - JSON Representation

Raw json | Download

{
  "resourceType" : "Immunization",
  "id" : "immunization-polio",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.hmis.gov.np/StructureDefinition/np-core-immunization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization immunization-polio</b></p><a name=\"immunization-polio\"> </a><a name=\"hcimmunization-polio\"> </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-np-core-immunization.html\">NP Core Immunization Profile</a></p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://snomed.info/sct 1051000221104}\">Polio Vaccine (IPV) / OPV</span></p><p><b>patient</b>: <a href=\"Patient-patient-child.html\">Suman Thapa(official) Male, DoB: 2024-08-10 ( https://tokha.dhis2mis.org/NamingSystem/SystemID#SYS-c001234\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>occurrence</b>: 2025-08-01</p></div>"
  },
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "1051000221104",
        "display" : "Inactivated poliomyelitis vaccine"
      }
    ],
    "text" : "Polio Vaccine (IPV) / OPV"
  },
  "patient" : {
    🔗 "reference" : "Patient/patient-child"
  },
  "occurrenceDateTime" : "2025-08-01"
}