Worklist Assignment
The Worklist Assignment extension allows external systems to assign a reporting worklist item to a user through the FHIR API. The extension is included on the ServiceRequest resource and references the Practitioner associated with the assigned AdvaPACS user.
Supported APIs
The following FHIR APIs support the Reporting Worklist Assigned To extension:
- Create ServiceRequest
- Update ServiceRequest
- Get ServiceRequest
Extension Definition
| Field | Description |
|---|---|
| URL | http://advapacs.com/fhir/reporting-worklist-assigned-to |
| Value Type | valueReference |
| Reference Type | Practitioner |
| Description | Indicates the Practitioner linked to the user who is assigned to the ServiceRequest (reporting worklist item). |
Example
"extension": [
{
"url": "http://advapacs.com/fhir/reporting-worklist-assigned-to",
"valueReference": {
"reference": "Practitioner/e4336771-e997-4d57-8c33-1a836be220d2"
}
}
]