This page is part of the PACIO Functional Status Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
@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 "BFS-Hospital-Discharge-Mobility-1-UseOfDevice-5"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/pacio-fs/StructureDefinition/pacio-dev";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/pacio-fs/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><h3>Ids</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><h3>Meta</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><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-BFS-Hospital-Discharge-Mobility-1.html\">Generated Summary: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>; <span title=\"Codes: {http://loinc.org 88331-4}\">Mobility - discharge performance during 3 day assessment period [CMS Assessment]</span>; effective: Jul 10, 2020 7:34:00 PM; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/data-absent-reason not-applicable}\">Not Applicable</span></a></p><p><b>recordedOn</b>: Jul 10, 2020 7:34:00 PM</p><p><b>source</b>: <a href=\"Practitioner-Practitioner-RonMarble.html\">Generated Summary: active; Ron Marble ; gender: male</a></p><p><b>device</b>: <a href=\"Device-CMS-Device-7.html\">Generated Summary: <span title=\"Codes: {http://snomed.info/sct 58938008}\">WC - Wheelchair</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/BFS-Hospital-Discharge-Mobility-1" ]
];
fhir:DeviceUseStatement.recordedOn [ fhir:value "2020-07-10T14:34:00-05:00"^^xsd:dateTime];
fhir:DeviceUseStatement.source [
fhir:Reference.reference [ fhir:value "Practitioner/Practitioner-RonMarble" ]
];
fhir:DeviceUseStatement.device [
fhir:Reference.reference [ fhir:value "Device/CMS-Device-7" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.