Skip to content

Commit a3dc396

Browse files
committed
update A020
1 parent 166cd42 commit a3dc396

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

scripts/populate_placeholders.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Reads an openapi spec on stdin and substitutes placeholders with values stored in dictionary,
66
then prints it on stdout.
77
"""
8+
89
import sys
910

1011

@@ -41,6 +42,7 @@ def main():
4142
"[[HYPERLINK_A036]]": "[Cancel referral (A036)](#post-/STU3/ReferralRequest/-ubrn-/$ers.cancelReferral)",
4243
"[[HYPERLINK_A037]]": "[Retrieve healthcare service version (A037)](#head-/R4/HealthcareService/-id-)",
4344
"[[HYPERLINK_A038]]": "[Retrieve appointment (A038)](#get-/STU3/Appointment/-id-)",
45+
"[[HYPERLINK_A039]]": "[Upload file to document store (A039)](#post-/R4/Binary)",
4446
"[[HYPERLINK_A040]]": "[Retrieve “on-behalf-of” practitioner user information (A040)](#get-/R4/Practitioner)",
4547
"[[HYPERLINK_A041]]": "[Search for service requests (A041)](#get-/R4/ServiceRequest)",
4648
"[[HYPERLINK_A042]]": "[Retrieve attachment (A042)](#get-/R4/Binary/-id-)",

specification/components/stu3/schemas/endpoints/a020-upload-file-to-document-store.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
deprecated: true
12
security:
23
- bearerAuth: []
34
description: |
45
## Overview
6+
**This endpoint has now been deprecated please use [[HYPERLINK_A039]] instead.**
57
68
Use this endpoint to upload a file containing clinical information to e-RS ready to be associated with a referral, an advice and guidance request or an advice and guidance response.
79

0 commit comments

Comments
 (0)