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:Immunization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "NEIRImmunizationExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://nhin.example.ng/StructureDefinition/NEIRImmunization"^^xsd:anyURI ;
fhir:link <http://nhin.example.ng/StructureDefinition/NEIRImmunization> ] )
] ; #
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: Immunization NEIRImmunizationExample</b></p><a name=\"NEIRImmunizationExample\"> </a><a name=\"hcNEIRImmunizationExample\"> </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-NEIRImmunization.html\">Immunization Profile - NEIR</a></p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/IMMZ.F.DE6 measles}\">Measles</span></p><p><b>patient</b>: <a href=\"Patient-NEIRPatientExample.html\">John Doe Male, DoB: 2020-06-18 ( http://moh.nigeria/identifier/nationalID-no#NEIR-12345)</a></p><p><b>occurrence</b>: 2025-07-30 10:30:00+0300</p><p><b>location</b>: <a href=\"Location/NEIRlocationExample\">Location/NEIRlocationExample</a></p><p><b>manufacturer</b>: <a href=\"Organization/biovax-manufacturer\">BioVax Ltd.</a></p><p><b>lotNumber</b>: BATCH-00123</p><p><b>expirationDate</b>: 2026-01-01</p><p><b>site</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/IMMZ.D DE23}\">Left Arm</span></p><p><b>route</b>: <span title=\"Codes:{http://nhin.example.ng/CodeSystem/IMMZ.D DE30}\">Intramuscular</span></p><p><b>doseQuantity</b>: 0.5 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemL = 'mL')</span></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner/NEIRPractitionerExample\">Dr. Jane Mugo</a></td></tr></table><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://nhin.example.ng/CodeSystem/IMMZ.F.DE6 measles}\">Measles</span></td><td>1</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:vaccineCode [
( fhir:coding [
fhir:system [ fhir:v "http://nhin.example.ng/CodeSystem/IMMZ.F.DE6"^^xsd:anyURI ] ;
fhir:code [ fhir:v "measles" ] ;
fhir:display [ fhir:v "Measles" ] ] )
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/NEIRPatientExample" ]
] ; #
fhir:occurrence [
a fhir:dateTime ;
fhir:v "2025-07-30T10:30:00+03:00"^^xsd:dateTime
] ; #
fhir:location [
fhir:reference [ fhir:v "Location/NEIRlocationExample" ]
] ; #
fhir:manufacturer [
fhir:reference [ fhir:v "Organization/biovax-manufacturer" ] ;
fhir:display [ fhir:v "BioVax Ltd." ]
] ; #
fhir:lotNumber [ fhir:v "BATCH-00123"] ; #
fhir:expirationDate [ fhir:v "2026-01-01"^^xsd:date] ; #
fhir:site [
( fhir:coding [
fhir:system [ fhir:v "http://nhin.example.ng/CodeSystem/IMMZ.D"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DE23" ] ;
fhir:display [ fhir:v "Left Arm" ] ] )
] ; #
fhir:route [
( fhir:coding [
fhir:system [ fhir:v "http://nhin.example.ng/CodeSystem/IMMZ.D"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DE30" ] ;
fhir:display [ fhir:v "Intramuscular" ] ] )
] ; #
fhir:doseQuantity [
fhir:value [ fhir:v 0.5 ] ;
fhir:unit [ fhir:v "mL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mL" ]
] ; #
fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "Practitioner/NEIRPractitionerExample" ] ;
fhir:display [ fhir:v "Dr. Jane Mugo" ] ]
] ) ; #
fhir:protocolApplied ( [
( fhir:targetDisease [
( fhir:coding [
fhir:system [ fhir:v "http://nhin.example.ng/CodeSystem/IMMZ.F.DE6"^^xsd:anyURI ] ;
fhir:code [ fhir:v "measles" ] ;
fhir:display [ fhir:v "Measles" ] ] ) ] ) ;
fhir:doseNumber [
a fhir:positiveInt ;
fhir:v "1"^^xsd:positiveInteger ]
] ) . #
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