Nigeria Immunization FHIR IG
0.1.0 - ci-build
Nigeria Immunization FHIR IG, published by intellisoftkenya.com. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/Nigeria-Immunization-FHIR-IG/ and changes regularly. See the Directory of published versions
@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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleYellowFeverVaccineStockObservation"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://nhin.example.ng/StructureDefinition/immz-vaccine-stock-observation"^^xsd:anyURI ;
fhir:link <http://nhin.example.ng/StructureDefinition/immz-vaccine-stock-observation> ] )
] ; #
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 ExampleYellowFeverVaccineStockObservation</b></p><a name=\"ExampleYellowFeverVaccineStockObservation\"> </a><a name=\"hcExampleYellowFeverVaccineStockObservation\"> </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-immz-vaccine-stock-observation.html\">Vaccine Stock Observation</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/VaccineStockCodes IMMZ.I.DE71}\">Yellow Fever Vaccine</span></p><p><b>encounter</b>: <a href=\"Encounter-NEIREncounterExample.html\">Encounter: status = in-progress; class = home health (ActCode#HH); type = Outreach</a></p><p><b>effective</b>: 2025-08-07</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/VaccineStockCodes opening-balance}\">Opening balance</span></p><p><b>value</b>: 100 vial<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codevial = 'vial')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/VaccineStockCodes received}\">Doses received</span></p><p><b>value</b>: 60 vial<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codevial = 'vial')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/VaccineStockCodes doses-opened}\">Doses opened</span></p><p><b>value</b>: 70 vial<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codevial = 'vial')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/VaccineStockCodes ending-balance}\">Ending balance</span></p><p><b>value</b>: 90 vial<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codevial = 'vial')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/VaccineStockCodes returned}\">Quantity returned</span></p><p><b>value</b>: 2 vial<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codevial = 'vial')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/VaccineStockCodes empty-vials}\">Empty vials returned</span></p><p><b>value</b>: 68 vial<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codevial = 'vial')</span></p></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://nhin.example.ng/CodeSystem/VaccineStockCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IMMZ.I.DE71" ] ;
fhir:display [ fhir:v "Yellow Fever Vaccine" ] ] )
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/NEIREncounterExample" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2025-08-07"^^xsd:date
] ; #
fhir:component ( [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://nhin.example.ng/CodeSystem/VaccineStockCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "opening-balance" ] ;
fhir:display [ fhir:v "Opening balance" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "100"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "vial" ] ]
] [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://nhin.example.ng/CodeSystem/VaccineStockCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "received" ] ;
fhir:display [ fhir:v "Doses received" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "60"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "vial" ] ]
] [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://nhin.example.ng/CodeSystem/VaccineStockCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "doses-opened" ] ;
fhir:display [ fhir:v "Doses opened" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "70"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "vial" ] ]
] [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://nhin.example.ng/CodeSystem/VaccineStockCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ending-balance" ] ;
fhir:display [ fhir:v "Ending balance" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "90"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "vial" ] ]
] [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://nhin.example.ng/CodeSystem/VaccineStockCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "returned" ] ;
fhir:display [ fhir:v "Quantity returned" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "2"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "vial" ] ]
] [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://nhin.example.ng/CodeSystem/VaccineStockCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "empty-vials" ] ;
fhir:display [ fhir:v "Empty vials returned" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "68"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "vial" ] ]
] ) . #
IG © 2025+ intellisoftkenya.com. Package fhir.nigeriaImmunization#0.1.0 based on FHIR 4.0.1. Generated 2025-08-11
Links: Table of Contents |
QA Report