Health Care Surveys Reporting
2.0.0-ballot - STU 2 - Ballot United States of America flag

This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) Healthcare Surveys Reporting Content IG (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Goal Example - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Goal",
  "id" : "goal-example",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal|6.1.0"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Goal goal-example</b></p><a name=\"goal-example\"> </a><a name=\"hcgoal-example\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-goal.html\">US Core Goal Profileversion: null6.1.0)</a></p></div><p><b>lifecycleStatus</b>: Active</p><p><b>achievementStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/goal-achievement in-progress}\">In Progress</span></p><p><b>description</b>: <span title=\"Codes:\">Resolve acute bronchitis within 2 weeks</span></p><p><b>subject</b>: <a href=\"Patient-patient-ledner.html\">Dominique369 Ledner144  Female, DoB: 1965-06-22 ( MRN:\u00a0Alaska Driver's License#abc123\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>start</b>: 2025-01-02</p><h3>Targets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Measure</b></td><td><b>Detail[x]</b></td><td><b>Due[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 431855005}\">Chronic kidney disease stage 1 (disorder)</span></td><td>Resolution of cough and other symptoms</td><td>2025-01-16</td></tr></table><p><b>statusDate</b>: 2025-01-02</p><p><b>statusReason</b>: Treatment initiated</p><p><b>expressedBy</b>: <a href=\"Patient-patient-ledner.html\">Dominique369 Ledner144  Female, DoB: 1965-06-22 ( MRN:\u00a0Alaska Driver's License#abc123\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>addresses</b>: <a href=\"Condition-problem-healthconcern-example.html\">Condition Acute viral pharyngitis</a></p><p><b>note</b>: @2025-01-02 10:30:00+0000</p><blockquote><div><p>Patient understands the plan and is committed to improved rest and hydration</p>\n</div></blockquote></div>"
  },
  "lifecycleStatus" : "active",
  "achievementStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/goal-achievement",
        "code" : "in-progress"
      }
    ]
  },
  "description" : {
    "text" : "Resolve acute bronchitis within 2 weeks"
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-ledner"
  },
  "startDate" : "2025-01-02",
  "target" : [
    {
      "measure" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "431855005",
            "display" : "Chronic kidney disease stage 1 (disorder)"
          }
        ]
      },
      "detailString" : "Resolution of cough and other symptoms",
      "dueDate" : "2025-01-16"
    }
  ],
  "statusDate" : "2025-01-02",
  "statusReason" : "Treatment initiated",
  "expressedBy" : {
    🔗 "reference" : "Patient/patient-ledner"
  },
  "addresses" : [
    {
      🔗 "reference" : "Condition/problem-healthconcern-example"
    }
  ],
  "note" : [
    {
      "time" : "2025-01-02T10:30:00Z",
      "text" : "Patient understands the plan and is committed to improved rest and hydration"
    }
  ]
}