Disassociate Device

PATCH

This endpoint disassociates the device from the patient provided in the Request body.

In order to disassociate a device from a patient, all of the following must apply:

  • The Patient must be associated with the Customer making the request
  • The Device must be owned by the Customer making the request
  • The Device must already be associated with the provided Patient
  • The Device must be associated with a non-Impilo site
  • The Device must have a current status of “withPatient”

For more information see the AssociateDeviceRequest Model.

Request

This endpoint expects an object.
deviceIdlongOptional

The ID of the device. Either this value or a Device Identifier are required to identify the Device.

deviceIdentifierstringOptional

The Identifier, such as a Serial Number, of the device. Either this value or a Device Id are required to identify the Device.

patientIdlongOptional

The ID of the patient to have the Device associated to. Either this value or a Patient External Identifier are required to identify who should be (dis)associated with the device.

patientExternalIdentifierstringOptional

The External Identifier of the patient to have the Device (dis)associated to. Either this value or a Patient Id are required to identify who should be (dis)associated with the device.