MCC eCare Plan Implementation Guide
1.0.0 - ballot United States of America flag

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

: 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><a name=\"hcclinical-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\">ResourceClinicalImpression &quot;clinical-impression-example&quot; Version &quot;1&quot; Updated &quot;2022-08-24 08:56:30+0000&quot; </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>ServiceRequest Pertains To Goal</b>: <a href=\"Goal-HPT-WNL.html\">Goal/HPT-WNL</a></p><p><b>Change Pattern R5 backport</b>: No status change <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOWMED CT</a>#260388006)</span></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> &quot; NOELLE&quot;</p><p><b>effective</b>: 2014-12-06 20:00:00+1100 --&gt; 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"
      }
    },
    {
      "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"
}