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

FHIR IG analytics

Packagehl7.fhir.us.pacio-fs
Resource TypeObservation
IdObservation-FSC-Hospital-Admission-Mobility-1-Ob-Question-1.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

ObservationEventLocation: Generated Summary: status: active; name: San Antonio General Hospital

category: Functioning, Survey

code: Roll left and right

subject: Generated Summary: Betsy Smith-Johnson

effective: Jul 8, 2020, 9:00:00 PM

performer: Generated Summary: active: true; Physiotherapist

value: Substantial/maximal assistance

derivedFrom: Generated Summary: questionnaire: http://example.org/Questionnaire/MDS3.0-NC-1.17; status: completed; authored: Jul 8, 2020, 9:00:00 PM


Source1

{
  "resourceType": "Observation",
  "id": "FSC-Hospital-Admission-Mobility-1-Ob-Question-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/pacio-fs/StructureDefinition/pacio-fs"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/pacio-fs/StructureDefinition/event-location",
      "valueReference": {
        "reference": "Location/Org-Loc-01"
      }
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/pacio-fs/CodeSystem/pacio-cat-fs",
          "code": "functioning",
          "display": "Functioning"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "survey",
          "display": "Survey"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "83218-8",
        "display": "Roll left and right - functional ability during 3 day assessment period [CMS Assessment]"
      }
    ],
    "text": "Roll left and right"
  },
  "subject": {
    "reference": "Patient/patientBSJ1"
  },
  "effectiveDateTime": "2020-07-08T16:00:00-05:00",
  "performer": [
    {
      "reference": "PractitionerRole/Role-PT-SallySmith"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LA11759-0",
        "display": "Substantial/maximal assistance - Helper does more than half the effort. Helper lifts or holds trunk or limbs and provides more than half the effort."
      }
    ],
    "text": "Substantial/maximal assistance"
  },
  "derivedFrom": [
    {
      "reference": "QuestionnaireResponse/QResponse-Hospital-Admission-Mobility-1"
    }
  ]
}