This page is part of the Quality Improvement Core Framework (v2.0.0: STU 2) based on FHIR R3. The current version which supercedes this version is 4.1.1. For a full list of available versions, see the Directory of published versions

Example: Goal-qicore-goal-example

Formats: XML, JSON, Turtle

{
  "resourceType" : "Goal",
  "id" : "qicore-goal-example",
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
      <p>Simple care goal for an obese patient to lose weight</p>
      <p>
        <strong>identifier</strong>: 123
      </p>
      <p>
        <strong>status</strong>: on-hold
      </p>
      <p>
        <strong>assertedDate</strong>: 10/09/2014
      </p>
      <p>
        <strong>category</strong>: { FHIR code 'dietary' = 'Dietary' }
      </p>
      <p>
        <strong>priority</strong>: { FHIR code 'high-priority' = 'High Priority', given as 'high' })
      </p>
      <p>
        <strong>description</strong>: Target weight is 160 to 180 lbs.
      </p>
      <p>
        <strong>subject</strong>: 
        <a href="Patient-qicore-patient-example.html">Patient/example</a>
      </p>
      <p>
        <strong>startDate</strong>: 04/05/2015
      </p>
      <blockquote>
        <p><strong>target</strong></p>
        <p>
          <strong>measure</strong>: { LOINC code '3141-9' = 'Weight Measured' })
        </p>
        <blockquote>
          <p><strong>detailRange</strong></p>
          <p>
            <strong>low</strong>: 160 lbs
          </p>
          <p>
            <strong>high</strong>: 180 lbs
          </p>
        </blockquote>
        <p>
          <strong>dueDate</strong>: 04/05/2015
        </p>
      </blockquote>
      <p>
        <strong>statusDate</strong>: 02/14/2016
      </p>
      <p>
        <strong>statusReason</strong>: Patient wants to defer weight loss until after honeymoon.
      </p>
      <p>
        <strong>expressedBy</strong>: 
        <a href="Patient-qicore-patient-example.html">Patient/example</a>
      </p>
      <p>
        <strong>addresses</strong>: obesity condition
      </p>
      <p>
        <strong>outcomeReference</strong>: 
        <a href="Observation-qicore-observation-example.html">Observation/example</a>
      </p>
    </div>"
  },
  "identifier" : [
    {
      "value" : "123"
    }
  ],
  "status" : "on-hold",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/goal-category",
          "code" : "dietary"
        }
      ]
    }
  ],
  "priority" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/goal-priority",
        "code" : "high-priority",
        "display" : "High Priority"
      }
    ],
    "text" : "high"
  },
  "description" : {
    "text" : "Target weight is 160 to 180 lbs."
  },
  "subject" : {
    "reference" : "Patient/qicore-patient-example",
    "display" : "Peter James Chalmers"
  },
  "startDate" : "2015-04-05",
  "target" : {
    "measure" : {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "3141-9",
          "display" : "Weight Measured"
        }
      ]
    },
    "detailRange" : {
      "low" : {
        "value" : 160,
        "unit" : "lbs",
        "system" : "http://unitsofmeasure.org",
        "code" : "[lb_av]"
      },
      "high" : {
        "value" : 180,
        "unit" : "lbs",
        "system" : "http://unitsofmeasure.org",
        "code" : "[lb_av]"
      }
    },
    "dueDate" : "2016-04-05"
  },
  "statusDate" : "2016-02-14",
  "statusReason" : "Patient wants to defer weight loss until after honeymoon.",
  "expressedBy" : {
    "reference" : "Patient/qicore-patient-example",
    "display" : "Peter James Chalmers"
  },
  "addresses" : [
    {
      "display" : "obesity condition"
    }
  ],
  "outcomeReference" : [
    {
      "reference" : "Observation/qicore-observation-example",
      "display" : "Body Weight Measured"
    }
  ]
}