schemaorg icon indicating copy to clipboard operation
schemaorg copied to clipboard

Drug should inherit from Product

Open MatthiasWiesmann opened this issue 2 years ago • 5 comments

The Drug object should inherit from Product, as clearly these are Any offered product or service. In particular, the following Product attributes are relevant for Drugs:

The following attribute are already present in both objects:

MatthiasWiesmann avatar Mar 16 '22 13:03 MatthiasWiesmann

Seems like a good idea

RichardWallis avatar Mar 16 '22 15:03 RichardWallis

Looking through the type drug, I see that we have several warning properties, we might want to consider the following:

Off label uses: (some drugs are approved for one malady and then found to be helpful with others) Contraindications: (known problematic symptoms specific to the drug) Blackbox warnings: (Generally FDA where the side effects can be worse than the disease itself)

Generally, when somebody is sick, they are not up to digging through mountains of resources to obtain the type of information above.

WeaverStever avatar Mar 16 '22 20:03 WeaverStever

Added Pull Request #3094 that implements this. Also made DietarySupplement inherit from Product, for the same reasons.

MatthiasWiesmann avatar Apr 19 '22 15:04 MatthiasWiesmann

This issue is being nudged due to inactivity.

github-actions[bot] avatar Jul 19 '22 03:07 github-actions[bot]

Tagged for next release

danbri avatar Sep 22 '22 22:09 danbri