FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageng.gov.nphcda.immunization
Resource TypeImmunization
IdImmunization-immunization-003.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Immunization immunization-003

status: Completed

vaccineCode: Inactivated Polio Vaccine (IPV 2)

patient: Amina Bello Female, DoB: 2023-04-02 ( MRN)

occurrence: 2025-08-12 09:00:00+0100

lotNumber: OPV-LOT-2025-045

expirationDate: 2027-06-30

site: left hand

route: Swallow, oral

doseQuantity: 2 drops (Details: UCUM code{drops} = '{drops}')

Performers

-FunctionActor
*VaccinatorPractitioner Musa Abdullahi

Source1

{
  "resourceType": "Immunization",
  "id": "immunization-003",
  "meta": {
    "profile": [
      "https://nphcda.gov.ng/ig/StructureDefinition/NgImmImmunization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "https://nphcda.gov.ng/ig/CodeSystem/ng-vaccine-local",
        "code": "IMMZ.Z.DE17",
        "display": "Inactivated Polio Vaccine (IPV 2)"
      }
    ]
  },
  "patient": {
    "reference": "Patient/patient-002"
  },
  "occurrenceDateTime": "2025-08-12T09:00:00+01:00",
  "lotNumber": "OPV-LOT-2025-045",
  "expirationDate": "2027-06-30",
  "site": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActSite",
        "code": "LH",
        "display": "left hand"
      }
    ]
  },
  "route": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration",
        "code": "PO",
        "display": "Swallow, oral"
      }
    ]
  },
  "doseQuantity": {
    "value": 2,
    "unit": "drops",
    "system": "http://unitsofmeasure.org",
    "code": "{drops}"
  },
  "performer": [
    {
      "function": {
        "text": "Vaccinator"
      },
      "actor": {
        "reference": "Practitioner/practitioner-002"
      }
    }
  ]
}