Skip to main content

Update patient threshold

PUT /fhir/Patient/{id}/threshold
PUT /fhir/R4/Patient/{id}/threshold
PUT /fhir/R5/Patient/{id}/threshold
alphahttps://api.sandbox.ovok.com

Save a patient-level threshold CarePlan. When updateOnSignals=true, also pushes the configuration to Signals.

Parameters

NameInTypeRequiredDescription
idpathstringyes
updateOnSignalsquerybooleanno

Request body

Content-Type: application/json

  • id: string
  • patientId: string (required)
  • projectId: string
  • status: string (required)
  • date: string
  • settings: object (required)

Responses

CodeDescription
200Success.
400The request could not be operated by the server.
401The resource owner or authorization server denied the request.
404The requested resource could not be found.
422The request could not be validated by the server.
500The server encountered an unexpected condition. Please try again later.