PACIO Functional Status Implementation Guide
0.1.0 - CI Build

PACIO Functional Status Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: FSC-Hospital-Admission-Mobility-1-UseOfDevice-18 - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:DeviceUseStatement;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "FSC-Hospital-Admission-Mobility-1-UseOfDevice-18"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://paciowg.github.io/functional-status-ig/StructureDefinition/pacio-dev";
       fhir:index 0;
       fhir:link <http://paciowg.github.io/functional-status-ig/StructureDefinition/pacio-dev>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: active</p><p><b>subject</b>: <a href=\"Patient-patientBSJ1.html\">Generated Summary: Betsy Smith-Johnson </a></p><p><b>derivedFrom</b>: <a href=\"Observation-FSC-Hospital-Admission-Mobility-1.html\">Generated Summary: <span title=\"Codes: {http://paciowg.github.io/functional-status-ig/CodeSystem/pacio-cat-cs functioning}\">Functioning</span>, <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category survey}\">Survey</span>; <span title=\"Codes: {http://loinc.org 88330-6}\">Mobility - admission performance during 3 day assessment period [CMS Assessment]</span>; effective: Jul 8, 2020, 2:00:00 PM</a></p><p><b>recordedOn</b>: Jul 8, 2020, 2:00:00 PM</p><p><b>source</b>: <a href=\"Practitioner-Practitioner-SallySmith.html\">Generated Summary: active; Sally Smith ; gender: female</a></p><p><b>device</b>: <a href=\"Device-CMS-Device-2.html\">Generated Summary: <span title=\"Codes: {http://snomed.info/sct 466317003}\">Basic walker, foldable</span></a></p></div>"
  ];
  fhir:DeviceUseStatement.status [ fhir:value "active"];
  fhir:DeviceUseStatement.subject [
     fhir:Reference.reference [ fhir:value "Patient/patientBSJ1" ]
  ];
  fhir:DeviceUseStatement.derivedFrom [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Observation/FSC-Hospital-Admission-Mobility-1" ]
  ];
  fhir:DeviceUseStatement.recordedOn [ fhir:value "2020-07-08T16:00:00-05:00"^^xsd:dateTime];
  fhir:DeviceUseStatement.source [
     fhir:Reference.reference [ fhir:value "Practitioner/Practitioner-SallySmith" ]
  ];
  fhir:DeviceUseStatement.device [
     fhir:Reference.reference [ fhir:value "Device/CMS-Device-2" ]
  ].

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.