Health Programs
get pending task list
POST https://dev-api.sehhati.ae/uae-fhir/r4/$process-message
get tasks related to patient either orders or measures or assessments to be completed
Request Body
Name
Type
Description
content
String
Bundle containing drug
{
// Response
}add new task
POST https://dev-api.sehhati.ae/uae-fhir/r4/$process-message
create a new task for continuity of care indicating required action and practitioner role who needs to work on the task
Request Body
Name
Type
Description
content
String
Bundle containing drug
{
// Respo}update task
POST https://dev-api.sehhati.ae/uae-fhir/r4/$process-message
update task with progress, assignment , priority, etc.
Request Body
Name
Type
Description
content
String
Bundle containing drug
{
// Response
}cancel task
POST https://dev-api.sehhati.ae/uae-fhir/r4/$process-message
cancel task because its no longer required or if it was completed in a different way
Request Body
Name
Type
Description
content
String
Bundle containing drug
{
// Response
}Last updated