Skip to content

Commit

Permalink
Add all xealth endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
toddkazakov committed Nov 27, 2023
1 parent 73bd09f commit 6a5d7da
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions reference/clinic.v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1490,6 +1490,29 @@ paths:
The Preorder endpoint can be invoked when a care provider attempts to place an order manually within the EHR. Subscribers can use Preorder Forms to present additional information to, or receive input from, a care provider before an order can be placed. Preorder Forms can also be implemented so as to prevent an order from being placed entirely.
https://sandbox.xealth.io/app/api-docs#tag/Digital-Care/paths/preorder/post
/v1/xealth/programs:
put:

Check warning on line 1494 in reference/clinic.v1.yaml

View workflow job for this annotation

GitHub Actions / check / check (check_specs)

operation-description Operation "description" must be present and non-empty string.

Check warning on line 1494 in reference/clinic.v1.yaml

View workflow job for this annotation

GitHub Actions / check / check (check_specs)

operation-tags Operation must have non-empty "tags" array.
summary: Get Programs
operationId: XealthGetPrograms
responses:
'200':
description: OK
/v1/xealth/program:
put:

Check warning on line 1501 in reference/clinic.v1.yaml

View workflow job for this annotation

GitHub Actions / check / check (check_specs)

operation-tags Operation must have non-empty "tags" array.
summary: Get Program Url
operationId: XelathGetProgramUrl
responses:
'200':
description: OK
description: ''

Check warning on line 1507 in reference/clinic.v1.yaml

View workflow job for this annotation

GitHub Actions / check / check (check_specs)

operation-description Operation "description" must be present and non-empty string.
/v1/xealth/notification:
post:

Check warning on line 1509 in reference/clinic.v1.yaml

View workflow job for this annotation

GitHub Actions / check / check (check_specs)

operation-tags Operation must have non-empty "tags" array.
summary: Notification Webhook
operationId: XealthNotification
responses:
'200':
description: OK
description: ''

Check warning on line 1515 in reference/clinic.v1.yaml

View workflow job for this annotation

GitHub Actions / check / check (check_specs)

operation-description Operation "description" must be present and non-empty string.
components:
schemas:
Error:
Expand Down

0 comments on commit 6a5d7da

Please sign in to comment.