This page is part of the PACIO Cognitive Status Implementation Guide (v1.0.0: STU 1) based on FHIR R4. This is the current published version. 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 "CSC-SNF-BIMS-1-UseOfDevice-1"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/pacio-cs/StructureDefinition/pacio-cs-dev";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/pacio-cs/StructureDefinition/pacio-cs-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-CSC-SNF-BIMS-1.html\">Generated Summary: <span title=\"Codes: {http://hl7.org/fhir/us/pacio-cs/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 52491-8}\">Brief interview for mental status [BIMS]</span>; effective: Jul 11, 2020 4:30:00 PM</a></p><p><b>recordedOn</b>: Jul 11, 2020 4:30:00 PM</p><p><b>source</b>: <a href=\"Practitioner-Practitioner-HoneyJones.html\">Generated Summary: active: true; Honey Jones; gender: female</a></p><p><b>device</b>: <a href=\"Device-CMS-Device-1.html\">Generated Summary: <span title=\"Codes: {http://snomed.info/sct 50121007}\">Eye glasses, device (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/CSC-SNF-BIMS-1" ]
];
fhir:DeviceUseStatement.recordedOn [ fhir:value "2020-07-11T11:30:00-05:00"^^xsd:dateTime];
fhir:DeviceUseStatement.source [
fhir:Reference.reference [ fhir:value "Practitioner/Practitioner-HoneyJones" ]
];
fhir:DeviceUseStatement.device [
fhir:Reference.reference [ fhir:value "Device/CMS-Device-1" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.