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

FHIR IG analytics

Packageorg.dhin-hie.sandbox
Resource TypeImmunization
IdImmunization-00128455-e5f6-4789-a123-456789abcdef.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 00128455-e5f6-4789-a123-456789abcdef

NG Next Dose Date: 2024-09-10

status: Completed

vaccineCode: Pentavalent 1

patient: Suleiman Bala Male, DoB: 2019-09-05 ( birthcert)

occurrence: 2025-09-10 10:00:00+0100

manufacturer: Organization Asokoro District Hospital

lotNumber: PENTA25-0001

expirationDate: 2026-06-30

site: Left thigh

route: Intramuscular

doseQuantity: 0.5 mL (Details: UCUM codemL = 'mL')

Performers

-Actor
*Practitioner Hauwa Garba

ProtocolApplieds

-DoseNumber[x]
*4

Source1

{
  "resourceType": "Immunization",
  "id": "00128455-e5f6-4789-a123-456789abcdef",
  "meta": {
    "profile": [
      "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-immunization"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://sandbox.dhin-hie.org/ig/StructureDefinition/next-dose-date",
      "valueDate": "2024-09-10"
    }
  ],
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/ng-vaccine-local",
        "code": "IMMZ.Z.DE4",
        "display": "Pentavalent 1"
      }
    ]
  },
  "patient": {
    "reference": "Patient/NgPatient-003"
  },
  "occurrenceDateTime": "2025-09-10T10:00:00+01:00",
  "manufacturer": {
    "reference": "Organization/00134455-e5f6-4789-a123-456789abcdef"
  },
  "lotNumber": "PENTA25-0001",
  "expirationDate": "2026-06-30",
  "site": {
    "text": "Left thigh"
  },
  "route": {
    "text": "Intramuscular"
  },
  "doseQuantity": {
    "value": 0.5,
    "unit": "mL",
    "system": "http://unitsofmeasure.org",
    "code": "mL"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/NgPractitioner-003"
      }
    }
  ],
  "protocolApplied": [
    {
      "doseNumberPositiveInt": 4
    }
  ]
}