This page is part of the Quality Improvement Core Framework (v2.0.0: STU 2) based on FHIR (HL7® FHIR® Standard) R3. The current version which supersedes this version is 7.0.1. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Condition",
"id" : "qicore-condition-example",
"text" : {
"status" : "generated",
"div" : "<div xmlns="http://www.w3.org/1999/xhtml">
<blockquote>
<p><strong>condition-criticality</strong></p>
<p>
<strong>code</strong>: { SNOMED CT code '399166001' = 'Fatal' }
</p>
</blockquote>
<p>
<strong>clinicalStatus</strong>: confirmed
</p>
<blockquote>
<p><strong>category</strong></p>
<p>
<strong>coding 1</strong>: Problem List Item
</p>
<p>
<strong>coding 2</strong>: { SNOMED CT code '439401001' = 'Diagnosis' }
</p>
</blockquote>
<p>
<strong>severity</strong>: { SNOMED CT code '24484000' = 'Severe (severity modifier)' }
</p>
<blockquote>
<p><strong>code</strong>: Burnt Ear</p>
<p>
<strong>coding 3</strong>: { SNOMED CT code '39065001' = 'Burn of ear' }
</p>
</blockquote>
<blockquote>
<p><strong>bodySite</strong>: Left Ear</p>
<p>
<strong>coding 4</strong>: { SNOMED CT code '49521004' = 'Left external ear structure' }
</p>
</blockquote>
<p>
<strong>subject</strong>:
<a href="Patient-qicore-patient-example.html">Patient/example</a>
</p>
<p>
<strong>onsetDateTime</strong>: 05/24/2012
</p>
</div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/condition-criticality",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "399166001",
"display" : "Fatal"
}
]
}
}
],
"clinicalStatus" : "active",
"verificationStatus" : "confirmed",
"category" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/condition-category",
"code" : "problem-list-item",
"display" : "Problem List Item"
},
{
"system" : "http://snomed.info/sct",
"code" : "439401001",
"display" : "Diagnosis"
}
]
}
],
"severity" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "24484000",
"display" : "Severe (severity modifier)"
}
]
},
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "39065001",
"display" : "Burn of ear"
}
],
"text" : "Burnt Ear"
},
"bodySite" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "49521004",
"display" : "Left external ear structure"
}
],
"text" : "Left Ear"
}
],
"subject" : {
"reference" : "Patient/qicore-patient-example"
},
"onsetDateTime" : "2012-05-24T00:00:00+00:00"
}