This page is part of the PACIO Personal Functioning and Engagement Implementation Guide (v2.0.0-ballot: STU 2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Condition",
"id" : "PFEIG-Condition-DiabetesDiagnosis",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-condition-encounter-diagnosis"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition PFEIG-Condition-DiabetesDiagnosis</b></p><a name=\"PFEIG-Condition-DiabetesDiagnosis\"> </a><a name=\"hcPFEIG-Condition-DiabetesDiagnosis\"> </a><a name=\"PFEIG-Condition-DiabetesDiagnosis-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>code</b>: <span title=\"Codes:{http://snomed.info/sct 359642000}\">Diabetes mellitus type 2 in nonobese (disorder)</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 113331007}\">Structure of endocrine system</span></p><p><b>subject</b>: <a href=\"Patient-PFEIG-patientBSJ1.html\">Betsy Smith-Johnson Female, DoB Unknown ( http://example.org/identifiers/patient#10A3D58WH1600)</a></p><p><b>onset</b>: 2017-06</p><p><b>recordedDate</b>: 2017-06-05</p><p><b>asserter</b>: <a href=\"PractitionerRole-PFEIG-Role-IMMD-AnitaChu.html\">PractitionerRole Internal Medicine Physician</a></p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/condition-assertedDate",
"valueDateTime" : "2017-06"
}
],
"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"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "359642000",
"display" : "Diabetes mellitus type 2 in nonobese (disorder)"
}
]
},
"bodySite" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "113331007",
"display" : "Structure of endocrine system"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/PFEIG-patientBSJ1"
},
"onsetDateTime" : "2017-06",
"recordedDate" : "2017-06-05",
"asserter" : {
🔗 "reference" : "PractitionerRole/PFEIG-Role-IMMD-AnitaChu"
}
}