NPHCDA Immunization FHIR IG
0.7.0 - ci-build Nigeria flag

NPHCDA Immunization FHIR IG, published by https://nphcda.gov.ng. This guide is not an authorized publication; it is the continuous build for version 0.7.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Nigeria-FHIR-Community/NPHCDA-ImmunizationIG/ and changes regularly. See the Directory of published versions

: Example NG-Imm Immunization (Complete) - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "immunization-002"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://nphcda.gov.ng/ig/StructureDefinition/NgImmImmunization"^^xsd:anyURI ;
fhir:link <https://nphcda.gov.ng/ig/StructureDefinition/NgImmImmunization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Immunization</b>: Measles vaccine administered</p><p><b>Date</b>: 2024-02-10</p><p><b>Patient</b>: Ifeoma Okeke</p><p><b>Performer</b>: Mr. John Bello</p><p><b>Adverse Event</b>: Mild fever reported</p><p><b>Location</b>: Kano State PHC Board</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://nphcda.gov.ng/ig/StructureDefinition/contraindicated"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v true     ]
  ] ) ; # 
  fhir:status [ fhir:v "not-done"] ; # 
  fhir:vaccineCode [
    ( fhir:coding [
fhir:system [ fhir:v "https://nphcda.gov.ng/ig/CodeSystem/ng-vaccine-local"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IMMZ.Z.DE16" ] ;
fhir:display [ fhir:v "Rotavirus 3" ]     ] )
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/patient-003" ]
  ] ; # 
  fhir:occurrence [
a fhir:dateTime ;
fhir:v "2025-08-15T10:30:00+01:00"^^xsd:dateTime
  ] ; # 
  fhir:manufacturer [
fhir:reference [ fhir:v "Organization/organization-002" ]
  ] ; # 
  fhir:lotNumber [ fhir:v "BCG-LOT-25-0045"] ; # 
  fhir:expirationDate [ fhir:v "2026-12-31"^^xsd:date] ; # 
  fhir:site [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActSite"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA" ] ;
fhir:display [ fhir:v "Left Arm" ]     ] )
  ] ; # 
  fhir:route [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PO" ] ;
fhir:display [ fhir:v "Swallow, oral" ]     ] )
  ] ; # 
  fhir:doseQuantity [
fhir:value [ fhir:v 0.05 ] ;
fhir:unit [ fhir:v "mL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mL" ]
  ] ; # 
  fhir:performer ( [
fhir:function [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0443"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AP" ] ;
fhir:display [ fhir:v "Administering Provider" ]       ] )     ] ;
fhir:actor [
fhir:reference [ fhir:v "Practitioner/practitioner-002" ]     ]
  ] [
fhir:function [
fhir:text [ fhir:v "Reporting Officer" ]     ] ;
fhir:actor [
fhir:reference [ fhir:v "Practitioner/practitioner-003" ]     ]
  ] ) ; # 
  fhir:reaction ( [
fhir:date [ fhir:v "2025-08-15T12:00:00+01:00"^^xsd:dateTime ] ;
fhir:detail [
fhir:reference [ fhir:v "Observation/observation-002" ]     ] ;
fhir:reported [ fhir:v true ]
  ] ) ; # 
  fhir:protocolApplied ( [
fhir:series [ fhir:v "RI Newborn" ] ;
    ( fhir:targetDisease [
      ( fhir:coding [
a sct:397428000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "397428000" ]       ] )     ] ) ;
fhir:doseNumber [
a fhir:positiveInt ;
fhir:v "1"^^xsd:positiveInteger     ] ;
fhir:seriesDoses [
a fhir:positiveInt ;
fhir:v "1"^^xsd:positiveInteger     ]
  ] ) . #