FHIR IG analytics| Package | ke.fhir.eprescription |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-example-allergyintolerance-amina-penicillin.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance example-allergyintolerance-amina-penicillin
Profiles: Kenya eRx AllergyIntolerance, https://fhir.dha.go.ke/fhir/StructureDefinition/ke-allergy-intolerance
identifier: KenyaAllergyIdentifier/ALG-2020-00042
clinicalStatus: Active
verificationStatus: Confirmed
type: Allergy
category: Medication
criticality: High Risk
code: Penicillin V potassium
onset: 2020-03-10
recordedDate: 2020-03-10
recorder: Practitioner Sarah Njoroge (official)
note:
Patient reports severe urticarial reaction within 30 minutes of taking oral penicillin. Allergy confirmed and flagged in patient record.
| Substance | Manifestation | Description | Onset | Severity | ExposureRoute |
| Penicillin V potassium | Urticaria | Widespread urticaria over trunk and limbs appearing within 30 minutes of penicillin administration. | 2020-03-10 14:00:00+0300 | Moderate | Oral |
{
"resourceType": "AllergyIntolerance",
"id": "example-allergyintolerance-amina-penicillin",
"meta": {
"profile": [
"https://fhir.dha.go.ke/erx/StructureDefinition/ke-allergy-intolerance",
"https://fhir.dha.go.ke/fhir/StructureDefinition/ke-allergy-intolerance"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://ilm-hie.dha.go.ke/fhir/NamingSystem/allergy-identifier",
"value": "ALG-2020-00042"
}
],
"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": {
"coding": [
{
"system": "https://fhir.dha.go.ke/terminology/CodeSystem/active-components-cs",
"code": "AC10686",
"display": "Penicillin V potassium"
}
]
},
"patient": {
"reference": "Patient/example-patient-amina"
},
"encounter": {
"reference": "Encounter/example-encounter-amina-outpatient"
},
"onsetDateTime": "2020-03-10",
"recordedDate": "2020-03-10",
"recorder": {
"reference": "Practitioner/example-practitioner-njoroge"
},
"asserter": {
"reference": "Patient/example-patient-amina"
},
"note": [
{
"text": "Patient reports severe urticarial reaction within 30 minutes of taking oral penicillin. Allergy confirmed and flagged in patient record."
}
],
"reaction": [
{
"substance": {
"coding": [
{
"system": "https://fhir.dha.go.ke/terminology/CodeSystem/active-components-cs",
"code": "AC10686",
"display": "Penicillin V potassium"
}
]
},
"manifestation": [
{
"coding": [
{
"system": "https://fhir.dha.go.ke/terminology/CodeSystem/manifestation-cs",
"code": "URTICARIA",
"display": "Urticaria"
}
]
}
],
"description": "Widespread urticaria over trunk and limbs appearing within 30 minutes of penicillin administration.",
"onset": "2020-03-10T14:00:00+03:00",
"severity": "moderate",
"exposureRoute": {
"coding": [
{
"system": "https://fhir.dha.go.ke/terminology/CodeSystem/route-of-administration-cs",
"code": "RT10025",
"display": "Oral"
}
]
}
}
]
}