You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: