PACIO Personal Functioning and Engagement Implementation Guide
2.0.0 - STU 2 United States of America flag

This page is part of the PACIO Personal Functioning and Engagement Implementation Guide (v2.0.0: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: PFEIG-Goal-WalkingGoal - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Goal",
  "id" : "PFEIG-Goal-WalkingGoal",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-goal"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Goal PFEIG-Goal-WalkingGoal</b></p><a name=\"PFEIG-Goal-WalkingGoal\"> </a><a name=\"hcPFEIG-Goal-WalkingGoal\"> </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=\"StructureDefinition-pfe-goal.html\">Personal Functioning and Engagement Goal Profile</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:{http://snomed.info/sct 715032004}\">Able to walk in room (finding)</span></p><p><b>subject</b>: <a href=\"Patient-PFEIG-patientBSJ1.html\">Betsy Smith-Johnson Female, DoB Unknown ( http://example.org/identifiers/patient#10A3D58WH1600)</a></p><p><b>start</b>: 2024-01-18</p><p><b>expressedBy</b>: <a href=\"Practitioner-PFEIG-Practitioner-JenCadbury.html\">Practitioner Jen Cadbury</a></p><p><b>addresses</b>: </p><ul><li><a href=\"Condition-PFEIG-Condition-Decondition.html\">Condition Physical deconditioning (finding)</a></li><li><a href=\"Observation-PFEIG-FSC-Hospital-Discharge-Mobility-1-Ob-Question-16.html\">Observation Walk 10 feet - functional ability during 3 day assessment period [CMS Assessment]</a></li></ul><p><b>note</b>: By Practitioner/PFEIG-Practitioner-JenCadbury @2024-01-18</p><blockquote><div><p>Betsy will be able to complete functional mobility including navigating around furniture, mainingin balance, and demonstrating good functional endurance for completing activities of daily life, and instrumental activities of daily life, and in order to decrease risk of fall and risk of hospital readmission.</p>\n</div></blockquote></div>"
  },
  "lifecycleStatus" : "active",
  "achievementStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/goal-achievement",
        "code" : "in-progress",
        "display" : "In Progress"
      }
    ],
    "text" : "In Progress"
  },
  "description" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "715032004",
        "display" : "Able to walk in room (finding)"
      }
    ],
    "text" : "Able to walk in room (finding)"
  },
  "subject" : {
    🔗 "reference" : "Patient/PFEIG-patientBSJ1"
  },
  "startDate" : "2024-01-18",
  "expressedBy" : {
    🔗 "reference" : "Practitioner/PFEIG-Practitioner-JenCadbury"
  },
  "addresses" : [
    {
      🔗 "reference" : "Condition/PFEIG-Condition-Decondition"
    },
    {
      🔗 "reference" : "Observation/PFEIG-FSC-Hospital-Discharge-Mobility-1-Ob-Question-16"
    }
  ],
  "note" : [
    {
      "authorReference" : {
        🔗 "reference" : "Practitioner/PFEIG-Practitioner-JenCadbury"
      },
      "time" : "2024-01-18",
      "text" : "Betsy will be able to complete functional mobility including navigating around furniture, mainingin balance, and demonstrating good functional endurance for completing activities of daily life, and instrumental activities of daily life, and in order to decrease risk of fall and risk of hospital readmission."
    }
  ]
}