MCC eCare Plan Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-mcc/ and changes regularly. See the Directory of published versions
{
"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" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ClinicalImpression clinical-impression-example</b></p><a name=\"clinical-impression-example\"> </a><a name=\"hcclinical-impression-example\"> </a><a name=\"clinical-impression-example-en-US\"> </a><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\">version: 1; Last 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>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\">Patricia Noelle</a></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 Chronic kidney disease stage 3B (disorder)</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"
}
},
{
"url" : "http://hl7.org/fhir/us/mcc/StructureDefinition/changePattern",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "260388006",
"display" : "No status change"
}
]
}
}
],
"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"
}