File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -328,6 +328,9 @@ paths:
328328 /STU3/Binary/{attachmentLogicalID} :
329329 get :
330330 $ref : ' components/stu3/schemas/endpoints/a006-retrieve-attachment.yaml'
331+ /R4/Binary/{id} :
332+ get :
333+ $ref : ' components/r4/schemas/endpoints/a042-retrieve-attachment.yaml'
331334 /STU3/ReferralRequest/{ubrn}/$ers.generateCRI :
332335 post :
333336 $ref : ' components/stu3/schemas/endpoints/a007-retrieve-clinical-information.yaml'
@@ -425,9 +428,6 @@ paths:
425428 /R4/ServiceRequest :
426429 get :
427430 $ref : ' components/r4/schemas/endpoints/a041-search-service-request.yaml'
428- /R4/Binary/{id} :
429- get :
430- $ref : ' components/r4/schemas/endpoints/a042-retrieve-attachment.yaml'
431431components :
432432 securitySchemes :
433433 bearerAuth :
You can’t perform that action at this time.
0 commit comments