FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.pacio-toc.r4
Resource TypeObservation
IdObservation-BSJ-MDS-ShortWalk1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation BSJ-MDS-ShortWalk1

Event Location: Location Happy Nursing Facility

status: Final

category: Survey, Functional Status, Moving Around Within the Home

code: Walk 50 feet with two turns - functional goal during assessment period [CMS Assessment]

subject: Smith-Johnson, Betsy Female, DoB: 1958-11-01 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#10A3D58WH1600)

effective: 2024-05-16 14:30:00-0400

performer: PractitionerRole Occupational Therapist

value: Partial/moderate assistance - helper does less than half the effort. Helper lifts, holds or supports trunk or limbs, but provides less than half the effort.


Source1

{
  "resourceType": "Observation",
  "id": "BSJ-MDS-ShortWalk1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-observation-single"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/event-location",
      "valueReference": {
        "reference": "Location/org-Loc-SNF-Happy-Nursing-Facility"
      }
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "survey",
          "display": "Survey"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/core/CodeSystem/us-core-category",
          "code": "functional-status",
          "display": "Functional Status"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/pacio-pfe/CodeSystem/pfe-category-cs",
          "code": "d4600",
          "display": "Moving Around Within the Home"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "89381-8",
        "display": "Walk 50 feet with two turns - functional goal during assessment period [CMS Assessment]"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Example-Smith-Johnson-Patient1"
  },
  "effectiveDateTime": "2024-05-16T14:30:00-04:00",
  "performer": [
    {
      "reference": "PractitionerRole/Role-OT-JenCadbury"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LA10055-4",
        "display": "Partial/moderate assistance - helper does less than half the effort. Helper lifts, holds or supports trunk or limbs, but provides less than half the effort."
      }
    ]
  }
}