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

How to store cancelled order records for medication (due to system) into DRUG_EXPOSURE table #131

Open
jiawei-qian opened this issue Apr 12, 2024 · 1 comment
Assignees

Comments

@jiawei-qian
Copy link

jiawei-qian commented Apr 12, 2024

How to store cancelled order records for medication (due to system) into DRUG_EXPOSURE table

CDM or THEMIS convention?

THEMIS

Table or Field level?

Table

Is this a general convention?

Yes

Summary of issues

  1. In OHDSI Forum, someone said they have a use case that they need to be able to record instances of when a medication was prescribed and the order was cancelled due to an alert generated by the decision support system. She was thinking of using the DRUG_EXPOSURE table to capture the prescription record and record the stop_reason being "Cancelled due to CDS alert". Is this approach valid?

Summary of answer

  1. Exposures should be drugs that you think actually happened. If you know the exposure started, but then canceled shortly after, set the drug exposure end date to when it was canceled.
  2. If it is a prescription but was canceled before it began, don't put anything in the drug exposure table (since you know the patient wasn't actually exposed).
  3. If you want to record the cancellation event, the OBSERVATION table would be the place to store observed events such as 'medication canceled' (full disclosure, not sure if this concept actually exists), but if it does, you can use the concept ID for drug cancelation and the 'value_as_concept' can be the drug concept that was being canceled.

Related links

OHDSI Forum: https://forums.ohdsi.org/t/approach-on-recording-medication-orders-that-are-cancelled-due-to-cds-alerts/1613

Other comments/notes

The convention is not confirmed by Christian. It is replied by Chris Knoll.
In another issue #649 created by me, Christian and Patrick said we should store ordered, prescribed, dispensed and administrated drugs in DRUG_EXPOSURE table. However, in this issue situation, the drug order is cancelled due to system reason. Thus, may need to have some consideration on if we need to discard or store cancelled drug order records into DRUG_EXPOSURE table.

@MelaniePhilofsky
Copy link
Collaborator

This issue hasn't had any comments since 2016. I am moving it to the "needs more work" column. The Themis WG will take it from there.

@MelaniePhilofsky MelaniePhilofsky moved this from Writers - Docs In Progress to Cancelled/Needs more work in OMOP CDM & THEMIS Conventions Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Cancelled/Needs more work
Development

No branches or pull requests

2 participants