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 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:AllergyIntolerance ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "exampleAllergyIntolerance-003"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://nphcda.gov.ng/ig/StructureDefinition/allergy-intolerance-profile"^^xsd:anyURI ;
fhir:link <https://nphcda.gov.ng/ig/StructureDefinition/allergy-intolerance-profile> ] )
] ; #
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: AllergyIntolerance exampleAllergyIntolerance-003</b></p><a name=\"exampleAllergyIntolerance-003\"> </a><a name=\"hcexampleAllergyIntolerance-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-allergy-intolerance-profile.html\">NG-Imm AllergyIntolerance</a></p></div><p><b>NG-Imm Allergy Dose Number</b>: 777</p><p><b>NG-Imm Dose Series</b>: Yellow Fever Routine Infant Dose</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></p><p><b>type</b>: Allergy</p><p><b>category</b>: Medication, Biologic</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 871717007}\">Yellow fever vaccine</span></p><p><b>patient</b>: <a href=\"Patient-patient-002.html\">Amina Bello Female, DoB: 2023-04-02 ( MRN)</a></p><p><b>encounter</b>: <a href=\"Encounter-encounter-003.html\">Encounter: extension = ; status = in-progress; class = Outreach Post (IMMZ.D.DE3 Facility Type CS#outreach)</a></p><p><b>onset</b>: 2025-06-05 09:15:00+0100</p><p><b>recordedDate</b>: 2025-06-05 09:45:00+0100</p><p><b>recorder</b>: <a href=\"Practitioner-practitioner-003.html\">Practitioner Chinelo Eze </a></p><p><b>lastOccurrence</b>: 2025-06-05 10:30:00+0100</p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Substance</b></td><td><b>Manifestation</b></td><td><b>Description</b></td><td><b>Onset</b></td><td><b>Severity</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 871717007}\">Yellow fever vaccine</span></td><td><span title=\"Codes:{http://snomed.info/sct 39579001}\">Anaphylaxis</span></td><td>Patient collapsed with generalized urticaria, hypotension, and difficulty breathing within 15 minutes of vaccination.</td><td>2025-06-05 09:20:00+0100</td><td>Severe</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://nphcda.gov.ng/ig/StructureDefinition/allergy-reference-dose-number"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 777 ]
] [
fhir:url [ fhir:v "https://nphcda.gov.ng/ig/StructureDefinition/allergy-reference-dose-series"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Yellow Fever Routine Infant Dose" ]
] ) ; #
fhir:clinicalStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ] ] )
] ; #
fhir:verificationStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ] ;
fhir:display [ fhir:v "Confirmed" ] ] )
] ; #
fhir:type [ fhir:v "allergy"] ; #
fhir:category ( [ fhir:v "medication"] [ fhir:v "biologic"] ) ; #
fhir:criticality [ fhir:v "high"] ; #
fhir:code [
( fhir:coding [
a sct:871717007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "871717007" ] ;
fhir:display [ fhir:v "Yellow fever vaccine" ] ] )
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/patient-002" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/encounter-003" ]
] ; #
fhir:onset [
a fhir:dateTime ;
fhir:v "2025-06-05T09:15:00+01:00"^^xsd:dateTime
] ; #
fhir:recordedDate [ fhir:v "2025-06-05T09:45:00+01:00"^^xsd:dateTime] ; #
fhir:recorder [
fhir:reference [ fhir:v "Practitioner/practitioner-003" ]
] ; #
fhir:lastOccurrence [ fhir:v "2025-06-05T10:30:00+01:00"^^xsd:dateTime] ; #
fhir:reaction ( [
fhir:substance [
( fhir:coding [
a sct:871717007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "871717007" ] ;
fhir:display [ fhir:v "Yellow fever vaccine" ] ] ) ] ;
( fhir:manifestation [
( fhir:coding [
a sct:39579001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "39579001" ] ;
fhir:display [ fhir:v "Anaphylaxis" ] ] ) ] ) ;
fhir:description [ fhir:v "Patient collapsed with generalized urticaria, hypotension, and difficulty breathing within 15 minutes of vaccination." ] ;
fhir:onset [ fhir:v "2025-06-05T09:20:00+01:00"^^xsd:dateTime ] ;
fhir:severity [ fhir:v "severe" ]
] ) . #
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