@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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-pfe/DeviceRequest/PFEIG-DeviceRequest-Wheelchair> a fhir:DeviceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PFEIG-DeviceRequest-Wheelchair"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DeviceRequest PFEIG-DeviceRequest-Wheelchair</b></p><a name=\"PFEIG-DeviceRequest-Wheelchair\"> </a><a name=\"hcPFEIG-DeviceRequest-Wheelchair\"> </a><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>code</b>: <a href=\"Device-PFEIG-CMS-Device-Wheelchair.html\">Device: type = </a></p><p><b>subject</b>: <a href=\"Patient-PFEIG-patientBSJ1.html\">Betsy Smith-Johnson Female, DoB Unknown ( http://example.org/identifiers/patient#10A3D58WH1600)</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:code [
     a fhir:Reference ;
     fhir:l <http://hl7.org/fhir/us/pacio-pfe/Device/PFEIG-CMS-Device-Wheelchair> ;
     fhir:reference [ fhir:v "Device/PFEIG-CMS-Device-Wheelchair" ]
  ] ; # 
  fhir:subject [
     fhir:l <http://hl7.org/fhir/us/pacio-pfe/Patient/PFEIG-patientBSJ1> ;
     fhir:reference [ fhir:v "Patient/PFEIG-patientBSJ1" ]
  ] . # 

<http://hl7.org/fhir/us/pacio-pfe/Device/PFEIG-CMS-Device-Wheelchair> a fhir:Us .

<http://hl7.org/fhir/us/pacio-pfe/Patient/PFEIG-patientBSJ1> a fhir:Us .

# -------------------------------------------------------------------------------------

