@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://resmed.com/fhir/core/DeviceUseStatement/airsense-11-patient-assignment> a fhir:DeviceUseStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "airsense-11-patient-assignment"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: DeviceUseStatement</b><a name=\"airsense-11-patient-assignment\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource DeviceUseStatement &quot;airsense-11-patient-assignment&quot; </p></div><p><b>status</b>: active</p><p><b>subject</b>: <a href=\"Patient-airview-patient.html\">Patient/airview-patient</a> &quot; SMITH&quot;</p><p><b>timing</b>: 2022-09-06 --&gt; (ongoing)</p><p><b>device</b>: <a href=\"Device-airsense-11.html\">Device/airsense-11</a></p></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:subject [
     fhir:link <http://resmed.com/fhir/core/Patient/airview-patient> ;
     fhir:reference [ fhir:v "Patient/airview-patient" ]
  ] ; # 
  fhir:timing [
     a fhir:Period ;
     fhir:start [ fhir:v "2022-09-06"^^xsd:date ]
  ] ; # 
  fhir:device [
     fhir:link <http://resmed.com/fhir/core/Device/airsense-11> ;
     fhir:reference [ fhir:v "Device/airsense-11" ]
  ] . # 

# -------------------------------------------------------------------------------------

