MCC eCare Plan Draft Implementation Guide
0.1.0 - CI Build

MCC eCare Plan Draft Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: Weight Goal Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Goal",
  "id" : "goal-1",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2020-09-27T23:32:54.604+00:00",
    "source" : "#e9PeVeoKuvQxNibt",
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: goal-1</p><p><b>meta</b>: </p><p><b>lifecycleStatus</b>: active</p><p><b>description</b>: <span title=\"Codes: \">Patient and Provider are targeting a weight of 150 lbs</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Patricia Noelle. Generated Summary: id: example;\n          Medical Record Number: 1032702 (USUAL); active; Amy V. Shaw , Amy V. Baxter ; ph:\n          555-555-5555(HOME), pnoelle@example.com; gender: female; birthDate: 1987-02-20</a></p><h3>Targets</h3><table class=\"grid\"><tr><td>-</td><td><b>Due[x]</b></td></tr><tr><td>*</td><td>2020-04-05</td></tr></table></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "individual",
          "valueReference" : {
            "reference" : "Patient/cc-pat-pnoelle"
          }
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/goal-acceptance"
    },
    {
      "extension" : [
        {
          "url" : "individual",
          "valueReference" : {
            "reference" : "Practitioner/PatrickPrimaryMD"
          }
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/goal-acceptance"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/goal-reasonRejected",
      "valueCodeableConcept" : {
        "text" : "doesn't want to lose his happy fat"
      }
    },
    {
      "extension" : [
        {
          "url" : "type",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/goal-relationship-type",
                "code" : "other"
              }
            ],
            "text" : "this goal relates to the BMI goal"
          }
        },
        {
          "url" : "target",
          "valueReference" : {
            "reference" : "Goal/BMI"
          }
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/goal-relationship"
    }
  ],
  "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" : {
    "text" : "Target weight is 150 to 155 lbs."
  },
  "subject" : {
    "reference" : "Patient/cc-pat-pnoelle",
    "display" : "Patricia Noelle"
  },
  "startDate" : "2019-10-14",
  "target" : [
    {
      "measure" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "29463-7",
            "display" : "Body Weight"
          }
        ]
      },
      "detailRange" : {
        "low" : {
          "value" : 150,
          "unit" : "lbs",
          "system" : "http://unitsofmeasure.org",
          "code" : "[lb_av]"
        },
        "high" : {
          "value" : 155,
          "unit" : "lbs",
          "system" : "http://unitsofmeasure.org",
          "code" : "[lb_av]"
        }
      },
      "dueDate" : "2020-04-05"
    }
  ],
  "statusDate" : "2019-10-14",
  "statusReason" : "Patient wants to lose weight for general health and pain relief.",
  "expressedBy" : {
    "reference" : "Patient/cc-pat-pnoelle",
    "display" : "Patricia Noelle"
  },
  "addresses" : [
    {
      "display" : "obesity condition"
    }
  ],
  "outcomeReference" : [
    {
      "reference" : "Observation/example",
      "display" : "Body Weight Measured"
    }
  ]
}