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

statusChanged + status "ended" in R5 (MedicationRequest) #213

Open
recipe-ruben opened this issue Sep 8, 2024 · 1 comment
Open

statusChanged + status "ended" in R5 (MedicationRequest) #213

recipe-ruben opened this issue Sep 8, 2024 · 1 comment

Comments

@recipe-ruben
Copy link

After reviewing the specifications of R4, we identified some shortcomings related to our use cases. First, we feel the need for a status like "ended," which is available in R5.

Secondly, we require a timestamp indicating when the status was changed. In R5, we found the "statusChanged" feature, which meets our requirements. This is essential for sorting the list of prescriptions and providing this information to the executors or prescribers.

What would be our best way forward from here, considering we currently have to stay on R4?

@costateixeira
Copy link
Contributor

We can support the following statuses and reasons:

  • "expired" means status = cancelled, statusReason = "expired"
  • "manually cancelled" means status = cancelled, statusReason = "revoked"
    For this reason, we decide:
    a) we do not need the status "ended" in R4, since our needs are met with status and statusReason as above
    b) we will preadopt the statusChanged element from R5 into an extension to our R4 resource profile. This is pending with business updating the functional specs

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