PACIO Functional Status Implementation Guide, published by HL7 Patient Care Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-pacio-functional-status/ and changes regularly. 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 "FSC-Hospital-Discharge-Mobility-1-UseOfDevice-2"];
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><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-Discharge-Mobility-1.html\">Generated Summary: <span title=\"Codes: {http://hl7.org/fhir/us/pacio-fs/CodeSystem/pacio-cat-fs functioning}\">Functioning</span>, <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category survey}\">Survey</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</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: true; Ron Marble ; gender: male</a></p><p><b>device</b>: <a href=\"Device-CMS-Device-3.html\">Generated Summary: <span title=\"Codes: {http://snomed.info/sct 404946006}\">Wheeled walking frame (physical object)</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-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-3" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.