Central Cancer Registry Reporting Content IG, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-central-cancer-registry-reporting-ig/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
{
"resourceType" : "Condition",
"id" : "problem-list-diabetes",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-problems-health-concerns|6.1.0"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p><b>Profile:</b> <a href=\"https://hl7.org/fhir/us/core/StructureDefinition-us-core-condition-problems-health-concerns.html\">US Core Condition Problems and Health Concerns</a></p>\n <p><b>Condition:</b> Type 2 diabetes mellitus</p>\n <p><b>Clinical Status:</b> Active</p>\n <p><b>Verification Status:</b> Confirmed</p>\n <p><b>Category:</b> Problem List Item</p>\n <p><b>Code:</b> ICD-10 E11 — Type 2 diabetes mellitus</p>\n <p><b>Subject:</b> <a href=\"Patient-example.html\">Amy V. Shaw</a></p>\n <p><b>Recorded Date:</b> 2016-08-10</p>\n</div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/condition-assertedDate",
"valueDateTime" : "2016-08-10"
}
],
"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://terminology.hl7.org/CodeSystem/condition-category",
"code" : "problem-list-item",
"display" : "Problem List Item"
}
],
"text" : "Problem List Item"
}
],
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/icd-10",
"code" : "E11",
"display" : "Type 2 diabetes mellitus"
}
],
"text" : "Type 2 diabetes mellitus"
},
"subject" : {
🔗 "reference" : "Patient/example",
"display" : "Amy V. Shaw"
},
"recordedDate" : "2016-08-10T07:15:07-08:00"
}