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 Patient with Ward data - 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 "ExampleNgPatientAdminWard"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2018-07-09T11:11:11Z"^^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 ExampleNgPatientAdminWard</b></p><a name=\"ExampleNgPatientAdminWard\"> </a><a name=\"hcExampleNgPatientAdminWard\"> </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: 2018-07-09 11:11:11+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;\">Bisola Hakeem  Male, DoB Unknown ( http://neir.org/mrn#12345)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: \">:</td><td colspan=\"3\"><ul><li>Plot 25, Area 11 Abuja FCT </li><li><a href=\"tel:+2347030001111\">+2347030001111</a></li></ul></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://neir.org/mrn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12345" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Hakeem" ] ;
    ( fhir:given [ fhir:v "Bisola" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:photo ( [
fhir:data [ fhir:v "VGhpcyBpcyBhIHNhbXBsZSBpbWFnZSBkYXRh"^^xsd:base64Binary ] ;
fhir:size [ fhir:v "5"^^xsd:nonNegativeInteger ] ;
fhir:title [ fhir:v "Elephant health image data for maitama" ]
  ] ) ; # 
  fhir:contact ( [
    ( fhir:relationship [
fhir:text [ fhir:v "Parent" ]     ] ) ;
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+2347030001111" ]     ] ) ;
fhir:address [
      ( fhir:extension [
fhir:url [ fhir:v "administrativeWard"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:code [ fhir:v "alu" ]           ] )         ]       ] ) ;
      ( fhir:line [ fhir:v "Plot 25, Area 11" ] ) ;
fhir:city [ fhir:v "Abuja" ] ;
fhir:state [ fhir:v "FCT" ]     ]
  ] ) . #