FHIR IG analytics| Package | zw.fhir.ig.medication |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-allergyintolerance1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance allergyintolerance1
Profile: Zimbabwe Allergy Intolerance
clinicalStatus: Active
verificationStatus: Confirmed
type: Allergy
category: Medication
criticality: High Risk
code: Penicillin
patient: zw-patient-example
recordedDate: 2026-05-01
recorder: practitioner1
| Manifestation |
| Urticaria (hives) |
{
"resourceType": "AllergyIntolerance",
"id": "allergyintolerance1",
"meta": {
"profile": [
"http://mohcc.gov.zw/fhir/medication/StructureDefinition/zw-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": "allergy",
"category": [
"medication"
],
"criticality": "high",
"code": {
"text": "Penicillin"
},
"patient": {
"reference": "zw-patient-example"
},
"recordedDate": "2026-05-01",
"recorder": {
"reference": "practitioner1"
},
"reaction": [
{
"manifestation": [
{
"text": "Urticaria (hives)"
}
]
}
]
}