FHIR IG analytics| Package | fhir.kenyaEmergencyIG |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-em-no-known-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-no-known-allergy-example-valid
clinicalStatus: Active
verificationStatus: Confirmed
criticality: Unable to Assess Risk
code: No known allergy (situation)
patient: Patient/pat-0712345678
recordedDate: 2026-06-29 12:11:00+0300
recorder: Practitioner Sarah Njoroge
{
"resourceType": "AllergyIntolerance",
"id": "em-no-known-allergy-example-valid",
"meta": {
"profile": [
"https://nshr-uat.sha.go.ke/fhir/StructureDefinition/em-no-known-allergy"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed",
"display": "Confirmed"
}
]
},
"criticality": "unable-to-assess",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "716186003",
"display": "No known allergy (situation)"
}
]
},
"patient": {
"reference": "Patient/pat-0712345678"
},
"encounter": {
"reference": "Encounter/em-poc-encounter-example"
},
"recordedDate": "2026-06-29T12:11:00+03:00",
"recorder": {
"reference": "Practitioner/em-practitioner-example"
}
}