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

Impute drug_exposure_end_date using ATC Defined Daily Dose (DDD) #171

Open
crabcakeworld opened this issue Apr 26, 2024 · 3 comments
Open
Assignees

Comments

@crabcakeworld
Copy link

CDM or THEMIS convention?

THEMIS

Table or Field level?

Field

Is this a general convention?

Not sure

Summary of issues

Under following situation:
1). Source data does not provide drug_exposure_end_date or any information to impute drug_exposure_end_date, e.g., days_supply etc.
2). Quantity is provided in source data.
3). Daily dose is not provided in source data

If above criteria are all satisfied, then ATC Defined Daily Dose (DDD) can be used to calculated days_supply to impute drug_exposure_end_date

Summary of answer

This has not been rectified.

days_supply = (Quantity/ATC DDD)

drug_exposure_end_date = drug_exposure_start_date + (Quantity/ATC DDD) - 1

Related links

https://forums.ohdsi.org/t/atc-ddd-to-impute-drug-exposure-end-date/12233
https://www.ohdsi.org/wp-content/uploads/2021/08/2-abstract-Medication-dosage-and-exposure-duration.pdf
https://www.ohdsi.org/wp-content/uploads/2021/08/2-poster-Medication-dosage-and-exposure-duration.pdf

Other comments/notes

@MelaniePhilofsky
Copy link
Collaborator

@crabcakeworld Do you want to sponsor this issue?

@crabcakeworld
Copy link
Author

crabcakeworld commented Aug 30, 2024 via email

@MelaniePhilofsky
Copy link
Collaborator

It means you help move the issue through the Themis process. Currently, we have conventions on how to impute drug_exposure_end_date when it is not explicitly stated in the source. From this issue, it looks like you want to add additional guidance. Step #1 is to create a Themis issue, which is this. The next step is to create a new post on OHDSI forums for debate. The title should be “Expansion of the Themis drug exposure end date convention” or something along those lines. We want to make it easy for people to find. Please include the following in your post on the forums:

  1. Use case: drug_exposure_end_date is a required field in the CDM
  2. Issue summary:
  3. Proposed solution: and more detail if you have information. From the linked forum post, it looks like this method would work for oral solid drugs, but there are other dose forms out there. So, be sure to be specific with your recommendation.
  4. Ensure to link the newly created forum post to this Themis issue and vice versa
  5. Reply to all previous forum posts and add “This issue is now being discussed here” and hyperlink the ‘here’ to the newly created forum post. We want all debate and discussion in one place.

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