The FHIR STU3 DeviceUseStatement resource is a record of a device being used by a patient.
FHIR Resource: DeviceUseStatement <https://www.hl7.org/fhir/deviceusestatement.html>
| Name | Comment |
|---|
| subject | Patient |
| whenUsed | |
| source | Practitioner |
| indication | |
| note | |
| device | |
Device Resource support the following attributes:
| Name | Comment |
|---|
| identifier | Serial Number (SNO) |
| type | |
| manufacturer | |
| manufactreDate | |
| model | |
| expirationDate | |
| lotNumber | |
| note | |
https://api.healthgorilla.com/fhir/DeviceUseStatement
The following operations are currently supported:
| HTTP Request | Method | Action |
|---|
/DeviceUseStatement/{ID} | GET | Retrieve DeviceUseStatement resource by ID |
| HTTP Request | Method | Action |
|---|
| /DeviceUseStatement?[parameter={value}] | GET | Retrieve DeviceUseStatement resources by the specified search criteria |
Parameters:
| Key | Type | Description |
|---|
| patient | Reference | Patient Identifier |
| _lastUpdated | Date | |
https://api.healthgorilla.com/fhir/DeviceUseStatement?patient=8063965523692105bfc35def
https://api.healthgorilla.com/fhir/DeviceUseStatement?patient=8063965523692105bfc35def&_lastUpdated=2018
| HTTP Request | Method | Action |
|---|
| /DeviceUseStatement | POST | Creates DeviceUseStatement resource |
The following attributes are required:
| Name | Details |
|---|
| subject | |
| device | |
| device.type | |
| HTTP Request | Method | Action |
|---|
/DeviceUseStatement/{ID} | PUT | Updates DeviceUseStatement resource |
The following attributes are immutable:
| HTTP Request | Method | Action |
|---|
/DeviceUseStatement/{ID} | DELETE | Deletes DeviceUseStatement resource |