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-FSC-Hospital-Admission-Mobility-1-UseOfDevice-6

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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/DeviceUseStatement/PFEIG-FSC-Hospital-Admission-Mobility-1-UseOfDevice-6> a fhir:DeviceUseStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "PFEIG-FSC-Hospital-Admission-Mobility-1-UseOfDevice-6"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-use-of-device" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-use-of-device>
     ]
  ] ;
  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: DeviceUseStatement PFEIG-FSC-Hospital-Admission-Mobility-1-UseOfDevice-6</b></p><a name=\"PFEIG-FSC-Hospital-Admission-Mobility-1-UseOfDevice-6\"> </a><a name=\"hcPFEIG-FSC-Hospital-Admission-Mobility-1-UseOfDevice-6\"> </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-use-of-device.html\">Personal Functioning and Engagement Use of Device</a></p></div><p><b>status</b>: Active</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>derivedFrom</b>: <a href=\"Observation-PFEIG-FSC-Hospital-Admission-Mobility-1.html\">Observation Mobility - admission performance during 3 day assessment period [CMS Assessment]</a></p><p><b>recordedOn</b>: 2020-07-08 16:00:00-0500</p><p><b>source</b>: <a href=\"Practitioner-PFEIG-Practitioner-SallySmith.html\">Practitioner Sally Smith</a></p><p><b>device</b>: <a href=\"Device-PFEIG-CMS-Device-BedsideRails.html\">Device: type = </a></p></div>"
  ] ;
  fhir:DeviceUseStatement.status [ fhir:value "active"] ;
  fhir:DeviceUseStatement.subject [
     fhir:link <http://hl7.org/fhir/Patient/PFEIG-patientBSJ1> ;
     fhir:Reference.reference [ fhir:value "Patient/PFEIG-patientBSJ1" ]
  ] ;
  fhir:DeviceUseStatement.derivedFrom [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Observation/PFEIG-FSC-Hospital-Admission-Mobility-1> ;
     fhir:Reference.reference [ fhir:value "Observation/PFEIG-FSC-Hospital-Admission-Mobility-1" ]
  ] ;
  fhir:DeviceUseStatement.recordedOn [ fhir:value "2020-07-08T16:00:00-05:00"^^xsd:dateTime] ;
  fhir:DeviceUseStatement.source [
     fhir:link <http://hl7.org/fhir/Practitioner/PFEIG-Practitioner-SallySmith> ;
     fhir:Reference.reference [ fhir:value "Practitioner/PFEIG-Practitioner-SallySmith" ]
  ] ;
  fhir:DeviceUseStatement.device [
     fhir:link <http://hl7.org/fhir/Device/PFEIG-CMS-Device-BedsideRails> ;
     fhir:Reference.reference [ fhir:value "Device/PFEIG-CMS-Device-BedsideRails" ]
  ] .

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

<http://hl7.org/fhir/Observation/PFEIG-FSC-Hospital-Admission-Mobility-1> a fhir:Observation .

<http://hl7.org/fhir/Practitioner/PFEIG-Practitioner-SallySmith> a fhir:Practitioner .

<http://hl7.org/fhir/Device/PFEIG-CMS-Device-BedsideRails> a fhir:Device .

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

<http://hl7.org/fhir/DeviceUseStatement/PFEIG-FSC-Hospital-Admission-Mobility-1-UseOfDevice-6.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/DeviceUseStatement/PFEIG-FSC-Hospital-Admission-Mobility-1-UseOfDevice-6.ttl> .