post https://example.com/organization/v1/users/patients//alerts/
Create a new Patient Alert
Custom attributes can be specified in the request body
The below table describes the request parameters:
Parameter | Type | Mandatory | Description |
---|---|---|---|
patientId | UUID | true | |
templateName | String | true | |
_severity | String | false | The severity of the alert. possible values: [CRITICAL, MAJOR, MINOR, INFO]. Default value is [INFO] |
_state | String | false | The state of the alert. possible values: [ACTIVE, SUSPENDED, CLEARED]. Default value is [ACTIVE] |
_clearNotes | String | false | |
<customAttributes1> | <customAttributes1Type> | false | Custom attribute 1 value |
<customAttributesN> | <customAttributesNType> | false | Custom attribute N value |
This API requires PROTECTED_API permission(s).