This
page
is
part
of
the
FHIR
Specification
(v0.0.82:
(v1.0.2:
DSTU
1).
2).
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
is
marked
as
a
draft
.
Clinical
Decision
Support
Work
Group
|
Maturity Level : 0 | Compartments : Device , Patient |
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 ClinicalImpression
Structure
| Name | Flags | Card. | Type |
Description
&
Constraints
|
|---|---|---|---|---|
|
Σ | DomainResource | A request for a patient to use or be given a medical device | |
|
Σ | 0..1 | Target body site | |
|
CodeableConcept | |||
|
Reference ( BodySite ) | |||
|
?! Σ | 0..1 | code |
proposed
|
planned
|
requested
|
received
|
accepted
|
in-progress
|
completed
|
suspended
|
rejected
|
aborted
DeviceUseRequestStatus ( Required ) |
|
Σ | 1..1 | Reference ( Device ) | Device requested |
|
Σ | 0..1 | Reference ( Encounter ) | Encounter motivating request |
|
Σ | 0..* | Identifier | Request identifier |
|
Σ | 0..* | CodeableConcept | Reason for request |
|
Σ | 0..* | string | Notes or comments |
|
Σ | 0..* | CodeableConcept | PRN |
|
Σ | 0..1 | dateTime | When ordered |
|
Σ | 0..1 | dateTime | When recorded |
|
Σ | 1..1 | Reference ( Patient ) | Focus of request |
|
Σ | 0..1 | Schedule for use | |
|
Timing | |||
|
Period | |||
|
dateTime | |||
|
Σ | 0..1 | code |
routine
|
urgent
|
stat
|
asap
DeviceUseRequestPriority ( Required ) |
Documentation
for
this
format
| ||||
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]> < <</device> <</encounter> <</identifier> <</indication> < <</prnReason> < < <</subject> <</timing[x]> <<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
|
|---|---|---|---|---|
|
Σ | DomainResource | A request for a patient to use or be given a medical device | |
|
Σ | 0..1 | Target body site | |
|
CodeableConcept | |||
|
Reference ( BodySite ) | |||
|
?! Σ | 0..1 | code |
proposed
|
planned
|
requested
|
received
|
accepted
|
in-progress
|
completed
|
suspended
|
rejected
|
aborted
DeviceUseRequestStatus ( Required ) |
|
Σ | 1..1 | Reference ( Device ) | Device requested |
|
Σ | 0..1 | Reference ( Encounter ) | Encounter motivating request |
|
Σ | 0..* | Identifier | Request identifier |
|
Σ | 0..* | CodeableConcept | Reason for request |
|
Σ | 0..* | string | Notes or comments |
|
Σ | 0..* | CodeableConcept | PRN |
|
Σ | 0..1 | dateTime | When ordered |
|
Σ | 0..1 | dateTime | When recorded |
|
Σ | 1..1 | Reference ( Patient ) | Focus of request |
|
Σ | 0..1 | Schedule for use | |
|
Timing | |||
|
Period | |||
|
dateTime | |||
|
Σ | 0..1 | code |
routine
|
urgent
|
stat
|
asap
DeviceUseRequestPriority ( Required ) |
Documentation
for
this
format
| ||||
XML Template
<DeviceUseRequest xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension -->
<</bodySite[x]> < <</device> <</encounter> <</identifier> <</indication> < <</prnReason> < < <</subject> <</timing[x]> <<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
|
Required |
|
| DeviceUseRequest.priority |
Codes
representing
the
priority
of
the
|
Required |
|
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 |
| device | reference | Device requested |
DeviceUseRequest.device
( Device ) |
| patient | reference | Search by subject - a patient |
DeviceUseRequest.subject
( Patient ) |
| subject | reference | Search by subject |
DeviceUseRequest.subject
( Patient ) |