DeviceUseStatement - FHIR Resource (dstu2)
This DeviceUseStatement Resource uses the
FHIR API standard for access and structure.
Validate an DeviceUseStatement FHIR Resource (dstu2)
Resource Attributes
Attribute | Field is list | Type | Description |
---|
bodySiteCodeableConcept | false | CodeableConcept | # "bodySiteCodeableConcept" : { CodeableConcept },
|
bodySiteReference | false | Reference | # "bodySiteReference" : { Reference(BodySite) },
|
device | false | Reference | #
|
identifier | true | Identifier | #
|
indication | true | CodeableConcept | #
|
notes | true | string | #
|
recordedOn | false | dateTime | #
|
subject | false | Reference | #
|
timingDateTime | false | dateTime | # "timingDateTime" : "<dateTime>"
|
timingPeriod | false | Period | # "timingPeriod" : { Period }
|
timingTiming | false | Timing | # "timingTiming" : { Timing }
|
whenUsed | false | Period | #
|
DeviceUseStatement Structure
{
"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>"
}
DeviceUseStatement Search Parameters
The following search parameters can be used to query DeviceUseStatement resources. Just submit them like so:
https://api.1up.health/fhir/dstu2/DeviceUseStatement?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|
device | reference | device |
patient | reference | subject |
subject | reference | subject |