diff --git a/api-reference/doc-tool/patient-directory-apis/patient_directory.yml b/api-reference/doc-tool/patient-directory-apis/patient_directory.yml index 38623b5..cbed41b 100644 --- a/api-reference/doc-tool/patient-directory-apis/patient_directory.yml +++ b/api-reference/doc-tool/patient-directory-apis/patient_directory.yml @@ -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: diff --git a/docs.json b/docs.json index 3893d34..988a742 100644 --- a/docs.json +++ b/docs.json @@ -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": [