-
Notifications
You must be signed in to change notification settings - Fork 8
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
RegulatedAuthorization: subject can be PackagedProductDefinition #101
Comments
I would advise against that. PackagedProductDefinition is meant to describe the packaging itself and should not be used in place of a product. For those countries, it should have one medicinal product, one authorization, and one packaged product definition per authorized presentation. |
How would you distinguish the medicinal products then?
They would be the same
Craig Anderson ***@***.***> escreveu em seg., 27/11/2023 às
23:24 :
… I would advise against that. PackagedProductDefinition is meant to
describe the packaging itself and should not be used in place of a product.
For those countries, it should have one medicinal product, one
authorization, and one packaged product definition per authorized
presentation.
—
Reply to this email directly, view it on GitHub
<#101 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADMJVUDWVUD36LFHWMOXI4TYGUHKVAVCNFSM6AAAAAA736PW72VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRYG4ZDGOJWGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Each medicinal product would have a unique number. Like here you could have the MA number The PackagedProductDefinition only represents the packaging by itself which is the last three columns. |
I would advise thinking twice before knowingly going against ISO IDMP core specification and EMA IG. It's very unlikely that marketing authorisation procedures would be changed because of ePI specification. |
Important to remember that this is a global IG (i.e., not just capturing an EU/EMA centric viewpoint) and also important to note that this is not just meant for regulators only. It is also for industry, healthcare and patients. |
I wont even go through the idmp compliance. If there are use cases of products being authorized through the package, we should allow it. Not only this example if from europe, but if we want to make this ig global, i believe we have to be flexible. |
Thanks for the images. This helps. Do you have time to chat this week? I'm free (EST): Maybe working through a real-life example will help me. Think we are already on the same page with cardinality and I suspect we're headed in a similar direction for structure but there are a few things I am not following. Need to understand this better so I can write a description in the IG that ensures ePI can work across markets. Regarding the images, definitely not 2. And definitely wasn't thinking of fake identifiers. More like a variation of image 1 where MA is above MPD plus the MID and APD in there. |
@cander2 i believe we should change this. do you agree? |
@joofio , @rlindstrm are the images above aligned with this: http://hl7.org/fhir/medication-definition-module.html? Similar to Rutt's diagram, this link also has PPD linking to MPD. But the images don't have the MID. Is MID left out just because it was a quick image or do you mean that we would have a pack pointing to the MPD with no MID at all? |
That would mean these diagrams need to be updated as well right? |
The diagrams are not aligned, but I see them as examples. As for the second diagram, it needs to be updated yes. |
What would this change look like? RegulatedAuthorization.subject would point to MPD or PPD? Do we have an example of an ePI that has an authorization for just a PPD alone without any MPD? |
to one or the other. Karvea is like that I guess, https://www.ema.europa.eu/en/documents/all-authorised-presentations/karvea-epar-all-authorised-presentations_en.pdf |
ok, let's make the change then. |
Even if the authorization is for PPD, the MPD still always exists. MID is referenced from the PPD. The same MID could be referenced from different PPD-s. So for that part, everything remains the same. |
Ah ok, thanks Rutt. This part "...the MPD still always exists." is key for me. I was thinking it would lead to PPDs by themselves. I think I follow now. |
@joofio, @rlindstrm, we ok to close this one since Joao implemented the change? |
I would suggest to update the diagrams before closing this issue. Some readers, like me, might begin there to see what links where, before (or instead of) checking the resource profiles... |
ok, let's leave this open until we update the IG |
In several countries (e.g Portugal) marketing authorisations are issued per package, not per medicinal product. The core IDMP model also allows marketing authorisation to be linked to a medicinal product or a packaged product.
ePI currently only allows MedicinalProductDefinition for RegulatedAuthorization.subject. I would recommend adding reference to PackagedMedicinalProduct in addition.
The text was updated successfully, but these errors were encountered: