FHIR IG analytics| Package | fhir.kenyaEmergencyIG |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-em-allergy-example-valid.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance em-allergy-example-valid
clinicalStatus: Active
verificationStatus: Confirmed
category: Medication
criticality: High Risk
code: Domiphen
patient: Patient/pat-0712345678
recordedDate: 2026-06-29 12:10:00+0300
recorder: Practitioner Sarah Njoroge
asserter: Patient/pat-0712345678
| Manifestation | Severity |
| Anaphylaxis | Severe |
{
"resourceType": "AllergyIntolerance",
"id": "em-allergy-example-valid",
"meta": {
"profile": [
"https://nshr-uat.sha.go.ke/fhir/StructureDefinition/em-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"
}
]
},
"category": [
"medication"
],
"criticality": "high",
"code": {
"coding": [
{
"system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/active-components-cs",
"code": "AC10008",
"display": "Domiphen"
}
]
},
"patient": {
"reference": "Patient/pat-0712345678"
},
"encounter": {
"reference": "Encounter/em-poc-encounter-example"
},
"recordedDate": "2026-06-29T12:10:00+03:00",
"recorder": {
"reference": "Practitioner/em-practitioner-example"
},
"asserter": {
"reference": "Patient/pat-0712345678"
},
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/manifestation-cs",
"code": "ANAPHYLAXIS",
"display": "Anaphylaxis"
}
]
}
],
"severity": "severe"
}
]
}