NPHCDA Immunization FHIR IG
1.0.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 1.0.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/ImmunizationIG/ and changes regularly. See the Directory of published versions

: NG-Imm Example BCG Immunization - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleNgImmImmunizationCompleted"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://nphcda.gov.ng/ig/immunization/StructureDefinition/NgImmImmunization"^^xsd:anyURI ;
fhir:link <http://nphcda.gov.ng/ig/immunization/StructureDefinition/NgImmImmunization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization ExampleNgImmImmunizationCompleted</b></p><a name=\"ExampleNgImmImmunizationCompleted\"> </a><a name=\"hcExampleNgImmImmunizationCompleted\"> </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-NgImmImmunization.html\">NG-Imm Immunization</a></p></div><p><b>NG-Imm Digital Signature</b>: signed-by-nurse-aisha</p><p><b>NG-Imm Session Type</b>: <span title=\"Codes:{http://nphcda.gov.ng/fhir/CodeSystem/ng-session-type fixed}\">fixed</span></p><p><b>identifier</b>: <code>https://nphcda.gov.ng/imm-registry</code>/IMM-2025-0001</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/cvx 19}\">BCG Vaccine</span></p><p><b>patient</b>: <a href=\"Patient/NgImmPatient-001\">Patient/NgImmPatient-001</a></p><p><b>occurrence</b>: 2025-06-15 10:00:00+0100</p><p><b>manufacturer</b>: <a href=\"Organization/biovax-ng\">BIOVAX Nigeria Ltd</a></p><p><b>lotNumber</b>: BCG-2025-LOT23</p><p><b>expirationDate</b>: 2026-12-31</p><p><b>site</b>: <span title=\"Codes:\">LA</span></p><p><b>route</b>: <span title=\"Codes:\">intradermal</span></p><p><b>doseQuantity</b>: 0.05 mL</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Vaccinator</span></td><td><a href=\"Practitioner/nurse-aisha\">Nurse Aisha Bello</a></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://nphcda.gov.ng/ig/immunization/StructureDefinition/signature"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "signed-by-nurse-aisha"     ]
  ] [
fhir:url [ fhir:v "http://nphcda.gov.ng/ig/immunization/StructureDefinition/session-type"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://nphcda.gov.ng/fhir/CodeSystem/ng-session-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "fixed" ]       ] )     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://nphcda.gov.ng/imm-registry"^^xsd:anyURI ] ;
fhir:value [ fhir:v "IMM-2025-0001" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/cvx"^^xsd:anyURI ] ;
fhir:code [ fhir:v "19" ] ;
fhir:display [ fhir:v "BCG" ]     ] ) ;
fhir:text [ fhir:v "BCG Vaccine" ]
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/NgImmPatient-001" ]
  ] ; # 
  fhir:occurrence [
a fhir:dateTime ;
fhir:v "2025-06-15T10:00:00+01:00"^^xsd:dateTime
  ] ; # 
  fhir:manufacturer [
fhir:reference [ fhir:v "Organization/biovax-ng" ] ;
fhir:display [ fhir:v "BIOVAX Nigeria Ltd" ]
  ] ; # 
  fhir:lotNumber [ fhir:v "BCG-2025-LOT23"] ; # 
  fhir:expirationDate [ fhir:v "2026-12-31"^^xsd:date] ; # 
  fhir:site [
    ( fhir:coding [
fhir:code [ fhir:v "LA" ]     ] )
  ] ; # 
  fhir:route [
    ( fhir:coding [
fhir:code [ fhir:v "intradermal" ]     ] )
  ] ; # 
  fhir:doseQuantity [
fhir:value [ fhir:v 0.05 ] ;
fhir:unit [ fhir:v "mL" ]
  ] ; # 
  fhir:performer ( [
fhir:function [
fhir:text [ fhir:v "Vaccinator" ]     ] ;
fhir:actor [
fhir:reference [ fhir:v "Practitioner/nurse-aisha" ] ;
fhir:display [ fhir:v "Nurse Aisha Bello" ]     ]
  ] ) . #