Implementation Guide
23.0.0 - R4 APIs

Publish Box goes here

: General Goal Example for Coded SDOH Goal - JSON Representation

Raw json | Download


{
  "resourceType" : "Goal",
  "id" : "Example2",
  "meta" : {
    "versionId" : "Example2",
    "lastUpdated" : "2023-12-18T00:59:53.483-06:00",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal"🔗 ,
      "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-goal-profile"
    ],
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code" : "N",
        "display" : "Normal"
      }
    ],
    "tag" : [
      {
        "system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
        "code" : "New",
        "display" : "New"
      },
      {
        "system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
        "code" : "Pen",
        "display" : "Pen"
      },
      {
        "system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
        "code" : "NewPen",
        "display" : "New Pen"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Goal Example2</b></p><a name=\"Example2\"> </a><a name=\"hcExample2\"> </a><a name=\"Example2-en-US\"> </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\">version: versionId: id (PrimitiveType/Goal.meta.versionId): element = id -&gt; versionId=id[Example2]; Last updated: 2023-12-18 00:59:53-0600</p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"http://hl7.org/fhir/us/core/STU3.1/StructureDefinition-us-core-goal.html\">US Core Goal Profile</a>, <a href=\"StructureDefinition-athena-goal-profile.html\">AthenaGoal</a></p><p style=\"margin-bottom: 0px\">Tags: New (Details: EditTags code New  = ' New ', stated as ' New '), Pen (Details: EditTags code Pen  = ' Pen ', stated as ' Pen '), New Pen (Details: EditTags code NewPen  = ' NewPen ', stated as ' New Pen ')</p><p style=\"margin-bottom: 0px\">Security Label: Normal (Details: Confidentiality code N  = ' normal ', stated as ' Normal ')</p></div><p><b>identifier</b>: Unspecified Identifier/Example2</p><p><b>lifecycleStatus</b>: Active</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/core/CodeSystem/us-core-category sdoh}\">Food Insecurity Goals</span></p><p><b>description</b>: <span title=\"Codes:{http://snomed.info/sct 1078229009}\">Food Insecurity Goals</span></p><p><b>subject</b>: <a href=\"Patient-Example1.html\">Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)</a></p><p><b>start</b>: 2023-12-08</p><p><b>statusDate</b>: 2023-12-08</p><p><b>expressedBy</b>: <a href=\"Practitioner-Example1.html\">Practitioner Harry S. Winston </a></p><p><b>addresses</b>: <a href=\"Condition-Example1.html\">Condition I10</a></p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "U",
            "display" : "Unspecified Identifier"
          }
        ],
        "text" : "Unspecified Identifier"
      },
      "system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/GoalId/1000-4-9390",
      "value" : "Example2"
    }
  ],
  "lifecycleStatus" : "active",
  "_lifecycleStatus" : {
    "extension" : [
      {
        "url" : "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode",
        "valueCoding" : {
          "system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/goalstatus",
          "code" : "Active",
          "display" : "Active"
        }
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/core/CodeSystem/us-core-category",
          "code" : "sdoh",
          "display" : "SDOH"
        }
      ],
      "text" : "Food Insecurity Goals"
    }
  ],
  "description" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "1078229009",
        "display" : "Food Insecurity Goals"
      }
    ],
    "text" : "Food Insecurity Goals"
  },
  "subject" : {
    🔗 "reference" : "Patient/Example1"
  },
  "startDate" : "2023-12-08",
  "statusDate" : "2023-12-08",
  "expressedBy" : {
    🔗 "reference" : "Practitioner/Example1"
  },
  "addresses" : [
    {
      🔗 "reference" : "Condition/Example1"
    }
  ]
}