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
+40Lines changed: 40 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -183,6 +183,11 @@ paths:
183
183
184
184
For the most part demographics information doesn't need to be provided in the access request since it can be pulled from PDS.
185
185
186
+
## Access modes
187
+
188
+
This endpoint supports the following access modes:
189
+
- Patient access
190
+
186
191
## Sandbox test scenarios
187
192
188
193
| Scenario | Request | Response |
@@ -288,6 +293,12 @@ paths:
288
293
A valid reference code must be provided as a query parameter. This reference code is returned
289
294
when a QuestionnaireResponse is initially submitted via the POST endpoint.
290
295
296
+
## Access modes
297
+
298
+
This endpoint supports the following access modes:
299
+
- Patient access
300
+
- Healthcare worker access
301
+
291
302
## Sandbox test scenarios
292
303
293
304
| Scenario | Request | Response |
@@ -377,6 +388,12 @@ paths:
377
388
378
389
You can (optionally) include the `_include=RelatedPerson:patient` request parameter to include the patient's details in the response.
379
390
391
+
## Access modes
392
+
393
+
This endpoint supports the following access modes:
394
+
- Patient access
395
+
- Healthcare worker access
396
+
380
397
## Sandbox test scenarios
381
398
382
399
| Scenario | Request | Response |
@@ -496,6 +513,13 @@ paths:
496
513
497
514
You can (optionally) include the `_include=Consent:patient` request parameter to include the patient's details in the response.
498
515
516
+
## Access modes
517
+
518
+
This endpoint supports the following access modes:
519
+
- Patient access
520
+
- Healthcare worker access
521
+
- Application-restricted access
522
+
499
523
## Sandbox test scenarios
500
524
501
525
| Scenario | Request | Response |
@@ -639,6 +663,11 @@ paths:
639
663
## Overview
640
664
Use this endpoint to create a new proxy role between a patient and a related person (proxy).
641
665
666
+
## Access modes
667
+
668
+
This endpoint supports the following access modes:
669
+
- Healthcare worker access
670
+
642
671
## Sandbox test scenarios
643
672
644
673
The sandbox supports a limited number of scenarios, and does not attempt to validate requests. The returned result is dependant on the `performer.identifier.value`.
@@ -765,6 +794,11 @@ paths:
765
794
766
795
You can (optionally) include the `_include=Consent:patient` request parameter to include the patient's details in the response.
767
796
797
+
## Access modes
798
+
799
+
This endpoint supports the following access modes:
800
+
- Healthcare worker access
801
+
768
802
## Sandbox test scenarios
769
803
770
804
The sandbox supports a limited number of scenarios, and does not attempt to validate requests. The returned result is dependant on the `ID` for the consent resource.
@@ -878,6 +912,12 @@ paths:
878
912
* JSON Patch operations must be valid according to RFC 6902
879
913
* Status changes must use valid status codes from <http://hl7.org/fhir/consent-state-codes>
880
914
915
+
## Access modes
916
+
917
+
This endpoint supports the following access modes:
918
+
- Patient access
919
+
- Healthcare worker access
920
+
881
921
## Sandbox test scenarios
882
922
The sandbox supports a limited number of scenarios, and does not attempt to validate requests. The returned response is dependant on the `id` parameters.
0 commit comments