CH LAB-Order (R4)
2.0.0 - trial-use
This page is part of the CH LAB-Order (R4) (v2.0.0: STU 2) 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" : "Condition",
"id" : "ConditionTibiaFracture",
"meta" : {
"profile" : [
🔗 "http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-diagnosis-condition"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition </b><a name=\"ConditionTibiaFracture\"> </a><a name=\"hcConditionTibiaFracture\"> </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\">ResourceCondition "ConditionTibiaFracture" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-lab-order-diagnosis-condition.html\">CH LAB-Order Diagnosis Condition</a></p></div><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.4.0/CodeSystem-condition-clinical.html\">Condition 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.4.0/CodeSystem-condition-ver-status.html\">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>category</b>: diagnosis <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#439401001)</span></p><p><b>severity</b>: Severe (severity modifier) (qualifier value) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#24484000)</span></p><p><b>code</b>: Open fracture of tibial plateau (disorder) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#446980008)</span></p><p><b>bodySite</b>: Bone structure of proximal left tibia (body structure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#719496004)</span></p><p><b>subject</b>: <a href=\"Patient-BirgitBlum.html\">Patient/BirgitBlum: Birgit Blum</a> " BLUM"</p><p><b>encounter</b>: <a href=\"Encounter-FirstEncounter.html\">Encounter/FirstEncounter</a></p><p><b>onset</b>: 2024-02-05</p><p><b>recordedDate</b>: 2024-02-05</p><p><b>asserter</b>: <a href=\"PractitionerRole-HansHauserKantonsspital.html\">PractitionerRole/HansHauserKantonsspital: Birgit Blum</a></p><h3>Evidences</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>Open fracture of upper end of tibia (disorder) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#111645003)</span></td></tr></table></div>"
},
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code" : "active"
}
]
},
"verificationStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code" : "confirmed"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "439401001",
"display" : "diagnosis"
}
]
}
],
"severity" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "24484000",
"display" : "Severe (severity modifier) (qualifier value)"
}
]
},
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "446980008",
"display" : "Open fracture of tibial plateau (disorder)"
}
]
},
"bodySite" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "719496004"
}
],
"text" : "Bone structure of proximal left tibia (body structure)"
}
],
"subject" : {
🔗 "reference" : "Patient/BirgitBlum",
"display" : "Birgit Blum"
},
"encounter" : {
🔗 "reference" : "Encounter/FirstEncounter"
},
"onsetDateTime" : "2024-02-05",
"recordedDate" : "2024-02-05",
"asserter" : {
🔗 "reference" : "PractitionerRole/HansHauserKantonsspital",
"display" : "Birgit Blum"
},
"evidence" : [
{
"code" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "111645003",
"display" : "Open fracture of upper end of tibia (disorder)"
}
]
}
]
}
]
}