Get a list of Tasks
GET {{baseUrl}}/api/v2/Task?practitioner=<string>
Overview:
Retrieves a collection of Task resources matching given search parameters.
THis is only supported in ATHENA.
Use Cases:
Review Pending Actions: Retrieve open tasks and directives
Coordinate Care Plan: Obtain care plan tasks for synchronization
Evaluate Protocol Adherence: Assess if protocols were completed
Analyze Alert Burden: Identify follow-up workload volume
Audit Referrals: Check referral follow-ups for analysis
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
practitioner | string | (Required) Practitioner ID |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-source-id | string | (Required) Source ID | |
Authorization | string |
RESPONSES
status: OK
[{"context":{"requestId":"\u003cstring\u003e","source":"\u003cstring\u003e","quorum":"\u003cboolean\u003e","notify":"\u003cboolean\u003e"},"data":{"resourceType":"\u003cstring\u003e","total":"\u003cinteger\u003e","type":"\u003cstring\u003e","entry":[{"resource":{"resourceType":"\u003cstring\u003e","id":"\u003cstring\u003e","authoredOn":"\u003cdate\u003e","status":"SUBMIT","priority":"CURRENT","description":"\u003cstring\u003e","owner":{"reference":"\u003cstring\u003e"},"code":{"coding":[{"code":"\u003cstring\u003e","system":"\u003cstring\u003e","display":"\u003cstring\u003e"},{"code":"\u003cstring\u003e","system":"\u003cstring\u003e","display":"\u003cstring\u003e"}]},"intent":"\u003cstring\u003e","extension":[{"url":"\u003cstring\u003e","valueString":"\u003cstring\u003e","valueInteger":"\u003cinteger\u003e","valueBoolean":"\u003cboolean\u003e"},{"url":"\u003cstring\u003e","valueString":"\u003cstring\u003e","valueInteger":"\u003cinteger\u003e","valueBoolean":"\u003cboolean\u003e"}]}}],"meta":{"extension":[{"url":"\u003cstring\u003e"},{"url":"\u003cstring\u003e"}]}}},{"context":{"requestId":"\u003cstring\u003e","source":"\u003cstring\u003e","quorum":"\u003cboolean\u003e","notify":"\u003cboolean\u003e"},"data":{"resourceType":"\u003cstring\u003e","total":"\u003cinteger\u003e","type":"\u003cstring\u003e","entry":[{"resource":{"resourceType":"\u003cstring\u003e","id":"\u003cstring\u003e","authoredOn":"\u003cdate\u003e","status":"SUBMIT","priority":"CURRENT","description":"\u003cstring\u003e","owner":{"reference":"\u003cstring\u003e"},"code":{"coding":[{"code":"\u003cstring\u003e","system":"\u003cstring\u003e","display":"\u003cstring\u003e"},{"code":"\u003cstring\u003e","system":"\u003cstring\u003e","display":"\u003cstring\u003e"}]},"intent":"\u003cstring\u003e","extension":[{"url":"\u003cstring\u003e","valueString":"\u003cstring\u003e","valueInteger":"\u003cinteger\u003e","valueBoolean":"\u003cboolean\u003e"},{"url":"\u003cstring\u003e","valueString":"\u003cstring\u003e","valueInteger":"\u003cinteger\u003e","valueBoolean":"\u003cboolean\u003e"}]}}],"meta":{"extension":[{"url":"\u003cstring\u003e"},{"url":"\u003cstring\u003e"}]}}}]