This page is part of the Quality Improvement Core Framework (v7.0.0-ballot: STU7 (v7.0.0) Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 6.0.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Condition",
"id" : "appendicitis-example",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-condition-encounter-diagnosis"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition appendicitis-example</b></p><a name=\"appendicitis-example\"> </a><a name=\"hcappendicitis-example\"> </a><a name=\"appendicitis-example-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}\">Encounter Diagnosis</span></p><p><b>severity</b>: <span title=\"Codes:{http://snomed.info/sct 24484000}\">Severe (severity modifier)</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 74400008}\">Appendicitis</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 66754008}\">Appendix structure</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Jim Chalmers Male, DoB: 1974-12-25 ( Medical record number\u00a0(use:\u00a0usual,\u00a0period:\u00a02001-05-06 --> (ongoing)))</a></p><p><b>encounter</b>: <a href=\"Encounter-example.html\">Encounter: status = in-progress; class = inpatient encounter (ActCode#IMP); type = Initial hospital inpatient or observation care, per day, for the evaluation and management of a patient, which requires a medically appropriate history and/or examination and high level of medical decision making. When using total time on the date of the encounter for code selection, 75 minutes must be met or exceeded.</a></p><p><b>onset</b>: 2012-05-24 00:00:00+0000</p><p><b>recordedDate</b>: 2012-05-24 00:00:00+0000</p></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://terminology.hl7.org/CodeSystem/condition-category",
"code" : "encounter-diagnosis",
"display" : "Encounter Diagnosis"
}
]
}
],
"severity" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "24484000",
"display" : "Severe (severity modifier)"
}
]
},
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "74400008",
"display" : "Appendicitis (disorder)"
}
],
"text" : "Appendicitis"
},
"bodySite" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "66754008",
"display" : "Appendix structure"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/example"
},
"encounter" : {
🔗 "reference" : "Encounter/example"
},
"onsetDateTime" : "2012-05-24T00:00:00+00:00",
"recordedDate" : "2012-05-24T00:00:00+00:00"
}