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: swagger/openemr-api.yaml
+47-37Lines changed: 47 additions & 37 deletions
Original file line number
Diff line number
Diff line change
@@ -5161,6 +5161,53 @@ paths:
5161
5161
security:
5162
5162
-
5163
5163
openemr_auth: { }
5164
+
/fhir/DocumentReference/$docref:
5165
+
post:
5166
+
tags:
5167
+
- fhir
5168
+
description: "The $docref operation is used to request the server generates a document based on the specified parameters. If no additional parameters are specified then a DocumentReference to the patient's most current Clinical Summary of Care Document (CCD) is returned. The document itself is retrieved using the DocumentReference.content.attachment.url element. See <a href='http://hl7.org/fhir/us/core/OperationDefinition-docref.html' target='_blank' rel='noopener'>http://hl7.org/fhir/us/core/OperationDefinition-docref.html</a> for more details."
5169
+
externalDocs:
5170
+
description: 'Detailed documentation on this operation'
description: 'The datetime refers to care dates not record currency dates. All records relating to care provided in a certain date range. If no start date is provided then all documents prior to the end date are in scope. If no start and end date are provided, the most recent or current document is in scope.'
5184
+
required: false
5185
+
schema:
5186
+
type: string
5187
+
-
5188
+
name: end
5189
+
in: query
5190
+
description: 'The datetime refers to care dates not record currency dates. All records relating to care provided in a certain date range. If no end date is provided then all documents subsequent to the start date are in scope. If no start and end date are provided, the most recent or current document is in scope.'
5191
+
required: false
5192
+
schema:
5193
+
type: string
5194
+
-
5195
+
name: type
5196
+
in: query
5197
+
description: "The type refers to the document type. This is a LOINC code from the valueset of <a href='http://hl7.org/fhir/R4/valueset-c80-doc-typecodes.html' target='_blank' rel='noopener'>http://hl7.org/fhir/R4/valueset-c80-doc-typecodes.html</a>. The server currently only supports the LOINC code of 34133-9 (Summary of episode node)."
5198
+
required: false
5199
+
schema:
5200
+
type: string
5201
+
responses:
5202
+
200:
5203
+
description: 'A search bundle of DocumentReferences is returned'
5204
+
400:
5205
+
$ref: '#/components/responses/badrequest'
5206
+
401:
5207
+
$ref: '#/components/responses/unauthorized'
5208
+
security:
5209
+
-
5210
+
openemr_auth: { }
5164
5211
'/fhir/DocumentReference/{uuid}':
5165
5212
get:
5166
5213
tags:
@@ -8897,41 +8944,7 @@ components:
8897
8944
required: false
8898
8945
schema:
8899
8946
type: string
8900
-
end:
8901
-
name: end
8902
-
in: query
8903
-
description: 'The datetime refers to care dates not record currency dates. All records relating to care provided in a certain date range. If no end date is provided then all documents subsequent to the start date are in scope. If no start and end date are provided, the most recent or current document is in scope.'
8904
-
required: false
8905
-
schema:
8906
-
type: string
8907
-
patient:
8908
-
name: patient
8909
-
in: query
8910
-
description: 'The uuid for the patient.'
8911
-
required: true
8912
-
schema:
8913
-
type: string
8914
-
start:
8915
-
name: start
8916
-
in: query
8917
-
description: 'The datetime refers to care dates not record currency dates. All records relating to care provided in a certain date range. If no start date is provided then all documents prior to the end date are in scope. If no start and end date are provided, the most recent or current document is in scope.'
8918
-
required: false
8919
-
schema:
8920
-
type: string
8921
-
type:
8922
-
name: type
8923
-
in: query
8924
-
description: "The type refers to the document type. This is a LOINC code from the valueset of <a href='http://hl7.org/fhir/R4/valueset-c80-doc-typecodes.html' target='_blank' rel='noopener'>http://hl7.org/fhir/R4/valueset-c80-doc-typecodes.html</a>. The server currently only supports the LOINC code of 34133-9 (Summary of episode node)."
8925
-
required: false
8926
-
schema:
8927
-
type: string
8928
8947
responses:
8929
-
200:
8930
-
description: 'A search bundle of DocumentReferences is returned'
0 commit comments