Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

MedicationAdministration should not override a value set as medicationUseStatus #20

Closed
cragun47 opened this issue Aug 19, 2022 · 2 comments
Assignees
Labels
bug Something isn't working complete
Milestone

Comments

@cragun47
Copy link
Contributor

Currently if MedicationAdministration does not have a medicationUseOccuranceDateTime, then the medicationUseStatus is overridden to unknown. If the use status is provided, it should be retained.
medicationUseOccuranceDateTime will cause a MedicationStatement to be created and it defaults to "unknown" if a medicationUseStatus is not provided. Thus a default is already accounted for.

Change code so if a medicationUseStatus is provided, it is retained.

@cragun47
Copy link
Contributor Author

@LisaWellman FYI.

@cragun47 cragun47 added the bug Something isn't working label Aug 19, 2022
@cragun47 cragun47 self-assigned this Aug 19, 2022
@klwhaley klwhaley added this to the 1.1b0 milestone Aug 22, 2022
@klwhaley
Copy link
Contributor

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working complete
Projects
None yet
Development

No branches or pull requests

2 participants