CH AllergyIntolerance (R4)
4.0.0-ballot-ci-build - ci-build
CH AllergyIntolerance (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 4.0.0-ballot-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-allergyintolerance/ and changes regularly. See the Directory of published versions
{
"resourceType" : "AllergyIntolerance",
"id" : "CH-AllergyIntolerance-Usecase-3",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance CH-AllergyIntolerance-Usecase-3</b></p><a name=\"CH-AllergyIntolerance-Usecase-3\"> </a><a name=\"hcCH-AllergyIntolerance-Usecase-3\"> </a><a name=\"CH-AllergyIntolerance-Usecase-3-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></p><p><b>type</b>: Intolerance</p><p><b>category</b>: Medication</p><p><b>criticality</b>: Low Risk</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 292044008}\">Aspirin adverse reaction (disorder)</span></p><p><b>patient</b>: <a href=\"Patient-ElisabethBroennimannByBFH.html\">Elisabeth Brönnimann-Bertholet Female, DoB: 1937-05-03</a></p><blockquote><p><b>reaction</b></p><p><b>AllergyIntolerance Certainty</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/reaction-event-certainty confirmed}\">Confirmed</span></p><p><b>substance</b>: <span title=\"Codes:{http://snomed.info/sct 387458008}\">Aspirin (substance)</span></p><p><b>manifestation</b>: <span title=\"Codes:{http://snomed.info/sct 60862001}\">Tinnitus (finding)</span>, <span title=\"Codes:{http://snomed.info/sct 418363000}\">Itching of skin (finding)</span></p><p><b>severity</b>: Mild</p><p><b>exposureRoute</b>: <span title=\"Codes:{http://snomed.info/sct 26643006}\">Oral route (qualifier value)</span></p></blockquote></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)"
}
]
}
}
]
}