PACIO Personal Functioning and Engagement Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-pacio-pfe/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/Goal/PFEIG-Goal-DressingGoal> a fhir:Goal ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "PFEIG-Goal-DressingGoal"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-goal" ;
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-goal>
]
] ;
fhir:Resource.language [ fhir:value "en"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Goal PFEIG-Goal-DressingGoal</b></p><a name=\"PFEIG-Goal-DressingGoal\"> </a><a name=\"hcPFEIG-Goal-DressingGoal\"> </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 284968001}\">Able to perform dressing activity (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-DressingConcern.html\">Condition Difficulty performing dressing activity (finding)</a></li><li><a href=\"Condition-PFEIG-Condition-UndressingConcern.html\">Condition Difficulty undressing (finding)</a></li><li><a href=\"Observation-PFEIG-FSC-SNF-Admission-Mobility-SelfCare-1-Ob-Question-19.html\">Observation Upper body dressing - functional ability during 3 day assessment period [CMS Assessment]</a></li><li><a href=\"Observation-PFEIG-FSC-SNF-Admission-Mobility-SelfCare-1-Ob-Question-23.html\">Observation Lower body dressing - 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 reports wanting to \"get back to the way I was\" specifying that completing upper body and lower body dressing is her top priority for therapy.</p>\n</div></blockquote></div>"
] ;
fhir:Goal.lifecycleStatus [ fhir:value "active"] ;
fhir:Goal.achievementStatus [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/goal-achievement" ] ;
fhir:Coding.code [ fhir:value "in-progress" ] ;
fhir:Coding.display [ fhir:value "In Progress" ]
] ;
fhir:CodeableConcept.text [ fhir:value "In Progress" ]
] ;
fhir:Goal.description [
fhir:CodeableConcept.coding [
fhir:index -1 ;
a sct:284968001 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "284968001" ] ;
fhir:Coding.display [ fhir:value "Able to perform dressing activity (finding)" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Able to perform dressing activity (finding)" ]
] ;
fhir:Goal.subject [
fhir:link <http://hl7.org/fhir/Patient/PFEIG-patientBSJ1> ;
fhir:Reference.reference [ fhir:value "Patient/PFEIG-patientBSJ1" ]
] ;
fhir:Goal.startDate [ fhir:value "2024-01-18"^^xsd:date] ;
fhir:Goal.expressedBy [
fhir:link <http://hl7.org/fhir/Practitioner/PFEIG-Practitioner-JenCadbury> ;
fhir:Reference.reference [ fhir:value "Practitioner/PFEIG-Practitioner-JenCadbury" ]
] ;
fhir:Goal.addresses [
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/Condition/PFEIG-Condition-DressingConcern> ;
fhir:Reference.reference [ fhir:value "Condition/PFEIG-Condition-DressingConcern" ]
], [
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/Condition/PFEIG-Condition-UndressingConcern> ;
fhir:Reference.reference [ fhir:value "Condition/PFEIG-Condition-UndressingConcern" ]
], [
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/Observation/PFEIG-FSC-SNF-Admission-Mobility-SelfCare-1-Ob-Question-19> ;
fhir:Reference.reference [ fhir:value "Observation/PFEIG-FSC-SNF-Admission-Mobility-SelfCare-1-Ob-Question-19" ]
], [
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/Observation/PFEIG-FSC-SNF-Admission-Mobility-SelfCare-1-Ob-Question-23> ;
fhir:Reference.reference [ fhir:value "Observation/PFEIG-FSC-SNF-Admission-Mobility-SelfCare-1-Ob-Question-23" ]
] ;
fhir:Goal.note [
fhir:index -1 ;
fhir:Annotation.authorReference [
fhir:link <http://hl7.org/fhir/Practitioner/PFEIG-Practitioner-JenCadbury> ;
fhir:Reference.reference [ fhir:value "Practitioner/PFEIG-Practitioner-JenCadbury" ]
] ;
fhir:Annotation.time [ fhir:value "2024-01-18"^^xsd:date ] ;
fhir:Annotation.text [ fhir:value "Betsy reports wanting to \"get back to the way I was\" specifying that completing upper body and lower body dressing is her top priority for therapy." ]
] .
<http://hl7.org/fhir/Patient/PFEIG-patientBSJ1> a fhir:Patient .
<http://hl7.org/fhir/Practitioner/PFEIG-Practitioner-JenCadbury> a fhir:Practitioner .
<http://hl7.org/fhir/Condition/PFEIG-Condition-DressingConcern> a fhir:Condition .
<http://hl7.org/fhir/Condition/PFEIG-Condition-UndressingConcern> a fhir:Condition .
<http://hl7.org/fhir/Observation/PFEIG-FSC-SNF-Admission-Mobility-SelfCare-1-Ob-Question-19> a fhir:Observation .
<http://hl7.org/fhir/Observation/PFEIG-FSC-SNF-Admission-Mobility-SelfCare-1-Ob-Question-23> a fhir:Observation .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Goal/PFEIG-Goal-DressingGoal.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Goal/PFEIG-Goal-DressingGoal.ttl> .
IG © 2022+ HL7 International / Patient Care.
Package hl7.fhir.us.pacio-pfe#3.0.0-ballot based on FHIR 4.0.1.
Generated
2026-08-04
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
