NPHCDA Immunization FHIR IG
0.7.0 - ci-build
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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "observation-002"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://nphcda.gov.ng/ig/StructureDefinition/NgImmRUObservation"^^xsd:anyURI ;
fhir:link <https://nphcda.gov.ng/ig/StructureDefinition/NgImmRUObservation> ] )
] ; #
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: Observation observation-002</b></p><a name=\"observation-002\"> </a><a name=\"hcobservation-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-NgImmRUObservation.html\">NG-Imm ClientRegistUpdate-Observations</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category social-history}\">Social History</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 30525-0}\">Age</span></p><p><b>subject</b>: <a href=\"Patient-patient-003.html\">Tolu Oluwatobi Adeyemi Male, DoB: 2022-09-21 ( MRN)</a></p><p><b>effective</b>: 2025-10-10 10:00:00+0100</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 82810-3}\">Pregnancy status</span></p><p><b>value</b>: <span title=\"Codes:{https://nphcda.gov.ng/ig/CodeSystem/nigeria-pregnancy-status notpregnant}\">Not Pregnant</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 278977008}\">HIV status</span></p><p><b>value</b>: <span title=\"Codes:{https://nphcda.gov.ng/ig/ValueSet/nigeria-hiv-status DE46}\">DE46</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://nphcda.gov.ng/ig/CodeSystem/age-component-codes age-in-weeks}\">Age in weeks</span></p><p><b>value</b>: 5 week<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codewk = 'wk')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://nphcda.gov.ng/ig/CodeSystem/age-component-codes age-in-months}\">Age in months</span></p><p><b>value</b>: 2 month</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://nphcda.gov.ng/ig/CodeSystem/age-component-codes age-in-years}\">Age in years</span></p><p><b>value</b>: 0 year</p></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "social-history" ] ;
fhir:display [ fhir:v "Social History" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:30525-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "30525-0" ] ;
fhir:display [ fhir:v "Age" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-003" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2025-10-10T10:00:00+01:00"^^xsd:dateTime
] ; #
fhir:component ( [
fhir:code [
( fhir:coding [
a loinc:82810-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "82810-3" ] ;
fhir:display [ fhir:v "Pregnancy status" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://nphcda.gov.ng/ig/CodeSystem/nigeria-pregnancy-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "notpregnant" ] ;
fhir:display [ fhir:v "Not Pregnant" ] ] ) ]
] [
fhir:code [
( fhir:coding [
a sct:278977008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "278977008" ] ;
fhir:display [ fhir:v "HIV status" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://nphcda.gov.ng/ig/ValueSet/nigeria-hiv-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DE46" ] ] ) ]
] [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://nphcda.gov.ng/ig/CodeSystem/age-component-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "age-in-weeks" ] ;
fhir:display [ fhir:v "Age in weeks" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "5"^^xsd:decimal ] ;
fhir:unit [ fhir:v "week" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "wk" ] ]
] [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://nphcda.gov.ng/ig/CodeSystem/age-component-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "age-in-months" ] ;
fhir:display [ fhir:v "Age in months" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "2"^^xsd:decimal ] ;
fhir:unit [ fhir:v "month" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ]
] [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://nphcda.gov.ng/ig/CodeSystem/age-component-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "age-in-years" ] ;
fhir:display [ fhir:v "Age in years" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "0"^^xsd:decimal ] ;
fhir:unit [ fhir:v "year" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ]
] ) . #
IG © 2025+ https://nphcda.gov.ng. Package ng.gov.nphcda.immunization#0.7.0 based on FHIR 4.0.1. Generated 2025-10-27
Links: Table of Contents |
QA Report