FHIR IG analytics| Package | ke.fhir.eprescription |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-example-allergyintolerance-invalid.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-invalid
Profile: https://fhir.dha.go.ke/fhir/StructureDefinition/ke-allergy-intolerance
clinicalStatus: Active
verificationStatus: Confirmed
type: Allergy
category: Medication
criticality: extreme
code: Penicillin V potassium
| Substance | Manifestation |
| Penicillin V potassium | Urticaria |
{
"resourceType": "AllergyIntolerance",
"id": "example-allergyintolerance-invalid",
"meta": {
"profile": [
"https://fhir.dha.go.ke/fhir/StructureDefinition/ke-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": "extreme",
"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"
},
"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"
}
]
}
]
}
]
}