CH AllergyIntolerance (R4)
3.0.0-ballot - ballot
This page is part of the CH-AllergyIntolerance (R4) (v3.0.0-ballot: STU 3 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{
"resourceType" : "AllergyIntolerance",
"id" : "CH-AllergyIntolerance-Usecase-3",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: AllergyIntolerance</b><a name=\"CH-AllergyIntolerance-Usecase-3\"> </a><a name=\"hcCH-AllergyIntolerance-Usecase-3\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourceAllergyIntolerance "CH-AllergyIntolerance-Usecase-3" </p></div><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-allergyintolerance-clinical.html\">AllergyIntolerance Clinical Status Codes</a>#active)</span></p><p><b>verificationStatus</b>: Confirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-allergyintolerance-verification.html\">AllergyIntolerance Verification Status</a>#confirmed)</span></p><p><b>type</b>: intolerance</p><p><b>category</b>: medication</p><p><b>criticality</b>: low</p><p><b>code</b>: Aspirin adverse reaction (disorder) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOWMED CT</a>#292044008)</span></p><p><b>patient</b>: <a href=\"Patient-ElisabethBroennimannByBFH.html\">Patient/ElisabethBroennimannByBFH</a> " BRÖNNIMANN-BERTHOLET"</p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Substance</b></td><td><b>Manifestation</b></td><td><b>Severity</b></td><td><b>ExposureRoute</b></td></tr><tr><td style=\"display: none\">*</td><td/><td>Aspirin (substance) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOWMED CT</a>#387458008)</span></td><td>Tinnitus (finding) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOWMED CT</a>#60862001)</span>, Itching of skin (finding) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOWMED CT</a>#418363000)</span></td><td>mild</td><td>Oral route (qualifier value) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOWMED CT</a>#26643006)</span></td></tr></table></div>"
},
"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" : "intolerance",
"category" : [
"medication"
],
"criticality" : "low",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "292044008",
"display" : "Aspirin adverse reaction (disorder)"
}
]
},
"patient" : {
🔗 "reference" : "Patient/ElisabethBroennimannByBFH"
},
"reaction" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/allergyintolerance-certainty",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/reaction-event-certainty",
"code" : "confirmed",
"display" : "Confirmed"
}
]
}
}
],
"substance" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "387458008",
"display" : "Aspirin (substance)"
}
]
},
"manifestation" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "60862001",
"display" : "Tinnitus (finding)"
}
]
},
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "418363000",
"display" : "Itching of skin (finding)"
}
]
}
],
"severity" : "mild",
"exposureRoute" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "26643006",
"display" : "Oral route (qualifier value)"
}
]
}
}
]
}