-
Notifications
You must be signed in to change notification settings - Fork 0
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
Medicine: indicate which active ingredient is the main one #237
Comments
I don't love boolean fields, but adding a "activeIngredients": [
{
"name": "acetylcysteinum",
"strength": {
"unit": {
"scheme": "UNCEFACT",
"id": "g/l"
},
"value": 100,
"main": true
}
}
] |
I wish I could find a source to validate the term "main active ingredient" or "primary active ingredient", but none of the articles I find mention a hierarchy between the active pharmaceutical ingredients (or API, this term is used a lot). |
Does the platform only ever track "main" active ingredients, or does it track both "main" and "non-main" ingredients? |
The first line says:
Edit: the source data for this is an item catalog called CATMAT (download) |
Let's use |
what do you mean with "local"? |
As in the publication adds the field – the standard and extension don't add the field until we have more evidence/demand. |
In the context of the LIFT Brazil project and the platform Medicamentos Transparentes developed by Transparencia Brasil, the need to flag which active ingredient is the main one arose.
After a short research, it seems that the main active ingredient is not the most concentrated one.
cc @yolile @talitalobo
The text was updated successfully, but these errors were encountered: