diff --git a/docs/latest/containers/alerts.html b/docs/latest/containers/alerts.html index 9a79b3f84e..451e579be7 100644 --- a/docs/latest/containers/alerts.html +++ b/docs/latest/containers/alerts.html @@ -2179,7 +2179,7 @@ 55.627 l 55.6165,55.627 -231.245496,231.24803 c -127.185,127.1864 -231.5279,231.248 -231.873,231.248 -0.3451,0 -104.688, -104.0616 -231.873,-231.248 z - " fill="currentColor">
Download OpenAPI specification:Download
This Docker container provides a simple API for sending alerts via SMS, Slack, or Microsoft Teams. It can be run as a local service or deployed as part of a full pipeline using PHDI Building Blocks as in CDCgov/phdi-azure.
+ " fill="currentColor">Download OpenAPI specification:Download
This Docker container provides a simple API for sending alerts via SMS, Slack, or Microsoft Teams. It can be run as a local service or deployed as part of a full pipeline using PHDI Building Blocks as in CDCgov/phdi-azure.
Some manual steps need to be taken to enable alerts in your particular environment.
In order to send text messages, you'll need to create an Azure Communication Service. Follow this quickstart guide to set up the resource. Once created, you'll need to provide the name of your resource as an environment variable (COMMUNICATION_SERVICE_NAME
) to the container.
{- "message": "string"
}
null
Download OpenAPI specification:Download
use_case required | string (Use Case) Enum: "social-determinants" "newborn-screening" "syphilis" "cancer" |
fhir_server required | string (Fhir Server) Enum: "meld" "ehealthexchange" |
first_name required | string (First Name) |
last_name required | string (Last Name) |
dob required | string (Dob) |
mrn | string (Mrn) |
phone | string (Phone) |
street | string (Street) |
city | string (City) |
state | string (State) |
zip | string (Zip) |
{- "fhir_server": "meld",
- "first_name": "string",
- "last_name": "string",
- "dob": "string",
- "mrn": "string",
- "phone": "string",
- "street": "string",
- "city": "string",
- "state": "string",
- "zip": "string"
}
null