Update Device with identifier {identifier}

Device on the FHIR specification website.

A type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device.

The body should be a valid FHIR object for Device.

Here is an example:

{
  "resourceType": "Device",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>identifier</b>: 345675</p></div>"
  },
  "identifier": [
    {
      "system": "http://goodcare.org/devices/id",
      "value": "345675"
    }
  ]
}

You can reference the FHIR documentation to determine the format for Device.

Language
Authorization
Click Try It! to start a request and see the response here!