Skip to content

Commit 5ad9936

Browse files
[RAA-9686]-[RK]-[addressing review comments]-[LB]
1 parent 436bc26 commit 5ad9936

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

specification/components/stu3/schemas/eRS-PatientServiceSearch-Parameters.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ properties:
3535
| `SearchCriteria` | `1..1` | |
3636
| `ReferringClinician` | `0..1` | |
3737
| `CommissioningRuleOrganisation` | `0..1` | Required if searching for services for an existing Referral. This field should be provided using the returned Commissioning Rule Organisation already included on the Referral to ensure the services returned are valid. Note this field is not supported when searching with the `ADVICE_AND_GUIDANCE_REQUEST` request type. |
38-
| `ubrn` | `0..1` | Mandatory for SPC and SPCA requests. This parameter is ignored for RC and RCA requests. |
38+
| `Ubrn` | `0..1` | Mandatory for `SERVICE_PROVIDER_CLINICIAN` and `SERVICE_PROVIDER_CLINICIAN_ADMIN` requests. This parameter is ignored for `REFERRING_CLINICIAN` and `REFERRING_CLINICIAN_ADMIN` requests. |
3939
items:
4040
anyOf:
4141
- $ref: 'parameters/RequestType.yaml'
@@ -57,7 +57,7 @@ properties:
5757
resource:
5858
$ref: 'eRS-ServiceSearchCriteria-Parameters.yaml'
5959
- title: Ubrn
60-
description: The UBRN of the referral request (required for SERVICES_PROVIDER_CLINICIAN and SERVICES_PROVIDER_CLINICIAN_ADMIN).
60+
description: The UBRN of the referral request (required for SERVICE_PROVIDER_CLINICIAN and SERVICE_PROVIDER_CLINICIAN_ADMIN).
6161
type: object
6262
required:
6363
- name

specification/components/stu3/schemas/responses/patientServiceSearch/ErrorOutcome.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ description: |
1212
| PATIENT_ERROR | An error occurred while retrieving the requested patient. Do not attempt again. |
1313
| INVALID_VALUE | The input provided does not conform to the expected data types and format. |
1414
| INVALID_CODE | The input provided for a field is not one of the defined legal values. |
15-
| INVALID_STATE | Indicates that the service currently holding the referral is not a Triage service. |
16-
| INVALID_REQUEST_STATE | Indicates that the referral is not in a Triaged - Provider To Action defining state. |
15+
| INVALID_STATE | Indicates that the referenced item is not in the correct state for the request to be processed (e.g. a service of the wrong type). |
16+
| INVALID_REQUEST_STATE | Indicates that the referral item is not in the correct state for the request to be processed. |
1717
| UNEXPECTED_FIELD | A field is provided that is not expected as part of the request. E.g. a field is mis-spelt, was defined on a previous version of the endpoint but has subsequently been removed. |
1818
| INVALID_FHIR_STRUCTURE | The FHIR data structure in the message body does not match the expected structure (e.g. an array is present for a value when no array is expected). |
1919
| REFERENCED_USER_IS_NOT_SPC | The user provided does not have the Service Provider Clinician authorisation in the e-RS. |

0 commit comments

Comments
 (0)