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 (Mobile) - 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-003"] ; #
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-003</b></p><a name=\"encounter-003\"> </a><a name=\"hcencounter-003\"> </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-17 08:30:00+0100; who: ->Practitioner Nkiru Okafor ; sigFormat: image/png; data: TW9iaWxlU2lnbg==)</p><p><b>status</b>: In Progress</p><p><b>class</b>: <a href=\"CodeSystem-nigeria-facility-type.html#nigeria-facility-type-outreach\">IMMZ.D.DE3 Facility Type CS outreach</a>: Outreach Post</p><p><b>subject</b>: <a href=\"Patient-patient-002.html\">Amina Bello Female, DoB: 2023-04-02 ( 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-001.html\">Practitioner Nkiru Okafor </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-003.html\">Location Benue State Mobile Immunization Team</a></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-organization-003.html\">Organization UNICEF Supported Outreach Immunization Post</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-17T08:30:00+01:00"^^xsd:dateTime ] ;
fhir:who [
fhir:reference [ fhir:v "Practitioner/practitioner-001" ] ] ;
fhir:sigFormat [ fhir:v "image/png" ] ;
fhir:data [ fhir:v "TW9iaWxlU2lnbg=="^^xsd:base64Binary ] ]
] ) ; #
fhir:status [ fhir:v "in-progress"] ; #
fhir:class [
fhir:system [ fhir:v "https://nphcda.gov.ng/ig/CodeSystem/nigeria-facility-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "outreach" ] ;
fhir:display [ fhir:v "Outreach Post" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-002" ]
] ; #
fhir:participant ( [
fhir:individual [
fhir:reference [ fhir:v "Practitioner/practitioner-002" ] ]
] [
fhir:individual [
fhir:reference [ fhir:v "Practitioner/practitioner-001" ] ]
] ) ; #
fhir:location ( [
fhir:location [
fhir:reference [ fhir:v "Location/location-003" ] ]
] ) ; #
fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/organization-003" ]
] . #