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

Add Package or Box size and Supplier to Drugs #75

Closed
clairblacketer opened this issue Jul 7, 2017 · 3 comments
Closed

Add Package or Box size and Supplier to Drugs #75

clairblacketer opened this issue Jul 7, 2017 · 3 comments
Assignees
Milestone

Comments

@clairblacketer
Copy link
Contributor

Add Package of Box size and Supplier to Drugs

  • Requester: Christian Reich
  • Discussion: in WG

Proposal

Relevant table: DRUG_STRENGTH

In many other countries, drugs are not dispensed in the pharmacies, with small exceptions (usually ointments that have to be created fresh). Instead, all prescription drugs are packaged just like OTC drugs in the US, with the number of content usually lasting for one, two or three months. These products are directly prescribed.

In order to be capture these products, "Clinical Drug" or "Branded Drug" is not sufficient. "Clinical Pack" or "Branded Pack" is also not the same, as those are products combined in fixed numbers, like contraceptives. Therefore, a new RxNorm like Concept Class "Drug Box" is needed. The DRUG_STRENGTH table would require an additional field box_size:

Field Required Type Description
box_size No integer The number of units of Clinical or Branded Drug, or Quantified Clinical or Branded Drug contained in a box as dispensed to the patient.

In addition, Branded Drugs or Packs are provided by a specific supplier. They would be added as new concepts:

Field Required Type Description
supplier No string(50) The name of the supplier (manufacturer or wholeseller) who provides a Branded Drug/Pack to a certain market.

In the CONCEPT_RELATIONSHIP table new relationships would be recorded to link those Drug products to their suppliers with the relationship_id "Has supplier" and "Supplier of".

Use Cases

This information is necessary to infer from European or other non-US prescription data the quantity of product. The ETL process would transfer that information into the quantity field in the drug_exposure table.

@clairblacketer clairblacketer self-assigned this Jul 7, 2017
@clairblacketer clairblacketer added this to the CDM v5.2.0 milestone Jul 7, 2017
@clairblacketer
Copy link
Contributor Author

The 20170503 version of the vocabulary has the relationship_ids "Has supplier" and "Supplier of".

@cgreich
Copy link
Contributor

cgreich commented Jul 7, 2017

First one is correct, second one is not. There is no supplier field. Only a box_size field. The Supplier is a new Concept Class and the relationship_id is 'Has supplier' and 'Supplier of'.

clairblacketer added a commit that referenced this issue Jul 14, 2017
@clairblacketer clairblacketer mentioned this issue Jul 20, 2017
clairblacketer added a commit that referenced this issue Jul 27, 2017
@clairblacketer
Copy link
Contributor Author

Closing this issue as it was added to CDM v5.2

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

2 participants