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" : "health-concern-example",
"meta" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString" : "Health Concern Example"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown" : "This example of a QI-Core Condition Problems and Health Concerns Profile illustrates its use to capture information about a patient's health concern."
}
],
"profile" : [
🔗 "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-condition-problems-health-concerns"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition health-concern-example</b></p><a name=\"health-concern-example\"> </a><a name=\"hchealth-concern-example\"> </a><a name=\"health-concern-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://hl7.org/fhir/us/core/CodeSystem/condition-category health-concern}\">Health Concern</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 247824007}\">Fear of becoming fat</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>onset</b>: 2007-12-14</p><p><b>recordedDate</b>: 2007-12-14 07:15:07-0800</p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/condition-assertedDate",
"valueDateTime" : "2007-12-14"
}
],
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code" : "active",
"display" : "Active"
}
],
"text" : "Active"
},
"verificationStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code" : "confirmed",
"display" : "Confirmed"
}
],
"text" : "Confirmed"
},
"category" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/us/core/CodeSystem/condition-category",
"code" : "health-concern",
"display" : "Health Concern"
}
],
"text" : "Health Concern"
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "247824007",
"display" : "Fear of becoming fat"
}
],
"text" : "Fear of becoming fat"
},
"subject" : {
🔗 "reference" : "Patient/example"
},
"onsetDateTime" : "2007-12-14",
"recordedDate" : "2007-12-14T07:15:07-08:00"
}