This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
This resource maintained by the Health Care Devices Work Group
Represents a request for the use of a device.
These resources have not yet undergone proper review by PC, CQI, CDS, and OO. At this time, they are to be considered only as draft resource proposals for potential submission.
This resource describes the request for the use of a device by a patient. The device may be any pertinent device specified in the Device resource. Examples of devices that may be requested include wheelchair, hearing aids, or an insulin pump. The request will lead to the dispensing of the device to the patient or for use by the patient.
This resource describes the request for the use of a device by a patient. The device may be any pertinent device specified in the Device resource. Examples of devices that may be requested include wheelchair, hearing aids, or an insulin pump. The request will lead to the dispensing of the device to the patient or for use by the patient.
The device use request may represent an order or a prescription that entered by a practitioner in a CPOE system or a proposal made by a clinical decision support system (CDSS) based on a patient's clinical record and context of care.
Certain devices must be implanted via a surgical or other procedure . The data about the implantation of explantation is represented in the Procedure or ProcedureRequest resource, as appropriate. Some devices create observations. These observations are recorded as resources of type DeviceObservationReport.
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
DeviceUseRequest | DomainResource | Request for device use | ||
bodySite[x] | Target body site | |||
bodySiteCodeableConcept | 0..1 | CodeableConcept | ||
bodySiteReference | 0..1 | BodySite | ||
status | M | 0..1 | code | proposed | planned | requested | received | accepted | in-progress | completed | suspended | rejected | aborted DeviceUseRequestStatus (Required) |
device | 1..1 | Device | Device requested | |
encounter | 0..1 | Encounter | Encounter motivating request | |
identifier | 0..* | Identifier | Request identifier | |
indication | 0..* | CodeableConcept | Reason for request | |
notes | 0..* | string | Notes or comments | |
prnReason | 0..* | CodeableConcept | PRN | |
orderedOn | 0..1 | dateTime | When ordered | |
recordedOn | 0..1 | dateTime | When recorded | |
subject | 1..1 | Patient | Focus of request | |
timing[x] | Schedule for use | |||
timingTiming | 0..1 | Timing | ||
timingPeriod | 0..1 | Period | ||
timingDateTime | 0..1 | dateTime | ||
priority | 0..1 | code | routine | urgent | stat | asap DeviceUseRequestPriority (Required) |
UML Diagram
XML Template
<DeviceUseRequest xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <bodySite[x]><!-- 0..1 CodeableConcept|Reference(BodySite) Target body site --></bodySite[x]> <status value="[code]"/><!-- 0..1 proposed | planned | requested | received | accepted | in-progress | completed | suspended | rejected | aborted --> <device><!-- 1..1 Reference(Device) Device requested --></device> <encounter><!-- 0..1 Reference(Encounter) Encounter motivating request --></encounter> <identifier><!-- 0..* Identifier Request identifier --></identifier> <indication><!-- 0..* CodeableConcept Reason for request --></indication> <notes value="[string]"/><!-- 0..* Notes or comments --> <prnReason><!-- 0..* CodeableConcept PRN --></prnReason> <orderedOn value="[dateTime]"/><!-- 0..1 When ordered --> <recordedOn value="[dateTime]"/><!-- 0..1 When recorded --> <subject><!-- 1..1 Reference(Patient) Focus of request --></subject> <timing[x]><!-- 0..1 Timing|Period|dateTime Schedule for use --></timing[x]> <priority value="[code]"/><!-- 0..1 routine | urgent | stat | asap --> </DeviceUseRequest>
JSON Template
{ "resourceType" : "DeviceUseRequest", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension // bodySite[x]: Target body site. One of these 2: "bodySiteCodeableConcept" : { CodeableConcept }, "bodySiteReference" : { Reference(BodySite) }, "status" : "<code>", // proposed | planned | requested | received | accepted | in-progress | completed | suspended | rejected | aborted "device" : { Reference(Device) }, // R! Device requested "encounter" : { Reference(Encounter) }, // Encounter motivating request "identifier" : [{ Identifier }], // Request identifier "indication" : [{ CodeableConcept }], // Reason for request "notes" : ["<string>"], // Notes or comments "prnReason" : [{ CodeableConcept }], // PRN "orderedOn" : "<dateTime>", // When ordered "recordedOn" : "<dateTime>", // When recorded "subject" : { Reference(Patient) }, // R! Focus of request // timing[x]: Schedule for use. One of these 3: "timingTiming" : { Timing }, "timingPeriod" : { Period }, "timingDateTime" : "<dateTime>", "priority" : "<code>" // routine | urgent | stat | asap }
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
DeviceUseRequest | DomainResource | Request for device use | ||
bodySite[x] | Target body site | |||
bodySiteCodeableConcept | 0..1 | CodeableConcept | ||
bodySiteReference | 0..1 | BodySite | ||
status | M | 0..1 | code | proposed | planned | requested | received | accepted | in-progress | completed | suspended | rejected | aborted DeviceUseRequestStatus (Required) |
device | 1..1 | Device | Device requested | |
encounter | 0..1 | Encounter | Encounter motivating request | |
identifier | 0..* | Identifier | Request identifier | |
indication | 0..* | CodeableConcept | Reason for request | |
notes | 0..* | string | Notes or comments | |
prnReason | 0..* | CodeableConcept | PRN | |
orderedOn | 0..1 | dateTime | When ordered | |
recordedOn | 0..1 | dateTime | When recorded | |
subject | 1..1 | Patient | Focus of request | |
timing[x] | Schedule for use | |||
timingTiming | 0..1 | Timing | ||
timingPeriod | 0..1 | Period | ||
timingDateTime | 0..1 | dateTime | ||
priority | 0..1 | code | routine | urgent | stat | asap DeviceUseRequestPriority (Required) |
XML Template
<DeviceUseRequest xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <bodySite[x]><!-- 0..1 CodeableConcept|Reference(BodySite) Target body site --></bodySite[x]> <status value="[code]"/><!-- 0..1 proposed | planned | requested | received | accepted | in-progress | completed | suspended | rejected | aborted --> <device><!-- 1..1 Reference(Device) Device requested --></device> <encounter><!-- 0..1 Reference(Encounter) Encounter motivating request --></encounter> <identifier><!-- 0..* Identifier Request identifier --></identifier> <indication><!-- 0..* CodeableConcept Reason for request --></indication> <notes value="[string]"/><!-- 0..* Notes or comments --> <prnReason><!-- 0..* CodeableConcept PRN --></prnReason> <orderedOn value="[dateTime]"/><!-- 0..1 When ordered --> <recordedOn value="[dateTime]"/><!-- 0..1 When recorded --> <subject><!-- 1..1 Reference(Patient) Focus of request --></subject> <timing[x]><!-- 0..1 Timing|Period|dateTime Schedule for use --></timing[x]> <priority value="[code]"/><!-- 0..1 routine | urgent | stat | asap --> </DeviceUseRequest>
JSON Template
{ "resourceType" : "DeviceUseRequest", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension // bodySite[x]: Target body site. One of these 2: "bodySiteCodeableConcept" : { CodeableConcept }, "bodySiteReference" : { Reference(BodySite) }, "status" : "<code>", // proposed | planned | requested | received | accepted | in-progress | completed | suspended | rejected | aborted "device" : { Reference(Device) }, // R! Device requested "encounter" : { Reference(Encounter) }, // Encounter motivating request "identifier" : [{ Identifier }], // Request identifier "indication" : [{ CodeableConcept }], // Reason for request "notes" : ["<string>"], // Notes or comments "prnReason" : [{ CodeableConcept }], // PRN "orderedOn" : "<dateTime>", // When ordered "recordedOn" : "<dateTime>", // When recorded "subject" : { Reference(Patient) }, // R! Focus of request // timing[x]: Schedule for use. One of these 3: "timingTiming" : { Timing }, "timingPeriod" : { Period }, "timingDateTime" : "<dateTime>", "priority" : "<code>" // routine | urgent | stat | asap }
Alternate definitions: Schema/Schematron, Resource Profile (XML, JSON), Questionnaire
Path | Definition | Type | Reference |
---|---|---|---|
DeviceUseRequest.status | Codes representing the status of the request | Fixed | http://hl7.org/fhir/device-use-request-status |
DeviceUseRequest.priority | Codes representing the priority of the request | Fixed | http://hl7.org/fhir/device-use-request-priority |
Notes to reviewers:
At this time, the code bindings are placeholders to be fleshed out upon further review by the community.
Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Paths |
patient | reference | Search by subject - a patient | DeviceUseRequest.subject (Patient) |
subject | reference | Search by subject | DeviceUseRequest.subject (Patient) |