DSTU2 STU 3 Ballot
This page is part of the FHIR Specification (v1.0.2: DSTU 2). The current version which supercedes this version is

This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). 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 . Page versions: . Page versions: R4B R4 R3 R2

5.14 12.9 Resource DeviceUseStatement - Content Resource DeviceUseStatement - Content This resource is marked as a draft

This resource is marked as a draft .

A record of a device being used by a patient where the record is the result of a report from the patient or another clinician.
Clinical Decision Support Orders and Observations Work Group Work Group Maturity Level : 0 Maturity Level : 0 Compartments : : Device , , Patient

A record of a device being used by a patient where the record is the result of a report from the patient or another clinician.

5.14.1 Scope and Usage 12.9.1 Scope and Usage 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 records the use of a healthcare-related device by a patient. The record is the result of a report of use by the patient or another provider. The resource can be used to note the use of an assistive device such as a wheelchair or hearing aid, a contraceptive such an intra-uterine device, or other implanted devices such as a pacemaker.

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 is an event resource from a FHIR workflow perspective - see Workflow . It is the intent of the Orders and Observation Workgroup to align this resource with the workflow pattern for event resources.

This resource records the use of a healthcare-related device by a patient. The record is the result of a report of use by the patient or another provider. The resource can be used to note the use of an assistive device such as a wheelchair or hearing aid, a contraceptive such an intra-uterine device, or other implanted devices such as a pacemaker.

5.14.2 Boundaries and Relationships 12.9.2 Boundaries and Relationships This resource is different from DeviceUseRequest which records a request to use the device. This also is distinct from the Procedure resource which may describe the implantation or explantation of a device.

This resource is different from DeviceUseRequest which records a request to use the device. This also is distinct from the Procedure resource which may describe the implantation or explantation of a device.

5.14.3 Resource Content 12.9.3 Resource Content

UML Diagram UML Diagram ( Legend )

DeviceUseStatement ( ( DomainResource ) Indicates the site on the subject's body where the device was used ( i.e. the target site) Indicates the site on the subject's body where the device was used ( i.e. the target site) bodySite[x] : : Type [0..1] « [0..1] « CodeableConcept | Reference ( BodySite ) » ) » The time period over which the device was used The time period over which the device was used whenUsed : : Period [0..1] [0..1] The details of the device used The details of the device used device : : Reference [1..1] « [1..1] « Device » » An external identifier for this statement such as an IRI An external identifier for this statement such as an IRI identifier : : Identifier [0..*] [0..*] Reason or justification for the use of the device Reason or justification for the use of the device indication : : CodeableConcept [0..*] [0..*] Details about the device statement that were not represented at all or sufficiently in one of the attributes provided in a class. These may include for example a comment, an instruction, or a note associated with the statement Details about the device statement that were not represented at all or sufficiently in one of the attributes provided in a class. These may include for example a comment, an instruction, or a note associated with the statement notes : : string [0..*] [0..*] The time at which the statement was made/recorded The time at which the statement was made/recorded recordedOn : : dateTime [0..1] [0..1] The patient who used the device The patient who used the device subject : : Reference [1..1] « [1..1] « Patient » » How often the device was used How often the device was used timing[x] : : Type [0..1] « [0..1] « Timing | Period | dateTime » »

XML Template XML Template <

<DeviceUseStatement xmlns="http://hl7.org/fhir"> doco

 <!-- from Resource: id, meta, implicitRules, and language -->
 <!-- from DomainResource: text, contained, extension, and modifierExtension -->
 <</bodySite[x]>
 <</whenUsed>
 <</device>
 <</identifier>
 <</indication>
 <
 <
 <</subject>
 <</timing[x]>

 <bodySite[x]><!-- 0..1 CodeableConcept|Reference(BodySite) Target body site --></bodySite[x]>
 <whenUsed><!-- 0..1 Period  --></whenUsed>
 <device><!-- 1..1 Reference(Device)  --></device>
 <identifier><!-- 0..* Identifier  --></identifier>
 <indication><!-- 0..* CodeableConcept  --></indication>
 <notes value="[string]"/><!-- 0..*  -->
 <recordedOn value="[dateTime]"/><!-- 0..1  -->
 <subject><!-- 1..1 Reference(Patient)  --></subject>
 <timing[x]><!-- 0..1 Timing|Period|dateTime  --></timing[x]>

</DeviceUseStatement>

Changes since DSTU2

DeviceUseStatement No Changes

See the Full Difference for further information

UML Diagram UML Diagram ( Legend )

DeviceUseStatement ( ( DomainResource ) Indicates the site on the subject's body where the device was used ( i.e. the target site) Indicates the site on the subject's body where the device was used ( i.e. the target site) bodySite[x] : : Type [0..1] « [0..1] « CodeableConcept | Reference ( BodySite ) » ) » The time period over which the device was used The time period over which the device was used whenUsed : : Period [0..1] [0..1] The details of the device used The details of the device used device : : Reference [1..1] « [1..1] « Device » » An external identifier for this statement such as an IRI An external identifier for this statement such as an IRI identifier : : Identifier [0..*] [0..*] Reason or justification for the use of the device Reason or justification for the use of the device indication : : CodeableConcept [0..*] [0..*] Details about the device statement that were not represented at all or sufficiently in one of the attributes provided in a class. These may include for example a comment, an instruction, or a note associated with the statement Details about the device statement that were not represented at all or sufficiently in one of the attributes provided in a class. These may include for example a comment, an instruction, or a note associated with the statement notes : : string [0..*] [0..*] The time at which the statement was made/recorded The time at which the statement was made/recorded recordedOn : : dateTime [0..1] [0..1] The patient who used the device The patient who used the device subject : : Reference [1..1] « [1..1] « Patient » » How often the device was used How often the device was used timing[x] : : Type [0..1] « [0..1] « Timing | Period | dateTime » »

XML Template XML Template <

<DeviceUseStatement xmlns="http://hl7.org/fhir"> doco

 <!-- from Resource: id, meta, implicitRules, and language -->
 <!-- from DomainResource: text, contained, extension, and modifierExtension -->
 <</bodySite[x]>
 <</whenUsed>
 <</device>
 <</identifier>
 <</indication>
 <
 <
 <</subject>
 <</timing[x]>

 <bodySite[x]><!-- 0..1 CodeableConcept|Reference(BodySite) Target body site --></bodySite[x]>
 <whenUsed><!-- 0..1 Period  --></whenUsed>
 <device><!-- 1..1 Reference(Device)  --></device>
 <identifier><!-- 0..* Identifier  --></identifier>
 <indication><!-- 0..* CodeableConcept  --></indication>
 <notes value="[string]"/><!-- 0..*  -->
 <recordedOn value="[dateTime]"/><!-- 0..1  -->
 <subject><!-- 1..1 Reference(Patient)  --></subject>
 <timing[x]><!-- 0..1 Timing|Period|dateTime  --></timing[x]>

</DeviceUseStatement>

JSON Template JSON Template { "resourceType" : "",

{doco
  "resourceType" : "DeviceUseStatement",

  // 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) },
  "whenUsed" : { Period }, // 
  "device" : { Reference(Device) }, // R!  
  "identifier" : [{ Identifier }], // 
  "indication" : [{ CodeableConcept }], // 
  "notes" : ["<string>"], // 
  "recordedOn" : "<dateTime>", // 
  "subject" : { Reference(Patient) }, // R!  

  // timing[x]: . One of these 3:
  " }
  " }
  ">"

  "timingTiming" : { Timing }
  "timingPeriod" : { Period }
  "timingDateTime" : "<dateTime>"

}
 
Alternate
definitions:

Changes since DSTU2

DeviceUseStatement No Changes

See the Full Difference for further information

 

Alternate definitions: Master Definition ( XML , JSON ), XML Schema / Schematron , Resource Profile ( XML , (for ) + JSON Schema , ShEx (for Turtle ), Questionnaire Notes to reviewers: At this time, the code bindings are placeholders to be fleshed out upon further review by the community. )

Notes to reviewers:

At this time, the code bindings are placeholders to be fleshed out upon further review by the community.

5.14.4 Search Parameters 12.9.4 Search Parameters Search parameters for this resource. The common parameters also apply. See

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.

© HL7.org 2011+. FHIR DSTU2 (v1.0.2-7202) generated on Sat, Oct 24, 2015 07:43+1100. Links: Search | Version History | Table of Contents | Compare to DSTU1
Name Type Description Paths
device reference Search by device Search by device DeviceUseStatement.device
( Device )
patient reference Search by subject - a patient Search by subject - a patient DeviceUseStatement.subject
( Patient )
subject reference Search by subject Search by subject DeviceUseStatement.subject
( Patient )