This page is part of the MCC eCare Plan Implementation Guide (v1.0.0-ballot2: STU 1 Ballot 2) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
: MCC Goal Example - Weight Loss - JSON Representation
Raw json | Download
{
"resourceType" : "Goal",
"id" : "WGT-loss",
"meta" : {
"versionId" : "9",
"lastUpdated" : "2022-08-02T18:25:27.359+00:00",
"source" : "#Co3eBzwkPfsp7Smu",
"profile" : [
"http://hl7.org/fhir/us/mcc/StructureDefinition/MCCGoal"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Goal</b><a name=\"WGT-loss\"> </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 Goal "WGT-loss" Version "9" Updated "2022-08-02 18:25:27+0000" </p><p style=\"margin-bottom: 0px\">Information Source: #Co3eBzwkPfsp7Smu!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MCCGoal.html\">Multiple Chronic Condition Care Plan Goal</a></p></div><p><b>lifecycleStatus</b>: active</p><p><b>category</b>: Dietary <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-goal-category.html\">Goal category</a>#dietary)</span></p><p><b>priority</b>: high <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-goal-priority.html\">Goal priority</a>#high-priority "High Priority")</span></p><p><b>description</b>: Target weight is 150 to 155 lbs. <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#43664005 "Normal weight")</span></p><p><b>subject</b>: <a href=\"Patient-cc-pat-pnoelle.html\">Patient/cc-pat-pnoelle: Patricia Noelle</a> " NOELLE"</p><p><b>start</b>: 2019-10-14</p><p><b>statusDate</b>: 2019-10-14</p><p><b>expressedBy</b>: <a href=\"Patient-cc-pat-pnoelle.html\">Patient/cc-pat-pnoelle: Patricia Noelle</a> " NOELLE"</p></div>"
},
"lifecycleStatus" : "active",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/goal-category",
"code" : "dietary"
}
]
}
],
"priority" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/goal-priority",
"code" : "high-priority",
"display" : "High Priority"
}
],
"text" : "high"
},
"description" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "43664005",
"display" : "Normal weight"
}
],
"text" : "Target weight is 150 to 155 lbs."
},
"subject" : {
"reference" : "Patient/cc-pat-pnoelle",
"display" : "Patricia Noelle"
},
"startDate" : "2019-10-14",
"statusDate" : "2019-10-14",
"expressedBy" : {
"reference" : "Patient/cc-pat-pnoelle",
"display" : "Patricia Noelle"
}
}