Skip to content
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

Open
recipe-ruben opened this issue Sep 8, 2024 · 2 comments
Open

One item per prescription #215

recipe-ruben opened this issue Sep 8, 2024 · 2 comments

Comments

@recipe-ruben
Copy link

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"
@costateixeira
Copy link
Contributor

costateixeira commented Sep 8, 2024 via email

@recipe-ruben
Copy link
Author

recipe-ruben commented Oct 22, 2024

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:

* dispenseRequest 0..1 BackboneElement "Medication supply authorization"
  * numberOfRepeatsAllowed 0..1 unsignedint "Number of refills authorized"
  * quantity 0..1 SimpleQuantity "Amount of medication to supply per dispense"

In this structure:

  • quantity can be one or more.
  • numberOfRepeatsAllowed should always be 0 (for single dispense only, no refills).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants