@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/us/pacio-cs/DeviceUseStatement/CSC-SNF-BIMS-1-UseOfDevice-1> a fhir:DeviceUseStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CSC-SNF-BIMS-1-UseOfDevice-1"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/pacio-cs/StructureDefinition/pacio-cs-dev"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/us/pacio-cs/StructureDefinition/pacio-cs-dev>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DeviceUseStatement CSC-SNF-BIMS-1-UseOfDevice-1</b></p><a name=\"CSC-SNF-BIMS-1-UseOfDevice-1\"> </a><a name=\"hcCSC-SNF-BIMS-1-UseOfDevice-1\"> </a><a name=\"CSC-SNF-BIMS-1-UseOfDevice-1-en-US\"> </a><p><b>status</b>: Active</p><p><b>subject</b>: <a href=\"Patient-patientBSJ1.html\">Betsy Smith-Johnson (no stated gender), DoB Unknown</a></p><p><b>derivedFrom</b>: <a href=\"Observation-CSC-SNF-BIMS-1.html\">Observation Brief interview for mental status [BIMS]</a></p><p><b>recordedOn</b>: 2020-07-11 11:30:00-0500</p><p><b>source</b>: <a href=\"Practitioner-Practitioner-HoneyJones.html\">Practitioner Honey Jones</a></p><p><b>device</b>: <a href=\"Device-CMS-Device-1.html\">Device: type = Eye glasses, device (physical object)</a></p></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:subject [
     fhir:link <http://hl7.org/fhir/us/pacio-cs/Patient/patientBSJ1> ;
     fhir:reference [ fhir:v "Patient/patientBSJ1" ]
  ] ; # 
  fhir:derivedFrom ( [
     fhir:link <http://hl7.org/fhir/us/pacio-cs/Observation/CSC-SNF-BIMS-1> ;
     fhir:reference [ fhir:v "Observation/CSC-SNF-BIMS-1" ]
  ] ) ; # 
  fhir:recordedOn [ fhir:v "2020-07-11T11:30:00-05:00"^^xsd:dateTime] ; # 
  fhir:source [
     fhir:link <http://hl7.org/fhir/us/pacio-cs/Practitioner/Practitioner-HoneyJones> ;
     fhir:reference [ fhir:v "Practitioner/Practitioner-HoneyJones" ]
  ] ; # 
  fhir:device [
     fhir:link <http://hl7.org/fhir/us/pacio-cs/Device/CMS-Device-1> ;
     fhir:reference [ fhir:v "Device/CMS-Device-1" ]
  ] . # 

<http://hl7.org/fhir/us/pacio-cs/Patient/patientBSJ1> a fhir:us .

<http://hl7.org/fhir/us/pacio-cs/Observation/CSC-SNF-BIMS-1> a fhir:us .

<http://hl7.org/fhir/us/pacio-cs/Practitioner/Practitioner-HoneyJones> a fhir:us .

<http://hl7.org/fhir/us/pacio-cs/Device/CMS-Device-1> a fhir:us .

# -------------------------------------------------------------------------------------

