Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@
}
]
}
},
{
"url": "communicationRequestVersion",
"valueInteger": 10
}
],
"url": "https://fhir.nhs.uk/STU3/StructureDefinition/Extension-eRS-AdviceAndGuidanceRequests-WorkListItem-1"
Expand Down Expand Up @@ -183,6 +187,10 @@
}
]
}
},
{
"url": "communicationRequestVersion",
"valueInteger": 10
}
],
"url": "https://fhir.nhs.uk/STU3/StructureDefinition/Extension-eRS-AdviceAndGuidanceRequests-WorkListItem-1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ properties:
| `referrer` | `1..1` | |
| `service` | `1..1` | |
| `clinicType` | `0..1` | |
| `communicationRequestVersion` | `1..1` | |
items:
anyOf:
- $ref: './extensions/worklists/Extension-WorklistItem-Priority.yaml'
Expand Down Expand Up @@ -693,6 +694,20 @@ properties:
- $ref: './extensions/worklists/Extension-WorklistItem-Referrer.yaml'
- $ref: './extensions/worklists/Extension-WorklistItem-Service.yaml'
- $ref: './extensions/worklists/Extension-WorklistItem-ClinicType.yaml'
- title: communicationRequestVersion
type: object
required:
- url
- valueInteger
properties:
url:
type: string
enum:
- communicationRequestVersion
example: 'communicationRequestVersion'
valueInteger:
type: integer
example: 0
- title: Extension-eRS-RejectedTriageResponse-WorkListItem
type: object
required:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ description: |
or to undertake an action, in order to avoid delays to patient care.

Service provider organisations can retrieve the contents of their 'Advice and guidance requests' worklist using
this endpoint. This worklist contains advice and guidance requests the provider has received and which need actioning.
this endpoint. This worklist contains advice and guidance requests the provider has received and which need actioning. The version of each advice
request in the worklist will also be returned. Note that the version can change due to admin/clinical changes as well as internal e-RS processes.

There are currently no advice and guidance related worklists available for referring organisations.

Expand Down