DeviceUseStatement - FHIR Resource (r4)
This DeviceUseStatement Resource uses the
FHIR API standard for access and structure.
Validate an DeviceUseStatement FHIR Resource (r4)
Resource Attributes
Attribute | Field is list | Type | Description |
---|
basedOn | true | Reference | # Fulfills plan, proposal or order |
bodySite | false | CodeableConcept | # Target body site |
derivedFrom | true | Reference | # "derivedFrom" : [{ Reference(ServiceRequest|Procedure|Claim|Observation| |
device | false | Reference | # Reference to device used |
identifier | true | Identifier | # External identifier for this record |
note | true | Annotation | # Addition details (comments, instructions) |
reasonCode | true | CodeableConcept | # Why device was used |
reasonReference | true | Reference | # "reasonReference" : [{ Reference(Condition|Observation|DiagnosticReport| |
recordedOn | false | dateTime | # When statement was recorded |
source | false | Reference | # Who made the statement |
status | false | code | # active | completed | entered-in-error + |
subject | false | Reference | # Patient using device |
timing[x] | false | Timing|Period|dateTime | #undefined |
DeviceUseStatement Example
{
"resourceType": "DeviceUseStatement",
"id": "example",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>identifier</b>: 51ebb7a9-4e3a-4360-9a05-0cc2d869086f</p><p><b>status</b>: active</p><p><b>subject</b>: <a>Patient/example</a></p><p><b>device</b>: <a>Device/example</a></p><p><b>reasonReference</b>: <a>Appendectomy (surgery)</a></p></div>"
},
"identifier": [
{
"system": "http:goodhealth.org/identifiers",
"value": "51ebb7a9-4e3a-4360-9a05-0cc2d869086f"
}
],
"status": "active",
"subject": {
"reference": "Patient/example"
},
"device": {
"reference": "Device/example"
},
"reasonReference": [
{
"reference": "Procedure/example",
"display": "Appendectomy (surgery)"
}
]
}
DeviceUseStatement Structure
{
"resourceType" : "DeviceUseStatement",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // External identifier for this record
"basedOn" : [{ Reference(ServiceRequest) }], // Fulfills plan, proposal or order
"status" : "<code>", // R! active | completed | entered-in-error +
"subject" : { Reference(Patient|Group) }, // R! Patient using device
"derivedFrom" : [{ Reference(ServiceRequest|Procedure|Claim|Observation|
QuestionnaireResponse|DocumentReference) }], // Supporting information
// timing[x]: How often the device was used. One of these 3:
"timingTiming" : { Timing },
"timingPeriod" : { Period },
"timingDateTime" : "<dateTime>",
"recordedOn" : "<dateTime>", // When statement was recorded
"source" : { Reference(Patient|Practitioner|PractitionerRole|RelatedPerson) }, // Who made the statement
"device" : { Reference(Device) }, // R! Reference to device used
"reasonCode" : [{ CodeableConcept }], // Why device was used
"reasonReference" : [{ Reference(Condition|Observation|DiagnosticReport|
DocumentReference|Media) }], // Why was DeviceUseStatement performed?
"bodySite" : { CodeableConcept }, // Target body site
"note" : [{ Annotation }] // Addition details (comments, instructions)
}
DeviceUseStatement Search Parameters
The following search parameters can be used to query DeviceUseStatement resources. Just submit them like so:
https://api.1up.health/fhir/r4/DeviceUseStatement?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|
device | reference | device |
identifier | text | identifier |
patient | reference | subject |
subject | reference | subject |