Skip to content

Commit a7114df

Browse files
Merge pull request #1666 from NHSDigital/revert-1624-feature/ERSSUP-68398
Revert "[ERSSUP-68398]-[JW]-[Edited schema file and examples]-[NS]"
2 parents ec284a6 + fc180b5 commit a7114df

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

sandbox/src/mocks/r4/getService/responses/sampleServiceWithFullAttributes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
{
9090
"system": "https://fhir.nhs.uk/CodeSystem/eRS-RequestFlowType",
9191
"code": "BOOKABLE",
92-
"display": "A service which supports a patient appointment"
92+
"display": "Appointment Request"
9393
}
9494
]
9595
},

sandbox/src/mocks/r4/searchForServices/responses/searchServiceWithMaxAndMinAttributes.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
{
109109
"system": "https://fhir.nhs.uk/CodeSystem/eRS-RequestFlowType",
110110
"code": "BOOKABLE",
111-
"display": "A service which supports a patient appointment"
111+
"display": "Appointment Request"
112112
}
113113
]
114114
},
@@ -163,7 +163,7 @@
163163
{
164164
"system": "https://fhir.nhs.uk/CodeSystem/eRS-RequestFlowType",
165165
"code": "BOOKABLE",
166-
"display": "A service which supports a patient appointment"
166+
"display": "Appointment Request"
167167
}
168168
]
169169
},

specification/components/r4/schemas/eRS-HealthcareService.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ properties:
143143
example: BOOKABLE
144144
display:
145145
enum:
146-
- A service which supports a patient appointment
147-
- A service that reviews referrals, without the support or need for any appointment with the patient to be made
148-
- A service which can discuss the patient and receive guidance rather than a patient attending an appointment
149-
example: A service which supports a patient appointment
146+
- Appointment Request
147+
- Triage Request
148+
- Advice and Guidance Request
149+
example: Appointment Request
150150
- type: object
151151
title: eRS-BookableType
152152
required:

0 commit comments

Comments
 (0)