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

Medicine: indicate which active ingredient is the main one #237

Open
ColinMaudry opened this issue Jan 30, 2025 · 7 comments
Open

Medicine: indicate which active ingredient is the main one #237

ColinMaudry opened this issue Jan 30, 2025 · 7 comments

Comments

@ColinMaudry
Copy link
Member

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

@ColinMaudry
Copy link
Member Author

I don't love boolean fields, but adding a mainActiveIngredient or main field to ActiveIngredient would do?

"activeIngredients": [
          {
            "name": "acetylcysteinum",
            "strength": {
              "unit": {
                "scheme": "UNCEFACT",
                "id": "g/l"
              },
              "value": 100,
              "main": true
            }
          }
]

@ColinMaudry
Copy link
Member Author

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).

@jpmckinney
Copy link
Member

Does the platform only ever track "main" active ingredients, or does it track both "main" and "non-main" ingredients?

@ColinMaudry
Copy link
Member Author

ColinMaudry commented Jan 30, 2025

The source data, to be converted to OCDS, is made of free text descriptions. In some of them, a difference is made. Example:

Image

The first line says:

Ezetimiba [main API], Composition: associated with Rosuvastatina [other API], Strength: 10 mg [Ezetimiba] + 20 mg [Rosuvastatina]

Edit: the source data for this is an item catalog called CATMAT (download)

@jpmckinney
Copy link
Member

Let's use main as a local additional field. If this use case re-occurs, we can formalize it in the extension.

@ColinMaudry
Copy link
Member Author

what do you mean with "local"?

@jpmckinney
Copy link
Member

As in the publication adds the field – the standard and extension don't add the field until we have more evidence/demand.

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

No branches or pull requests

2 participants