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

End of a Drug Exposure #71

Closed
clairblacketer opened this issue Jul 6, 2017 · 0 comments
Closed

End of a Drug Exposure #71

clairblacketer opened this issue Jul 6, 2017 · 0 comments

Comments

@clairblacketer
Copy link
Contributor

End of a drug exposure

  • Requester: Klaus Bonadt, Christian Reich, Patrick Ryan
  • Discussion: here

Proposal

Relevant table: DRUG_EXPOSURE

Field Required Type Description
drug_exposure_end_date Yes date The end date for the current instance of Drug utilization. Depending on different sources, it could be a known or an inferred date and denotes the last day at which the patient was still exposed to drug.
days_supply No integer The number of days of supply of the medication as prescribed. This reflects the intention of the provider for the length of exposure.
verbatim_end_date No date The known end date of a drug exposure as provided by the source.

The verbatim_end_dat field is only necessary as the drug_exposure_end_date becomes mandatory, and might be (wrongly) inferred. In cases where no good data are available to fill that end_date, the ETL will have to take a guess, and that may not satisfy some algorithms for dose calculation.

Conventions

  • The drug_exposure_end_date denotes the day the drug exposure ended for the patient. This could be that the duration of drug_supply was reached (in which case drug_exposure_end_date = drug_exposure_start_date + days_supply -1), or because the exposure was stopped (medication changed, medication discontinued, etc.)

Use Cases

All standardized analytics and the drug era constructor will only use the drug_exposure_end_date. The days supply could be used to understand the intent of prescribing versus the reality, and it could be used to calculate MPR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant