This page is part of the MCC eCare Plan Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
: Multiple Chronic Condition Care Plan Clinical Impression Example - JSON Representation
Raw json | Download
{
"resourceType" : "ClinicalImpression",
"id" : "clinical-impression-example",
"meta" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString" : "ClinicalImpression Example"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown" : "This is a ClinicalImpression example for the MCC ClinicalImpression Profile."
}
],
"versionId" : "1",
"lastUpdated" : "2022-08-24T08:56:30.155+00:00",
"source" : "#LPmVXruLEtHDcUZ5",
"profile" : [
"http://hl7.org/fhir/us/mcc/StructureDefinition/MCCClinicalImpression"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ClinicalImpression</b><a name=\"clinical-impression-example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource ClinicalImpression "clinical-impression-example" Version "1" Updated "2022-08-24 08:56:30+0000" </p><p style=\"margin-bottom: 0px\">Information Source: #LPmVXruLEtHDcUZ5!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MCCClinicalImpression.html\">Multiple Chronic Condition Care Plan Clinical Impression</a></p></div><p><b>pertains to goal</b>: <a href=\"Goal-HPT-WNL.html\">Goal/HPT-WNL</a></p><p><b>status</b>: completed</p><p><b>description</b>: patient was highly distressed in waiting room prior to appointment for CKD about her health</p><p><b>subject</b>: <a href=\"Patient-cc-pat-pnoelle.html\">Patient/cc-pat-pnoelle: Patricia Noelle</a> " NOELLE"</p><p><b>effective</b>: 2014-12-06 20:00:00+1100 --> 2014-12-06 22:33:00+1100</p><p><b>date</b>: 2014-12-06 22:33:00+1100</p><p><b>problem</b>: <a href=\"Condition-ConditionCKD.html\">Condition/ConditionCKD</a></p><p><b>summary</b>: signs of worsening depression and Anxiety, concerns about deteriorating health</p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal",
"valueReference" : {
"reference" : "Goal/HPT-WNL"
}
}
],
"status" : "completed",
"description" : "patient was highly distressed in waiting room prior to appointment for CKD about her health",
"subject" : {
"reference" : "Patient/cc-pat-pnoelle",
"display" : "Patricia Noelle"
},
"effectivePeriod" : // encounter><reference value="Encounter/example"/></encounter
{
"start" : "2014-12-06T20:00:00+11:00",
"end" : "2014-12-06T22:33:00+11:00"
},
"date" : "2014-12-06T22:33:00+11:00",
"problem" : [
{
"reference" : "Condition/ConditionCKD"
}
],
"summary" : "signs of worsening depression and Anxiety, concerns about deteriorating health"
}