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

FHIR IG analytics

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

status: Completed

vaccineCode: Rotavirus 1

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

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

manufacturer: Organization Gwagwalada Model PHC

lotNumber: ROTA25-0045

expirationDate: 2026-04-30

route: Oral

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

Performers

-Actor
*Practitioner Hauwa Garba

Source1

{
  "resourceType": "Immunization",
  "id": "00234455-e5f6-4789-a123-456789abcdef",
  "meta": {
    "profile": [
      "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-immunization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/ng-vaccine-local",
        "code": "IMMZ.Z.DE7",
        "display": "Rotavirus 1"
      }
    ]
  },
  "patient": {
    "reference": "Patient/NgPatient-003"
  },
  "occurrenceDateTime": "2025-09-10T10:05:00+01:00",
  "manufacturer": {
    "reference": "Organization/NgOrganization-003"
  },
  "lotNumber": "ROTA25-0045",
  "expirationDate": "2026-04-30",
  "route": {
    "text": "Oral"
  },
  "doseQuantity": {
    "value": 2,
    "unit": "mL",
    "system": "http://unitsofmeasure.org",
    "code": "mL"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/NgPractitioner-003"
      }
    }
  ]
}