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

Expand Drug Strength tables to all Standard Concepts in the Drug Domain #59

Closed
clairblacketer opened this issue Jun 20, 2017 · 1 comment
Assignees
Milestone

Comments

@clairblacketer
Copy link
Contributor

  • Requester: Christian Reich

Proposal

Currently, only Clinical and Branded Drugs have a record in the DRUG_STRENGTH table. However, since all Standard Concepts are allowed to be used in the data and therefore dosing information is required for them, the algorithm should parse all Concept Classes:

  • Clinical Drug, Branded Drug
  • Clinical Drug Components, Branded Drug Component
  • Quantified Clinical Drug and Quantified Branded Drug

Not sure yet what to do with the Packs. Also, not sure what to do with Ingredients and Drug Forms, which have no dose information, but a standard unit for measuring is needed for the use case of calculating dose information from quantity field in DRUG_EXPOSURE. This will be handled in a different request.

To add the components is very straightforward. However, to add the Quantified products, a new field is necessary: denominator_value. The reason is the dose of compound of divisible products such as solutions and gels in Clinical or Branded Drugs is given as as normalized concentration, where the denominator is assumed as a unit of 1. E.g., the product "Thiopental 20 MG/ML Prefilled Syringe" comes in 20 mL syringes. The equivalent DRUG_STRENGTH table entry should specify 400 mg Thiopental in 20 mL of solution.

Field Required Type Description
denominator_value No float The amount of total liquid (or other divisible product, such as ointment, gel, spray, etc.).

Use Cases

The DRUG_STRENGTH table is used to calculate the dose of a certain compound and fill the dose table.

@clairblacketer
Copy link
Contributor Author

This proposal was accepted for CDM v5.1.0

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