FHIR IG analytics| Package | ch.fhir.ig.ch-emr |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-EX-AllergyIntolerance.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance EX-AllergyIntolerance
clinicalStatus: Active
verificationStatus: Confirmed
type: Allergy
category: Medication
criticality: High Risk
code: Allergy to contrast media (finding)
onset: 2018-05-20
recordedDate: 2025-01-15
recorder: Practitioner Sarah Huber (official)
reaction
substance: Allergy to contrast media (finding)
manifestation: Eruption of skin, Itching of skin, Tight chest
severity: Moderate
note:
Hautausschlag mit Juckreiz und leichte Atembeschwerden. Behandlung mit Antihistaminika und Kortison erfolgreich.
{
"resourceType": "AllergyIntolerance",
"id": "EX-AllergyIntolerance",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-emr/StructureDefinition/ch-emr-allergyintolerance"
]
},
"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": "293637006",
"display": "Allergy to contrast media (finding)"
}
]
},
"patient": {
"reference": "Patient/EX-Patient"
},
"onsetDateTime": "2018-05-20",
"recordedDate": "2025-01-15",
"recorder": {
"reference": "Practitioner/EX-Practitioner"
},
"asserter": {
"reference": "Patient/EX-Patient"
},
"reaction": [
{
"substance": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "293637006",
"display": "Allergy to contrast media (finding)"
}
]
},
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "271807003",
"display": "Eruption of skin"
}
]
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "418363000",
"display": "Itching of skin"
}
]
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "23924001",
"display": "Tight chest"
}
]
}
],
"severity": "moderate",
"note": [
{
"text": "Hautausschlag mit Juckreiz und leichte Atembeschwerden. Behandlung mit Antihistaminika und Kortison erfolgreich."
}
]
}
]
}