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 Patient-003 - 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:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "patient-003"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2025-08-16T12:00:00Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://nphcda.gov.ng/ig/immunization/StructureDefinition/NgImmPatient"^^xsd:anyURI ;
fhir:link <http://nphcda.gov.ng/ig/immunization/StructureDefinition/NgImmPatient>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Patient</b>: Chinedu Obi (male), born 1990-11-11</p><p><b>Identifiers</b>: MRN: ENU-445-9932</p><p><b>Address</b>: Enugu City, Enugu State, Nigeria</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://nphcda.gov.ng/ig/immunization/ValueSet/patient-identifier-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MRN" ]       ] )     ] ;
fhir:value [ fhir:v "LUTH-MRN-2025-0789" ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://nphcda.gov.ng/ig/immunization/ValueSet/patient-identifier-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MOBILE" ]       ] )     ] ;
fhir:value [ fhir:v "08051234567" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name ( [
fhir:family [ fhir:v "Adeyemi" ] ;
    ( fhir:given [ fhir:v "Tolu" ] [ fhir:v "Oluwatobi" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "2022-09-21"^^xsd:date] ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "Flat 3, Block B, Surulere Housing Estate" ] ) ;
fhir:city [ fhir:v "Surulere" ] ;
fhir:district [ fhir:v "la-surulere" ] ;
fhir:state [ fhir:v "LA" ]
  ] ) ; # 
  fhir:contact ( [
    ( fhir:relationship [
fhir:text [ fhir:v "MOTHER" ]     ] ) ;
fhir:name [
fhir:family [ fhir:v "Adeyemi" ] ;
      ( fhir:given [ fhir:v "Kemi" ] )     ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "08063456789" ]     ] ) ;
fhir:address [
      ( fhir:extension [
fhir:url [ fhir:v "http://nphcda.gov.ng/ig/immunization/StructureDefinition/nigeria-administrative-ward"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:code [ fhir:v "fc-amac-gurdi" ] ;
fhir:display [ fhir:v "Gurdi" ]           ] )         ]       ] ) ;
      ( fhir:line [ fhir:v "Flat 3, Block B, Surulere Housing Estate" ] ) ;
fhir:city [ fhir:v "Surulere" ] ;
fhir:district [ fhir:v "la-surulere" ] ;
fhir:state [ fhir:v "LA" ]     ]
  ] ) . #