This page is part of the FHIR Specification (v1.4.0:
STU
3 Ballot 3). The current version which supercedes this version is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
. For a full list of available versions, see the
Directory of published versions
This resource is marked as a draft .
|
|
Compartments
|
Represents a request for a patient to employ a medical device. The device may be an implantable device, or an external assistive device, such as a walker.
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 may 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 entered by a practitioner in a CPOE system or a proposal made by a clinical decision support (CDS) system 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 or explantation is represented in the Procedure or ProcedureRequest resource, as appropriate. Some devices create observations. These observations are recorded as resources of type DeviceObservationReport.
This resource is referenced by
CarePlan
and
and
ClinicalImpression
Structure
| Name | Flags | Card. | Type |
|
|---|---|---|---|---|
|
Σ | DomainResource |
|
|
|
Σ | 0..1 |
|
|
|
CodeableConcept | |||
|
Reference ( BodySite ) | |||
|
|
0..1 | code |
DeviceUseRequestStatus |
|
Σ | 1..1 | Reference ( Device ) |
|
|
Σ | 0..1 | Reference ( Encounter ) |
|
|
Σ | 0..* | Identifier |
|
|
Σ | 0..* | CodeableConcept |
|
|
Σ | 0..* | string |
|
|
Σ | 0..* | CodeableConcept | PRN |
|
Σ | 0..1 | dateTime |
|
|
Σ | 0..1 | dateTime |
|
|
Σ | 1..1 | Reference ( Patient ) |
|
|
Σ | 0..1 |
|
|
|
Timing | |||
|
Period | |||
|
dateTime | |||
|
Σ | 0..1 | code |
DeviceUseRequestPriority |
Documentation for this format
|
||||
UML
Diagram
UML Diagram
XML
Template
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
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 |
|
|---|---|---|---|---|
|
Σ | DomainResource |
|
|
|
Σ | 0..1 |
|
|
|
CodeableConcept | |||
|
Reference ( BodySite ) | |||
|
|
0..1 | code |
DeviceUseRequestStatus |
|
Σ | 1..1 | Reference ( Device ) |
|
|
Σ | 0..1 | Reference ( Encounter ) |
|
|
Σ | 0..* | Identifier |
|
|
Σ | 0..* | CodeableConcept |
|
|
Σ | 0..* | string |
|
|
Σ | 0..* | CodeableConcept | PRN |
|
Σ | 0..1 | dateTime |
|
|
Σ | 0..1 | dateTime |
|
|
Σ | 1..1 | Reference ( Patient ) |
|
|
Σ | 0..1 |
|
|
|
Timing | |||
|
Period | |||
|
dateTime | |||
|
Σ | 0..1 | code |
DeviceUseRequestPriority |
Documentation for this format
|
||||
XML
Template
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
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:
Alternate definitions:
Schema
/
Schematron
,
Resource
Profile
(
, Resource Profile (
XML
,
,
JSON
),
),
Questionnaire
| Path | Definition | Type | Reference |
|---|---|---|---|
|
|
|
Required | DeviceUseRequestStatus |
|
|
|
Required |
DeviceUseRequestPriority
|
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.
for more information about searching in REST, messaging, and services.
| Name | Type | Description | Paths |
| device | reference |
|
DeviceUseRequest.device
( Device ) |
| patient | reference |
|
DeviceUseRequest.subject
( Patient ) |
| subject | reference |
|
DeviceUseRequest.subject
( Patient ) |