Create a new DeviceDefinition

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.

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