Patch ObservationDefinition with identifier {identifier}

ObservationDefinition on the FHIR specification website.

Set of definitional characteristics for a kind of observation or measurement produced or consumed by an orderable health care service.

The body should be a list of valid JSON patches for ObservationDefinition. For example, to update a Slot status to busy, this would be the body:

[
  {
    op: 'replace',
    path: '/status',
    value: 'busy',
  },
],
Language
Authorization
Click Try It! to start a request and see the response here!