Open-Systems-Pharmacology / Forum

Discussion forum for the Open Systems Pharmacology Project
65 stars 19 forks source link

How to correctly simulate an oral administraion with the formation as table? #382

Closed wangwei1619 closed 4 years ago

wangwei1619 commented 5 years ago

Hi, all

I am following a simulation in one paper (Manuel Ibarra, Cristian Valiante, Patricia Sopeña, et al. Integration of in vitro biorelevant dissolution and in silico PBPK model of carvedilol to predict bioequivalence of oral drug products. European Journal of Pharmaceutical Sciences, 2018,118: 176-182). In this paper, author input the Formulation as a Table of an in vitro dissolution result which mimics the time and pH when drug goes through GI tract like this :

image image

I define the Administration Protocol as User Defined with Target organ as stomach , Target compartment as plasma and I also use the same dissolution tale in formulation. Finally I get a similar but moderately different result in plasma concentration profile like this: image

I want to ask if there is any way more acceptable to simulate these data?

wangwei1619 commented 4 years ago

Maybe I can share some development by myself after several days of trying.

In Events building block in MoBi, I changed the value of Use as Suspension to 0, resulting in the parameter Tablet_Location increasing druing simulation. Each Tablet_Location value is responsible for just one GI segment where drug release takes place as if drug would be dissolved in different segments at different time. ^^^^ However, simulation result get worse even though I think this change is an improvement. image

Yuri05 commented 4 years ago

I changed the value of Use as Suspension to 0, resulting in the parameter Tablet_Location increasing druing simulation. Each Tablet_Location value is responsible for just one GI segment where drug release takes place as if drug would be dissolved in different segments at different time.

This is correct.

If Use as Suspension is deactivated (set to 0), the tablet will be treated as non-disintegrating tablet with discrete transition in the different gastrointestinal tract compartments.

If Use as Suspension is activated (set to 1), in the simulation, the tablet will disintegrate in the stomach and the disintegrated particles will migrate along the gastrointestinal tract compartments. The drug release from the particles will depend on the dissolution process selected (Weibull / Table / …). For Particle Dissolution it is the only option per construction.

Correct scenario (suspension or not) depends on the formulation properties of the tablet. In the most cases, using as suspension is more realistic and thus Use as Suspension=Yes is also set as default value for all newly created formulations in PK-Sim

wangwei1619 commented 4 years ago

Thanks for your helpful comment. And Is there any way to change the Use as Suspension value in PK-Sim? I forgot to mention that I changed the Administration as Oral in the simulation result posted yesterday (2019/09/19), and result tended to be worse. Today, I try making Administration as User defined with the target as Lumen->Stomach, Use as Suspension activated or deactivated, and I get similar results, still bad. However, I find when I use this approach, there is no parameter related to drug release existing in Applications. What is the difference between this approach and normal oral setting?

Yuri05 commented 4 years ago

I try making Administration as User defined with the target as Lumen->Stomach

Don't. Creating a user defined administration into Stomach would be equivalent to:

Not really a realistic scenario. And Use as suspension parameter does not have any effect here. Instead, use an oral administration in combination with a table formulation.

Is there any way to change the Use as Suspension value in PK-Sim?

Yes, you will find it either in a formulation building block, or in a simulation under formulation properties.

grafik grafik

wangwei1619 commented 4 years ago

Thanks for your help!!

wangwei1619 commented 4 years ago

Here I come again. When I read the paper Willmann, S.; Schmitt, W.; Keldenich, J.; Dressman, J. B. A physiological model for simulating gastro-intestinal flow and drug absorption in rats. Pharm. Res. 2003, 20, 1766-1771., I am wondering: does these formulas below apply to the condition that Use as Suspension is activated (set to 1), image image with the [1-fabs(z,t)] replaced by the dissolution process selected (Weibull / Table / …)?

teutonicod commented 4 years ago

Hi @wangwei1619,

The model described in the paper you mentioned is the old model implemented in PK-Sim. Please refer to the following paper for the current gastro intestinal model

These papers describe the case when the "Use as suspension" is not activated. In this case the tablet is considered as a single dosage unit that transit trough the intestine releasing the drug. This means that there is a discrete transition between one segment and the other of the intestine. When on the other side the option "use as suspension" is activated, the solid dosage form is instantaneously desegregated and the single units transit trough the intestine. So in this case the transition from one segment and the other does not occur at the same time for all dosage units, providing more realistic release behavior. The description of the option "Use as suspension" was not described in any publication, as far as I am aware. In both the situations, the release from the dosage form is defined by the formulation function (Weibull, table,...). Hope that it helps! Donato

wangwei1619 commented 4 years ago

Dear Donato, Thanks a lot for your help. I will read the papers you suggest. On the other hand, is there any paper illustrating the formula when "use as suspension" is activated? Best regards, Wang Wei

teutonicod commented 4 years ago

Hi @wangwei1619, As I mentioned, I am not aware of any publication describing the "Use as suspension". Donato

wangwei1619 commented 4 years ago

Hi, Donato, Thank you a lot for your help again!! Wang Wei

wangwei1619 commented 4 years ago

Here I come again. After I change the distribution model to PK-Sim standard model (different from the input of literature), the result tends to be much better!! image The C_max is almost double of that from Poulin & Theil model, and the t_amx is much advanced. I think the potential reason is the fu of carvedilol is 0.0054, very small, so that its concentration should be infunced by protein constituent. PK-Sim standard distribution model takes account the protein as a separate compart, so its simulation is more accurate in this case. However, when I compare these two simulations in MoBi, I find the Partition coefficient (blood cells/plasma) defined in molecule in both simulations is equal with the same formula taking protein into the account. Besides, in organism, there are Vf(water, plasma) and Vf(water, plasma)-P-T, defining the fractional volume content of water in plasma used in PK-Sim standard and Poulin & Theil model respectively, but in somewhere, e.g. partition coefficient (interstial/plasma), only Vf(water, plasma) is used in both models. So, where is the difference between these two models embodied actually in PK-Sim or MoBi?

Yuri05 commented 4 years ago

@wangwei1619 Dear Wang Wei, it seems to me that the last question is not directly related to the current discussion thread. Then please open a new issue for this. Having 1 topic per issue makes discussions much easier to follow. Thank you.