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 Encounter (Outreach) - 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:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "encounter-002"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://nphcda.gov.ng/ig/StructureDefinition/ng-imm-encounter"^^xsd:anyURI ;
fhir:link <https://nphcda.gov.ng/ig/StructureDefinition/ng-imm-encounter>     ] )
  ] ; # 
  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: Encounter encounter-002</b></p><a name=\"encounter-002\"> </a><a name=\"hcencounter-002\"> </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-ng-imm-encounter.html\">NG-Imm Encounter</a></p></div><p><b>NG-Imm Encounter Signature</b>: No display for Signature  (type: Author's Signature (Signature Type Codes#1.2.840.10065.1.12.1.1); when: 2025-08-16 13:45:00+0100; who: -&gt;Practitioner Musa Abdullahi ; sigFormat: image/png; data: U2lnbkJ5dGVz)</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"CodeSystem-nigeria-facility-type.html#nigeria-facility-type-phc-center-l2\">IMMZ.D.DE3 Facility Type CS phc-center-l2</a>: PHC Center Level 2</p><p><b>subject</b>: <a href=\"Patient-patient-003.html\">Tolu Oluwatobi Adeyemi  Male, DoB: 2022-09-21 ( MRN)</a></p><blockquote><p><b>participant</b></p><p><b>individual</b>: <a href=\"Practitioner-practitioner-002.html\">Practitioner Musa Abdullahi </a></p></blockquote><blockquote><p><b>participant</b></p><p><b>individual</b>: <a href=\"Practitioner-practitioner-003.html\">Practitioner Chinelo Eze </a></p></blockquote><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-location-002.html\">Location Sabon Gari Primary School Outreach Post</a></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-organization-002.html\">Organization Garki Specialist Hospital</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://nphcda.gov.ng/ig/StructureDefinition/ng-encounter-signature"^^xsd:anyURI ] ;
fhir:value [
a fhir:Signature ;
      ( fhir:type [
fhir:system [ fhir:v "urn:iso-astm:E1762-95:2013"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1.2.840.10065.1.12.1.1" ] ;
fhir:display [ fhir:v "Author's Signature" ]       ] ) ;
fhir:when [ fhir:v "2025-08-16T13:45:00+01:00"^^xsd:dateTime ] ;
fhir:who [
fhir:reference [ fhir:v "Practitioner/practitioner-002" ]       ] ;
fhir:sigFormat [ fhir:v "image/png" ] ;
fhir:data [ fhir:v "U2lnbkJ5dGVz"^^xsd:base64Binary ]     ]
  ] ) ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
fhir:system [ fhir:v "https://nphcda.gov.ng/ig/CodeSystem/nigeria-facility-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "phc-center-l2" ] ;
fhir:display [ fhir:v "PHC Center Level 2" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-003" ]
  ] ; # 
  fhir:participant ( [
fhir:individual [
fhir:reference [ fhir:v "Practitioner/practitioner-002" ]     ]
  ] [
fhir:individual [
fhir:reference [ fhir:v "Practitioner/practitioner-003" ]     ]
  ] ) ; # 
  fhir:location ( [
fhir:location [
fhir:reference [ fhir:v "Location/location-002" ]     ]
  ] ) ; # 
  fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/organization-002" ]
  ] . #