Associate Device

This endpoint associates the device to the patient provided in the request body.

In order to associate a device with 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 be associated with a non-Impilo site
  • The Device must have a current status of “availableAtSite”

Headers

Impilo-API-KeystringRequired

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.

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.

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.