PACIO Personal Functioning and Engagement Implementation Guide
3.0.0-ballot - STU 3 Ballot United States of America flag

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

: PFEIG-Encounter-DeviceRequest-RollingWalker

Page standards status: Informative

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 -------------------------------------------------------------------

<http://hl7.org/fhir/Encounter/PFEIG-Encounter-DeviceRequest-RollingWalker> a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "PFEIG-Encounter-DeviceRequest-RollingWalker"] ;
  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: Encounter PFEIG-Encounter-DeviceRequest-RollingWalker</b></p><a name=\"PFEIG-Encounter-DeviceRequest-RollingWalker\"> </a><a name=\"hcPFEIG-Encounter-DeviceRequest-RollingWalker\"> </a><p><b>status</b>: In Progress</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode: IMP</a> (inpatient encounter)</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode SNF}\">Skilled nursing facility</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><blockquote><p><b>participant</b></p><p><b>individual</b>: <a href=\"PractitionerRole-PFEIG-Role-SNFPT-RonMarble.html\">PractitionerRole Physiotherapist</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>individual</b>: <a href=\"PractitionerRole-PFEIG-Role-OT-JenCadbury.html\">PractitionerRole Occupational therapist</a></p></blockquote><p><b>period</b>: 2024-07-17 09:30:00-0500 --&gt; (ongoing)</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 410158009}\">Physical therapy assessment (procedure)</span></p><p><b>reasonReference</b>: </p><ul><li><a href=\"Condition-PFEIG-Condition-StrokeDiagnosis.html\">Condition Ischemic Stroke (disorder)</a></li><li><a href=\"Condition-PFEIG-Condition-HemiparesisDiagnosis.html\">Condition Right hemiparesis (disorder)</a></li><li><a href=\"Condition-PFEIG-Condition-Decondition.html\">Condition Physical deconditioning (finding)</a></li></ul><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-PFEIG-Org-Loc-02.html\">Location Happy Nursing Facility</a></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-PFEIG-Org-02.html\">Organization Happy Nursing Facility</a></p></div>"
  ] ;
  fhir:Encounter.status [ fhir:value "in-progress"] ;
  fhir:Encounter.class [
     fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
     fhir:Coding.code [ fhir:value "IMP" ] ;
     fhir:Coding.display [ fhir:value "inpatient encounter" ]
  ] ;
  fhir:Encounter.type [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ] ;
       fhir:Coding.code [ fhir:value "SNF" ] ;
       fhir:Coding.display [ fhir:value "Skilled nursing facility" ]
     ]
  ] ;
  fhir:Encounter.subject [
     fhir:link <http://hl7.org/fhir/Patient/PFEIG-patientBSJ1> ;
     fhir:Reference.reference [ fhir:value "Patient/PFEIG-patientBSJ1" ]
  ] ;
  fhir:Encounter.participant [
     fhir:index -1 ;
     fhir:Encounter.participant.individual [
       fhir:link <http://hl7.org/fhir/PractitionerRole/PFEIG-Role-SNFPT-RonMarble> ;
       fhir:Reference.reference [ fhir:value "PractitionerRole/PFEIG-Role-SNFPT-RonMarble" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Encounter.participant.individual [
       fhir:link <http://hl7.org/fhir/PractitionerRole/PFEIG-Role-OT-JenCadbury> ;
       fhir:Reference.reference [ fhir:value "PractitionerRole/PFEIG-Role-OT-JenCadbury" ]
     ]
  ] ;
  fhir:Encounter.period [
     fhir:Period.start [ fhir:value "2024-07-17T09:30:00-05:00"^^xsd:dateTime ]
  ] ;
  fhir:Encounter.reasonCode [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a sct:410158009 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "410158009" ] ;
       fhir:Coding.display [ fhir:value "Physical therapy assessment (procedure)" ]
     ]
  ] ;
  fhir:Encounter.reasonReference [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Condition/PFEIG-Condition-StrokeDiagnosis> ;
     fhir:Reference.reference [ fhir:value "Condition/PFEIG-Condition-StrokeDiagnosis" ]
  ], [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Condition/PFEIG-Condition-HemiparesisDiagnosis> ;
     fhir:Reference.reference [ fhir:value "Condition/PFEIG-Condition-HemiparesisDiagnosis" ]
  ], [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Condition/PFEIG-Condition-Decondition> ;
     fhir:Reference.reference [ fhir:value "Condition/PFEIG-Condition-Decondition" ]
  ] ;
  fhir:Encounter.location [
     fhir:index -1 ;
     fhir:Encounter.location.location [
       fhir:link <http://hl7.org/fhir/Location/PFEIG-Org-Loc-02> ;
       fhir:Reference.reference [ fhir:value "Location/PFEIG-Org-Loc-02" ]
     ]
  ] ;
  fhir:Encounter.serviceProvider [
     fhir:link <http://hl7.org/fhir/Organization/PFEIG-Org-02> ;
     fhir:Reference.reference [ fhir:value "Organization/PFEIG-Org-02" ]
  ] .

<http://hl7.org/fhir/Patient/PFEIG-patientBSJ1> a fhir:Patient .

<http://hl7.org/fhir/PractitionerRole/PFEIG-Role-SNFPT-RonMarble> a fhir:PractitionerRole .

<http://hl7.org/fhir/PractitionerRole/PFEIG-Role-OT-JenCadbury> a fhir:PractitionerRole .

<http://hl7.org/fhir/Condition/PFEIG-Condition-StrokeDiagnosis> a fhir:Condition .

<http://hl7.org/fhir/Condition/PFEIG-Condition-HemiparesisDiagnosis> a fhir:Condition .

<http://hl7.org/fhir/Condition/PFEIG-Condition-Decondition> a fhir:Condition .

<http://hl7.org/fhir/Location/PFEIG-Org-Loc-02> a fhir:Location .

<http://hl7.org/fhir/Organization/PFEIG-Org-02> a fhir:Organization .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Encounter/PFEIG-Encounter-DeviceRequest-RollingWalker.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Encounter/PFEIG-Encounter-DeviceRequest-RollingWalker.ttl> .