FHIR IG analytics| Package | ng.gov.nphcda.immunization |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-exampleAllergyIntolerance-003.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance exampleAllergyIntolerance-003
Profile: NG-Imm AllergyIntolerance
NG-Imm Allergy Dose Number: 777
NG-Imm Dose Series: Yellow Fever Routine Infant Dose
clinicalStatus: Active
verificationStatus: Confirmed
type: Allergy
category: Medication, Biologic
criticality: High Risk
code: Yellow fever vaccine
patient: Amina Bello Female, DoB: 2023-04-02 ( MRN)
onset: 2025-06-05 09:15:00+0100
recordedDate: 2025-06-05 09:45:00+0100
recorder: Practitioner Chinelo Eze
lastOccurrence: 2025-06-05 10:30:00+0100
| Substance | Manifestation | Description | Onset | Severity |
| Yellow fever vaccine | Anaphylaxis | Patient collapsed with generalized urticaria, hypotension, and difficulty breathing within 15 minutes of vaccination. | 2025-06-05 09:20:00+0100 | Severe |
{
"resourceType": "AllergyIntolerance",
"id": "exampleAllergyIntolerance-003",
"meta": {
"profile": [
"https://nphcda.gov.ng/ig/StructureDefinition/allergy-intolerance-profile"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://nphcda.gov.ng/ig/StructureDefinition/allergy-reference-dose-number",
"valueInteger": 777
},
{
"url": "https://nphcda.gov.ng/ig/StructureDefinition/allergy-reference-dose-series",
"valueString": "Yellow Fever Routine Infant Dose"
}
],
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active",
"display": "Active"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed",
"display": "Confirmed"
}
]
},
"type": "allergy",
"category": [
"medication",
"biologic"
],
"criticality": "high",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "871717007",
"display": "Yellow fever vaccine"
}
]
},
"patient": {
"reference": "Patient/patient-002"
},
"encounter": {
"reference": "Encounter/encounter-003"
},
"onsetDateTime": "2025-06-05T09:15:00+01:00",
"recordedDate": "2025-06-05T09:45:00+01:00",
"recorder": {
"reference": "Practitioner/practitioner-003"
},
"lastOccurrence": "2025-06-05T10:30:00+01:00",
"reaction": [
{
"substance": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "871717007",
"display": "Yellow fever vaccine"
}
]
},
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "39579001",
"display": "Anaphylaxis"
}
]
}
],
"description": "Patient collapsed with generalized urticaria, hypotension, and difficulty breathing within 15 minutes of vaccination.",
"onset": "2025-06-05T09:20:00+01:00",
"severity": "severe"
}
]
}