You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/validated-relationships-service-api.yaml
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -262,12 +262,14 @@ paths:
262
262
| Verify Relationship between proxy and patient and include patient's details | `identifier`=`9000000017` and `patient:identifier`=`9000000009` and `_include`=`RelatedPerson:patient` | HTTP Status 200 Verified relationship between patient and proxy and includes patient's details |
263
263
| Verify Relationship between proxy and patient | `identifier`=`9000000017` and `patient:identifier`=`9000000025` | HTTP Status 200 Verified relationship between patient and proxy |
264
264
| Verify Relationship between proxy and patient and include patient's details | `identifier`=`9000000017` and `patient:identifier`=`9000000025` and `_include`=`RelatedPerson:patient` | HTTP Status 200 Verified relationship between patient and proxy and includes patient's details |
265
-
| Missing identifier | `patient:identifier`=`9000000009` | HTTP Status 400 and MISSING_IDENTIFIER_VALUE error message |
266
-
| Invalid identifier | `identifier`=`900000000` Note: This identifier is 9 characters long too short to be NHS Number | HTTP Status 400 and INVALID_IDENTIFIER_VALUE error message |
267
-
| Invalid identifier system | `identifier`=`https://fhir.nhs.uk/Id/nhs-number/9730675929` | HTTP Status 400 and INVALID_IDENTIFIER_SYSTEM error message |
268
-
| Identifier not supported in sandbox | `identifier`=`1000000001` | HTTP Status 404 and INVALIDATED_RESOURCE error message |
269
-
270
-
NOTE: Headers are not tested in the sandbox. `X-Request-ID` and `X-Correlation-ID` are disregarded.
265
+
| Missing identifier | `patient:identifier`=`9000000009` | HTTP Status 400 and MISSING_IDENTIFIER_VALUE error response |
266
+
| Invalid identifier | `identifier`=`900000000` Note: This identifier is 9 characters long, too short to be NHS Number | HTTP Status 400 and INVALID_IDENTIFIER_VALUE error response |
267
+
| Invalid identifier system | `identifier`=`https://fhir.nhs.uk/Id/nhs-number/9730675929` | HTTP Status 400 and INVALID_IDENTIFIER_SYSTEM error response |
268
+
| Identifier not supported in sandbox | `identifier`=`1000000001` | HTTP Status 404 and INVALIDATED_RESOURCE error response |
269
+
270
+
### Sandbox constraints
271
+
- Headers are not tested. `X-Request-ID` and `X-Correlation-ID` are disregarded.
272
+
- `patient:identifier` is not validated.
271
273
272
274
Or perhaps you'd like to try out the sandbox using our 'Try it out' feature.
0 commit comments