FHIR IG analytics| Package | hl7.fhir.eu.hdr |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-penicillin-allergy.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance penicillin-allergy
Profile: Allergy Intolerance (EU core)
clinicalStatus: Active
verificationStatus: Confirmed
type: Allergy
category: Medication
criticality: High Risk
code: Penicillin
patient: Fiona XXX_Swart
recordedDate: 2023-12-10
recorder: Dr. Alessia Bianchi
| Manifestation | Severity |
| Anaphylactic reaction | Severe |
{
"resourceType": "AllergyIntolerance",
"id": "penicillin-allergy",
"meta": {
"profile": [
"http://hl7.eu/fhir/base/StructureDefinition/allergyIntolerance-eu-core"
]
},
"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"
}
]
},
"type": "allergy",
"category": [
"medication"
],
"criticality": "high",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "764146007",
"display": "Penicillin"
}
],
"text": "Penicillin"
},
"patient": {
"reference": "Patient/patient-swart",
"display": "Fiona XXX_Swart"
},
"recordedDate": "2023-12-10",
"recorder": {
"display": "Dr. Alessia Bianchi"
},
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "39579001",
"display": "Anaphylactic reaction"
}
]
}
],
"severity": "severe"
}
]
}