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 Full Immunization Patient - 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 "FullExampleNgImmPatient"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2020-09-02T11:20:10Z"^^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 FullExampleNgImmPatient</b></p><a name=\"FullExampleNgImmPatient\"> </a><a name=\"hcFullExampleNgImmPatient\"> </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: 2020-09-02 11:20:10+0000</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 Aisha Abubakar  Female, DoB: 2013-02-14 ( http://asokoro.hospital.org/mrn#NEIR-0001)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>http://nimc.gov.ng/nin</code>/NEIR-0003</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">45 Gombe Road Bauchi Bauchi </td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: \">:</td><td colspan=\"3\"><ul><li>Musa Abubakar </li><li>12 GRA Avenue Bauchi Bauchi </li><li><a href=\"tel:+2347012345678\">+2347012345678</a></li></ul></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "ageInWeeks"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 8     ]
  ] [
fhir:url [ fhir:v "ageInMonths"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 2     ]
  ] [
fhir:url [ fhir:v "ageInYears"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 0     ]
  ] [
fhir:url [ fhir:v "birthWeight"^^xsd:anyURI ] ;
fhir:value [
a fhir:decimal ;
fhir:v 3.4     ]
  ] [
fhir:url [ fhir:v "hivStatus"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "positive"     ]
  ] [
fhir:url [ fhir:v "pregnancyStatus"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "pregnant"     ]
  ] [
fhir:url [ fhir:v "adMinistrativeWard"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:code [ fhir:v "Yaba" ]       ] )     ]
  ] [
fhir:url [ fhir:v "siblingSurname"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Abubakar"     ]
  ] [
fhir:url [ fhir:v "siblingGivenName"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Yusuf"     ]
  ] [
fhir:url [ fhir:v "siblingBirthYear"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "2011"     ]
  ] [
fhir:url [ fhir:v "siblingGender"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "male"     ]
  ] [
fhir:url [ fhir:v "siblingHealthStatus"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Recovered from malaria"     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://asokoro.hospital.org/mrn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "NEIR-0001" ]
  ] [
fhir:system [ fhir:v "http://nimc.gov.ng/nin"^^xsd:anyURI ] ;
fhir:value [ fhir:v "NEIR-0003" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Abubakar" ] ;
    ( fhir:given [ fhir:v "Zainab" ] [ fhir:v "Aisha" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "2013-02-14"^^xsd:date] ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "45 Gombe Road" ] ) ;
fhir:city [ fhir:v "Bauchi" ] ;
fhir:district [ fhir:v "Bauchi Central LGA" ] ;
fhir:state [ fhir:v "Bauchi" ]
  ] ) ; # 
  fhir:photo ( [
fhir:contentType [ fhir:v "jpeg" ] ;
fhir:url [ fhir:v "https://hellium.org/photos/aliyu.jpg"^^xsd:anyURI ] ;
fhir:size [ fhir:v "5"^^xsd:nonNegativeInteger ] ;
fhir:title [ fhir:v "aliyu.jpg" ]
  ] ) ; # 
  fhir:contact ( [
    ( fhir:relationship [
fhir:text [ fhir:v "Father" ]     ] ) ;
fhir:name [
fhir:family [ fhir:v "Abubakar" ] ;
      ( fhir:given [ fhir:v "Musa" ] )     ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+2347012345678" ]     ] ) ;
fhir:address [
      ( fhir:line [ fhir:v "12 GRA Avenue" ] ) ;
fhir:city [ fhir:v "Bauchi" ] ;
fhir:district [ fhir:v "Tudun Wada" ] ;
fhir:state [ fhir:v "Bauchi" ]     ]
  ] ) . #