FHIR IG analytics| Package | ch.fhir.ig.ch-allergyintolerance |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-CH-AllergyIntolerance-MultipleReactionEntries.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance CH-AllergyIntolerance-MultipleReactionEntries
Profile: CH AllergyIntolerance
clinicalStatus: Active
verificationStatus: Confirmed
type: Allergy
category: Medication
criticality: High Risk
code: Allergy to penicillin
patient: Elisabeth Brönnimann-Bertholet Female, DoB: 1937-05-03
reaction
substance: Penicillin
manifestation: Eruption of skin
description: Initial reaction to penicillin during first exposure.
onset: 2023-01-15
severity: Moderate
reaction
substance: Penicillin
manifestation: Dyspnea, Lip swelling
description: Second reaction to penicillin during subsequent exposure.
onset: 2023-06-10
severity: Severe
{
"resourceType": "AllergyIntolerance",
"id": "CH-AllergyIntolerance-MultipleReactionEntries",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-allergyintolerance/StructureDefinition/ch-allergyintolerance"
]
},
"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": "high",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "91936005",
"display": "Allergy to penicillin"
}
]
},
"patient": {
"reference": "Patient/ElisabethBroennimannByBFH"
},
"reaction": [
{
"substance": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "764146007",
"display": "Penicillin"
}
]
},
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "271807003",
"display": "Eruption of skin"
}
]
}
],
"description": "Initial reaction to penicillin during first exposure.",
"onset": "2023-01-15",
"severity": "moderate"
},
{
"substance": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "764146007",
"display": "Penicillin"
}
]
},
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "267036007",
"display": "Dyspnea"
}
]
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "699376002",
"display": "Lip swelling"
}
]
}
],
"description": "Second reaction to penicillin during subsequent exposure.",
"onset": "2023-06-10",
"severity": "severe"
}
]
}