FHIR IG analytics| Package | ke.fhir.core |
| 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
Profile: Kenya Core AllergyIntolerance Profile version: 1.0.0
clinicalStatus: Active
verificationStatus: Confirmed
code: Penicillin allergy
onset: 2018-03-10
| Manifestation |
| Skin rash |
{
"resourceType": "AllergyIntolerance",
"id": "example-allergyintolerance-amina-penicillin",
"meta": {
"profile": [
"https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-allergyintolerance|1.0.0"
]
},
"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"
}
]
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "91936005",
"display": "Penicillin allergy"
}
]
},
"patient": {
"reference": "Patient/CR2026080100001-1"
},
"onsetDateTime": "2018-03-10",
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "271807003",
"display": "Skin rash"
}
]
}
]
}
]
}