-
Notifications
You must be signed in to change notification settings - Fork 61
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
Deprecate medication-prescribe and order-review #469
Conversation
Update order-sign to say deprecating medication-prescribe and order-review
Update order-select to deprecate medication-prescribe
Added deprecation notice to order-review hook
Native criteria within the EHR will be relied upon to only fire the new hooks for appropriate medications / procedures.
Added deprecation notice
@isaacvetter, @jmandel, @kpshek, @brynrhodes, @brettmarquard |
Thanks @mattvarghese! In our discussion, I thought the proposal was to deprecate the order-review hook, but not to deprecate medication-prescribe. To be clear, I'm okay with deprecating both -- I'm just trying to reconcile what we discussed with the changes here to make sure I understand. |
@jmandel, the proposal in all discussions I have been involved have been to deprecate both.
And the CDS Workgroup call on this topic had also come to the same agreement on deprecating both in favor of the new hooks.
The consideration that
|
@jmandel, yes, I noticed that, and have updated both Hope that will be good clarification for the interim until we decide on a proper deprecation process? My primary intent with this pull-request is that new use-cases don't start with |
Also, thanks for adding the reviewers for me! |
Making changes requested by Josh Co-Authored-By: mattvarghese <[email protected]>
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.
I've committed the changes requested.
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.
Thanks for putting together this PR @mattvarghese!
Pull request to deprecate
medication-prescribe
andorder-review
hooks now thatorder-select
andorder-sign
hooks have been created.