Developer Satisfaction
0.2.0 - ci-build International flag

Developer Satisfaction - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Goal Example 1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Goal",
  "id" : "Goal1",
  "meta" : {
    "lastUpdated" : "2024-04-10T09:48:01-04:00",
    "profile" : [
      🔗 "http://touchstone.aegis.net/touchstone/fhir/dev-satisfaction/StructureDefinition/dev-satisfaction-goal"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Goal</b><a name=\"Goal1\"> </a><a name=\"hcGoal1\"> </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 &quot;Goal1&quot; Updated &quot;2024-04-10 09:48:01-0400&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dev-satisfaction-goal.html\">Developer Satisfaction Goal Profile - Required Data</a></p></div><p><b>identifier</b>: <code>https://example.com/fhir/satisfactionidentifier</code>/88834500123</p><p><b>lifecycleStatus</b>: active</p><p><b>category</b>: Behavioral <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-goal-category.html\">Goal category</a>#behavioral)</span></p><p><b>description</b>: Satisfaction Goal <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>subject</b>: <span>: Test Subject</span></p><p><b>start</b>: 2024-01-01</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>Mental health Note <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#34786-4)</span></td><td>1</td><td>2024-12-31</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "https://example.com/fhir/satisfactionidentifier",
      "value" : "88834500123"
    }
  ],
  "lifecycleStatus" : "active",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/goal-category",
          "code" : "behavioral"
        }
      ]
    }
  ],
  "description" : {
    "text" : "Satisfaction Goal"
  },
  "subject" : {
    "display" : "Test Subject"
  },
  "startDate" : "2024-01-01",
  "target" : [
    {
      "measure" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "34786-4",
            "display" : "Mental health Note"
          }
        ]
      },
      "detailQuantity" : {
        "value" : 1
      },
      "dueDate" : "2024-12-31"
    }
  ]
}