Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 32 additions & 38 deletions api-reference/doc-tool/patient-directory-apis/patient_directory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -669,50 +669,44 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/400Error'

'401':
description: Unauthorized

'500':
description: Server error

# get:
# summary: Retrieve EMR user profile
# description: |
# Retrieves an EMR user profile by OID.
get:
summary: Retrieve EMR user profile
description: |
Retrieves an EMR user profile by OID.

# parameters:
# - in: header
# name: client-id
# required: true
# schema:
# type: string
# example: EC_1431
parameters:
- in: header
name: client-id
required: true
schema:
type: string
example: EC_1431

# - in: path
# name: oid
# required: true
# schema:
# type: string
# example: 18661861868168
- in: path
name: oid
required: true
schema:
type: string
example: 18661861868168

# security:
# - bearerAuth: []
security:
- bearerAuth: []

# responses:
# '200':
# description: EMR user profile details
# content:
# application/json:
# schema:
# $ref: '#/components/schemas/EmrUserProfile'
responses:
'200':
description: EMR user profile details
content:
application/json:
schema:
$ref: '#/components/schemas/EmrUserProfile'

# '404':
# description: Not found
# content:
# application/json:
# schema:
# $ref: '#/components/schemas/404Error'
'404':
description: Not found
content:
application/json:
schema:
$ref: '#/components/schemas/404Error'
components:
securitySchemes:
bearerAuth:
Expand Down
7 changes: 7 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,13 @@
"api-reference/doc-tool/patient-directory-apis/retrieve-patient-by-username"
]
},
{
"group": "EMR User APIs",
"pages": [
"api-reference/doc-tool/patient-directory-apis/retrieve-emr-user",
"api-reference/doc-tool/patient-directory-apis/update-emr-user"
]
},
{
"group": "SDKs",
"pages": [
Expand Down