This page is part of the PACIO Personal Functioning and Engagement Implementation Guide (v2.0.0-ballot: STU 2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
: PFEIG-Goal-StandingGoal - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Goal ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "PFEIG-Goal-StandingGoal"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-goal"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-goal> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Goal PFEIG-Goal-StandingGoal</b></p><a name=\"PFEIG-Goal-StandingGoal\"> </a><a name=\"hcPFEIG-Goal-StandingGoal\"> </a><a name=\"PFEIG-Goal-StandingGoal-en-US\"> </a><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 282971008}\">Able to stand (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=\"Observation-PFEIG-FSC-Hospital-Admission-Mobility-1-Ob-Question-7.html\">Observation Sit to stand - functional ability during 3 day assessment period [CMS Assessment]</a></li><li><a href=\"Observation-PFEIG-FSC-Hospital-Admission-Mobility-1-Ob-Question-5.html\">Observation Lying to sitting on side of bed - functional ability during 3 day assessment period [CMS Assessment]</a></li></ul><p><b>note</b>: Betsy demonstrates good rehab potential to progress to completing functional transfers without assistance. She will complete functional transfers including bed mobility and sit to stand transfers from various heights to improve safety and independence in the home. (By Practitioner/PFEIG-Practitioner-JenCadbury @2024-01-18)</p></div>"
] ; #
fhir:lifecycleStatus [ fhir:v "active"] ; #
fhir:achievementStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/goal-achievement"^^xsd:anyURI ] ;
fhir:code [ fhir:v "in-progress" ] ;
fhir:display [ fhir:v "In Progress" ] ] ) ;
fhir:text [ fhir:v "In Progress" ]
] ; #
fhir:description [
( fhir:coding [
a sct:282971008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "282971008" ] ;
fhir:display [ fhir:v "Able to stand (finding)" ] ] ) ;
fhir:text [ fhir:v "Able to stand (finding)" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/PFEIG-patientBSJ1" ]
] ; #
fhir:start [ fhir:v "2024-01-18"^^xsd:date] ; #
fhir:expressedBy [
fhir:reference [ fhir:v "Practitioner/PFEIG-Practitioner-JenCadbury" ]
] ; #
fhir:addresses ( [
fhir:reference [ fhir:v "Observation/PFEIG-FSC-Hospital-Admission-Mobility-1-Ob-Question-7" ]
] [
fhir:reference [ fhir:v "Observation/PFEIG-FSC-Hospital-Admission-Mobility-1-Ob-Question-5" ]
] ) ; #
fhir:note ( [
fhir:author [
a fhir:Reference ;
fhir:reference [ fhir:v "Practitioner/PFEIG-Practitioner-JenCadbury" ] ] ;
fhir:time [ fhir:v "2024-01-18"^^xsd:date ] ;
fhir:text [ fhir:v "Betsy demonstrates good rehab potential to progress to completing functional transfers without assistance. She will complete functional transfers including bed mobility and sit to stand transfers from various heights to improve safety and independence in the home." ]
] ) . #