clinik.deviceUseStatements
Device use statements record when and how a device was used on a patient.create
| Field | Type | Required | Description |
|---|---|---|---|
status | string | Yes | active, completed, on-hold, intended, stopped, not-done |
patientId | string | Yes | Patient ID |
deviceId | string | Yes | Device reference |
timingDateTime | string | No | When the device was used (point in time) |
timingPeriod | object | No | When the device was used (period) |
recordedOn | string | No | When the statement was recorded |
sourceId | string | No | Who made the statement |
reasonCode | string[] | No | Reason codes for device use |
bodySite | string | No | Body site where device was used |
note | string | No | Additional notes |
basedOn | string[] | No | ServiceRequest IDs |
Example
read / update / delete / search
Same pattern as other resources. Update supportsstatus, note. Search supports patientId, status, deviceId filters.