Update DeviceDefinition with identifier {identifier}

DeviceDefinition on the FHIR specification website.

The characteristics, operational status and capabilities of a medical-related component of a medical device.

The body should be a valid FHIR object for DeviceDefinition.

Here is an example:

{
  "resourceType": "DeviceDefinition",
  "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>: 0</p></div>"
  },
  "identifier": [
    {
      "value": "0"
    }
  ]
}

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

Path Params
string
required

Identifier

Body Params
Responses

401

Unauthorized

403

Forbidden

500

Internal server error

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json