Create a new Patient Alert

Create a new Patient Alert

Custom attributes can be specified in the request body

The below table describes the request parameters:

ParameterTypeMandatoryDescription
patientIdUUIDtrue
templateNameStringtrue
_severityStringfalseThe severity of the alert. possible values: [CRITICAL, MAJOR, MINOR, INFO]. Default value is [INFO]
_stateStringfalseThe state of the alert. possible values: [ACTIVE, SUSPENDED, CLEARED]. Default value is [ACTIVE]
_clearNotesStringfalse
<customAttributes1><customAttributes1Type>falseCustom attribute 1 value
<customAttributesN><customAttributesNType>falseCustom attribute N value

This API requires PROTECTED_API permission(s).

Language
Authentication
Bearer
JWT
Click Try It! to start a request and see the response here!