FHIR IG analytics| Package | zm-core |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-ExampleZMCoreAllergyIntolerance.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance ExampleZMCoreAllergyIntolerance
Profile: ZM-Core Allergy Intolerance Profile
clinicalStatus: Active
verificationStatus: Confirmed
type: allergy
category: Medication
criticality: High Risk
code: Penicillin
patient: John Mwale Male, DoB: 1985-05-15 ( http://hapi.moh.gov.zm/fhir/sid/nrc#123456/12/1)
recordedDate: 2026-08-08 08:30:00+0200
reaction
Manifestations
Concept Generalized urticaria severity: Severe
{
"resourceType": "AllergyIntolerance",
"id": "ExampleZMCoreAllergyIntolerance",
"meta": {
"profile": [
"http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-allergy-intolerance"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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": {
"coding": [
{
"code": "allergy"
}
]
},
"category": [
"medication"
],
"criticality": "high",
"code": {
"text": "Penicillin"
},
"patient": {
"reference": "Patient/ExampleZMCorePatient"
},
"encounter": {
"reference": "Encounter/ExampleZMCoreEncounter"
},
"recordedDate": "2026-08-08T08:30:00+02:00",
"reaction": [
{
"manifestation": [
{
"concept": {
"text": "Generalized urticaria"
}
}
],
"severity": "severe"
}
]
}