DeviceUseStatement

The DeviceUseStatement resource is a record of a device being used by a patient.

FHIR Resource: DeviceUseStatement https://www.hl7.org/fhir/deviceusestatement.html

Supported Attributes

NameComment
subjectPatient
whenUsed
sourcePractitioner
indication
note
device

Device Resource support the following attributes:

NameComment
identifierSerial Number (SNO)
type
manufacturer
manufactreDate
model
expirationDate
lotNumber
note
https://api.healthgorilla.com/fhir/DeviceUseStatement

FHIR Operations

The following operations are currently supported:

1. Read

HTTP RequestMethodAction
/DeviceUseStatement/{ID}GETRetrieve DeviceUseStatement resource by ID

2. Search

HTTP RequestMethodAction
/DeviceUseStatement?[parameter={value}]GETRetrieve DeviceUseStatement resources by the specified search criteria

Parameters:

KeyTypeDescription
patientReferencePatient Identifier
_lastUpdatedDate

Examples

2.1. Retrieve Conditions by patient

https://api.healthgorilla.com/fhir/DeviceUseStatement?patient=8063965523692105bfc35def

2.2. Retrieve records for the given patient updated in 2018

https://api.healthgorilla.com/fhir/DeviceUseStatement?patient=8063965523692105bfc35def&_lastUpdated=2018

3. Create

HTTP RequestMethodAction
/DeviceUseStatementPOSTCreates DeviceUseStatement resource

The following attributes are required:

NameDetails
subject
device
device.type

4. Update

HTTP RequestMethodAction
/DeviceUseStatement/{ID}PUTUpdates DeviceUseStatement resource

The following attributes are immutable:

NameDetails
subject
device

5. Delete

HTTP RequestMethodAction
/DeviceUseStatement/{ID}DELETEDeletes DeviceUseStatement resource