Package ICSpkTS. R topics documented: September 4, Type Package

Size: px
Start display at page:

Download "Package ICSpkTS. R topics documented: September 4, Type Package"

Transcription

1 Package ICSpkTS September 4, 2012 Type Package Title Simulation of pharmacokinetic trials after administration of inhaled corticosteroids. Version 1.0 Date Author Benjamin Weber Maintainer Benjamin Weber Description Simulation of pharmacokinetic (PK) trials after administration of inhaled corticosteroids (ICS). PK trials can be simulated in a parallel design after administration of two different hypothetical ICS, two different formulation of the same ICS, or the same formulation of an ICS in a different patient population. 90 % confidence intervals of the geometric means ratios for the area under the concentration time curve (AUC) and the maximum plasma concentration (Cmax) will be calculated. Individual and average plasma concentration time profile plots as well as tables containing the individual and average plasma concentration time data and the individual PK parameters (e.g., clearance, volume of distribution, absorption rate constant, lung deposition) and PK metrics (AUC, Cmax) can be optionally obtained. License GPL-3 R topics documented: ICSpkTS-package AUC.func BUD FLU FP ICS ICSPKmodel ICSPKmodel1Comp TA Index 19 1

2 2 AUC.func ICSpkTS-package Simulation of Pharmacokinetic Trials for Hypothetical Inhaled Corticosteroids Description Details Simulation of pharmacokinetic (PK) trials after administration of inhaled corticosteroids (ICS). PK trials can be simulated in a parallel design after administration of two different hypothetical ICS, two different formulation of the same ICS, or the same formulation of an ICS in a different patient population. 90 % confidence intervals of the geometric means ratios for the area under the concentration time curve (AUC) and the maximum plasma concentration (Cmax) will be calculated. Individual and average plasma concentration time profile plots as well as tables containing the individual and average plasma concentration time data and the individual PK parameters (e.g., clearance, volume of distribution, absorption rate constant, lung deposition) and PK metrics (AUC, Cmax) can be optionally obtained. Package: ICSpkTS Type: Package Version: 1.0 Date: License: GPL-3 Author(s) Benjamin Weber Maintainer: Benjamin Weber <benjaminweber@ufl.edu> See Also ICS, ICSPKmodel, ICSPKmodel1Comp, BUD, FLU, FP, TA AUC.func Function for Calculation of the Area under the Plasma Concentration Time Curve (AUC) Description Function for Calculation of the Area under the Plasma Concentration Time Curve (AUC) Usage AUC.func(x)

3 BUD 3 Arguments x List containing the observed plasma concentrations Author(s) Benjamin Weber Maintainer: Benjamin Weber <benjaminweber@ufl.edu> See Also ICSPKmodel Examples library(icspkts) Time = c(0.17,0.33,0.5,1,1.5,2,3,4,6) Conc = c(0.5,1.2,1.5,0.8,0.65,0.4,0.3,0.2,0.1) AUC.func(Conc) BUD Simulation of Pharmacokinetic (PK) Trials for Inhaled Budesonide Description This module enables the user to simulate PK trials for two (possibly) different formulations of inhaled budesonide. The (observed) plasma concentration time profiles of two hypothetical budesonide formulations can be compared (in a parallel study design) and 90 % confidence intervals of the geometric means ratios for the area under the concentration time curve (AUC) and the maximum plasma concentration (Cmax) will be calculated. Individual and average plasma concentration time profile plots as well as tables containing the individual and average plasma concentration time data and the individual PK parameters (e.g., clearance, volume of distribution, absorption rate constant, lung deposition) and PK metrics (AUC, Cmax) can be optionally obtained. Usage BUD(plots = FALSE, tables = FALSE) Arguments plots tables TRUE or FALSE (default), TRUE: plots will be created that display average and individual plasma concentration time profiles (PDF files). Plots will be saved in the current working directory. TRUE or FALSE (default), TRUE: tables containing the individual and average plasma concentration time data and the individual PK parameters (e.g., clearance, volume of distribution, absorption rate constant, lung deposition) and PK metrics (AUC, Cmax) (CSV files). Tables will be saved in the current working directory.

4 4 BUD Note The number of subjects, the time points at which plasma samples are obtained, and all model parameters have to be specified before the function is run (see example). Drug specific model parameters (e.g., clearance and volume of distribution) are fixed to literature estimates and cannot be changed. All other model parameters are set to default values and can be altered by the user. Further information about the PK model, the model parameters, their interpretation, and their units is available (ICSPKmodel) Author(s) Benjamin Weber Maintainer: Benjamin Weber References Byron PR. Prediction of drug residence times in regions of the human respiratory tract following aerosol inhalation. J Pharm Sci. 1986;75: Krishnaswami S, Hochhaus G, Derendorf H. An interactive algorithm for the assessment of cumulative cortisol suppression during inhaled corticosteroid therapy. AAPS PharmSci. 2000;2: Ryrfeldt A, Andersson P, Edsbaecker S, Toennesson M, Davies D, Pauwels R. Pharmacokinetics and metabolism of budesonide, a selective glucocorticoid. Eur J Respir Dis Suppl. 1982;122: Borgstrom L, Bondesson E, Moren F, Trofast E, Newman SP. Lung deposition of budesonide inhaled via Turbuhaler: a comparison with terbutaline sulphate in normal subjects. Eur Respir J. 1994;7: Thorsson L, Edsbacker S, Conradson TB. Lung deposition of budesonide from Turbuhaler is twice that from a pressurized metered-dose inhaler P-MDI. Eur Respir J. 1994;7: Wildhaber JH, Devadason SG, Wilson JM, Roller C, Lagana T, Borgstrom L, et al. Lung deposition of budesonide from turbuhaler in asthmatic children. Eur J Pediatr. 1998;157: Kallen A, Thorsson L. Drug disposition analysis: a comparison between budesonide and fluticasone. J Pharmacokinet Pharmacodyn. 2003;30: Pitcairn G, Reader S, Pavia D, Newman S. Deposition of corticosteroid aerosol in the human lung by Respimat Soft Mist inhaler compared to deposition by metered dose inhaler or by Turbuhaler dry powder inhaler. J Aerosol Med. 2005;18: See Also Borgstrom L. Deposition patterns with Turbuhaler. J Aerosol Med. 1994;7:S ICSPKmodel, ICS, FLU, FP, TA Examples #Calling the ICSpkTS package library(icspkts) #Number of Subjects (n) per Group

5 BUD 5 n.subjects = 25 #Time points at which plasma samples are obtained (in h) Time = c(0.17,0.33,0.5,1,1.5,2,3,4,6,8,10,12,14,16,18,20,22,24) #Formulation A - Model Parameters - Typical Values (TV) and Dose.A = 500 TV.FLung.A = 0.3 TV.FC.A = 0.5 TV.kdiss.A = 17.8 TV.kmuc.A = TV.kpulC.A = 10 TV.kpulP.A = 20 BSV.FLung.A = 0.2 BSV.FC.A = 0.2 BSV.FBA.A = 0.2 BSV.kdiss.A = 0.2 BSV.kmuc.A = 0.2 BSV.kpulC.A = 0.2 BSV.kpulP.A = 0.2 BSV.ka.A = 0.2 BSV.CL.A = 0.2 BSV.VC.A = 0.2 BSV.k12.A = 0.2 BSV.k21.A = 0.2 #Formulation B - Model Parameters - Typical Values (TV) and Dose.B = 500 TV.FLung.B = 0.3 TV.FC.B = 0.5 TV.kdiss.B = 17.8 TV.kmuc.B = TV.kpulC.B = 10 TV.kpulP.B = 20 BSV.FLung.B = 0.2 BSV.FC.B = 0.2 BSV.FBA.B = 0.2 BSV.kdiss.B = 0.2 BSV.kmuc.B = 0.2 BSV.kpulC.B = 0.2 BSV.kpulP.B = 0.2

6 6 FLU BSV.ka.B = 0.2 BSV.CL.B = 0.2 BSV.VC.B = 0.2 BSV.k12.B = 0.2 BSV.k21.B = 0.2 #Within-Subject Variability (WSV) WSV = 0.3 #PK Trial Simulation BUD(plots=FALSE,tables=FALSE) FLU Simulation of Pharmacokinetic (PK) Trials for Inhaled Flunisolide Description Usage This module enables the user to simulate PK trials for two (possibly) different formulations of inhaled flunisolide. The (observed) plasma concentration time profiles of two hypothetical flunisolide formulations can be compared (in a parallel study design) and 90 % confidence intervals of the geometric means ratios for the area under the concentration time curve (AUC) and the maximum plasma concentration (Cmax) will be calculated. Individual and average plasma concentration time profile plots as well as tables containing the individual and average plasma concentration time data and the individual PK parameters (e.g., clearance, volume of distribution, absorption rate constant, lung deposition) and PK metrics (AUC, Cmax) can be optionally obtained. FLU(plots = FALSE, tables = FALSE) Arguments plots tables TRUE or FALSE (default), TRUE: plots will be created that display average and individual plasma concentration time profiles (PDF files). Plots will be saved in the current working directory. TRUE or FALSE (default), TRUE: tables containing the individual and average plasma concentration time data and the individual PK parameters (e.g., clearance, volume of distribution, absorption rate constant, lung deposition) and PK metrics (AUC, Cmax) (CSV files). Tables will be saved in the current working directory. Note The number of subjects, the time points at which plasma samples are obtained, and all model parameters have to be specified before the function is run (see example). Drug specific model parameters (e.g., clearance and volume of distribution) are fixed to literature estimates and cannot

7 FLU 7 be changed. All other model parameters are set to default values and can be altered by the user. Further information about the PK model, the model parameters, their interpretation, and their units is available (ICSPKmodel) Author(s) Benjamin Weber Maintainer: Benjamin Weber <benjaminweber@ufl.edu> References Byron PR. Prediction of drug residence times in regions of the human respiratory tract following aerosol inhalation. J Pharm Sci. 1986;75: Krishnaswami S, Hochhaus G, Derendorf H. An interactive algorithm for the assessment of cumulative cortisol suppression during inhaled corticosteroid therapy. AAPS PharmSci. 2000;2: See Also ICSPKmodel, ICS, BUD, FP, TA Examples #Calling the ICSpkTS package library(icspkts) #Number of Subjects (n) per Group n.subjects = 25 #Time points at which plasma samples are obtained (in h) Time = c(0.17,0.33,0.5,1,1.5,2,3,4,6,8,10,12,14,16,18,20,22,24) #Formulation A - Model Parameters - Typical Values (TV) and Dose.A = 250 TV.FLung.A = 0.24 TV.FC.A = 0.5 TV.kdiss.A = 14 TV.kmuc.A = TV.kpulC.A = 10 TV.kpulP.A = 20 BSV.FLung.A = 0.2

8 8 FP BSV.FC.A = 0.2 BSV.FBA.A = 0.2 BSV.kdiss.A = 0.2 BSV.kmuc.A = 0.2 BSV.kpulC.A = 0.2 BSV.kpulP.A = 0.2 BSV.ka.A = 0.2 BSV.CL.A = 0.2 BSV.VC.A = 0.2 BSV.k12.A = 0.2 BSV.k21.A = 0.2 #Formulation B - Model Parameters - Typical Values (TV) and Dose.B = 250 TV.FLung.B = 0.24 TV.FC.B = 0.5 TV.kdiss.B = 14 TV.kmuc.B = TV.kpulC.B = 10 TV.kpulP.B = 20 BSV.FLung.B = 0.2 BSV.FC.B = 0.2 BSV.FBA.B = 0.2 BSV.kdiss.B = 0.2 BSV.kmuc.B = 0.2 BSV.kpulC.B = 0.2 BSV.kpulP.B = 0.2 BSV.ka.B = 0.2 BSV.CL.B = 0.2 BSV.VC.B = 0.2 BSV.k12.B = 0.2 BSV.k21.B = 0.2 #Within-Subject Variability (WSV) WSV = 0.3 #PK Trial Simulation FLU(plots=FALSE,tables=FALSE) FP Simulation of Pharmacokinetic (PK) Trials for Inhaled Fluticasone Propionate

9 FP 9 Description This module enables the user to simulate PK trials for two (possibly) different formulations of inhaled fluticasone propionate. The (observed) plasma concentration time profiles of two hypothetical fluticasone propionate formulations can be compared (in a parallel study design) and 90 % confidence intervals of the geometric means ratios for the area under the concentration time curve (AUC) and the maximum plasma concentration (Cmax) will be calculated. Individual and average plasma concentration time profile plots as well as tables containing the individual and average plasma concentration time data and the individual PK parameters (e.g., clearance, volume of distribution, absorption rate constant, lung deposition) and PK metrics (AUC, Cmax) can be optionally obtained. Usage FP(plots = FALSE, tables = FALSE) Arguments plots tables TRUE or FALSE (default), TRUE: plots will be created that display average and individual plasma concentration time profiles (PDF files). Plots will be saved in the current working directory. TRUE or FALSE (default), TRUE: tables containing the individual and average plasma concentration time data and the individual PK parameters (e.g., clearance, volume of distribution, absorption rate constant, lung deposition) and PK metrics (AUC, Cmax) (CSV files). Tables will be saved in the current working directory. Note The number of subjects, the time points at which plasma samples are obtained, and all model parameters have to be specified before the function is run (see example). Drug specific model parameters (e.g., clearance and volume of distribution) are fixed to literature estimates and cannot be changed. All other model parameters are set to default values and can be altered by the user. Further information about the PK model, the model parameters, their interpretation, and their units is available (ICSPKmodel) Author(s) Benjamin Weber Maintainer: Benjamin Weber <benjaminweber@ufl.edu> References Byron PR. Prediction of drug residence times in regions of the human respiratory tract following aerosol inhalation. J Pharm Sci. 1986;75: Krishnaswami S, Hochhaus G, Derendorf H. An interactive algorithm for the assessment of cumulative cortisol suppression during inhaled corticosteroid therapy. AAPS PharmSci. 2000;2: Mollmann H, Wagner M, Krishnaswami S, Dimova H, Tang Y, Falcoz C, et al. Single-dose and steady-state pharmacokinetic and pharmacodynamic evaluation of therapeutically clinically equivalent doses of inhaled fluticasone propionate and budesonide, given as Diskus or Turbohaler drypowder inhalers to healthy subjects. J Clin Pharmacol. 2001;41:

10 10 FP Thorsson L, Edsbacker S, Kallen A, Lofdahl CG. Pharmacokinetics and systemic activity of fluticasone via Diskus and pmdi, and of budesonide via Turbuhaler. Br J Clin Pharmacol. 2001;52: Mackie AE, Ventresca GP, Fuller RW, Bye A. Pharmacokinetics of intravenous fluticasone propionate in healthy subjects. Br J Clin Pharmacol. 1996;41: Krishnaswami S, Hochhaus G, Mollmann H, Barth J, Derendorf H. Interpretation of absorption rate data for inhaled fluticasone propionate obtained in compartmental pharmacokinetic modeling. Int J Clin Pharmacol Ther. 2005;43: See Also ICSPKmodel, ICS, BUD, FLU, TA Examples #Calling the ICSpkTS package library(icspkts) #Number of Subjects (n) per Group n.subjects = 25 #Time points at which plasma samples are obtained (in h) Time = c(0.17,0.33,0.5,1,1.5,2,3,4,6,8,10,12,14,16,18,20,22,24) #Formulation A - Model Parameters - Typical Values (TV) and Dose.A = 500 TV.FLung.A = 0.16 TV.FC.A = 0.5 TV.kdiss.A = TV.kmuc.A = TV.kpulC.A = 10 TV.kpulP.A = 20 BSV.FLung.A = 0.2 BSV.FC.A = 0.2 BSV.kdiss.A = 0.2 BSV.kmuc.A = 0.2 BSV.kpulC.A = 0.2 BSV.kpulP.A = 0.2 BSV.CL.A = 0.2 BSV.VC.A = 0.2 BSV.k12.A = 0.2

11 ICS 11 BSV.k21.A = 0.2 #Formulation B - Model Parameters - Typical Values (TV) and Dose.B = 500 TV.FLung.B = 0.16 TV.FC.B = 0.5 TV.kdiss.B = TV.kmuc.B = TV.kpulC.B = 10 TV.kpulP.B = 20 BSV.FLung.B = 0.2 BSV.FC.B = 0.2 BSV.kdiss.B = 0.2 BSV.kmuc.B = 0.2 BSV.kpulC.B = 0.2 BSV.kpulP.B = 0.2 BSV.CL.B = 0.2 BSV.VC.B = 0.2 BSV.k12.B = 0.2 BSV.k21.B = 0.2 #Within-Subject Variability (WSV) WSV = 0.3 #PK Trial Simulation FP(plots=FALSE,tables=FALSE) ICS Simulation of Pharmacokinetic (PK) Trials for Hypothetical Inhaled Corticosteroids (ICS) Description This module enables the user to simulate PK trials for hypothetical ICS. The (observed) plasma concentration time profiles of two hypothetical ICS can be compared (in a parallel study design) and 90 % confidence intervals of the geometric means ratios for the area under the concentration time curve (AUC) and the maximum plasma concentration (Cmax) will be calculated. Individual and average plasma concentration time profile plots as well as tables containing the individual and average plasma concentration time data and the individual PK parameters (e.g., clearance, volume of distribution, absorption rate constant, lung deposition) and PK metrics (AUC, Cmax) can be optionally obtained.

12 12 ICS Usage ICS(plots = FALSE, tables = FALSE) Arguments plots tables TRUE or FALSE (default), TRUE: plots will be created that display average and individual plasma concentration time profiles (PDF files). Plots will be saved in the current working directory. TRUE or FALSE (default), TRUE: tables containing the individual and average plasma concentration time data and the individual PK parameters (e.g., clearance, volume of distribution, absorption rate constant, lung deposition) and PK metrics (AUC, Cmax) (CSV files). Tables will be saved in the current working directory. Note The number of subjects, the time points at which plasma samples are obtained, and all model parameters have to be specified before the function is run (see example). Further information about the PK model, the model parameters, their interpretation, and their units is available (ICSPKmodel) Author(s) Benjamin Weber Maintainer: Benjamin Weber <benjaminweber@ufl.edu> See Also ICSPKmodel, BUD, FLU, FP, TA Examples #Calling the ICSpkTS package library(icspkts) #Number of Subjects (n) per Group n.subjects = 25 #Time points at which plasma samples are obtained (in h) Time = c(0.17,0.33,0.5,1,1.5,2,3,4,6,8,10,12,14,16,18,20,22,24) #Situation A - Model Parameters - Typical Values (TV) and

13 ICS 13 Dose.A = 500 TV.FLung.A = 0.2 TV.FC.A = 0.5 TV.FBA.A = 0.1 TV.kdiss.A = 0.3 TV.kmuc.A = 0.5 TV.kpulC.A = 0.4 TV.kpulP.A = 0.4 TV.ka.A = 0.65 TV.CL.A = 49 TV.VC.A = 87 TV.k12.A = 0.1 TV.k21.A = 0.05 BSV.FLung.A = 0.2 BSV.FC.A = 0.2 BSV.FBA.A = 0.2 BSV.kdiss.A = 0.2 BSV.kmuc.A = 0.2 BSV.kpulC.A = 0.2 BSV.kpulP.A = 0.2 BSV.ka.A = 0.2 BSV.CL.A = 0.2 BSV.VC.A = 0.2 BSV.k12.A = 0.2 BSV.k21.A = 0.2 #Situation B - Model Parameters - Typical Values (TV) and Dose.B = 500 TV.FLung.B = 0.2 TV.FC.B = 0.5 TV.FBA.B = 0.1 TV.kdiss.B = 0.3 TV.kmuc.B = 0.5 TV.kpulC.B = 0.4 TV.kpulP.B = 0.4 TV.ka.B = 0.65 TV.CL.B = 49 TV.VC.B = 87 TV.k12.B = 0.1 TV.k21.B = 0.05 BSV.FLung.B = 0.2 BSV.FC.B = 0.2 BSV.FBA.B = 0.2 BSV.kdiss.B = 0.2 BSV.kmuc.B = 0.2 BSV.kpulC.B = 0.2 BSV.kpulP.B = 0.2 BSV.ka.B = 0.2 BSV.CL.B = 0.2

14 14 ICSPKmodel BSV.VC.B = 0.2 BSV.k12.B = 0.2 BSV.k21.B = 0.2 #Within-Subject Variability (WSV) WSV = 0.3 #PK Trial Simulation ICS(plots=FALSE,tables=FALSE) ICSPKmodel Deterministic Pharmacokinetic (PK) Model that Describes the Plasma Concentration Time Profile of Inhaled Corticosteroids (ICS) Description Deterministic PK model that describes the plasma concentration time profile of inhaled corticosteroids Usage ICSPKmodel(PKparms=list(Dose,FLung,FC,FBA,kdiss,kmuc,kpulC,kpulP,ka,CL,VC,k12,k21)) Arguments PKparms Dose FLung FC FBA kdiss kpulc kpulp ka CL VC k12 k21 List containing the parameter values for the deterministic PK model By inhaler emitted dose (mcg) Fraction of the emitted dose that is deposited in the lung Fraction of the lung dose that is deposited in central lung regions Oral bioavailability of the ICS Dissolution rate constant of the ICS (1/h) Absorption rate constant from central lung regions into the systemic circulation (1/h) Absorption rate constant from peripheral lung regions into the systemic circulation (1/h) Absorption rate constant from the gastrointestinal tract into the systemic circulation (1/h) Systemic clearance of the ICS (L/h) Volume of distribution of the central body compartment of the ICS (L) Distribution rate constant (1/h) Distribution rate constant (1/h)

15 ICSPKmodel1Comp 15 Author(s) Benjamin Weber Maintainer: Benjamin Weber See Also ICS Examples library(icspkts) Time = c(0.17,0.33,0.5,1,1.5,2,3,4,6) PKparms = c(500,0.2,0.5,0.1,0.3,0.5,0.4,0.4,0.65,49,87,0.1,0.05) ICSPKmodel(PKparms) ICSPKmodel1Comp Deterministic Pharmacokinetic (PK) Model that Describes the Plasma Concentration Time Profile of Inhaled Corticosteroids (ICS) for a One-Compartment Body Model Description Deterministic PK Model that describes the plasma concentration time profile of inhaled corticosteroids for a one-compartment body model Usage ICSPKmodel1Comp(PKparms=list(Dose,FLung,FC,FBA,kdiss,kmuc,kpulC,kpulP,ka,CL,VC)) Arguments PKparms Dose FLung FC FBA kdiss kpulc kpulp ka CL VC List containing the parameter values for the deterministic PK model By inhaler emitted dose (mcg) Fraction of the emitted dose that is deposited in the lung Fraction of the lung dose that is deposited in central lung regions Oral bioavailability of the ICS Dissolution rate constant of the ICS (1/h) Absorption rate constant from central lung regions into the systemic circulation (1/h) Absorption rate constant from peripheral lung regions into the systemic circulation (1/h) Absorption rate constant from the gastrointestinal tract into the systemic circulation (1/h) Systemic clearance of the ICS (L/h) Volume of distribution of the central body compartment of the ICS (L)

16 16 TA Author(s) Benjamin Weber Maintainer: Benjamin Weber See Also ICS Examples library(icspkts) Time = c(0.17,0.33,0.5,1,1.5,2,3,4,6) PKparms = c(500,0.2,0.5,0.1,0.3,0.5,0.4,0.4,0.65,49,87) ICSPKmodel1Comp(PKparms) TA Simulation of Pharmacokinetic (PK) Trials for Inhaled Triamcinolone Acetonide Description This module enables the user to simulate PK trials for two (possibly) different formulations of inhaled triamcinolone acetonide. The (observed) plasma concentration time profiles of two hypothetical triamcinolone acetonide formulations can be compared (in a parallel study design) and 90 % confidence intervals of the geometric means ratios for the area under the concentration time curve (AUC) and the maximum plasma concentration (Cmax) will be calculated. Individual and average plasma concentration time profile plots as well as tables containing the individual and average plasma concentration time data and the individual PK parameters (e.g., clearance, volume of distribution, absorption rate constant, lung deposition) and PK metrics (AUC, Cmax) can be optionally obtained. Usage TA(plots = FALSE, tables = FALSE) Arguments plots tables TRUE or FALSE (default), TRUE: plots will be created that display average and individual plasma concentration time profiles (PDF files). Plots will be saved in the current working directory. TRUE or FALSE (default), TRUE: tables containing the individual and average plasma concentration time data and the individual PK parameters (e.g., clearance, volume of distribution, absorption rate constant, lung deposition) and PK metrics (AUC, Cmax) (CSV files). Tables will be saved in the current working directory.

17 TA 17 Note The number of subjects, the time points at which plasma samples are obtained, and all model parameters have to be specified before the function is run (see example). Drug specific model parameters (e.g., clearance and volume of distribution) are fixed to literature estimates and cannot be changed. All other model parameters are set to default values and can be altered by the user. Further information about the PK model, the model parameters, their interpretation, and their units is available (ICSPKmodel1Comp) Author(s) Benjamin Weber Maintainer: Benjamin Weber See Also ICSPKmodel1Comp, ICS, BUD, FLU, FP Examples #Calling the ICSpkTS package library(icspkts) #Number of Subjects (n) per Group n.subjects = 25 #Time points at which plasma samples are obtained (in h) Time = c(0.17,0.33,0.5,1,1.5,2,3,4,6,8,10,12,14,16,18,20,22,24) #Formulation A - Model Parameters - Typical Values (TV) and Dose.A = 100 TV.FLung.A = 0.15 TV.FC.A = 0.5 TV.kdiss.A = 1.2 TV.kmuc.A = TV.kpulC.A = 10 TV.kpulP.A = 20 BSV.FLung.A = 0.2 BSV.FC.A = 0.2 BSV.FBA.A = 0.2 BSV.kdiss.A = 0.2

18 18 TA BSV.kmuc.A = 0.2 BSV.kpulC.A = 0.2 BSV.kpulP.A = 0.2 BSV.ka.A = 0.2 BSV.CL.A = 0.2 BSV.VC.A = 0.2 #Formulation B - Model Parameters - Typical Values (TV) and Dose.B = 100 TV.FLung.B = 0.15 TV.FC.B = 0.5 TV.kdiss.B = 1.2 TV.kmuc.B = TV.kpulC.B = 10 TV.kpulP.B = 20 BSV.FLung.B = 0.2 BSV.FC.B = 0.2 BSV.FBA.B = 0.2 BSV.kdiss.B = 0.2 BSV.kmuc.B = 0.2 BSV.kpulC.B = 0.2 BSV.kpulP.B = 0.2 BSV.ka.B = 0.2 BSV.CL.B = 0.2 BSV.VC.B = 0.2 #Within-Subject Variability (WSV) WSV = 0.3 #PK Trial Simulation TA(plots=FALSE,tables=FALSE)

19 Index Topic Budesonide BUD, 3 Topic Compartment Model AUC.func, 2 BUD, 3 FLU, 6 FP, 8 ICS, 11 ICSPKmodel, 14 ICSPKmodel1Comp, 15 ICSpkTS-package, 2 TA, 16 Topic Flunisolide FLU, 6 Topic Fluticasone Propionate FP, 8 Topic Inhaled Corticosteroids AUC.func, 2 BUD, 3 FLU, 6 FP, 8 ICS, 11 ICSPKmodel, 14 ICSPKmodel1Comp, 15 ICSpkTS-package, 2 TA, 16 Topic PK Trial Simulations AUC.func, 2 BUD, 3 FLU, 6 FP, 8 ICS, 11 ICSPKmodel, 14 ICSPKmodel1Comp, 15 ICSpkTS-package, 2 TA, 16 Topic Triamcinolone Acetonide TA, 16 FP, 2, 4, 7, 8, 12, 17 ICS, 2, 4, 7, 10, 11, ICSPKmodel, 2 4, 7, 9, 10, 12, 14 ICSPKmodel1Comp, 2, 15, 17 ICSpkTS (ICSpkTS-package), 2 ICSpkTS-package, 2 TA, 2, 4, 7, 10, 12, 16 AUC.func, 2 BUD, 2, 3, 7, 10, 12, 17 FLU, 2, 4, 6, 10, 12, 17 19

Pharmacokinetics and pharmacodynamics of inhaled corticosteroids

Pharmacokinetics and pharmacodynamics of inhaled corticosteroids Pharmacokinetics and pharmacodynamics of inhaled corticosteroids H. Derendorf, PhD, a G. Hochhaus, PhD, a B. Meibohm, PhD, a H. Möllmann, MD, b and J. Barth, MD b Gainesville, Fla., and Bochum, Germany

More information

L. Thorsson, S. Edsbäcker, T-B. Conradson

L. Thorsson, S. Edsbäcker, T-B. Conradson Eur Respir J, 1994, 7, 1839 1844 DOI: 10.1183/09031936.94.07101839 Printed in UK - all rights reserved Copyright ERS Journals Ltd 1994 European Respiratory Journal ISSN 0903-1936 Lung deposition of budesonide

More information

Pharmacokinetics and systemic activity of uticasone via Diskus 1 and pmdi, and of budesonide via Turbuhaler 1

Pharmacokinetics and systemic activity of uticasone via Diskus 1 and pmdi, and of budesonide via Turbuhaler 1 Pharmacokinetics and systemic activity of uticasone via Diskus 1 and pmdi, and of budesonide via Turbuhaler 1 Lars Thorsson 1,2, Staffan EdsbaÈcker 1,2, Anders KaÈlleÂn 3 & Claes-GoÈ ran LoÈfdahl 4 1 Experimental

More information

Bioequivalence of Inhaled Corticosteroids. -with emphasis on Pharmacokinetic Tools.

Bioequivalence of Inhaled Corticosteroids. -with emphasis on Pharmacokinetic Tools. Bioequivalence of Inhaled Corticosteroids -with emphasis on Pharmacokinetic Tools? hochhaus@ufl.edu Topics related to Bioequivalence 10-60 % Deposited in lung Complete absorption from the lung Cl muc Mouth

More information

Systemic availability of budesonide after nasal administration of three different formulations: pressurized aerosol, aqueous pump spray, and powder

Systemic availability of budesonide after nasal administration of three different formulations: pressurized aerosol, aqueous pump spray, and powder Systemic availability of budesonide after nasal administration of three different formulations: pressurized aerosol, aqueous pump spray, and powder L. Thorsson, 1,2 O. Borgå 2 & S. Edsbäcker 1,2 1 Department

More information

Predictive modeling of deposition, dissolution, absorption and systemic exposure

Predictive modeling of deposition, dissolution, absorption and systemic exposure Predictive modeling of deposition, dissolution, absorption and systemic exposure IPAC-RS/UF Orlando Inhalation Conference March 20, 2014 Per Bäckman and Bo Olsson, AstraZeneca R&D, Mölndal Sweden The views

More information

Fluticasone propionate plasma concentration and systemic effect: Effect of delivery device and duration of administration

Fluticasone propionate plasma concentration and systemic effect: Effect of delivery device and duration of administration Fluticasone propionate plasma concentration and systemic effect: Effect of delivery device and duration of administration Glenn J. Whelan, PharmD, a Jeffrey L. Blumer, MD, PhD, f Richard J. Martin, MD,

More information

L. Borgström*, E. Bondesson*, F. Morén**, E. Trofast*, S.P. Newman +

L. Borgström*, E. Bondesson*, F. Morén**, E. Trofast*, S.P. Newman + Eur Respir J, 1994, 7, 69 73 DOI: 10.1183/09031936.94.07010069 Printed in UK - all rights reserved Copyright ERS Journals Ltd 1994 European Respiratory Journal ISSN 0903-1936 Lung deposition of budesonide

More information

PK/PD Modeling and Simulation for Efficacy and Safety of Corticosteroids in Asthma and Inflammation

PK/PD Modeling and Simulation for Efficacy and Safety of Corticosteroids in Asthma and Inflammation PK/PD Modeling and Simulation for Efficacy and Safety of Corticosteroids in Asthma and Inflammation Prof. Hartmut Derendorf University of Florida December 7, 2012 FDA Critical Path Documents Biomarker

More information

Patient. Device Clinician. Safety & efficacy

Patient. Device Clinician. Safety & efficacy Patient Device Clinician Formulation Safety & efficacy 1. Modified from Daley-Yates et al., Expert Opin. Drug Deliv. 2011: 8(10):1297-1308 2. Modified from Laube et al., Eur Respir J 2011; 37: 1308 1331

More information

Correspondence: C-G. Löfdahl Dept of Respiratory Medicine and Allergology University Hospital S Lund Sweden.

Correspondence: C-G. Löfdahl Dept of Respiratory Medicine and Allergology University Hospital S Lund Sweden. Eur Respir J 1997; 10: 2474 2478 DOI: 10.1183/09031936.97.10112474 Printed in UK - all rights reserved Copyright ERS Journals Ltd 1997 European Respiratory Journal ISSN 0903-1936 Differences in bronchodilating

More information

The clinical effectiveness and costeffectiveness. treatment of chronic asthma in children under the age of 12 years

The clinical effectiveness and costeffectiveness. treatment of chronic asthma in children under the age of 12 years The clinical effectiveness and costeffectiveness of corticosteroids for the treatment of chronic asthma in children under the age of 12 years Submission of evidence from AstraZeneca UK Ltd regarding the

More information

Advanced Inhaler Technique. Learning Outcomes. Disclosure 1.1. Belgian Chocolate, French Champagne and Inhaled Medication: Too Good To Waste?

Advanced Inhaler Technique. Learning Outcomes. Disclosure 1.1. Belgian Chocolate, French Champagne and Inhaled Medication: Too Good To Waste? Advanced Inhaler Technique Learning Outcomes Describe the mechanism of different inhalers Explain how inspiratory flow can effect drug delivery for different inhalers Counsel a patient on the correct use

More information

Year in review. Vit Perlik Director of Regulatory Science and Clinical Development

Year in review. Vit Perlik Director of Regulatory Science and Clinical Development Year in review Vit Perlik Director of Regulatory Science and Clinical Development Content Year in review Covering September 2013 to September 2014 Where the regulation goes selection of events for illustration

More information

ORIGINAL INVESTIGATION. Effects of High-Dose Inhaled Corticosteroids on Plasma Cortisol Concentrations in Healthy Adults

ORIGINAL INVESTIGATION. Effects of High-Dose Inhaled Corticosteroids on Plasma Cortisol Concentrations in Healthy Adults Effects of High-Dose Inhaled Corticosteroids on Plasma Cortisol Concentrations in Healthy Adults Ronald Brus, MD ORIGINAL INVESTIGATION Background: Recent studies suggest that inhaled corticosteroids may

More information

Pharmacokinetics of intranasal corticosteroids

Pharmacokinetics of intranasal corticosteroids Pharmacokinetics of intranasal corticosteroids Stanley J. Szefler, MD Denver, Colo Topical administration of corticosteroids can reduce the total dose of corticosteroid required to treat the patient and

More information

inhaled fluticasone propionate in healthy volunteers

inhaled fluticasone propionate in healthy volunteers Br J clin Pharmac 1994; 38: 521-525 An assessment of the systemic activity of single doses of inhaled fluticasone propionate in healthy volunteers A. GRAHNEN, S.-A. ECKERNAS, R. M. BRUNDIN & A. LING-ANDERSSON

More information

Study designs and PD/Clinical endpoints to demonstrate therapeutic equivalence: European Views

Study designs and PD/Clinical endpoints to demonstrate therapeutic equivalence: European Views IPAC-RS/University of Florida Study designs and PD/Clinical endpoints to demonstrate therapeutic equivalence: European Views 20 th March 2014 Dr. Alfredo García - Arieta Head of the Service of Generic

More information

IPAC-RS/RDD 2016 Symposium: Meeting the Quality Challenge for Orally Inhaled Drug Products

IPAC-RS/RDD 2016 Symposium: Meeting the Quality Challenge for Orally Inhaled Drug Products Correlating the In Vitro Dissolution Behavior of Inhalation and Nasal Drug products with In Vivo Performance: Pitfalls and Potential Solutions using the Transwell System IPAC-RS/RDD 2016 Symposium: Meeting

More information

Lessons Learned from Approval of Generic Nasal Products

Lessons Learned from Approval of Generic Nasal Products Lessons Learned from Approval of Generic Nasal Products Julie D. Suman, Ph.D President, Next Breath IPAC-RS/UF Orlando Inhalation Conference: Approaches in International Regulation March 20, 2014 Objectives

More information

The ideal inhaler: design and characteristics to improve outcomes

The ideal inhaler: design and characteristics to improve outcomes Respiratory Medicine (2004) Supplement A, S10 S16 ARTICLE IN PRESS The ideal inhaler: design and characteristics to improve outcomes Brian J. O Connor* Department of Respiratory Medicine and Allergy, Guy

More information

Current Challenges and Opportunities in Demonstrating Bioequivalence

Current Challenges and Opportunities in Demonstrating Bioequivalence Current Challenges and Opportunities in Demonstrating Bioequivalence Gur Jai Pal Singh, Ph.D. Watson Laboratories, Inc. Corona, California, USA Demonstrating Bioequivalence of Locally Acting Orally Inhaled

More information

measured Improvement in am PEFR FP vs BUD gave +11l/min FP vs BDP gave nonsignificant improvement in PEFR +3l/min FP: BUD ratio 1.

measured Improvement in am PEFR FP vs BUD gave +11l/min FP vs BDP gave nonsignificant improvement in PEFR +3l/min FP: BUD ratio 1. 1 of 8 09/05/2018, 11:29 Guideline topic: Pharmacological management of asthma Evidence table 4.25: Budesonide vs Beclomethasone Different inhaled corticosteroids (ICS) flixotide propionate (FP) vs budesonide

More information

PHARMACOKINETICS Model-based evaluation of pulmonary pharmacokinetics in asthmatic and COPD patients after oral olodaterol inhalation

PHARMACOKINETICS Model-based evaluation of pulmonary pharmacokinetics in asthmatic and COPD patients after oral olodaterol inhalation British Journal of Clinical Pharmacology Br J Clin Pharmacol (2016) 82 739 753 739 PHARMACOKINETICS Model-based evaluation of pulmonary pharmacokinetics in asthmatic and COPD patients after oral olodaterol

More information

Use of Target Tissue Concentrations in PK-PD Modeling of Inhaled Drugs Ramon Hendrickx, AstraZeneca, RIA IMed Gothenburg, Sweden

Use of Target Tissue Concentrations in PK-PD Modeling of Inhaled Drugs Ramon Hendrickx, AstraZeneca, RIA IMed Gothenburg, Sweden Use of Target Tissue Concentrations in PK-PD Modeling of Inhaled Drugs Ramon Hendrickx, AstraZeneca, RIA IMed Gothenburg, Sweden IQ DMPK Leadership Group 31 May 2017 What s On? Lung as target organ Benefit

More information

THORAX. small surface area available for systemic absorption. Drug. absorption across the buccal mucosa occurs directly into

THORAX. small surface area available for systemic absorption. Drug. absorption across the buccal mucosa occurs directly into Thorax 1995;50:105-110 105 Editorials THORAX New perspectives on inhaled drug delivery and systemic bioactivity The inhaled route of administration is widely accepted as being the optimal way of giving

More information

BASIC PHARMACOKINETICS

BASIC PHARMACOKINETICS BASIC PHARMACOKINETICS MOHSEN A. HEDAYA CRC Press Taylor & Francis Croup Boca Raton London New York CRC Press is an imprint of the Taylor & Francis Group, an informa business Table of Contents Chapter

More information

THE POTENTIAL FOR systemic effects on the hypothalamic-pituitary-adrenal

THE POTENTIAL FOR systemic effects on the hypothalamic-pituitary-adrenal 0013-7227/02/$15.00/0 The Journal of Clinical Endocrinology & Metabolism 87(10):4541 4546 Printed in U.S.A. Copyright 2002 by The Endocrine Society doi: 10.1210/jc.2002-020287 Hypothalamic-Pituitary-Adrenal

More information

Device Design Similarity

Device Design Similarity Device Design Similarity Dave Parkins Director DPI Product Development PQRI Workshop on Demonstrating Bioequivalence of Locally Acting Orally Inhaled Drug Products. Bethesda March 9-10, 2009 Device Similarity

More information

Airway deposition and airway effects of antiasthma drugs delivered from metered-dose inhalers

Airway deposition and airway effects of antiasthma drugs delivered from metered-dose inhalers Eur Respir J 1997; 10: 2127 2138 DOI: 10.1183/09031936.97.10092127 Printed in UK - all rights reserved Copyright ERS Journals Ltd 1997 European Respiratory Journal ISSN 0903-1936 REVIEW Airway deposition

More information

FRI aerosol. deposition. A unique way to look at regional inhaled drug deposition.

FRI aerosol. deposition. A unique way to look at regional inhaled drug deposition. FRI aerosol deposition A unique way to look at regional inhaled drug deposition www.fluidda.com EXECUTIVE SUMMARY FRI - AN UPDATE OF SCINTIGRAPHY FRI deposition technology is based on CT imaging, and uses

More information

Scintigraphic comparison of budesonide deposition from two dry powder inhalers

Scintigraphic comparison of budesonide deposition from two dry powder inhalers Eur Respir J 2000; 16: 178±183 Printed in UK ± all rights reserved Copyright #ERS Journals Ltd 2000 European Respiratory Journal ISSN 0903-1936 Scintigraphic comparison of budesonide deposition from two

More information

Biopharmaceutics of Non-Orally Administrated Drugs

Biopharmaceutics of Non-Orally Administrated Drugs Biopharmaceutics of Non-Orally Administrated Drugs Robert Lionberger, Ph.D. Deputy Director for Science (acting) Office of Generic Drugs, FDA November 21, 2013 AAPS Webinar Opinions expressed in this presentation

More information

Annex I. Scientific conclusions and grounds for refusal presented by the European Medicines Agency

Annex I. Scientific conclusions and grounds for refusal presented by the European Medicines Agency Annex I Scientific conclusions and grounds for refusal presented by the European Medicines Agency Scientific conclusions and grounds for refusal presented by the European Medicines Agency Overall summary

More information

Drug/Device Combination Products: Bioequivalence

Drug/Device Combination Products: Bioequivalence Drug/Device Combination Products: Bioequivalence Three stories:. The story of Nasal and Inhalation Product BE 2. The story of the Generic Auto-Injector 3. The story of User Interface Considerations Bioequivalence

More information

ASTHMA TREATMENT AND THE HPA AXIS

ASTHMA TREATMENT AND THE HPA AXIS ASTHMA TREATMENT AND THE HPA AXIS Paul A. Greenberger, M.D. 7/12/2010 10:30-10:50 10:50 Objectives To review HPA axis suppression and its clinical significance in adults and children To describe methods

More information

Sponsor. Generic drug name. Trial indication(s) Protocol number. Protocol title. Clinical trial phase. Study Start/End Dates.

Sponsor. Generic drug name. Trial indication(s) Protocol number. Protocol title. Clinical trial phase. Study Start/End Dates. Sponsor Novartis Generic drug name Fluticasone propionate Trial indication(s) Moderate-severe bronchial asthma Protocol number CQAE397A2202 Protocol title A randomized open label study to assess the utility

More information

NOVOLIZER BUDESONIDE. Corticosteroids for the treatment of chronic asthma in children under the age of 12 years

NOVOLIZER BUDESONIDE. Corticosteroids for the treatment of chronic asthma in children under the age of 12 years NOVOLIZER BUDESONIDE Corticosteroids for the treatment of chronic asthma in children under the age of 12 years Response to the assessment report produced by the Peninsula Technology Assessment group and

More information

Nontraditional PharmD Program PRDO 7700 Pharmacokinetics Review Self-Assessment

Nontraditional PharmD Program PRDO 7700 Pharmacokinetics Review Self-Assessment Nontraditional PharmD Program PRDO 7700 Pharmacokinetics Review Self-Assessment Please consider the following questions. If you do not feel confident about the material being covered, then it is recommended

More information

FRI aerosol. deposition. A unique way to look at regional inhaled drug deposition.

FRI aerosol. deposition. A unique way to look at regional inhaled drug deposition. FRI aerosol deposition A unique way to look at regional inhaled drug deposition www.fluidda.com EXECUTIVE SUMMARY Since 2005, Functional Respiratory Imaging (FRI) has been used many times to evaluate the

More information

Principal Investigator. Study center(s) This was a single-center study. Publications None at the time of writing this report.

Principal Investigator. Study center(s) This was a single-center study. Publications None at the time of writing this report. (For national authority SYNOPSIS use only) Date 3 March 2005 An open, randomized, two-way crossover study evaluating the pharmacokinetics of budesonide and formoterol from Symbicort pmdi versus Oxis Turbuhaler

More information

Modeling and Simulation to Support Development and Approval of Complex Products

Modeling and Simulation to Support Development and Approval of Complex Products Modeling and Simulation to Support Development and Approval of Complex Products Mathangi Gopalakrishnan, MS, PhD Research Assistant Professor Center for Translational Medicine, School of Pharmacy, UMB

More information

The FDA Critical Path Initiative

The FDA Critical Path Initiative The FDA Critical Path Initiative Clinical Considerations for Demonstration of Dose-response for Inhaled Corticosteroids - Exhaled Nitric Oxide Model Badrul A. Chowdhury, MD, PhD Director Division of Pulmonary

More information

Aerospan (flunisolide)

Aerospan (flunisolide) STRENGTH DOSAGE FORM ROUTE GPID 80mcg/actuation HFA aerosol inhaler w/ Inhaled 35718 8.9 g/canister adapter MANUFACTURER Meda Pharmaceuticals INDICATION Aerospan Inhalation Aerosol is indicated for the

More information

nebulised budesonide in preschool children

nebulised budesonide in preschool children Arch Dis Child 1999;80:241 247 241 Department of Paediatrics, Kolding Hospital, DK-6000 Kolding, Denmark L Agertoft A Andersen S Pedersen Astra Draco AB, PO Box 34, S-221 00, Lund, Sweden E Weibull Correspondence

More information

The study listed may include approved and non-approved uses, formulations or treatment regimens. The results reported in any single study may not

The study listed may include approved and non-approved uses, formulations or treatment regimens. The results reported in any single study may not The study listed may include approved and non-approved uses, formulations or treatment regimens. The results reported in any single study may not reflect the overall results obtained on studies of a product.

More information

Public Assessment Report Scientific discussion. Salmeterol/Fluticasone Sandoz (salmeterol xinafoate, fluticasone propionate) SE/H/1323/03/DC

Public Assessment Report Scientific discussion. Salmeterol/Fluticasone Sandoz (salmeterol xinafoate, fluticasone propionate) SE/H/1323/03/DC Public Assessment Report Scientific discussion Salmeterol/Fluticasone Sandoz (salmeterol xinafoate, fluticasone propionate) SE/H/1323/03/DC This module reflects the scientific discussion for the approval

More information

Pharmacodynamics and pharmacokinetics of inhaled glucocorticoids

Pharmacodynamics and pharmacokinetics of inhaled glucocorticoids Pharmacodynamics and pharmacokinetics of inhaled glucocorticoids Malcolm Johnson, PhD Middlesex, United Kingdom Research during the past two decades has shown that the inflammatory component of bronchial

More information

1. If the MTC is 100 ng/ml and the MEC is 0.12 ng/ml, which of the following dosing regimen(s) are in the therapeutic window?

1. If the MTC is 100 ng/ml and the MEC is 0.12 ng/ml, which of the following dosing regimen(s) are in the therapeutic window? Page 1 PHAR 750: Biopharmaceutics/Pharmacokinetics October 23, 2009 - Form 1 Name: Total 100 points Please choose the BEST answer of those provided. For numerical answers, choose none of the above if your

More information

Clinical Study Synopsis

Clinical Study Synopsis Clinical Study Synopsis This Clinical Study Synopsis is provided for patients and healthcare professionals to increase the transparency of Bayer's clinical research. This document is not intended to replace

More information

SYNOPSIS. The study results and synopsis are supplied for informational purposes only.

SYNOPSIS. The study results and synopsis are supplied for informational purposes only. SYNOPSIS INN : LEFLUNOMIDE Study number : HMR486/1037 et HMR486/3503 Study title : Population pharmacokinetics of A77 1726 (M1) after oral administration of leflunomide in pediatric subjects with polyarticular

More information

A multitude of devices

A multitude of devices A multitude of devices Dr Andrew Scroop Respiratory Consultants 15 th September 2018 STEPWISE PHARMACOLOGICAL MANAGEMENT OF STABLE COPD COPD Inhalers MILD FEV 1 60 80% predicted few symptoms breathless

More information

Inhaled corticosteroids (ICS) are the treatment. Relevance of pharmacokinetics and pharmacodynamics of inhaled corticosteroids to asthma REVIEW

Inhaled corticosteroids (ICS) are the treatment. Relevance of pharmacokinetics and pharmacodynamics of inhaled corticosteroids to asthma REVIEW Eur Respir J 2006; 28: 1042 1050 DI: 10.1183/09031936.00074905 CopyrightßERS Journals Ltd 2006 REVIEW Relevance of pharmacokinetics and pharmacodynamics of inhaled corticosteroids to asthma H. Derendorf*,

More information

INTRODUCTION YING FAN, 1 LIAN MA, 2 JENNIFER PIPPINS, 3 SUSAN LIMB, 3 YUN XU, 1 CHANDRAHAS G. SAHAJWALLA 1

INTRODUCTION YING FAN, 1 LIAN MA, 2 JENNIFER PIPPINS, 3 SUSAN LIMB, 3 YUN XU, 1 CHANDRAHAS G. SAHAJWALLA 1 REVIEW Impact of Study Design on the Evaluation of Inhaled and Intranasal Corticosteroids Effect on Hypothalamic Pituitary Adrenal Axis Function, Part I: General Overview of HPA Axis Study Design YING

More information

C orticosteroids are highly effective therapy for persistent

C orticosteroids are highly effective therapy for persistent 457 ORIGINAL ARTICLE Survey of adrenal crisis associated with inhaled corticosteroids in the United Kingdom G R G Todd, C L Acerini, R Ross-Russell, S Zahra, J T Warner, D McCance... See end of article

More information

Challenges in Meeting International Requirements for Clinical Bioequivalence of Inhaled Drug Products

Challenges in Meeting International Requirements for Clinical Bioequivalence of Inhaled Drug Products Challenges in Meeting International Requirements for Clinical Bioequivalence of Inhaled Drug Products Tushar Shah, M.D. Sr. VP, Global Respiratory Research and Development TEVA Pharmaceuticals 1 Presentation

More information

Adjustment of Inhaled Controller Therapy of Asthma in the Yellow Zone, Based on the Inhaler Product Used in the Green Zone Age 16 Years and Older

Adjustment of Inhaled Controller Therapy of Asthma in the Yellow Zone, Based on the Inhaler Product Used in the Green Zone Age 16 Years and Older Adjustment of Inhaled Controller Therapy of Asthma in the Yellow Zone, Based on the Inhaler Product Used in the Green Zone Age 16 Years and Older The Canadian Thoracic Society and other international asthma

More information

technology: pharmacodynamic and pharmacokinetic implications

technology: pharmacodynamic and pharmacokinetic implications Vol. 96 (2002)(SUPPLEMENT D), S9-Sl5 Modulite@ technology: pharmacodynamic and pharmacokinetic implications A. WOODCOCK, 1 D. ACERBI,~ G. POLIO North West Lung Research Centre, Manchester, U.K.; 2Chiesi

More information

Dose-response comparison of systemic bioactivity with inhaled budesonide and triamcinolone acetonide in asthmatic adults

Dose-response comparison of systemic bioactivity with inhaled budesonide and triamcinolone acetonide in asthmatic adults Dose-response comparison of systemic bioactivity with inhaled budesonide and triamcinolone acetonide in asthmatic adults Andrew M. Wilson, MBChB, MRCP, Helen J. A. Brewster, RGN, and Brian J. Lipworth,

More information

Guideline topic: Pharmacological management of asthma Evidence table 4.15: Mometasone Furoate dry powder inhalation evidence

Guideline topic: Pharmacological management of asthma Evidence table 4.15: Mometasone Furoate dry powder inhalation evidence 1 of 12 09/05/2018, 11:53 Guideline topic: Pharmacological management of asthma Evidence table 4.15: Mometasone Furoate dry powder inhalation evidence Author Year Study type Quality rating Population Outcomes

More information

Include patients: with a confirmed diagnosis of asthma who have been free of asthma symptoms for 3 months or more.

Include patients: with a confirmed diagnosis of asthma who have been free of asthma symptoms for 3 months or more. Corby Clinical Commissioning Group Kettering General Hospital NHS Trust Nene Clinical Commissioning Group rthampton General Hospital NHS Trust rthamptonshire Healthcare Foundation Trust Stepping down asthma

More information

The pharmacokinetics of nedocromil sodium, a new drug for the treatment of reversible obstructive airways disease, in.

The pharmacokinetics of nedocromil sodium, a new drug for the treatment of reversible obstructive airways disease, in. Br. J. clin. Pharmac. (1987), 24, 493-501 The pharmacokinetics of nedocromil sodium, a new drug for the treatment of reversible obstructive airways disease, in human volunteers and patients with reversible

More information

Sample. Affix patient label within this box.

Sample. Affix patient label within this box. Instructions for completing orders Complete pages 1-3 for General Inpatient Orders. All pathway compatible orders (indicated by ) within the General Inpatient Orders will be followed automatically. Optional

More information

Draft Guidance on Fluticasone Propionate; Salmeterol Xinafoate. Fluticasone Propionate; Salmeterol Xinafoate. Powder/Inhalation

Draft Guidance on Fluticasone Propionate; Salmeterol Xinafoate. Fluticasone Propionate; Salmeterol Xinafoate. Powder/Inhalation Reprinted from FDA s website by EAS Consulting Group, LLC Contains Nonbinding Recommendations Draft Guidance on Fluticasone Propionate; Salmeterol Xinafoate This draft guidance, once finalized, will represent

More information

Basic Pharmacokinetics and Pharmacodynamics: An Integrated Textbook with Computer Simulations

Basic Pharmacokinetics and Pharmacodynamics: An Integrated Textbook with Computer Simulations Basic Pharmacokinetics and Pharmacodynamics: An Integrated Textbook with Computer Simulations Rosenbaum, Sara E. ISBN-13: 9780470569061 Table of Contents 1 Introduction to Pharmacokinetics and Pharmacodynamics.

More information

PHAR 7633 Chapter 20 Non Compartmental Analysis

PHAR 7633 Chapter 20 Non Compartmental Analysis Student Objectives for this Chapter PHAR 7633 Chapter 20 Non Compartmental Analysis To understand and use the non compartmental approach to parameter estimation be able to define, use, and calculate the

More information

TOWARDS A CLASSIFICATION SYSTEM FOR PULMONARY DRUGS: SCOPE AND RELEVANCE

TOWARDS A CLASSIFICATION SYSTEM FOR PULMONARY DRUGS: SCOPE AND RELEVANCE 1 TOWARDS A CLASSIFICATION SYSTEM FOR PULMONARY DRUGS: SCOPE AND RELEVANCE JAYNE E HASTEDT, PHD JDP PHARMA CONSULTING, LLC IPAC-RS Symposium at RDD 2016 Meeting the Quality Challenge for Orally Inhaled

More information

BUDESONIDE AND FORMOTEROL (SYMBICORT ): Α A REVIEW

BUDESONIDE AND FORMOTEROL (SYMBICORT ): Α A REVIEW Volume 23, Issue 3 December 2007 BUDESONIDE AND FORMOTEROL (SYMBICORT ): A REVIEW Donna L. Smith, Pharm. D. Candidate More than 22 million people in the United States have asthma according to the Centers

More information

Use of PBPK in simulating drug concentrations in pediatric populations: Case studies of Midazolam and Gabapentin

Use of PBPK in simulating drug concentrations in pediatric populations: Case studies of Midazolam and Gabapentin Use of PBPK in simulating drug concentrations in pediatric populations: Case studies of Midazolam and Gabapentin WORKSHOP ON MODELLING IN PAEDIATRIC MEDICINES April 2008 Viera Lukacova, Ph.D. Walter Woltosz,

More information

Delay Between Actuation and Shaking of a Hydrofluoroalkane Fluticasone Pressurized Metered-Dose Inhaler

Delay Between Actuation and Shaking of a Hydrofluoroalkane Fluticasone Pressurized Metered-Dose Inhaler Delay Between Actuation and Shaking of a Hydrofluoroalkane Fluticasone Pressurized Metered-Dose Inhaler Ariel Berlinski MD, Dirk von Hollen, John N Pritchard PhD, and Ross HM Hatley PhD BACKGROUND: Inhaled

More information

Stepping down asthma treatment guidelines

Stepping down asthma treatment guidelines Stepping down asthma treatment guidelines The potential for inhaled corticosteroids (ICS) to cause dose-related side-effects has led to asthma management guidelines recommending a dose reduction once asthma

More information

PHA 5127 FINAL EXAM FALL On my honor, I have neither given nor received unauthorized aid in doing this assignment.

PHA 5127 FINAL EXAM FALL On my honor, I have neither given nor received unauthorized aid in doing this assignment. PHA 5127 FINAL EXAM FALL 1997 On my honor, I have neither given nor received unauthorized aid in doing this assignment. Name Question Points 1. /14 pts 2. /10 pts 3. /8 pts 4 /8 pts 5. /12 pts 6. /8 pts

More information

Patricia KP Burnell Inhalation Product Development

Patricia KP Burnell Inhalation Product Development Patricia KP Burnell Inhalation Product Development Inhaled products: types, development The critical parameters In-vitro testing Ex-vivo testing What dose? Product Development: drug medicine Safety and

More information

Between-Batch Pharmacokinetic Variability Inflates Type I Error Rate in. Conventional Bioequivalence Trials: A Randomized Advair Diskus Clinical Trial

Between-Batch Pharmacokinetic Variability Inflates Type I Error Rate in. Conventional Bioequivalence Trials: A Randomized Advair Diskus Clinical Trial Between-Batch Pharmacokinetic Variability Inflates Type I Error Rate in Conventional Bioequivalence Trials: A Randomized Advair Diskus Clinical Trial E Burmeister Getz 1, KJ Carroll 2, J Mielke 3, LZ Benet

More information

SOME STATISTICAL CONSIDERATIONS IN THE DESIGN AND ANALYSIS OF EQUIVALENCE STUDIES USING PHARMACODYNAMIC AND CLINICAL ENDPOINTS

SOME STATISTICAL CONSIDERATIONS IN THE DESIGN AND ANALYSIS OF EQUIVALENCE STUDIES USING PHARMACODYNAMIC AND CLINICAL ENDPOINTS SOME STATISTICAL CONSIDERATIONS IN THE DESIGN AND ANALYSIS OF EQUIVALENCE STUDIES USING PHARMACODYNAMIC AND CLINICAL ENDPOINTS Scott Haughie, M.Sc., Senior Director, Biostatistics IPAC-RS/UF Orlando Inhalation

More information

Dual-Controller Asthma Therapy: Rationale and Clinical Benefits

Dual-Controller Asthma Therapy: Rationale and Clinical Benefits B/1 Dual-Controller Asthma Therapy: Rationale and Clinical Benefits MODULE B The 1997 National Heart, Lung, and Blood Institute (NHLBI) Expert Panel guidelines on asthma management recommend a 4-step approach

More information

Inhaled Corticosteroids for the Treatment of Chronic Asthma in Adults & Adolescents aged 12 years & over

Inhaled Corticosteroids for the Treatment of Chronic Asthma in Adults & Adolescents aged 12 years & over Manufacturer Submission To The National Institute for Health and Clinical Excellence By GlaxoSmithKline UK Inhaled Corticosteroids for the Treatment of Chronic Asthma in Adults & Adolescents aged 12 years

More information

Generic Inhaled Medications

Generic Inhaled Medications Generic Inhaled Medications Financial Interest Disclosure (over the past 24 months) Irvin Mayers Company Speaker Advisory Research Medimmune Novartis GSK Boehringer Ingelheim CADTH Health Canada Financial

More information

The Novolizer s : overcoming inherent problems of dry powder inhalers

The Novolizer s : overcoming inherent problems of dry powder inhalers Respiratory Medicine (2004) Supplement A, S17 S21 ARTICLE IN PRESS The Novolizer s : overcoming inherent problems of dry powder inhalers Dieter Kohler* Chefarzt Innere Medizin und Pneumologie, Fachkrankenhaus

More information

LUNG DISPOSITION MODEL-BASED ANALYSES OF CLINICAL PHARMACOKINETIC PROFILES FOR INHALED DRUGS

LUNG DISPOSITION MODEL-BASED ANALYSES OF CLINICAL PHARMACOKINETIC PROFILES FOR INHALED DRUGS Virginia Commonwealth University VCU Scholars Compass Theses and Dissertations Graduate School 2017 LUNG DISPOSITION MODEL-BASED ANALYSES OF CLINICAL PHARMACOKINETIC PROFILES FOR INHALED DRUGS Anuja Raut

More information

Secondary Outcome/Efficacy Variable(s):

Secondary Outcome/Efficacy Variable(s): The study listed may include approved and non-approved uses, formulations or treatment regimens. The results reported in any single study may not reflect the overall results obtained on studies of a product.

More information

Clinical effect of Diskus dry-powder inhaler at low and high inspiratory flow-rates in asthmatic children

Clinical effect of Diskus dry-powder inhaler at low and high inspiratory flow-rates in asthmatic children Eur Respir J 1998; 11: 35 354 DOI: 1.1183/931936.98.11235 Printed in UK - all rights reserved Copyright ERS Journals Ltd 1998 European Respiratory Journal ISSN 93-1936 Clinical effect of Diskus dry-powder

More information

PHA Second Exam. Fall On my honor, I have neither given nor received unauthorized aid in doing this assignment.

PHA Second Exam. Fall On my honor, I have neither given nor received unauthorized aid in doing this assignment. PHA 5127 Second Exam Fall 2011 On my honor, I have neither given nor received unauthorized aid in doing this assignment. Name Put all answers on the bubble sheet TOTAL /200 pts 1 Question Set I (True or

More information

Considerations for Evaluation of Bioequivalence and Interchangeability of Orally Inhaled Products

Considerations for Evaluation of Bioequivalence and Interchangeability of Orally Inhaled Products Considerations for Evaluation of Bioequivalence and Interchangeability of Orally Inhaled Products Sven Stegemann Sept 16, 2015 Institute for Process and Particle Engineering, Pharmaceutical Engineering

More information

The pharmacokinetics of nebulized nanocrystal budesonide suspension in healthy volunteers.

The pharmacokinetics of nebulized nanocrystal budesonide suspension in healthy volunteers. Thomas Jefferson University Jefferson Digital Commons Department of Medicine Faculty Papers Department of Medicine 1-1-2004 The pharmacokinetics of nebulized nanocrystal budesonide suspension in healthy

More information

Study No.: Title: Rationale: Phase: Study Period: Study Design: Centres: Indication: Treatment: Objectives: Co-Primary Outcomes/Efficacy Variables:

Study No.: Title: Rationale: Phase: Study Period: Study Design: Centres: Indication: Treatment: Objectives: Co-Primary Outcomes/Efficacy Variables: The study listed may include approved and non-approved uses, formulations or treatment regimens. The results reported in any single study may not reflect the overall results obtained on studies of a product.

More information

APPENDIX 1 Printable point-of-care tables Asthma Action Plan Yellow Zone Formulation Table Region: Europe

APPENDIX 1 Printable point-of-care tables Asthma Action Plan Yellow Zone Formulation Table Region: Europe APPENDIX 1 Printable point-of-care tables Asthma Action Plan Yellow Zone Formulation Table Region: Europe Instructions: Print on 8.5 x14 (216 x 279 mm) paper (Legal size) Medication in Green Zone Change

More information

Concurrent Use Of Metered Dose Inhalers Without Spacer And Dry Powder Inhalers By Asthmatic Children Adversely Affect Proper Inhalation Technique

Concurrent Use Of Metered Dose Inhalers Without Spacer And Dry Powder Inhalers By Asthmatic Children Adversely Affect Proper Inhalation Technique ISPUB.COM The Internet Journal of Pediatrics and Neonatology Volume 13 Number 1 Concurrent Use Of Metered Dose Inhalers Without Spacer And Dry Powder Inhalers By Asthmatic Children Adversely Affect Proper

More information

Between-Batch Pharmacokinetic Variability Inflates Type I Error Rate in Conventional Bioequivalence Trials: A Randomized Advair Diskus Clinical Trial

Between-Batch Pharmacokinetic Variability Inflates Type I Error Rate in Conventional Bioequivalence Trials: A Randomized Advair Diskus Clinical Trial Between-Batch Pharmacokinetic Variability Inflates Type I Error Rate in Conventional Bioequivalence Trials: A Randomized Advair Diskus Clinical Trial E Burmeister Getz 1, KJ Carroll 2, J Mielke 3, LZ Benet

More information

Starting with a Higher Dose of Inhaled Corticosteroids in Primary Care Asthma Treatment

Starting with a Higher Dose of Inhaled Corticosteroids in Primary Care Asthma Treatment Starting with a Higher Dose of Inhaled Corticosteroids in Primary Care Asthma Treatment THYS van der MOLEN, BETTY MEYBOOM-DE JONG, HELMA H. MULDER, and DIRKJE S. POSTMA Department of General Practice,

More information

Pharmacokinetics, pharmacodynamics, and the delivery of pediatric bronchodilator therapy

Pharmacokinetics, pharmacodynamics, and the delivery of pediatric bronchodilator therapy Pharmacokinetics, pharmacodynamics, and the delivery of pediatric bronchodilator therapy David P. Skoner, MD Pittsburgh, Pa β 2 -adrenergic receptor agonists have long been used for the amelioration of

More information

Can all patients with COPD use the correct inhalation flow with all inhalers and does training help?

Can all patients with COPD use the correct inhalation flow with all inhalers and does training help? Respiratory Medicine (27) 11, 2395 241 Can all patients with COPD use the correct inhalation flow with all inhalers and does training help? Raid A.M. Al-Showair a, Walid Y. Tarsin a, Khaled H. Assi a,

More information

Performance of a Fluticasone Propionate/Salmeterol Xinafoate 3M Taper DPI

Performance of a Fluticasone Propionate/Salmeterol Xinafoate 3M Taper DPI 3M Drug Delivery Systems Performance of a Fluticasone Propionate/Salmeterol Xinafoate 3M Taper DPI Poster Reprint / Spring 2011 John Simons 1, Herbert Chiou 1, Louis Sigtermans 1, Tom Robison 1, Debra

More information

The clinical trial information provided in this public disclosure synopsis is supplied for informational purposes only.

The clinical trial information provided in this public disclosure synopsis is supplied for informational purposes only. The clinical trial information provided in this public disclosure synopsis is supplied for informational purposes only. Please note that the results reported in any single trial may not reflect the overall

More information

21/03/2011 AEROSOL DEPOSITION AND THE ASSESSMENT OF PULMONARY DRUG DELIVERY. Fundamentals of aerosols

21/03/2011 AEROSOL DEPOSITION AND THE ASSESSMENT OF PULMONARY DRUG DELIVERY. Fundamentals of aerosols AEROSOL DEPOSITION AND THE ASSESSMENT OF PULMONARY DRUG DELIVERY AEROSOL DEPOSITION AND THE ASSESSMENT OF PULMONARY DRUG DELIVERY Steve Newman Scientific Consultant Norfolk, UK steve.newman@physics.org

More information

Public Assessment Report Scientific discussion SE/H/1689/01/DC

Public Assessment Report Scientific discussion SE/H/1689/01/DC Public Assessment Report Scientific discussion Budesonide/Formoterol Sandoz (budesonide, formoterol fumarate dehydrate) SE/H/1689/01/DC This module reflects the scientific discussion for the approval of

More information

CLINICAL RELEVANCE OF IN VITRO PARTICLE SIZING DATA. Steve Newman, PhD Nottingham, UK November 2006

CLINICAL RELEVANCE OF IN VITRO PARTICLE SIZING DATA. Steve Newman, PhD Nottingham, UK November 2006 IPAC-RS Conference 6-8 November 2006 CLINICAL RELEVANCE OF IN VITRO PARTICLE SIZING DATA Steve Newman, PhD Nottingham, UK November 2006 IPAC-RS Conference 6-8 November 2006 1 EFFECT OF PARTICLE SIZE ON

More information

BIOPHARMACEUTICS and CLINICAL PHARMACY

BIOPHARMACEUTICS and CLINICAL PHARMACY 11 years papers covered BIOPHARMACEUTICS and CLINICAL PHARMACY IV B.Pharm II Semester, Andhra University Topics: Absorption Distribution Protein binding Metabolism Excretion Bioavailability Drug Interactions

More information

EMA/EGA. Session 1: orally administered Modified Release Products European Regulatory Requirements London 30 April 2015 Dr.

EMA/EGA. Session 1: orally administered Modified Release Products European Regulatory Requirements London 30 April 2015 Dr. EMA/EGA Session 1: orally administered Modified Release Products European Regulatory Requirements London 30 April 2015 Dr. Henrike Potthast Disclaimer The presentation reflects the personal opinion of

More information

Study No.: SFCA3007 Title: A Randomized, Double-Blind, Placebo-Controlled, Parallel-Group Trial Evaluating the Safety and Efficacy of the DISKUS

Study No.: SFCA3007 Title: A Randomized, Double-Blind, Placebo-Controlled, Parallel-Group Trial Evaluating the Safety and Efficacy of the DISKUS Study No.: A3007 Title: A Randomized, Double-Blind, -Controlled, Parallel-Group Trial Evaluating the Safety and Efficacy of the DISKUS Formulations of Salmeterol (SAL) 50mcg BID and Fluticasone Propionate

More information