PACIO Personal Functioning and Engagement Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-pacio-pfe/ and changes regularly. See the Directory of published versions
: PFEIG-DeviceRequest-Wheelchair
Raw ttl | Download
@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/DeviceRequest/PFEIG-DeviceRequest-Wheelchair> a fhir:DeviceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "PFEIG-DeviceRequest-Wheelchair"] ;
fhir:Resource.language [ fhir:value "en"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<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><blockquote><p><b>PFEDeviceRequestClinicalJustification</b></p><ul><li>note: </li></ul></blockquote><blockquote><div><p>A wheelchair was requested initially to support safe mobility while Betsy required greater assistance following her stroke.</p>\n</div></blockquote><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: distinctIdentifier = WHLCHR-E1130-FLA-FDR; manufactureDate = 2024-01-15; expirationDate = 2030-01-15; lotNumber = LOT20240115; serialNumber = SN-WC-E1130-001; type = Standard wheelchair, fixed full length arms, fixed or swing away detachable footrests</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>"
] ;
fhir:DomainResource.extension [
fhir:index -1 ;
fhir:Element.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "note" ] ;
fhir:Extension.valueAnnotation [
fhir:Annotation.text [ fhir:value "A wheelchair was requested initially to support safe mobility while Betsy required greater assistance following her stroke." ]
]
] ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-device-request-clinical-justification" ]
] ;
fhir:DeviceRequest.status [ fhir:value "completed"] ;
fhir:DeviceRequest.intent [ fhir:value "order"] ;
fhir:DeviceRequest.codeReference [
fhir:link <http://hl7.org/fhir/Device/PFEIG-CMS-Device-Wheelchair> ;
fhir:Reference.reference [ fhir:value "Device/PFEIG-CMS-Device-Wheelchair" ]
] ;
fhir:DeviceRequest.subject [
fhir:link <http://hl7.org/fhir/Patient/PFEIG-patientBSJ1> ;
fhir:Reference.reference [ fhir:value "Patient/PFEIG-patientBSJ1" ]
] .
<http://hl7.org/fhir/Device/PFEIG-CMS-Device-Wheelchair> a fhir:Device .
<http://hl7.org/fhir/Patient/PFEIG-patientBSJ1> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/DeviceRequest/PFEIG-DeviceRequest-Wheelchair.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/DeviceRequest/PFEIG-DeviceRequest-Wheelchair.ttl> .