Skip to content

Commit d7e7d3e

Browse files
Merge pull request #731 from NHSDigital/feature/ERSSUP-66638
[ERSSUP-66638]-[]-[Added warning message in A041 documentation]-[AP]
2 parents 72efa9d + 491feb6 commit d7e7d3e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

specification/components/r4/schemas/endpoints/a041-search-service-request.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ security:
33
description: |
44
## Overview
55
6+
<p style="color:red;font-weight:bold">
7+
Warning: This endpoint is part of a new suite of APIs currently in development. We currently advise against integrating with this endpoint as its definition may be subject to change. If you would still like to use this endpoint please contact us before you start integration.
8+
</p>
9+
610
The e-RS FHIR API represents an advice and guidance request and a referral in FHIR R4 as a ServiceRequest. This endpoint allows you to search for attributes about a ServiceRequest.
711
812
At present the following is the only permitted use case for using this endpoint, but it is expected that additional use cases will be added as future needs are identified and prioritised.
@@ -25,11 +29,11 @@ description: |
2529
2630
## Important notes
2731
28-
When searching for a unique identifier for a ServiceRequest, its important to note that one UBRN can relate to both an advice and guidance request and a referral. In this case, the response could contain two unique identifiers: one relating to the advice and guidance request and one relating to the referral.
32+
When searching for a unique identifier for a ServiceRequest, it's important to note that one UBRN can relate to both an advice and guidance request and a referral. In this case, the response could contain two unique identifiers: one relating to the advice and guidance request and one relating to the referral.
2933
3034
## Use case
3135
32-
As an authenticated user 
36+
As an authenticated user
3337
3438
I need the unique identifier for a given advice and guidance request or referral request
3539

0 commit comments

Comments
 (0)