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

: NGImm Example Patient used in Bundle - 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 "NgImmExamplePatient"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2025-07-04T08:30:00+01:00"^^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 class=\"res-header-id\"><b>Generated Narrative: Patient NgImmExamplePatient</b></p><a name=\"NgImmExamplePatient\"> </a><a name=\"hcNgImmExamplePatient\"> </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\">Last updated: 2025-07-04 08:30:00+0100</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-NgImmPatient.html\">NG-Imm Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Zainab Abdulraheem  Female, DoB: 2024-02-20 ( https://nimc.gov.ng#NIN98765432100)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">No. 10, Igalamela Compound, Ankpa Ankpa KO </td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Language spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes:\">Igbo</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: \">:</td><td colspan=\"3\"><ul><li>Aisha Abdulraheem </li><li>No. 10, Igalamela Compound Ankpa KO </li><li><a href=\"tel:+2348031234567\">+2348031234567</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Age of the Immunization Client recorded in years\"><a href=\"StructureDefinition-age-in-years.html\">NG-Imm Client Age in Years</a></td><td colspan=\"3\">0</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Age of the Immunization Client recorded in weeks\"><a href=\"StructureDefinition-age-in-weeks.html\">NG-Imm Client Age in Weeks</a></td><td colspan=\"3\">20</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Age of the Immunization Client recorded in months\"><a href=\"StructureDefinition-age-in-months.html\">NG-Imm Client Age in Months</a></td><td colspan=\"3\">5</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The Pregnancy status (pregnant or not-pregnant) of the Immunization Client\"><a href=\"StructureDefinition-pregnancy-status.html\">NG-Imm Client's Pregnancy status</a></td><td colspan=\"3\"><span title=\"Codes:\">Not Pregnant</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Weight  of the Immunization Client at birth\"><a href=\"StructureDefinition-birth-weight.html\">NG-Imm Weight at birth</a></td><td colspan=\"3\">3.1</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://nphcda.gov.ng/ig/immunization/StructureDefinition/birth-weight"^^xsd:anyURI ] ;
fhir:value [
a fhir:decimal ;
fhir:v 3.1     ]
  ] [
fhir:url [ fhir:v "http://nphcda.gov.ng/ig/immunization/StructureDefinition/pregnancy-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:code [ fhir:v "notpregnant" ] ;
fhir:display [ fhir:v "Not Pregnant" ]       ] )     ]
  ] [
fhir:url [ fhir:v "http://nphcda.gov.ng/ig/immunization/StructureDefinition/age-in-weeks"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 20     ]
  ] [
fhir:url [ fhir:v "http://nphcda.gov.ng/ig/immunization/StructureDefinition/age-in-months"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 5     ]
  ] [
fhir:url [ fhir:v "http://nphcda.gov.ng/ig/immunization/StructureDefinition/age-in-years"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 0     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://nimc.gov.ng"^^xsd:anyURI ] ;
fhir:value [ fhir:v "NIN98765432100" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name ( [
fhir:family [ fhir:v "Abdulraheem" ] ;
    ( fhir:given [ fhir:v "Zainab" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "2024-02-20"^^xsd:date] ; # 
  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 "amac-01" ] ;
fhir:display [ fhir:v "Enjema" ]         ] )       ]     ] ) ;
    ( fhir:line [ fhir:v "No. 10, Igalamela Compound, Ankpa" ] ) ;
fhir:city [ fhir:v "Ankpa" ] ;
fhir:district [ fhir:v "ko-ankpa" ] ;
fhir:state [ fhir:v "KO" ]
  ] ) ; # 
  fhir:photo ( [
fhir:url [ fhir:v "https://personal_server.org/photos/zainab-abdulraheem.jpg"^^xsd:anyURI ]
  ] ) ; # 
  fhir:contact ( [
    ( fhir:relationship [
fhir:text [ fhir:v "mother" ]     ] ) ;
fhir:name [
fhir:family [ fhir:v "Abdulraheem" ] ;
      ( fhir:given [ fhir:v "Aisha" ] )     ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+2348031234567" ]     ] ) ;
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 "KO0802" ] ;
fhir:display [ fhir:v "Enjema" ]           ] )         ]       ] ) ;
      ( fhir:line [ fhir:v "No. 10, Igalamela Compound" ] ) ;
fhir:city [ fhir:v "Ankpa" ] ;
fhir:district [ fhir:v "ko-ankpa" ] ;
fhir:state [ fhir:v "KO" ]     ]
  ] ) ; # 
  fhir:communication ( [
fhir:language [
      ( fhir:coding [
fhir:code [ fhir:v "ibo" ] ;
fhir:display [ fhir:v "Igbo" ]       ] )     ]
  ] ) . #