-
Notifications
You must be signed in to change notification settings - Fork 3
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
One item per prescription #215
Comments
Do we need those attributes then?
The dispenseRequest is for the logistics of the dispense. We should not
redefine it for clinicals aspects "duration of treatment" . We can
discuss what is the intent but we should only constrain the meaning of the
elements.
…On Sun, Sep 8, 2024 at 8:24 PM recipe-ruben ***@***.***> wrote:
Currently, in the prescription model, we can find the following properties:
* dispenseRequest 0..1 Class "Dispense Request or authorization for the prescribed medication"
* dispenseInterval 0..1 Duration "Minimum period of time between dispenses"
* quantityPerDispense 0..1 SimpleQuantity "Amount of medication to supply per dispense"
Currently it is only possible to prescribe one product per electronic
prescription. Therefore, multiple dispenses for a single prescription are
not allowed. As long as the legislation doesn't change, it seems best to
adjust this to:
* dispenseRequest 0..1 Class "Dispense Request or authorization for the prescribed medication"
* dispenseDuration 0..1 Duration "Duration of the treatment"
* quantityForDispense 0..1 SimpleQuantity "Amount of medication to supply for this dispense"
—
Reply to this email directly, view it on GitHub
<#215>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD3HUUEA7GQB4GSQBJLGGSDZVSI4RAVCNFSM6AAAAABN3GOMT6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGUYTENJRGI2DGMA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
How can we better emphasize that the prescription is for a single dispense only? Each prescription can only be dispensed once, but it may have a quantity of one or more. Therefore, would it be better to structure it like this:
In this structure:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, in the prescription model, we can find the following properties:
Currently it is only possible to prescribe one product per electronic prescription. Therefore, multiple dispenses for a single prescription are not allowed. As long as the legislation doesn't change, it seems best to adjust this to:
The text was updated successfully, but these errors were encountered: