post https://example.com/organization/v1/users/patients//alerts/
Create a new Patient Alert by Template name
Request Body Parameters:
| Parameter | Type | Mandatory | Description | Example |
|---|---|---|---|---|
| _state | string | false | The alert wanted state Values:ACTIVE,CLEARED,SUSPENDED Default:ACTIVE | ACTIVE |
| _severity | string | false | The alert wanted severity Values:CRITICAL,MAJOR,MINOR,INFO Default:INFO | MAJOR |
| _clearNotes | string | false | Clear notes | |
| _name | string | false | The name of the alert | |
| Path Parameters: |
| Parameter | Type | Mandatory | Description | Example |
|---|---|---|---|---|
| patientId | string | true | null | |
| templateName | string | true | null |
This API requires PROTECTED_API permission(s).
