PACIO Transitions of Care Implementation Guide
1.0.0 - STU 1 US

PACIO Transitions of Care Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-transitions-of-care-ig/ and changes regularly. See the Directory of published versions

: Example: Need help getting out of bed, showered, or dressed - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "BSJ2-ADL-Mobility",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-simple-observation|8.0.1"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation BSJ2-ADL-Mobility</b></p><a name=\"BSJ2-ADL-Mobility\"> </a><a name=\"hcBSJ2-ADL-Mobility\"> </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/STU8.0.1/StructureDefinition-us-core-simple-observation.html\">US Core Simple Observation Profile</a> version: 8.0.1</p></div><p><b>Event Location</b>: <a href=\"Location-org-Loc-HomeHealth-Motown.html\">Location Motown Home Health Facility</a></p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/core/CodeSystem/us-core-category functional-status}\">Functional Status</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 100315-1}\">Need help getting out of bed, showered, or dressed</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient2.html\">Smith-Johnson, Betsy Female, DoB: 1958-11-01 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#1AA3D58WH26)</a></p><p><b>effective</b>: 2024-05-16 14:30:00-0400</p><p><b>performer</b>: <a href=\"PractitionerRole-Role-OT-JenCadbury.html\">PractitionerRole Occupational Therapist</a></p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA33-6}\">Yes</span></p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/event-location",
      "valueReference" : {
        🔗 "reference" : "Location/org-Loc-HomeHealth-Motown"
      }
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/core/CodeSystem/us-core-category",
          "code" : "functional-status",
          "display" : "Functional Status"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "100315-1",
        "display" : "Need help getting out of bed, showered, or dressed"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Example-Smith-Johnson-Patient2"
  },
  "effectiveDateTime" : "2024-05-16T14:30:00-04:00",
  "performer" : [
    {
      🔗 "reference" : "PractitionerRole/Role-OT-JenCadbury"
    }
  ],
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "LA33-6",
        "display" : "Yes"
      }
    ]
  }
}