-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add EHR related API docs #81
Conversation
- Internal | ||
x-internal: true | ||
description: Internal endpoint for Redox chanallenge verification | ||
'/v1/clinics/{clinicId}/settings/ehr': |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These will require serverToken
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@krystophv requested making EHR and MRN settings accessible to clinic members for display purposes in blip
reference/clinic.v1.yaml
Outdated
$ref: '#/components/schemas/EHRMatchPatientRequest' | ||
required: | ||
- clinic | ||
x-examples: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: the samples would be easier to have in each model so every reference gets them
@@ -1598,11 +1800,9 @@ components: | |||
format: date-time | |||
description: Return records created before the given date (exclusive) | |||
tags: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uh, what happened to the descriptions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stoplight :(
No description provided.