Skip to content

Commit bd24c01

Browse files
peer review
1 parent f93dbba commit bd24c01

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

scripts/populate_placeholders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def main():
4343
"[[HYPERLINK_A038]]": "[Retrieve appointment (A038)](#get-/STU3/Appointment/-id-)",
4444
"[[HYPERLINK_A040]]": "[Retrieve “on-behalf-of” practitioner user information (A040)](#get-/R4/Practitioner)",
4545
"[[HYPERLINK_A041]]": "[Search for service requests (A041)](#get-/R4/ServiceRequest)",
46-
"[[HYPERLINK_A042]]": "[Request pre-signed URL to download file from document store (A042)](#get-/R4/Binary/-id-)",
46+
"[[HYPERLINK_A042]]": "[Retrieve attachment (A042)](#get-/R4/Binary/-id-)",
4747
"[[HYPERLINK_A043]]": "[Retrieve advice and guidance overview PDF (A043)](#post-/STU3/CommunicationRequest/-ubrn-/$ers.generateCRI)",
4848
"[[HYPERLINK_A044]]": "[Create advice and guidance request (A044)](#post-/STU3/CommunicationRequest/$ers.createAdviceAndGuidance)",
4949
"[[HYPERLINK_ONBOARDING]]": "[onboarding](#overview--onboarding)",

specification/components/r4/schemas/endpoints/a042-request-pre-signed-url-for-file-download.yaml renamed to specification/components/r4/schemas/endpoints/a042-retrieve-attachment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ description: |
6969
7070
Successful responses will always return the same example PDF file.
7171
72-
summary: Request pre-signed URL to download file from document store (A042, FHIR R4)
73-
operationId: a042-request-pre-signed-url-for-file-download
72+
summary: Retrieve attachment (A042, FHIR R4)
73+
operationId: a042-retrieve-attachment
7474
tags:
7575
- Retrieve clinical information
7676
parameters:

specification/e-referrals-service-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ paths:
428428
$ref: 'components/r4/schemas/endpoints/a041-search-service-request.yaml'
429429
/R4/Binary/{id}:
430430
get:
431-
$ref: 'components/r4/schemas/endpoints/a042-request-pre-signed-url-for-file-download.yaml'
431+
$ref: 'components/r4/schemas/endpoints/a042-retrieve-attachment.yaml'
432432
components:
433433
securitySchemes:
434434
bearerAuth:

0 commit comments

Comments
 (0)