From 26fec86603b5e667ec1f5485afa20bab67de2c45 Mon Sep 17 00:00:00 2001 From: Erik Westlund Date: Mon, 12 Aug 2024 15:21:23 -0400 Subject: [PATCH 1/2] docs: Add protocol.Rmd, supporting files, and compiled Protocol.html --- .gitignore | 1 + SemaglutideNaion.Rproj | 4 + docs/Abbreviations.Rmd | 30 + docs/Abstract.Rmd | 12 + docs/Appendix.Rmd | 166 + docs/Disclosures.Rmd | 2 + docs/MainText.Rmd | 189 + docs/OHDSI_page_header.pdf | Bin 0 -> 71316 bytes docs/OHDSI_toc_header.png | Bin 0 -> 53335 bytes docs/Protocol.Rmd | 180 + docs/Protocol.bib | 301 + docs/bmj.csl | 181 + docs/header.tex | 22 + docs/protocol.html | 43211 ++++++++++++++++++++++++++ docs/semaglutide-ndp-protocol.Rproj | 16 + docs/style.css | 13 + docs/title.tex | 1 + docs/utils.R | 145 + 18 files changed, 44474 insertions(+) create mode 100644 docs/Abbreviations.Rmd create mode 100644 docs/Abstract.Rmd create mode 100644 docs/Appendix.Rmd create mode 100644 docs/Disclosures.Rmd create mode 100644 docs/MainText.Rmd create mode 100644 docs/OHDSI_page_header.pdf create mode 100644 docs/OHDSI_toc_header.png create mode 100644 docs/Protocol.Rmd create mode 100644 docs/Protocol.bib create mode 100644 docs/bmj.csl create mode 100644 docs/header.tex create mode 100644 docs/protocol.html create mode 100644 docs/semaglutide-ndp-protocol.Rproj create mode 100644 docs/style.css create mode 100644 docs/title.tex create mode 100644 docs/utils.R diff --git a/.gitignore b/.gitignore index 5b6a0652..0f5219c1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .Rhistory .RData .Ruserdata +.idea/* \ No newline at end of file diff --git a/SemaglutideNaion.Rproj b/SemaglutideNaion.Rproj index 8e3c2ebc..21a4da08 100644 --- a/SemaglutideNaion.Rproj +++ b/SemaglutideNaion.Rproj @@ -11,3 +11,7 @@ Encoding: UTF-8 RnwWeave: Sweave LaTeX: pdfLaTeX + +BuildType: Package +PackageUseDevtools: Yes +PackageInstallArgs: --no-multiarch --with-keep.source diff --git a/docs/Abbreviations.Rmd b/docs/Abbreviations.Rmd new file mode 100644 index 00000000..3a70d336 --- /dev/null +++ b/docs/Abbreviations.Rmd @@ -0,0 +1,30 @@ +```{r abbreviations, echo=FALSE, message=FALSE} +abbreviations <- readr::read_delim(col_names = FALSE, delim = ";", trim_ws = TRUE, file = " + NAION; Non-arteritic ischemic optic neuropathy + DR; Diabetic retinopathy + PDR; Proliferative diabetic retinopathy + DME; Diabetic macular edema + VR; Vitreoretinal + GLP-1 RA; Glucagon-like peptide 1 receptor agonist + SGLT2; Sodium-glucose cotransporter -2 + DPP4; Dipeptidyl peptidase-4 + T2DM; Type 2 diabetes mellitus + VO; Vein occlusion + AO; Artery occlusion + AMD; Age-related macular degeneration + GCA; Giant cell arteritis + EASE; Expected Absolute Systematic Error + MDRR; Minimum Detectable Relative Risk + OHDSI; Observational Health Data Sciences and Informatics + ARVO; The Association for Research in Vision and Ophthalmology +") + +tab <- kable(abbreviations, col.names = NULL, linesep = "", booktabs = TRUE) + +if (knitr::is_latex_output()) { + tab %>% kable_styling(latex_options = c("striped", "hold_position"), + font_size = latex_table_font_size) +} else { + tab %>% kable_styling(bootstrap_options = "striped") +} +``` diff --git a/docs/Abstract.Rmd b/docs/Abstract.Rmd new file mode 100644 index 00000000..5accd4bf --- /dev/null +++ b/docs/Abstract.Rmd @@ -0,0 +1,12 @@ +**Background**: Despite its cardiovascular and kidney benefits, semaglutide has been recently linked to severe ophthalmic complications including non-arteritic ischemic optic neuropathy (NAION) as well as worsening of diabetic retinopathy (DR). + +**Purpose**: To estimate the risk of these ophthalmic complications, NAION and DR worsening, with semaglutide use compared with other non-GLP-1 RA medications (including empagliflozin, sitagliptin, and glipizide) among adults with type 2 diabetes mellitus. + +**Design**: Retrospective study employing an active comparator, new-user cohort design + +**Subjects**: Adults (≥ 18 years) with type 2 diabetes mellitus who are new users of semaglutide (a GLP-1 RA), dulaglutide (a GLP-1 RA), exenatide (a GLP-1 RA), empagliflozin (an SGLT2 inhibitor), sitagliptin (a DPP4 inhibitor), or glipizide (a sulfonylurea) + +**Methods**: Patients receiving semaglutide will be compared to propensity score matched patients with each of the other GLP-1 RA and non-GLP-1 RA medications. We will deploy the large-scale propensity score method that adjusts for a comprehensive range of baseline characteristics. Cox models will be used to compare the time to NAION or DR worsening between patients who receive semaglutide with patients who receive empagliflozin, sitagliptin, and glipizide. Similar comparisons will be made between the other GLP-1 RA (namely dulaglutide and exenatide) with each of the comparators. + +**Conclusions**: Clarifying the risk of severe ophthalmic complications associated with semaglutide (and other GLP-1 RA) by 1) characterizing the incidence in the exposed population, and 2) estimating the risk of exposure will help guide the appropriate use of this medication. + diff --git a/docs/Appendix.Rmd b/docs/Appendix.Rmd new file mode 100644 index 00000000..ff5c35c6 --- /dev/null +++ b/docs/Appendix.Rmd @@ -0,0 +1,166 @@ +# Study Population Cohort Definitions + +```{r study-population-cohorts, echo=FALSE, results="asis", warning=FALSE, message=FALSE} + +printCohortDefinitionFromNameAndJson(name = "Persons with Type 2 diabetes mellitus and no prior T1DM or secondary diabetes", + json = SqlRender::readSql("../inst/cohorts/17795_Persons with Type 2 diabetes mellitus and no prior T1DM or secondary diabetes.json"), + withConcepts = TRUE) + +printCohortDefinitionFromNameAndJson(name = "New user of semaglutide as 2nd-line treatment with prior T2DM and prior metformin", + json = SqlRender::readSql("../inst/cohorts/17793_New user of semaglutide as 2nd-line treatment with prior T2DM and prior metformin.json"), + withConcepts = TRUE) + +printCohortDefinitionFromNameAndJson(name = "New user of semaglutide as 2nd-line treatment with prior T2DM Dec2017-Jan2020", + json = SqlRender::readSql("../inst/cohorts/17809_New user of semaglutide as 2nd-line treatment with prior T2DM Dec2017-Jan2020.json"), + withConcepts = TRUE) + +printCohortDefinitionFromNameAndJson(name = "New user of semaglutide as 2nd-line treatment with prior T2DM Feb2020-Jun2021", + json = SqlRender::readSql("../inst/cohorts/17810_New user of semaglutide as 2nd-line treatment with prior T2DM Feb2020-Jun2021.json"), + withConcepts = TRUE) + +printCohortDefinitionFromNameAndJson(name = "New user of semaglutide as 2nd-line treatment with prior T2DM Jul2021-Dec2023", + json = SqlRender::readSql("../inst/cohorts/17811_New user of semaglutide as 2nd-line treatment with prior T2DM Jul2021-Dec2023.json"), + withConcepts = TRUE) + +printCohortDefinitionFromNameAndJson(name = "New user of semaglutide with prior T2DM and prior metformin and no insulin", + json = SqlRender::readSql("../inst/cohorts/17803_New user of semaglutide with prior T2DM and prior metformin and no insulin.json"), + withConcepts = TRUE) + +printCohortDefinitionFromNameAndJson(name = "New user of dulaglutide as 2nd-line treatment with prior T2DM and prior metformin", + json = SqlRender::readSql("../inst/cohorts/17796_New user of dulaglutide as 2nd-line treatment with prior T2DM and prior metformin.json"), + withConcepts = TRUE) + +printCohortDefinitionFromNameAndJson(name = "New user of dulaglutide with prior T2DM and prior metformin and no insulin", + json = SqlRender::readSql("../inst/cohorts/17807_New user of dulaglutide with prior T2DM and prior metformin and no insulin.json"), + withConcepts = TRUE) + +printCohortDefinitionFromNameAndJson(name = "New user of exenatide as 2nd-line treatment with prior T2DM and prior metformin", + json = SqlRender::readSql("../inst/cohorts/17797_New user of exenatide as 2nd-line treatment with prior T2DM and prior metformin.json"), + withConcepts = TRUE) + +printCohortDefinitionFromNameAndJson(name = "New user of exenatide with prior T2DM and prior metformin and no insulin", + json = SqlRender::readSql("../inst/cohorts/17808_New user of exenatide with prior T2DM and prior metformin and no insulin.json"), + withConcepts = TRUE) + +printCohortDefinitionFromNameAndJson(name = "New user of empagliflozin as 2nd-line treatment with prior T2DM and prior metformin", + json = SqlRender::readSql("../inst/cohorts/17798_New user of empagliflozin as 2nd-line treatment with prior T2DM and prior metformin.json"), + withConcepts = TRUE) + +printCohortDefinitionFromNameAndJson(name = "New user of empagliflozin as 2nd-line treatment with prior T2DM Dec2017-Jan2020", + json = SqlRender::readSql("../inst/cohorts/17812_New user of empagliflozin as 2nd-line treatment with prior T2DM Dec2017-Jan2020.json"), + withConcepts = TRUE) + +printCohortDefinitionFromNameAndJson(name = "New user of empagliflozin as 2nd-line treatment with prior T2DM Feb2020-Jun2021", + json = SqlRender::readSql("../inst/cohorts/17813_New user of empagliflozin as 2nd-line treatment with prior T2DM Feb2020-Jun2021.json"), + withConcepts = TRUE) + +printCohortDefinitionFromNameAndJson(name = "New user of empagliflozin as 2nd-line treatment with prior T2DM Jul2021-Dec2023", + json = SqlRender::readSql("../inst/cohorts/17814_New user of empagliflozin as 2nd-line treatment with prior T2DM Jul2021-Dec2023.json"), + withConcepts = TRUE) + +printCohortDefinitionFromNameAndJson(name = "New user of empagliflozin with prior T2DM and prior metformin and no insulin", + json = SqlRender::readSql("../inst/cohorts/17804_New user of empagliflozin with prior T2DM and prior metformin and no insulin.json"), + withConcepts = TRUE) + +printCohortDefinitionFromNameAndJson(name = "New user of sitagliptin as 2nd-line treatment with prior T2DM and prior metformin", + json = SqlRender::readSql("../inst/cohorts/17799_New user of sitagliptin as 2nd-line treatment with prior T2DM and prior metformin.json"), + withConcepts = TRUE) + +printCohortDefinitionFromNameAndJson(name = "New user of sitagliptin with prior T2DM and prior metformin and no insulin", + json = SqlRender::readSql("../inst/cohorts/17805_New user of sitagliptin with prior T2DM and prior metformin and no insulin.json"), + withConcepts = TRUE) + +printCohortDefinitionFromNameAndJson(name = "New user of glipizide as 2nd-line treatment with prior T2DM and prior metformin", + json = SqlRender::readSql("../inst/cohorts/17801_New user of glipizide as 2nd-line treatment with prior T2DM and prior metformin.json"), + withConcepts = TRUE) + +printCohortDefinitionFromNameAndJson(name = "New user of glipizide with prior T2DM and prior metformin and no insulin", + json = SqlRender::readSql("../inst/cohorts/17806_New user of glipizide with prior T2DM and prior metformin and no insulin.json"), + withConcepts = TRUE) + +``` + +# Exposure Cohort Definitions + + +```{r exposure-cohorts, echo=FALSE, results="asis", warning=FALSE, message=FALSE} +printCohortDefinitionFromNameAndJson(name = "Semaglutide (GLP-1RA) exposure", + json = SqlRender::readSql("../inst/cohorts/17816_semaglutide exposures.json"), + withConcepts = TRUE) + +printCohortDefinitionFromNameAndJson(name = "Dulaglutide (GLP-1RA) exposure", + json = SqlRender::readSql("../inst/cohorts/17817_dulaglutide exposures.json"), + withConcepts = TRUE) + +printCohortDefinitionFromNameAndJson(name = "Exenatide (GLP-1RA) exposure", + json = SqlRender::readSql("../inst/cohorts/17818_exenatide exposures.json"), + withConcepts = TRUE) + +printCohortDefinitionFromNameAndJson(name = "Empagliflozin (SGLT2 inhibitor) exposure", + json = SqlRender::readSql("../inst/cohorts/17819_empagliflozin exposures.json"), + withConcepts = TRUE) + +printCohortDefinitionFromNameAndJson(name = "Sitagliptin (DPP4 inhibitor) exposure", + json = SqlRender::readSql("../inst/cohorts/17820_sitagliptin exposures.json"), + withConcepts = TRUE) + +printCohortDefinitionFromNameAndJson(name = "Glipizide (Sulfonylurea) exposure", + json = SqlRender::readSql("../inst/cohorts/17821_glipizide exposures.json"), + withConcepts = TRUE) + +``` + +# Outcome Cohort Definitions + +```{r outcome-cohorts, echo=FALSE, results="asis", warning=FALSE, message=FALSE} + +printCohortDefinitionFromNameAndJson(name = "Nonarteric anterior ischemic neuropathy with index date correction and 2dxGCA", + json = SqlRender::readSql("../inst/cohorts/17760_Nonarteric anterior ischemic neuropathy with index date correction and 2dxGCA.json"), + withConcepts = TRUE) + +printCohortDefinitionFromNameAndJson(name = "Nonarteric anterior ischemic neuropathy with index date correction and 2nd dx and 2dxGCA", + json = SqlRender::readSql("../inst/cohorts/17761_Nonarteric anterior ischemic neuropathy with index date correction and 2nd dx and 2dxGCA.json"), + withConcepts = TRUE) + +printCohortDefinitionFromNameAndJson(name = "Proliferative diabetic retinopathy", + json = SqlRender::readSql("../inst/cohorts/17706_Proliferative diabetic retinopathy.json"), + withConcepts = TRUE) + +printCohortDefinitionFromNameAndJson(name = "Treatment-requiring Diabetic Retinopathy or Macular Edema", + json = SqlRender::readSql("../inst/cohorts/17815_Treatment-requiring Diabetic Retinopathy or Macular Edema.json"), + withConcepts = TRUE) + +printCohortDefinitionFromNameAndJson(name = "Treatment-requiring Diabetic Retinopathy or Macular Edema including vitrectomy", + json = SqlRender::readSql("../inst/cohorts/17788_Treatment-requiring Diabetic Retinopathy or Macular Edema including vitrectomy.json"), + withConcepts = TRUE) + +``` + +# Negative Control Concepts + +\captionsetup{labelformat=empty} + +```{r, echo=FALSE, warning=FALSE, message=FALSE} +negative_controls <- readr::read_csv("../inst/negativeControlOutcomes.csv") %>% + select(conceptid, conceptname) %>% + rename("Concept ID" = conceptid, "name" = conceptname) %>% + arrange(name) + +colnames(negative_controls) <- c("", "Concept ID") + +tab <- kable(negative_controls, booktabs = TRUE, linesep = "", longtable = TRUE, + caption = "Negative outcome controls specified through condition occurrences that map to (a descendent of) the indicated concept ID") %>% + kable_styling(bootstrap_options = "striped", latex_options = "striped") + +if (knitr::is_latex_output()) { + tab %>% + column_spec(1, width = "40em") %>% + column_spec(2, width = "15em") %>% + kable_styling(font_size = latex_table_font_size, + latex_options = c("repeat_header"), + repeat_header_continued = "\\textit{(Continued on Next Page...)}") + +} else { + tab +} +``` diff --git a/docs/Disclosures.Rmd b/docs/Disclosures.Rmd new file mode 100644 index 00000000..968edb35 --- /dev/null +++ b/docs/Disclosures.Rmd @@ -0,0 +1,2 @@ +This study is undertaken within Observational Health Data Sciences and Informatics (OHDSI), an open collaboration. + diff --git a/docs/MainText.Rmd b/docs/MainText.Rmd new file mode 100644 index 00000000..82e81800 --- /dev/null +++ b/docs/MainText.Rmd @@ -0,0 +1,189 @@ +# Rationale and Background + +Semaglutide, a glucagon-like peptide-1 receptor agonist (GLP-1 RA), is approved by the US Food and Drug Administration (FDA) for the treatment of type 2 diabetes mellitus. It has been shown to reduce the rate of cardiovascular death, nonfatal myocardial infarction, and nonfatal stroke in patients with type 2 diabetes at high cardiovascular risk.[@marso_semaglutide_2016] Furthermore, results from the recent FLOW trial suggest that semaglutide can reduce clinically important kidney outcomes and death from cardiovascular causes in patients with type 2 diabetes mellitus and chronic kidney disease.[@perkovic_effects_2024] Given their benefit, the American Diabetes Association’s Standards of Medical Care in Diabetes recommends GLP-1 RA as one of the two preferred options for add-on therapy in patients with type 2 diabetes mellitus and established atherosclerotic cardiovascular disease after lifestyle intervention and metformin.[@american_diabetes_association_professional_practice_committee_9_2021] + +Despite the benefits of semaglutide for treatment of type 2 diabetes mellitus, recent studies raise the concern of adverse ophthalmic consequences—non-arteritic ischemic optic neuropathy (NAION) and progression of diabetic retinopathy (DR). + +NAION is a rare acute ischemic injury to the optic nerve with an incidence of 2-10/100,000 people per year and resulting in blindness in nearly a quarter of affected patients.[@mollan_semaglutide_2024;@hayreh_nonarteritic_2008] In addition to anatomic characteristics that predispose certain optic nerves to this ischemic event, there are also known systemic risk factors including diabetes mellitus, hypertension, dyslipidemia, and obstructive sleep apnea.[@mollan_semaglutide_2024] A recent study published in JAMA Ophthalmology linked the use of semaglutide with an increased risk for NAION as compared with non-GLP-1 RA.[@hathaway_risk_2024] + +In 2016, the SUSTAIN-6 trial evaluating semaglutide identified a risk of DR complications which included vitreous hemorrhage, DR-related blindness, and intravitreal pharmacotherapy and laser photocoagulation compared with placebo.1 The increased risk for retinopathy appeared to be confirmed on meta-analysis.[@albert_glucagon-like_2023] Since then, multiple retrospective studies have not shown a difference in the risk of DR worsening, the largest of which included ~400,000 adults with diabetes.[@barkmeier_comparative_2024;@stevens_long-term_2024; @sharma_semaglutide_2022;@joo_effect_2024] + + +# Study Objectives + +The purpose of this study is to investigate three concerning ophthalmic complications (NAION and worsening of DR) from use of semaglutide for the treatment of type 2 diabetes mellitus. + +1. Among patients with type 2 diabetes mellitus, is the risk for NAION higher among patients who use semaglutide as compared with a non-GLP-1 RA anti-diabetic medication? +2. Among patients with types 2 diabetes mellitus, is the risk for DR progression higher among patients who use semaglutide as compared with a non-GLP-1 RA anti-diabetic medication? +3. Among patients with type 2 diabetes mellitus, is the risk for NAION higher among patients who use semaglutide as compared with other GLP-1 RA anti-diabetic medications? + + +# Research Methods + +## Study Design/Data Source(s) + +This will be a retrospective cohort study employing an active comparator, new-user cohort design, comparing the risk of NAION and DR worsening among adults with types 2 diabetes mellitus exposed to semaglutide compared with other GLP-1 RA medications and non-GLP-1 RA anti-diabetic medications. Other GLP-1 RA medications will include dulaglutide and exenatide. Non-GLP-1 RA comparators will include other second-line treatments for diabetes including empagliflozin (a SGLT2 inhibitor), sitagliptin (a DPP4 inhibitor), and glipizide (a sulfonylurea). These comparators were chosen based on the most commonly occurring medication within those classes from the LEGEND-T2DM study. (https://ohdsi-studies.github.io/LegendT2dm/Protocol) + +## Study Population + +We will include all adults (≥ 18 years) with type 2 diabetes mellitus in each data source who meet the cohort entry criteria for each exposure cohort (detailed below). + +## Exposures {#exposures} +The exposure is receipt of semaglutide (GLP-1 RA), dulaglutide (GLP-1RA), exenatide (GLP-1 RA), empagliflozin (a SGLT2 inhibitor), sitagliptin (a DPP4 inhibitor), or glipizide (a sulfonylurea) based on the definitions of LEGEND-T2DM. (https://ohdsi-studies.github.io/LegendT2dm/Protocol) In brief, these will include patients with T2DM with prior metformin monotherapy who initiate treatment with one of the four medications. Patients have to have one year of observation prior to the index date, no prior drug exposure to a comparator second-line or anti-diabetic agents, and at most 30 days of insulin exposure before the index date. + +As a sensitivity analysis, we will examine patients with each of these anti-diabetic medication exposures but without the second-line therapy requirement, meaning that they can be on another anti-diabetic medication at the time of cohort entry. + +## Outcomes {#outcomes} + +The outcomes are NAION and DR worsening. + +NAION will have two definitions, one designed to be more specific and one designed to be more sensitive: + +- NAION-specific: + + 1. 2 instances of ION diagnosis codes on separate days (within 90 days of each other) + 2. If the 2 diagnoses of ION are preceded by the following diagnoses within the prior 60 days, then use the occurrence of these prior diagnosis to mark the start date of the outcome + + Visual field defect + + Optic disc disorder + + Includes concepts of optic papillitis (concept ID 435269), and “other disorders of optic disc” + + Optic neuritis + + Includes “Unspecified” and “Other” optic neuritis + + Optic disc edema + + Includes papilledema + 3. Exclude patients who have 2 diagnoses of giant cell arteritis (GCA) any time before or after outcome start date + 4. Exclude patients with a diagnosis of traumatic optic neuropathy before outcome start date) + +- NAION-sensitive: + + 1. 1 instance of ION diagnosis code + 2. Adjustment to the start of the outcome (same ones as above) + 3. Exclude patients with 2 instances of GCA (any time before or after index date) + 4. Exclude patients with a diagnosis of traumatic optic neuropathy (before outcome start date) + +DR worsening is defined as: +- New-onset PDR +- Treatment-requiring DR/DME + 1. New exposure to anti-VEGF medication, procedure for focal laser photocoagulation, or panretinal photocoagulation + 2. Has to have a diagnosis of DR/DME within 90 days of the outcome start date + 3. Exclude patients with diagnosis of VO/AO if ever in the days prior to outcome start date + 4. Exclude patients withAMD in the 365 days prior to outcome start date +- Treatment-requiring DR/DME (including VR surgery) + 1. In addition to above, also add exposure to vitreoretinal surgery (mechanical vitrectomy by pars plana approach Concept ID 4314406) + + CPT Codes to include: 67036, 67039, 67040, 67041, 67042, 67113 + + CPT Codes to exclude: 67108, 67107 + + +## Covariates + +We will deploy the large-scale propensity score method that adjusts for a comprehensive range of baseline characteristic.[@tian_evaluating_2018] + +## Negative Controls + +Negative controls will be picked to represent exposure-outcome pairs where no causal effect is expected to exist. We will adapt the set of negative controls that was used in LEGEND-T2DM (https://ohdsi-studies.github.io/LegendT2dm/Protocol). (See full list located below) + +# Data Analysis Plan + +## General + +Although the primary aim of this study is a comparative safety study, various standardized analytics available in the OHDSI community will be applied. The Strategus pipeline will be used to call various packages in the HADES library for A) data characterization (A1‑cohort diagnostics, A2‑cohort features, A3‑incidence rates, A4-time-to-event), B) population-level effect estimation (C1--comparative cohort study, C2‑‑self-controlled case-series).[@noauthor_ohdsistrategus_2024;@schuemie_health-analytics_2024] + +## Data Characterization + +### Cohort Diagnostics + +The R package CohortDiagnostics will be executed for all target, comparator, indication, and outcome cohorts to evaluate measurement error in the phenotype development and evaluation process.[@rao_cohortdiagnostics_2023] + +### Cohort Features + +The Characterization and FeatureExtraction packages in HADES will be used to identify features of patients in each exposure group who had the outcome and those who did not have the outcome.14 Features will be extracted from the 365 day observation prior to cohort entry and will include variables such as demographic data (sex, age group, race, ethnicity), prior conditions/drug exposures/procedures/measurements/devices/observations, and risk scores (e.g., Charlson comorbidity index, DCSI, CHADS2VASC score). + +### Incidence Rates + +The Characterization package in HADES will be used to calculate the incidence rates of the outcome for each exposure cohort and indication cohort. The rate is calculated as the number of outcomes during the time-at-risk divided by the number of total person days. + +#### Calculation of time-at-risk + +The primary method of calculating time-at-risk will be while the patient is “on-treatment”. This is defined as from the start of cohort entry (or diabetes drug initiation) until the end of the continuous drug exposure, defined as a gap in exposure of >30 days, end of continuous observation period, or study period. The second method of calculating time-at-risk is based on “intent-to-treat”, which will be used as a sensitivity analysis. In this analysis, patients are analyzed according to the first diabetes medication drug cohort they enter, regardless of switching from one cohort to another. + +### Time-to-Event + +Time to the outcomes of NAION or DR worsening (as defined above) will be calculated for each exposure cohort. + +## Population-Level Effect Estimation + +### Comparative Cohort Study + +The CohortMethod and Cyclops packages in Hades will be used.14 Large-scale propensity score methods will be used to match the targe exposure cohort with the comparator export cohort (e.g., semaglutide vs empagliflozin) using 1:1 propensity score matching. Given the concern for increasing usage of semaglutide in recent years, we will also perform a sensitivity analysis with calendar year restriction: Dec2017-Jan2020, Feb2020-June2021, July2021-Dec2023. Cox proportional hazards models will be used to estimate the risk of NAION and separately DR progression while on treatment using the intent-to-treat design.[@cox_regression_1972] Negative controls will be used to assess residual bias. + +### Self-Controlled Case Series + +The SelfControlledCaseSeries and Cyclops packages in Hades will be used to estimate the relative incidence of NAION or DR progression using a self-controlled case-series design.[@schuemie_health-analytics_2024] Diagnostics will be run to evaluate whether this was an appropriate analysis. + +# Study Diagnostics + +1. Preference score distributions to evaluate empirical equipoise and population generalizability +2. Extensive patient characteristics to evaluate cohort balance before and after propensity score adjustment +3. Negative control calibration plots to assess residual bias +4. Kaplan-Meier plots to examine hazard ratio proportionality assumptions + +## Diagnostic Thresholds for Cohort Method + +```{r diagnostic-thresholds-cohort, echo=FALSE, message=FALSE} +abbreviations <- readr::read_delim(col_names = FALSE, delim = ";", trim_ws = TRUE, file = " +**Study Diagnostics**; **Threshold** + +Covariate balance (Standardized Mean Difference); <0.1 +Empirical Equipoise (Preference Score); >0.1 +Residual Bias (Expected Absolute Systematic Error (EASE)); <0.25 +Meta-analysis Heterogeneity; <0.4 +Meta-analysis Minimum Detectable Relative Risk (MDRR); <10 +") + +tab <- kable(abbreviations, col.names = NULL, linesep = "", booktabs = TRUE) + +if (knitr::is_latex_output()) { + tab %>% kable_styling(latex_options = c("striped", "hold_position"), + font_size = latex_table_font_size) +} else { + tab %>% kable_styling(bootstrap_options = "striped") +} +``` + +## Diagnostic Thresholds for Self-Controlled Case-Series + +```{r diagnostic-thresholds-sccs, echo=FALSE, message=FALSE} +abbreviations <- readr::read_delim(col_names = FALSE, delim = ";", trim_ws = TRUE, file = " +**Study Diagnostics**; **Threshold** + +Covariate balance (Standardized Mean Difference); <0.1 +Pre-exposure; >0.05 +Time Trend; >0.05 +EASE; <0.25 +Meta-analysis Heterogeneity; <0.4 +Meta-analysis MDRR; <10 +") + +tab <- kable(abbreviations, col.names = NULL, linesep = "", booktabs = TRUE) + +if (knitr::is_latex_output()) { + tab %>% kable_styling(latex_options = c("striped", "hold_position"), + font_size = latex_table_font_size) +} else { + tab %>% kable_styling(bootstrap_options = "striped") +} +``` + +# Strengths and Limitations {#strengths-limitations} + +When executed, this will be the largest study examining the association between semaglutide and the risk of NAION and DR progression. Other strengths of this study include the diversity of the sample (from multiple institutions, multiple countries), and rigorous study design. + +Limitations are mainly due to the retrospective nature of the study which might have confounding despite propensity score matching and stratified analyses. Additionally, unlike single-site studies, the diagnosis of NAION cannot be confirmed from manual review of patient records. + + +# Protection of Human Subjects + +Each participating institution will seek IRB approval for this study as dictated by local governance. + +# Plans for Disseminating and Communicating Study Results + +The results will be shared and discussed among the study participants and broader OHDSI community during the weekly Tuesday community calls. This work will be presented at conferences (OHDSI Global Symposium and/or ARVO) and published as a manuscript. diff --git a/docs/OHDSI_page_header.pdf b/docs/OHDSI_page_header.pdf new file mode 100644 index 0000000000000000000000000000000000000000..2f189d8788013fd881b73f4cb096fa57108f5eca GIT binary patch literal 71316 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�!x`%%fC}=(rrg| zz)u@S#cU{T<>u90?LOmU-kM^3Z=Oj*e24(S@$HJMz}3+gu{KTBwv)3-U!PMNz>}ok z`{Zo<W{L{U33YH5rYeVM$bYO~UJusF_(BgVpsslrf@gXS<_3f}xo zD&;K2sd6V8^X^VsB`*D_*WNeNhN-IyGxbxVRs)*$Do+f8n$i+<_BRGD%G+yee7{^K z%N7vCrnwe-IWN>rlWivB?9yVjMq(!q(!1Ip=x7)o$>M6Rt+KYsmU$@#&KF$L@$`+8E=s1*J z^rh*ty`@u+Ihh2}C@cFVzDGi~t)BCL^!+Z4+EB)^c8yJOYm=k4Zt^vi)6e0xo$9o0 z-W>9^L0VobPJs_0;>fYgp0HMaY{`p*fAa`uA~ct#5DbZ~1{rQ))Q{5CzlSV^y2UXC zCw>csCDGOKRJ_^TD7ujENpWS-z}>Y3fcw4X^?qqltj;3iPFCI$5QiJWCbt29ou9&y zM}O%@nR!C!>p&@6`#pv!4nyk!CjmTle#c$(%u}GB>-b}LB&JP_B+W8SG#Bd`@zf&{nTX!ZN@0{8NSU4#S6}n(`R=W^aiZ- zQN~OAuZ^j~p_(T7=;aKs0jwEhcCBBrAkpQHnUh$0F;GfJop7o3&8fZ&L0T{#kEaNe zp)xTjZ4xy#plp%af|F0Z$V%Q%mAV8x6Tu za7}5t<9QntGl}sFXIukPJ9Y;ML&Y`;pSlM6dneToU|8ev8jEjOYXQe1v)4w%uqi50 zXJ3}2q>e81*BTbXD_xH`t`)^T3-~slCqG|;gN~8on)cj6TuYm-T6CQCUw(oT^$@>V z6-pQ+c3KQGla8h=Ke>Cv3jj?&4&Eqc|JZ@%O9{`q2T#0%YOky6*{+tNW#Ox=D61kV z4WH(!kUYI0F*P$Es}39uNW_Gd0u*YBZvwIABxdaRv<5br!sq}J`PRcJt+SBjkzRuz z0G+|0?VhZ=sV`0VPdwaeFLvfyBcLXc7XcUBAM2{;C6>!84PF9|kzb1GAL)G-fC`NO z=T;8Emb^VIuy@wIZ5zJ;Y)m}Do4sQe8xu~JMVf}63H?RasYK}t`AaqiFaA>2KL}P0 zesKTV$x6+KT2&1~kYw=l_q+_pYHh%XG!vsTB;s%LML~$yDD$Z%3>m;D()5IJJJHza z3Ke?Lu;p-zz+gl6sdjs2yE{X|aw7U4PEzoleH$Msp7}0AXF=QNq#JHA+%V;cH=}?FFQ1~#iiBfn7uXxU0<%+ zrG!9rNc&nBsBvhtFFj$ZdNAs$q`bf9qjeQKlJhpe`J`mX(Nv)EZbN+Zi@T@m^x?`p zniYu+dJO;{>7to7yX-dls##Q+Jj~Px$JWJsP)yff8PYyn>G3|8OsRg#Kw=xl0v6AI z^;Yx*2SjOtb4f+n_j5T_Nf-Y7&3+I7nh+4^-Y^GE)KW#E89o_V zyf1FQXz;s$-Hie1Z|Qci;nlb!#Br}hE?9ZC%2UiBQCwDPj_PCONIC?~QTYw8D+#IwYdu@??GxkBLP9PFMY2+3hV$r#;@3 zujF7J-qnu9b-v?J4AWOEPQ7u4PHR=Szx&O(6^RNW#&Q*VhZ?{(G@eNpxBY!KZP8f? z`=@)BohN2Z+)+5^rv)$(Pke&lQcCBy!(`1^zmyze6{Q-$;*CwC2Fwb2?YdNpSzJCH zgHpi@xNikk%kHy4%QX>U_WP+<YoC`aTh(ylJz2Z(jPa3#UHL_}XosR^DwI=z@q%985wh>XE1iH&yiI5r_c?Rhp$Gg=`z zVGbpjsoDA_x-D-d$`ms(SvHG@s~s8g-}j?pUSNx|pP7D4zcJp)Knb|rXRc6f?~@v`I9WnL~Qt1h-cRoL5&*)B(MnF7@tyKkRW_)In0f4`!m z;0@`Y!RhYZ_3jQ4=a9gq;1>3u`oq(}<->Nf(7DMZYRdu*zti&SZbm&@^874fN+LStHNtI~**4kmyIVQa9ux zHvCE)Oj?Gj<*yfdVyTZQ)^x&-C;wfkL@uD&~NI2a*C`iOZ&WlP!`h@Wgns zeM&cw%j2YS_pvrXb23skPLN5?&~pWS-2P4HTVhZLI4l`FTd(}UuFzxr zu{HC>G-`;1cKrJqJ*L^a)YEe4BXuxm<#(UP&xcRi9)iI>|I`uceJ~5Q?0^ZIn!^a506_1evKN-Z6LmkFj}=Qp@WlHk!Z& z392r4nl{9E!C@1{hE2A{<;2svdJ?P!`@UO_tozfDJ&p2tnSNic$k)M7t~qagyCkoY z86RSDapRb?CrHEZ?qNIO>d~y6>hS#_@ZvwIT`x7rybo$=yH4XE`3KNTRdkpP>Nb+nX$;Y7RH-rO zXe-7nqhwvAId)mzNc-0g#@1%LkuhecEXJcT1@A~vWNL}+IN54cX{D3w3sCT!^3*@y zQG*}*zrUGCm&Ub&pf;z6SBm>&_wD+F_0)S)g)2W;U*Dmi9I71(gF~0#IJ|lrzT236 z=IRgb5iD#-?i&bv9)DojZx>Yh;ZrXw7$!nXn^e5 z@|XT-!8O8hs|yi8LgotM+0alE5G(vt|H=Nu+l{iC-OvXwq<-`r%Hb`Kz5; zqU1rU@HjVDZTNmq)?hRP;>GiHf@#}b?Y%hMMzR?GF4ijptF2-mpxHijgO?45? zOr`MYmA5mu%~A#KCWsuS(|taEo@^g|i-INFhGlirbPK1FHnK$ve1AvTA-S>QEmiOk z7{Te@fab;x%PhngzLSw#kE7-?B%oPc+6Vvuw0P)|YqwObfmt6pDORP3oT!1!SyKz^ z=^@KrH*~4O{pi#IhE%$b9$0x_e)^QA2@IMawqeLxy*f*g4n?qnWuIiPfC?`4%^-NM*14bkRPup<{D26- zdem5>j;DIzEz3X)u_vlS#=iLueHSLJD=wzNVFj!h>5eQL@F!8Q>&50W3HtAM^DFP* zoz;;#w3vE-ZdO5lz0EA_Lx{F;cA)Euh&dTumyFR8<6A}_>^7Q?f^#!D|I+l(;z@bA zF2CY|Irw^X8V-`x6c{hSwQ4Ahl1dX+MShnbVJ5Ku7;~EiDOhJBUY#~);l3~!OY!gr zO|{Vg#LLHR1HiS9m$urIi?wbFG~f&00p(?{-%1n<2U}19INexY(C=J(p=_<99I)C_C;=Gvgtq_ z%AS%LjAd3>OhIDdCAovpr|5u2*)EkZ$o5=l5^i=P>W-lju%tinjuw>%FdM z!AyA%w{e1Egr|g+WpXXEcKn~sOG+k=ZBFYAFo3e@0G1LizHh*`FeXM>a+tK1jH3}s z%!Tay&!4uSW}KbD*>Vl#>1T$dX+!uDUmwAip&QPtBUiY0U8i^${CgG&l7$dXMwnMFn)fE(c0Ihx3(v0y(7s+MQU;obo)n zV6vATTLLk05PA!_V*nF{KHJcMm~o_FY{siU{Uez7l6!H(eG@Wlvqbg!k@N{0ehkT@ z0Bop>F*2!w?U$C^ER%&WRMR?brB=nBEUVUGSyNDBhv|U0O0NY-cAB-v5sc|b+_yH`&F^zK)bGKpsz9!=j6r1!h%nSyauoe zv0wgDReC)xyy$%H(vL|;xnRF5?e9=U!p(lK;&N{@xQaE)wY)1@09Na}<*N#tR0m=l znU<7VG^(PO6N|k9Yysd%`*n)BQl#?N(Zk6^+u%>UJI?B+1h%DkJaaMX?=hloZmPlh z3E+ftd5eU2=4bXXnknZ`XEN@e)It1M*kr4%FNh?Mxf|nNO?x&2t6&S7zk;sant_l- zb4%9rEqfIC=_-2y8ahXLQ$?7&uCW(N=Qbt>vV#tkElVtmMZQCm=PPAqa}Cwf{sLyx zT^HgC1;)FTyImLd&IW5(PsegG?ye-yiNEp)jp0&WnfB9>i6_Gm*k@<0Y_{Os?Ctrh z;5=~xAI>?jIPv83+oI%HgHkrsMVmu79k7=iTJ&TK&QQzcyqUOuyC+0l0ovTx9r(-@ zPgu$EpHw=XIL>RAUWPtf%4%B1WM5I6B6ck*q&&n}!MVFBuFR9nI7*cV2T;5`aWpI@ z5lsmSM0^!h_#}T9Bb=$qhk_#Zl#ee@Rg^g$Nf15<@tr836Pp8Rnaws?e{e@i7Z!*g za(e^NveJYD2m6p!o`|UsVC=S$HF__b~BU8Rl?uze(bZxe*N6{Bbi(fpOhl*}- zk0E`}jeB0tFCE+f@Q?-)ZXQ9_Q4sc+-(DX%Lb@=ZYJqS+f@y=H($p(H4Xc_12vx8)rMLDyG5?bp28Z!eUy>NAp=7&gViL%19X~3ilXD z?gS1zzed3tDSUp>M!LUhJ`)vui6)vvHtBDIwH`5T=D%rgs6a8*%uF&FnnA&ZP*p0z zh0>L#h%XOVg@a@{q+GuhJ;ZV=5L3ETw2Yd;6rsWW7xODho0psEh60%R6i zxhwYcGYk*jiL0|s+f&4x-T`a>rZe{?F|8=-5?1#o3wk4m9$~LS`MgS)#L`K1j1hW( z7%FI28IjFF4%q_mmRTQ6sZ`X>T)Cq0Rnymb*f=UA6#tLxzRWyO{faiuje_RtRY7pU z#J@<$SGJ%DP31mL&XS9B6HV-^ygF&-{q0HK(l%BtNwWrU4WGfDLe??uF^X9#oS|9o zNb0Yh=%Ba^;mN+bC)4cqCXEAf=aPdpE8@4Ixdu~U1h?M8OfwcP_*p|OFqm>C`f(-= zamA+jE2Ri*5b^g7r?=xb15wao7J^N?h+T^C>mdhk8qMiY9$KlE-80R~{D554l*>sS zm0*jn(!rC{xeu$<42e)ATK5HJv>)BjT6f*L4(Jp&I6{Ar($?$w!S(4jIcZ=W$v_xSf1-bq-L;(0f#hR-v%vjaj{dsp5smsr|kbIE4IU@=1+hVC?{ZyN+1k1?1h9Jipu z1o?}&^TbW}ImYC?+$pfW*#-`Y_2-_=Q-R~I2QZw87Oeq6+bDu?xd(;go(hwZ2FjcJ z72p?5w$yoB0ldiqM640~`lZxXnR%^S(6wmyva;AoWe#}r1yb?Ce3?39jPw1iO=_?C z^26=sZK-FYXlS;FlI_w}BwSPWn*(hO8*<*-#{KEwFQmekKShENeLcd3>oUWfpc+Cc zu6DA|bm`7@MqmTx#<%IZXC^e)lkt5E06HI~lWRj|3o_-{UBiQmUDhO|qKO zM)!HSZ7Ej4=?}D&tuP!$gQQnmU%+@?XKx*EB6#jSQ4|?n=71lw99Lal+pNq7fY@*H zM&Utz1|Gwp3neV4F3a%g>YtWH4}DP&uyt)^mA<@4Ef$0D!xO%J*#`Qi%NuPhDu;L= zc7V^$`PYa}d`XwYD3cfzhKm9XCQgW8;Phn|{xv_xas)Qu5v;|i(5MR`k_M9=qaK=D zOn|WC31}*Vcz@LzhhjIG=BYs1OBRTm+nw^MJ=o}J_&>Q%N3E!;O;w)83h1P8x167^ zc(lcUlYs4}fhpUo-v+r?W=*%NN`y!faIaZ1jsu={K5X4$$D^HPivq@qGD6&S&#zH% zDSZ)KF0!SuP=3DRyW8ufP$czEQ!Ob7dszpKsbXN3I3eN($K)UDm1jg6AOq8Eu<++b zYVp&x^QN$4IIpm)Cy$dzmFVm28A4gv_U{%Ifq@NU;KcprI>YW9H1_wsntt z-Ei=R+%8doVweHF;|@Ck@7{@A0OO?wLq+uD!ectg&?p~h?yT2Q=a2#xR(Fh0sW}ll z1xcf9%%OAa<*Q&K*`Mf~IX-PC(e;ku*522SRijxI8z6knrvJPiFyysa6o5u#AUc3I zZqE(EpgWfg$<^~P#QlbHrQTj9m77YZQFVcmo#jmgiw$yvWiL1fe*7zNy$@_4gC$MN zDSryIudpc`df&37I6+Eh$HAvvq^=#?$)7scCM&?%-T-uzFru%dMW^`)E`BLg&$qz} zf)+~B9q8#EG%K>4I!(D3p}Xgzoj{x)rfrDRdCT8g97=$F^auC2^=WI+r`qg-E#b@N z$LOUi&!_93H_cfwDA=R+n)y!K-UC`-Q%n@5Bu!Jl@eD(8{jp%JN8@k2T9UrLzJ0ZS z_^lJH40(sEFdiyGqU1r41%DC0AAgvEopI5zmoHCCXJ%`2{ih;7Mfe1by1@<|G30yN zlF8b10$i|Uh3|eXg`n@#X9#qy_Bo|{ay8LVE4c9Gt(majY0p6L9OROU6)iY7QB3n& zssZb~^I7(fzVqaq_f^2(^XGLYyX%~F>qTHy>G>l6@Edf@CuB>kS)!9A{b#DoPxjev z6|2ezhQLm1!9FLm+;TXu>Q(7T4C_YOKwH@rh5Luas1=HwoLiiscA%b%WljG+lvzR5 zdQlip%^1(M;O5Kev+6yIM2=nNYg~$eE8eK0AzphEkL*k#(u(R*wI2iHTZ`j>mhh_h#q{{am6LYN{`P-UYi(vua^lQ@w3wa?+Qc zZv?-Uu^GZ*vlhkIY?WIVh)7aCAjNZO$qWxsw-hZ2M7w@*>pqK5YBvx=E1p*H;hYg* z@QqokzQU#L=BaPiz-s90h|X<^q*zz_0&0w*3M`%xFrI!T%3FEfjy^}Fh6a_FM`BGD zfB(tzP)Aq1l1diRg{Qb>wW1m`^UGq6^&b4{63I2=p)O=9hmy7jZBjT?QrvJ(B#NYk zAnP5Q|9)rwIu$SOg}3|cp^;5MQ*sc`W=5gNf#JQoY=L{2y~k1abAEYv?ABS^m)+Up zyzuxx7cFSdwMYkCxW0%S&FdOi1H>#f6w_!}J=3B0jdu?wAxK{g?%n=R4sW>>F~M&xi`T6!#Hx$f#NY5Y9gr%l+i2P4yNFv+YUw6!DaIUEC;iVlhrjCG zqf4o`rezhn$Z;4?&c~aPp?l^K_t6!ko0^$V0KCwm^jvZDOlodcS)5O8wGK@X& zMsy}!Rm3sLD6xn&Vy|yN_MS6s=BLrHm8yI&*2KPfIx(Wg9?#hh%Uaw~x6r$oV}br_QcSrluHKBV{_Ie!=A83Ov? z@B4(N$G@$z23%`WRupK!AIFto^J3EqmHaF_omu9N{6xcdNqFBAV!AILNAMjOoAsyn zZ2&jz0m|NLy&_mcg!W|S#NR<6ebob&-KeCS1qht~ZYx8n*k$BjC#7#QeJuX#-^7l((SvYQ*FR7VymVbm$MeD9h zC>}(70#ZLN_a<5UQGoXxmExe=uFpnzLS;ZEw3@^-3sNgX`xVF0nIy6qEUcc=c9tPe zxNIjd7Gq$tjAG-|+|p6*Bst}J{j@y_$d2$}X*e%od1kFRyoJ^SeXWP5ova~$(gg7= zz}D_NmwGH4yi7o{_25qLXoveTnIW@(5p}zs^)!d=N5Rgl0v$E z*`lEBWc8_~KLyR|b+yuylRS9oNB8-N{R+0Zrr@#>WhEi)FWwr$(CZQFL8I%S)?Y#XQC_5Ix)efxGqM@K*0ryKiWzh%svD_71jGe?ev zC3{$RerGEURM8~>wR90@^4x5OWpH*r)fUnPSK-~2oG0U}HtVgm#oX4OIri#n*FBZD z&-%E1I^$goxFPAOA~!(FI+i2#j#_79nxy@y6nPqb59T3R#F!Qm9=LlZF76`He^U!(}!z((RN+OFFEI5N5J z6d`~2esh`SscTzJ8mgkTi#zh3$y>3uIJqEp?^AuI6hadF+^;K5V__4H2L4QfmorZp!(12R;tVOtBJ-l2@}sl9;VznuJ>g7b~AaGdFkxcZLYg- z+h%qnFUJy9p02^{HVVaZdLF+#KceF#*B`O1)8%IB@$jN~)L*htEmeE$uU;BZsD0Md z0RkuyKLl?$9S{=O<3}6v`TJA>T;SaL;+|$Z)87ZS-T!$k?_-yFH)PV)%t!{`zU?&& zVjzFO`WTDS-k_ddZ;TOOM&$-0&(8BRU<{pX)Nc5%0%2RD!J3)5z+Gc&7IL;2>l z=E0{t*R_Xd@gII9e%g*|sKZO2Tr`G0Moro0+_PhK1^X%@xXe$YKE-7NW{om;`l=5m zo;#d))C3+z*j__h_Vy~=_*g5+`1*lg^OWZ!c2qq4ZCiZaTuV@~deT1>Ns}997kU32 zK=1;uZoalp_;Vj;&&yQ@Ie19Z&ii$w!v!yHJ)!(d$PXLB-|1s!6hfeY<0$LsBs^Bw z@+^5BUb{R;V#U<0?L#nVDKGM9ra&skJ z%=8WwsP}(v7plE&dPSXhHFe}s)Wi?ud1sIJ8U0W3CF*9bJ>I)l1giCsTUf53@Yx7% zdG)`A7(qS~uqbHPS)x$3(8tv6sj5dVHX-lTDd{ac7yPe1ZbCu@8I};5inEuj^xoI{ zGfrS^*o^l;-I$fkyOkoxCCHW;tAX_+t(U^9Nl8V1ZUgzu#~9-VQWHVFzmKBltS0-L zY=E6)QR*2s>Yu#as530*d;QT+gO}##WOH)^7v6?cS&!w-1^R~Y!e;NT`|0{dlek!< zW96&hGKF1T;bUhFqz+s=Tr!_2EKsm-%HHp_^BK=ZWo&*jZ(>Rd0>m(gfZ=@)ik`+q z0aqD79k}4F0tIVT_7C25C@<97@go#cufmG5@l$^X_K z(y9A5%Zx3|f2FyzJMNzcuvAlnK#Hhue-I(I9xlOAY|188m$U%c|5F5la4vvS5%OU` zzF^t5u}(q9h`dB9y>*Y3B;^x+_W75)5r-G3HWO`{Zbd%VUSFcX4`|y&K18oCOb>~N zRxoc#e53Jhsx6mo?KXy3;q{$I4s-7(juU>pN&9qi?`Lm$??nMB8fyPZ6Z}^&z@=Pk z))|&@kivdXWzh)?;u*I1aSMBGcK8*bS{P|vn#|n@V zJaovo>qXejPOn%rl0pD));FTw4h=f}j+H!#K(VO(R{fG%VB7|O!Df2M1B{%sdGMz8 z^I`WMu~}^`-Z*!^zYM=G7oPmxb%F-e~T6J3<#}qNo4FRzQdEnRa4-c;LGg&)k6%_a~%OEIgmn=cmXCwm{&}hO|M@;1Jkn;YI2L zB;q+%|A4H>SLh#91Vj8v4W)T03Ei~4sA1<`FJ00XBy#?nVbT`O`}*4e6MoD0TjUG^ zN}lK1kAXz$6oSrGP3*jR9{IM-bwNHn<3;2y<*`xrQ@Wrn<{w7k-QF@iomekI(IihI zhgj6auHp9ke>;_d&k@+kL_w$|K$XRdGa%uQ|6)PG`dk=IaO@)G{yH?~u_ z^Um?e2KrWf(8Q~med&3UTnNa=>3@*i$#l42OOAvnp%;QSo5dq-p~xY(#dnph1B3 zP|jSv2s33vcW>EV^uG6&>8znOwFH%xZ{Qi}Sh0o+kn@87+e7|VCX45-RZqAX zz6O?!*@@S)ukct*`2126wX`bobEy2#Yb_Wcm#Asb8II#29mzn`OG{yzLt1GXks55^ zVvK8TI@0tw;*T$S6%kMai6j1;Fg0QI#%R@2*?zgL%?)u&Xi+mW6`kbGKQE&N-lLoz z+6>oSfVup19S7E!+w(ex@u;;U_su>K8_Dh3$!k{Uwjs!`KP)2PWUj(nIfp{%Q7R&x z0ZF_!K2AOXEOTAJ;lII6$gjo33|rnRu>_*f$0d!@3&~_8CWn!!QO{!MYUm*_95PwX zW7y8SFfYc58{$nUHjcosi z@FDsFEQ0e&)$|K8kZYHo+!ye|5J@Sm4*YYIYH32Ew=0GGqc`Mqv12^!+HqAhTZ>W_ z@8L^J^z>Rxy7acWvdBAmdFBbX^)-LD0KtsTwg0yLIX;FbWnu8#^AJC3|4lq_2q6Pv zJFm8~;y{C14jEb7o|N^Cd|^Z~^1dE@THCUpoC$LPBdyvDLYr5~PYoOufFC$4TBd^O z)^s;Fvo%MDtTohMxX-h5$91yqyz4WXXB>s+ zq2(3n6;nv~&%3)%1o@P&@L+U^c7C3|@5H@1?0jwRo5-V;rjy)!%D}f$nRvASCRi~I zKtlv#K{E0M+*cMmF_Mk?Z71@$f8TAsIapp`I@)D7l1G`pxXjwSOgmjDnomcie&XZz zzt1~(@;wHxUFG8e%nPNCqEfZ~J77nR+x->c9a#Pp6>F;hHzB)gLA;A-;kJGQlIhKu zYCW7MBE1HX`L2)k)@UR$e3OU;hQprfG%Y47NR^-|VIvl{o*S_6jj^HwzP2A1q>ui!f zRJKMIIf;12%{C5BowSD0?PP7^6YfK;rt=>{bD3^)UG={9^{}}iAI$`B#Ro>;`Z{x* z7v@hpq9RMBZC5BS$&ZFo|0#5^@&3=8uYm(n19pW6VrTvb>l$-nxUjwxia7~aJ_)?j z@4Kz(gHm< z`a;1K-r&aaSmgfiySe_a%MkO)t=Gfv4()i}n~$b;(5!JpoYtQCa*-FJr14NE@vgS8 zUu&q7x%9+ulpL2)>Zh{b&vHNX&2Rcvh5eg6WoYM ztuJ1GCk8gKx0=QeId{B|pvk@aN~c}z*jH7zFq_xyHUaX}`Q+y?K!#r*drey-AqGTT z$-gJ7n;@6LSk|k51?F&+I-h`SGUEXsA!lk;cWia8wgx-Yzj_Gn*@THAH&Gj#SG(&Z zSz9;O(gZ!Yz3aTUx9xxQj~J2Tr`*OPCrrR42^+wDlg4mWUCeyTB$L+vGli8Mnb1Fq zB%M)RCKkdI@Zud>!PIu*)x1Axm|>*9he1=5TNTJp5BvAPCs467*SZwIoq zVWd8Eh!y7?er(k#xBBSR(s79*Zud4lti1<4@fvTqA%E}6QX2bREw>_NFKc#4m+XA= zhuSgMi?M$_jK`sv23i8}B9-n>d0mm8`UBoV&bpltvYS!ss;@26s+Vds44)tLe`Ze1 z+#@$$n!QEuSkknA+BeDz_19OK;8xspuhhAig(b4;Vj2ydrdcqla=QdVWzzd3K$T{Z zV#9ia_lyH?Q*;0k@N8W|jrIs=!tSf5YyEED_@S{U-tgNtP%LNzPo)wOm+_u=E)!@(hAO;$q?TMB0A(~qG*U*OUJ<|a zr0dBYah68Av-LTChmxF}-4j0)De?Ramb;H$o*0;S`p7u5rl=0D#6?6o6ETr_myHlR zbOzgiR!tNZC&7e93QvT?0E?-da>xK<@ZVw_X9(05lV+MX` zPmg~^1<9nTwTbc4AH=Zwq?EG~A}aZgo$&cP35uDJy8$^9AGIMj#m~(rmg3JzE+deG zK})%b0O<7s$Y-X=YI+c!$WqG%Py5Is$UJJrpmG*5OD4M>8m;ubne90gPy32dy5))C6IC>N-?gb3PEi2*t0b<*+6JdrX~RvAwQMA z%{1|UY}CG=7;sCLvZd|j&?|ly|MdrlI!RT8?m{a!%Q7ETwwl9!C_uE@S<4?6ypoo-gX7H(%%53;s8uQ0eHl-12Pbg`&ySUSE!9a%a-Gc#SDk0G5nxz=tkj z5i4)%T#gQn()80oX0$}>i_E)8=XOk=#mq6RZYjWcmNtGz9wZ&!+-bm4FxkJ=YGZ6c zV+4tF(P_H3`N(e#gL{=v?F)M)AsnzBAT%$y4lB`a98IuQ))Q?lwCj|1MicbMa!Cx9Gt1H6V~n9$yvHOBt|7@;CYgce?q9Qrh5_{$?`RY_A z)pzQ_CAG!0tr?0bu}$04p_sGgu{jUPwV|_Z>j;^RjM+sGO4vJ`^vPENj!nt(&s>L7 zH6mv&vmBngJ?T@rWtU}Hn7HfU)UH?0$V-sZ15x=pH^+r)C$047i~ZLEe=|Qrczr>$ zwB^4XeLc)CK(B@4-YjX`KU{^kxc0&}bZ=hGd`@Z=CEbEA-NoD`Zn!L8dKD$*8v4xU zku}=)wHuj~8jVVw=A-O~p}A8y75A-;;Z&!*{Ww&R&R6iQ$F}wtH5-lo!fkzydf$BY z;G91{)5~ps4l~Ms_Pkdc_Yx~CY9yHVtCBq3?r1>eGi*dHKF5Yk()mHMDVLg?gjmv{ zh@vfz!z=RwqivBmZv z7my^Q$$o35=%1mzuE8g`(H>I{<}tyu?=^`QGkTUui{w6T^zqm!66cH<&wbDpU33_uyk7s+<$9#V(Kz^lcfQ0wu1_7oEDR6Bj)#vvCBnk@md6f3; zbFWLP?OmnSk0Wf49%blsw^m&oo~`Zrn4S(KAyL|5!MAxgxE@1+$cMQt5NcBt-Jg*( zi~)sml^m~?K?3Ou=D3CjOiS|of%hS2F%@Zkz^MSRwbHZZ>P98YeZ%|ysaPGeqi`m# z1(*^I!UD7*`IL*+R?4OAiFI502V--ZdFjR5HAJepkq)l>HjW{**+XeCBTNDNXgQHD@0)>&(Zn^eW9lupMzwRT@pzZ*fVn8wxH*QI=P zJz?fD#mHYdeY2P*)QyR5A(t?1Nxr{`2$ILb5E@xZGf;k`d`zLg>w0xY3zo+9V}g5QW^I*e}<5s;Jnr9UShI% zZBsnHHsG4H8_S=t|N5R@&rY^&5)IhLey;q7#IN+9g+N-jz(mwY!^;#U$cfYF7U34s zei$OaZz#bC8=JvqbYdI-JX>gQ+|mU^r)5mhZJUfm+exF6LW>L|p`?!`4FwprOPP!G z=M*2FTdYY(Tt+Tr@MKmGy)kAJeXyky&E=a(iy{-{=ar_7doK+s&_CI`ne2pYr9sk( zBH%LNYtsbCk7p+V(-{Mg`ErsVC>7(KJewqorMF7=#;ginF^!xM6!M=bPUCV|8CAOq zj2fhJ{6^7#)B%GYq)ia{-b0V=&eEs@oePK+kM>6-F*1%-*Qw@GFWQdVt+rjP+2du|K~w@fF@FlCy5jG*IGkr-19R*&YY^omvDzipLs@*&Ck=6d zO)-y+D2Pi%!v$h{#@AxR9gFh?O65d{tBWzTUjt!kPA3NR>6qG(urg3ExF?%cJMa7M zH83a&p+<_H$%+3Ef%IfS%Q8J^3m32e-Ei)w8I%lHE1Yohq0}i9X84rSkTptPcY1+p z`OzRW7E3MC;l1dQA7~`A!&gBrjdRYQ>B6Ph35GmO4KLxKdoWKiUyTtfyhHa%9Uz0d zl%%g_eu4ISoAO-r^vV=u#t^%v7LDn~7@7!UEiUx7?V9=pz^_S{X7SdKKbv^hkC-A= z&Zm9phu``-;)M_V>cRk>cm#zDEK>(`&TAa@G{hITa@y*9 zX@x~BJe15B1T*>8KSH@IIW3SXSaR!FE{=!yP07;*N+B30A);&{(P2H4Z}b^2Ce!*d zx9P6I2f`?^Nyn&c<#z{5Uk{6j%PJFSd5;{yK0qz z6YCl^NP$V_ltJ-*AjlQ8^r!15+7I-Ls!PE9g(3`DP5gK5bb%AqM^f8#Y+U@@9_&sG znY|PTIL?fv=qz|W1}uEzY!F}3oOQwlO73wDfe7a%%L0^Vn636ysJZjR3Rp>ZL?O?6 z=Vu0aH}I5`2sv38;arIc!@fWTt#^1d)f?hEq820JUs~ zPsBnh?8mgvg_&e4Rt3gM0aX>okC~5->2f3$XC-K(y;fl<>)S#OHsfu5?@WjMBN1wk zdkxF-#TXvizzw`$v2>(t+9M~CP%4IE+(K7nw=!{{On|Msq5e{cz!`K*OZ2UGXA?x8 zX=Fahbgf5ngR1)Tt9oR@?jmpI+sCJx(f3p2rrF17Q@JY7wAZXt4!|o7uz^Nx)cINN zZCjdd#E2?SIH!-_{gCY~{arg%yOj(LX!=05+d0Z9uXlq=;Y+?NgawYBMW~IWF0E## zgFE)hB)x-7p-VqDNIt>^%$3M${!UyUp7PuZTKiS%o&>IROu2!I(gZ)uGXxYH?WT48 zl7&cdEcoi`28N=5C19VzJ$o5*hBF15{`f;zT2RjbvHZJ;3GT@)I)Y=HMa#e51iB({ z=636AyVf6Bwiq7B9@v=m#YcFyi!CYLdnK`>KXq8PZM~* z8dZn;YfVN7aV&;M$|PyO-qU>@BoVz4Gon=829n5crih_Z+0XQ!Al@MloOq9;M^-~K zqwyOQDskuLjP}Q1e;DXn#vLhhk&zzgy~%hbB@<1oTvoiL{=G?DHIuzFMeN_7m&=X} z!6YM^7nl_e;v1rphH`i_og<;?H?V8=^2ERO=x2@1D&77gGEk~1Yw+;JW>*>z#vT+b zFh+r<^=uT^?kdR7@74}RHF)+G#%KC;<@Wmg1PNbpwHMfdytsq8*_)@L=f=NB`rl{& za{Yq@ZYV$7{Q)4J4O=kxH!lUvZd#VOWuj|oqKn0)#4Tx3HGP)OV>)3vHc8S2GCY#2 zhRMBC$QGF~P14&#)qvB}))MJP+QjY!bI+O<<KVJ*1F!$GrOGWe!E z$X8FvnluYVn~A(Pr5_=^ieA44^LpZ#oScxwDf4b}SVo=qEvMuIp;`(teqP09CInMO zV6Hrx1Bc*}t8r251fCj(cN)zmlRa|o8Mb)=-(b&bQE-AeR&Xe@8sH;ILr0TV&HGhg z7DDUvsq!>|GxaOlvNxRCz=_t?_wQ}@@8TI}2KY5T&Ssjv&9J*hlQep>Wno>or3zhi zVQNJ`U{MB~0TkrKKtyvID4}argp=w}+=Un32ALF@7x{e0GT>ysZ>x8lbf40RntRga z6K4{JLAfYPI);%~F;FWsRi7@cYzI*gUzwO3vlOEpm?R~1Vx9)hfHjeItny4)hHq-Q z;OF4q4GM;8EZm;(ujP9gD-e~LHtA5PC_uCA#>^7@xv#*h(hr5*4iFV}e=yHVd+d1G z2o4eetW0cVZt}P4;RL~M03n77~$Bb+NYe2E}Xe+IYwC-KLJN< zZmGr;!+s^2q70fh&hGN%@5YC>?CpE_Hx0cZ8OA?XumP3 z$&TF`XJcBj`lD!A;-V~D$`r?5)v_E8GNsLi+oTKC%R`Mf!?BOjM(u;@6O^h<_ucIQ zgW}Xd=EgkVo=E_~h9$k9!+QnGLt-G8>CK$MassH=;m8e;xN&0AC-6SRo17l(g7$Gs#FLLt^{-Xds*x2 zh87q^J1Hab;2KTPOU*gEVCg?U9ruCp9)=p;Dc7P>-VBE5xBq(FdrUuw$B0`jTDRo2 z7ex~p`KJ={?Hn4ol#WRVjxHumV7S4+1PbDJW_~Mzcx4L-#YMm-L=yXq{8Z$5Y(+6p zBytFj+8a`7Ddo8Q0)@?RW}4}f6u^oGh10~Gv{nd2H}AMKzzk4uI44dD-T_Xg!{{P! zpv*dDBy~&>03b2<@d!$J z4P>a{0Jl~fn_yl>Mg{i}Q%ysvki^OfoC}dy?d@|ITaHJnWJWC3)R-PrcN%ye2Xd*o zfGFjE8H(F1$t(Q`cfA>ub#Uh4!%o`zH=oqUZM_~f`hPw(e#U>xYu`Coob_)vzgUm9 z0BkK8$}okgVOdL2l8s&9X8i{(--U#k!q{V@+XgR_jNOuFMsx6IbKIepSSXlfQcq^3 z9_}EQIMdRGH=`DzZ?TiqquKTnia9eX#ryV8 z44@*MGW&+j{Gfsf`_&LFXu{6q-$0W+`V>megwA5G0OiMDVKWMHO<{5RaM&p`WRM$X zf4<-(3V4RRfgvy}ZPH1r@;g8zlU}*U#}~ebl|+=eeOlcWeJ&)hfC9UICfbuAGM|(7 zV$bko!A-bk$C3YO6x8^sh!!x_TIL0SEpHQvSmH^G{!?Tkm@KA%4`qUomN9aI%Ofv} zUrT~!9Isc&Y`jk5)hO$U35E4$keiMAOUmvPd)I$txoMp&0e@Y<#1@=2t$XjFjMJI- z%1unt=S7%IBq8T2Oh;B-2kJHKXlIf`ET#?wtr38<@!8BdiZY8_aVSou)pWQjum?FX zz{cq3G_>s z-gr!gx~PZ-$RrZK+iT1rAr;f>vtmpI=I&C)-|GH(vPvi-7!~+ zAa7Y<|F#`6C6Y+3RP~o?=nk%VfDvqyK8s=3T=+`Glel-fgyol?4TS(pe2Cba<d#W!ROB;>z@tnLVBCN)@R$kGsx`Uqf9huQX0rZHzcupmJuj` zpy~P z4EXDkt?c|=@18zax9kN$4J5r(f zUVX>L-eiLA&7`a0N35A;e@bFpBhX`!N`MU2B2=Q7^{2l*o^__hG$$9k9;aoEnz9D5 zD1r44kyEu^1I+x5$7Ky`o-&={NayaX32i(kXhrMZ)Xu#_LgChU$zTsAj>!=9;?N}O zD98XsPY`U-kfZ_mAP@Oh00;VgA>=(51{Q~kiesd&3FiRGWL|8&8L<#%Yvn zxymyq0#VK;Y0BzOv0zLTNB$ZflSJWTmL8EndDQOu@ZZ*(;j#f9%3hZ%`Mud&hm!Wc z(=~U(X8?pu)Icgyr{jX(7$3j<#!V_Pm^o+=09{m2TXe+STF0v>rSeSqy(~&B-Nw!5 zi*}EeIT0C9u7le`mGvah^_^!=9)T`{vii{&681yUUm`6b>|*Xa*jv7U^lhxI*0Z0n z?w8HSr$pWbS@xe!O1ww{X!iN_&1>%-Z+0L5)J&c?ze5teflxIqpTEyO+s{BHiF+gY z?;1pWy|0a-rE=zXOE+p_g^$@y5vXvqxA=M4KdM2Tbr-i|m-pVpsg>i$Ub9NS zTz*y%rGD*g_XeD;8fC*}`FYkn3eH-o>X-c2A`2iY`2YX?-*3SqCGa=D<_@aH|5aD| zf5dS#TPFB_Q!V~~ClmaChyp{?iqc8G8Pox`fEYRYgYH#tuJ#6u(jU1-rMZ}HGVRK-_G2uy#11C zUOtN>YAGfx@c*;lA798NyQplkSXG%~Of-~QBkUy%8I@Rr;`fkMB`R^qQ-7dRQyMHu z?-PV84FJIR_Vkl_xnierHDPrdliBKD!L{v$8p2)SR{Ffh`qkF(Z!W3k?i zdSMlf2=~eZ6)6>JDejk}>gmtMrU%%%qQM+G?I%Ikw`q-h2j1ubJ~Zix;oj=)8=PbH zbB-<=e@e02nkBQ%^Fj7|(SnS}XzxCsW>bqwHil9GR;_x2-+*<){9YXe|)O9 zpVp%h`m(Xm|-$=hs z&9fJK9gZ(R7(E$+oigp*#eB7y?&+LvC-g7J?Xm;qbB{I22~QDS3{w=F=qTFMFLhN( zysJ`H>zC|SMqU@cX|kIzmS8exhOJuK=Lt<}UBkH}mJ zH`vRk$KoZGh(N?%SqD_c_X)M8*;c<8%y%42FEM=MB0{ptE$h-@vE7wz!!vxbt>#^7 z51K{jS8b1TXZO*v>PFE$!?`<~?J%vXbc?doZQ?GPAQ|nR8{bV#8`4~>1Xb(P&4;; zB;7Ayqjyt~ISR1)MFQt;7cwXA8zda*JEhcfNl`^o3BK^=l>UB{6saZhgePl3bA zvW!>o%hnuok_j%uF!-wE%uO2#&-^nJ1gXk16{ZTv+K5?|wj*60Bi?eipeB+|u`00T zi%r#Kne5}phH>NXR-O(NaaP@y*h0Xw+3)xlj#^gdc%P z1ad3XWHF_k#vOcBlkrrVA9n=!_`A+iTt@Gq2<>DmB9Nx%Ov_^xgnq5u%S*>ce!!Sp zv-;Asd6CP`kgn$9^;m_Ndlq8XteqnbjrLG=FpUQSc~ruuL0Y@AFS{9a5?XIW>%@go zX1>nM`fO$*N1@aL@bcsrmg-rU{YZKoldRs>g=(_PXx*(h+61z7Q-~tZyNWeV! z-?Y;m4T(2x{+1K)NM~6Q*g}eD1+dCZ=DbO=##p?`NlA-iV0+7Aj20i;1u0RXd!=Cx zS_Yy5lQ|FKDcK!GSP^{Vrrx>q@5`$3o?669MJmIU^co#(xI>eYJgugMk@|~o>#cz zD>&C6>qXmf$95t$Dz}Guk?*mw42Ya!Z9cMnF3=p`RA?7ZT$6cc5jKN=ka1k4kbKkX zI#hm+dgFwUL>+1c_=5Oa$8)bR2u%SCiv z6%lhkSmFbfz6!|kxJg~;wyLWBp6NjMP$~CMBx6v%$0V}VeF}I{zwv%hVE$asfy$$Y z+?fD(UVhS~GR|REU*sm0h&jjF{+C;AmY?zcI6Uc>9yrFD0&jkk%MAg;1qKw72yeK+ z0zvBA!ywu#_8X4(c{N-N(**PlY0%38BfoRVfG)rUuV{~D=R5isf2*?5kS*PPE4BT) z6sc`f0FTlM+bqsUuu`ZEiVu%l@qP=Ve$O1&e!IogzgrKK7LQHP&8pYbt!8+BC1j9#=Vu;*^`MM3Z{>%%d*LuM9U0&*fL z$a6C(ON!1QN5!%g_0^n-+&ca09`O2Q7Y1rH<$RwOb+Sq^h4AE!s#RM|no@86purEN zpKn0`8KV+F1xg`X75MSOSqEm1be6&ewPSk9sZ^>Svb2S&<5`ZW`RkX~lsuFa5=~dA zhsM+l$r2$bxhL=Eujnvs7;gX=eesWNWByd%s*4iumYw0$!z)Q7w+XJZJ-ezz@1&lb zP<#hh7sy%G;A zG|LoKVmfNqSjNN~&-lMW<#+uPBva zGsy3YO`x?4)*a2j427`9DO7pdP-(CJQ?cvAmQRphO zEH5YBX20ynt=}z_YGpHt(>UIpZa1F#Knb}dNdw%U%`(ZdO7SaMa(n`X0pXI*&mVit z{esy~YF(-XkK#LoMDJ?)y)s;QVKDk8K^0V#y4@;=wBwLxrLss%AkI_D(OUbBBZ>l`7HkPRuD0riN$4rxqstP|hlL<9uoU}a-CMj0q*jRbWX_#n#x zrdciua3|h+E_1RV$Fs4C{>Z8)ywkZUPj(`9{O)4_-Xqk1>_~^>86=v*IxCf8yoo~x zWWI8TXrZ$&CG|FRlfXWIabd2<&dsW@o)L$WJ+;cDJCAtk@GPG)98RLjOi7L0s#^gZVj*eyzwB17lD> z;()5coOp=oBkPz%Lof5Np%jzsCy%;~QFtW8i!v3L4ovbaR}kE@&Hru{5j{`lhWV2< z7umB*Cq}ydW2a^(%z)idl|}+{F$S|>~keN z3U_c8J*<+R;ZM-?_uAYgz7fzt9+gV9_+`~rGd-_S<`|DYq1r%tX<>v)b4Cuch~-tN zuSgYGa=6q@M3jfkz+LKwv;XPk`O!&ypw*OE2YbQUR-%qPmyl^y%p#qCRG(>*iei#< zsMV*$-hkXHzl;hjYa~c8(HRL>qLm0`&XWuGa)sqkje4X?u^6)O8c*#>nP|65e_eNF zo4PF5^%i^!OyYL#Xl{|$#_F-5tN zVp*0QE2Wm8W1Xegt*?j_Tn~w08;=5Q1c#>!5P-CbTy9@#xxcTc9G`C_`453(3fFR- z%HBOfCwx<$c`bdFO(C$S@hSO@bgHsLW&?b!i0DN2+V7sS9#&0k-RpC~O)N%DYNG$B0UWn9tC_BI*h@*h*!;z6VcJNT0Q^3X!J&3Uo4Cl#c$rd3DL%*eL8 z7|AOzXbE;P3v{iQ>SyL??EMogYGqob+D!#DC^z3y7W-p+;y7^ji3GZI6)UlzFpFTT zJA;*!o@}{A!t|B&eI40W?-Khkek({tcwxeG?|X}5gA9QjeGr<#XMI)X5^y)l}ff&uVvKl3+8D{ z+9pWwxgDIRY`+x_rO6i-q*SgXU=~-yLY?GBOPp;{`K!Pre#}GGr?^nSDLPuICC9_v zFlG?uPNO@}idLEOQXWFTNZ-kT>|%F|Pkd`DYMFS?34do%%YaO%Sd+=FA1kdplT1jq zOp}(n*MBI|W=OPFx^b;KU+sv{03ud1I(qBd@>O7K@;!srvhO~y@ga1~;*&t7+%C3m z%J8q2O5zgoCA~HwKx!fp!P|L4Lmj5M@a4nWcPM{WMkuGTp&SeS?+0$qXBxLk26T0+ zDVJb3Yi=rv&obPR4)M`9boT}|YR6pjn0f$6pLQWt60PQwraVTONjP%u-*e=F{mD}K zt5k{Fu$3V(PqlA`F2Hr{lX5u&ZAFojs9CFYN1Xg=<*5iB$N^`yE+H>{Tk{Nhws3(6 z;ry~uFtUe&yzMH4zxIMm(eh~R`<1>b)N&>AUm_&_!E;E#PFK_WGI>LGlS@Ziar%nD zb!|)=FqB^utS;M%pW3xOWSm;)*Qv0dDwS!;?n^CX7YWd9v;mIbc>OTCAs9NH7()RO zB@hZ(pwK>s{7B+PL@Q_?c#KHe?#frc7|jhdD=_X!Y^}}Z!irz^{0mQ4wLN_(s$a$` zrF>E=)nYl|c%%`>L}6rkl)KtL6l>E#`M2lwk>J0{)hR!0x$)I~j^P@m%Tg-bnu-#f zZygb^Wx(T|J5K^`R7yy@fg!0gJ{@-O^;ULoBT=)bEVn+`#SRLQY zjt?T)>8~OGN`>kB$~E)6lBI5w=cW^X01Ly6W1oCLrMXdg5NX32&WL`4LC}*KC}jMHj1P^(QIcpr#dNwe zqhgZCkD;*S$6wi`zH*UDN)Wo0@9dI?Gl=Q8ikebC1t>9`e{VO$RioZa%$l~~DCOv{ z0#fqI)|99j(H)F1I7-_g0mH4$e1e-*ndDm*n(!57n_?nK4H^azKsSQoF+U1=_(9Qy zP3SGC6>gfRsArMY;Xxw~BZCmM%M1109SVQS3WQp-hJb9VwrVYSLaJulYl8k{9JyQO zI0>|Z4Tulk~+7P>HF~PXI(_U2C0Tx z1)4+c0Yw~vIUk)7(pX9?=+Ma)Un&PI54vWjQHCGQiE`$VLXB*tu`^+n0v9w;+aZGB+b>1j^isav9eB zHGx}0)Y$aEkq3VMns8l(+>Bmdf%ZbBS_T~SQhiNO8WiLqN3u#xsqxpG)?bxoxnmgS z#}Ew$H@1t}!qlNg_jz$Kip+29BgYn9;5p$~t49+h*p3EzA4nw?R9%qqt1jJGt&z&( z-VhPEHE&O4Mdv4s`4SMwb)R)-$DfEDTwwZaj*=At@%%Fw+GYb)c~6Z#&x16r1ZGPj zM{Tf2qQ+XKsCbBuTH|hOS3AO=L<2VJ>9_-3ZogiZH3}MPT6)n$S6+LI!~ci@N+Ti- zzvI5YpH8zJC3dUirkvT=U;|y(rk#SgA#+ot9YpnY3B4+Fi3G;SzrNTZoz%C>5R0L1 zZmI|=S6>UAIzZyN`-8#b8>Om)opl6-iyq{Fl;)F2q4u7^RkW%})f$e}URx*vH_bFL zP|5T~DGciMtDDkwTJBLb+NqW+1feNS9}`#Zm0U{b26e#B%K@t3rkPfJ%Bf~a*DJ|X zG+j7BEujizFT?-F)QVcQ=6`9Mf$xta$Z<_({mD`aBKr1uerv^^_>M3v&*EDCs9O`= z<+*lsf-IJW`t&HBIbd%?+%LXViiOv%E&1ZNgvM;rNcj?_wmPOx6ic^Gt7xK<7J-&kuI;HZ_B?R3Qa#*4 zQ%S=cN=s;zVxO-Ybqx>4&+oGHQ?P@oxww0JHl#Y?o=BI`r$7n8R+NHNnxC6ZmqR*) zu`A6rPtipCJ~4V_Z=zGIJz>^yvxSzyQNKp(nanc>V^a)8q%hxh)X@L*m6tgfojYFt zUG{9v|BnAV7okksnpoR$7*Fs!UMWn1oPNlmtF#1rXGs_~(1uik_3JyzXJ}kg(^K;V z`y!dl8F$v4~W98)TlXD_9zgRlYP( zOAUT)Qq=Q&xk#{v`r|Z|CblMsU}bdo4a!SF7gUJeY%Hbl;Aw++RoUAQJmUU4U#pyK z%b6K6RBEahrDg#w21G1}S~5fGn-GUu28n1|U6*ME6-;OXwA@;wgVL9jP%q{m@hj7F zFTRo`w#}O__13&OO0d!D@?_?(kuD2qaR_|}DWkN%IgsFsz_hs^)+)d;BOAjd2To!< zyp)PydsVOrKPTOi%v4tQAVPhSrbHx#uI&Xxt9l22xQ16fq5eXE^Dq^JpbPje)>yoX zrjO7S~&mS;sVw<)((;1B#+j`m^OK3fTNkEbxk zO|A3lk8swE^p(2{b~|f3*UiB{!^evetr9nMCh1nT{kLwz!dN|An6hSDf*Lc-5UX^( z>&p;#(;lu_x1?nuOlX{btz%bO7$p@WHozI79`sJ$GAmz`~qRo+DX zWTT$YZCWDw?j312lN1a0T$wmzL{`*k9AxYG@x8qz0Ue)v$3lU+gr<4B zJAcfZaqJzmY0=|IqW#HO=sI5{{l(6lBBIlc!0?&h@!i6dXLpeYsg#w^wO?|IHX#{K zYFpEtcLeWNM4^;+U<3x6n6wrZs&_c{I;+pJm~J)Q-RJ9kS#^-1k%*(HYs`usJF1KX zYuM~0Gt!7F^|Zt2z_{WfKg;#uzK)E94jXyT+woK`-uS9eaQiK?9>Fo7D8Q;&;_Xqj zyH9z?j2ditB-$m{mi<<0p@PoXu3xgcxRhvuFT$~Ms;Gpwd}!YqJ(1dQ9#&;8L(9_o z<{A7UW8&Dzqs`1Tw(xlV=`M*S)FP*5c7w_Au}AL0@OPt=_DLDV>Q$087H})o$hyYqN+d&7wrtl(YV>96 zvmtvV>fLsVc01qVV7<7A+TFfLiqXAlgf$jZOEjfa<9VLmcC7_wlAV5YD+M)w`|2PQ zqy3HWQ`rF>Rh{(K#^%jYUP+{@VS}M>&eQBxMVezJJ1-uWw(eeUN`A0)`x;amC4NW~xQMlgFV@8i7!(t*!o8KC)x_M7}twju|NP4Lisco+@ zE>5$mUl|i6*XjFeF|?w7xRvLaO;L+CWjQ!=t~lME)F?mPl9|4PMmG+OJ4&M2IsHD43ghS%BK}Ua{3b~3EMQ7+0@V9UUXlC zS8UGMgFKeRuQ?OCp5Xdsc;xm*1PsfFIthx8;qdnoGmepo_>VRgepD%{Ge2&{6=m@` zJvlO*$7N2>@J2>iCNywJf0hrafZX~62b|>q?bJZj`6WMPU(HgWRTw%>d!s)qhO$@d zoK7Rf;m^BmPI>DtDU1Z>)5#%yWv-le?UvDYr4ec9H3Vyw4Mf-uU<|URHR0XXW%I5J zDfjCaV?@i1-OQD10U_X5E#qDP!Z|)x3vm>2T!9}JyhSK zDLEaP1V|=oO@B+e3D1H`45bv1UXT$UW=WHk)LD3oM0+9VXEUKvh2JR(*>Gb})*hT< z^3f4%*~Om`kv;BOr6lz-wLgs?`p#e9qp`#3erXGCT5361zDOYrZJ%6uAKuSw9SPHK zq`O~`kS5~*uo|c%K zk&^Lp?le`hoh3p#$NnU$!U==U)n0$oFS_jaaC8c9OQ@$uNPnBiLS3CPRhGcmkHSLj z{X`TS0>u?rwH`Gc!B4y`IH9B%^6JQr%VXKjyUW=Z_Vbsj7``TFrQ8V5seX$Mj^5bB zVRwdL0}HL~0ppC_WVKdDa}Cja)s2trcOYzq7eZ5>PuKeHvAgu*&+ig3@iFT`6mTd)AVZ0D85yh4jDPI|wxerr?>U?zP zoCXXL!?x{p5s**YX+AouM$b>VY~kC?=3x;@?U{^iaEDSfVC1K#W^cL_4tbZz+UBdp zu!g>VpLQWx^_bC4e`j^0g|2;9w`k@T9hWK$gC+_!7kO=I`uqy_Ei;t_D%|`u-x6^G z-pV^AKBlvOY+@82G#}iIz+Ecc^ooaw`nc&xFY?5XX(eMrcPL_X8_&{3o_$l<8nv%q zaH+=s8O5fq{@_P#HQOh(DC=q8_XWfJD$Y9lL8xnMYer|t7>|)exyi{MyS*pvB#XsZ^=fKR)fJy-VVDq^^Kw}LRr5@=H{Y>o!avgY5BT0+ilp^>5ErVjEpt`&IHnw#nsVjhaln0L96Xj8d29EKHj1+T1U@XdVnglo>*ZFlF>E^y9k;#?t( zF{lXy&r)xMT#4?l9jCiIC#U$>UD06tyvz&;iXWWU3%dMPu|$J=sz1RUp4;Gd5mo0? z-WI{|6bvMjA)dsjPRDwLeTdqf^7nPwlD#|Xf16IpwGA+D;s706&T;c%t|tDb#BV?p znrM93Uphgi+m`A1{y7V#LyU-B!+{pzIHrTsXdg&{?M4p+Er zK7wZ%qq$hT zZ_#vNHM*lR?ZRyv$vuiQ*Px_^t>ULLju5Qxmo(a$^J!5y)_#axs)qCt-Hi}M+r|7= zLz_3H-v5mJPBH>@UT-t4!g!=Nl+fz(?K$F=0cvsi%nQcgLd<%!Yd;k%eB>?J{b5 zvV>JefMC@jWUIkM*>vvwdX6SOdVHxCegjO7o8muKB!~is`x0A~k2xE>kvpSedxU$A z${nV(ja;e0!X{b|4kT8U6j$qprQ)@VhhjSaO@JVV_CUZBQvCx5cckL(6i}agsRx}t z^TDcPa6bQlLKl6Op)?35;8Rx6-CAAc=@a`%XySd_GTINlGbH&H#7a`Yqgo!#9o8L^ zI&-SumY?59+Xk_uEa#7H&@`)%&Hvr&$oNmZ;L`3KahV%zfuwvTCb>ue(r zVxq#unXcq_%)ylnWKW0dn0Q0%&@$X{$N&d$UIo_dI1d6kdWh6KL&)cDG+5ILX~Ji_ zpblU_u3Kden8I!qT&O;S6FwZYa&_^3xM6idMdgr!a(t18-wR&RoglPO#FB-#%pR5f zp;2?>fRM~+gjhX>o!6p*XV~v|pvSCESH-Cb!3)1E^_)n|8Q4SdC5izB(gGaUt9*;`B*S37a+J?&ktJ zXtf%F?E6qep9ih(45ID*u=1ORYg1Okuz7!|sWGLBSeq>6i!qv1t*Q_G%Jr#<&uuZ8 z&FNI>pRhGYfaRYG%O`pa( z!WF4^HA#B9@M>fBjOh!Y-8@R~Hz@Sq&5ZbwESQIUR1VOvWqP8&7D1WJO4hDvuYT;w7iLvwEy1WB)d&*%u z!f2tT=C+uarnw24C~*bRd>yw?SnW}QMvST4FmL`xyBQdll)?va6EiYvkx_n(-E=x) zU2vYGqp^Lf>&S!k?2)bQtQtyW5s~_SfYy3cSd26Kgk+_bk1oM@cR1w1-Pj?ikcfFT zJ!2bP^4ay5^S6w}M}Fs*DkceH+zbTii!`xSvxyx>%mlq^W7&Cm_oG=Rlv#Uu`M*`; zy?K-5?0X$cKqflXm5Ve`hNy2ut>(_yO*t2ECLO!_OHuB00) z75we;q?rBb)9ueS1y?sI=*r99;M^XGq>t)r2MHT}-ne8%Y||m0${4L99 z6Fr)G@=eijKw!}Ef(N3ewk|t;9vvr=+0n8%l6z_xb>2?;S_sXcq*c{C;+}48OCA!c;%K-=nXPT&O z^gdfV5yEmXpYB8uK!dgA?JFs>k!{i@?BFfqk<=tcxZ%y7c!GJ)3^g09yxSj#LMVCb zskd=bG%Dnec-S=AQ5&)xxjH0%B}(DZftRTp5-ZFuHz>{Drk$=JtQ zugO=5%3y|sRBa-Hf)>-0F!c<0pB)&4IcZrxYiC;%Ev-VNrWA;f-B>$I8+=hu6xz9n z_Ry>I(JUOYqQvGt>LzdyLtZo41CQL>=z@tRZ8z8yqz!7cSvSDfBnnM!-QC>}sh}b( z#WGJPtC#{4&!k6hV%2y%t=o*>H!u*RylEKT>j!3uaj(MF$KztZ9N3p}U~Fy?J>Z$_ z`3VE}>*Pn+0{b4Ke1oY*IG+orqgL=#1irq+ zs2SIMA6pq`lWN7ZZvqSJU3i^KI zEl8N0Bq}a$f*Cx^tH8ajd>ngsr?f|0o=#uK+>sjyiRri<`3pUY$m5RC2_{pRY!5fA zT)GJ?Xfk&ck)gi+p>Tb(yZzJz@58M6?T;0>39DVW0+7Uhf$KhEm9UCXb3cRP z?bxL%RL?m9FSkWv+?6uoH#-ljXsGi&^?dE_&HOke8bZ@xQ!7GZBNpb|f)DAO^@A11 z5#NuF!UOoBb(K(BXH&v8Id^y1b%7;h-5$QaMN~Wv4B7FQ#PxRt`pPz{Z2d7=nQ3P{6>C$PUW)|zHZv*kN!ZB2#q1( z%UW$2&7ugr&zg;2?Ni8OO&GZo?8scjiiu`7h=wM(fkq-biy#EJ!G5i||e3?B$_vT^&i4-gsquW`4flhS4}A+`}m*95XGXAufqB z^0>R|COmLascUU*-8HwLYT6@F{OBxwNGs<3Zbe}x!j-#%D5|FtJwldKV}*6lODQPl$j{X#7!sK1-Dr7h_oQ@O)bVnrQWYXriT(x|-7SUtfw2fI&p64D)J@kKHK9tz4^3un_IwW? zW6kU8ox0q@(Puq&Z6c2dZ}Cu+Q9r&%hP@)Y{7o){S9msRKl#1rJ+1at$QB-i~Bc3|FOlnHtBctfkHDoimWmzKzy`_p_2qpD^{YeBM;;>yrbl(pZZ z(yQ*iu(@8-qA_o%xDft;l*V`dDAVUzAtxLUZ^I-P7bE64YhKc2;TO#2=xGCyE1Q6> zE8XwA-$)u`igmAN18mmC$cg=$O}?;ZmotPzI9gTKz{kU1bl=5{v*gKM*3@^4^?dK- zJZ`UK`VVBd*XrvI3fb@O3;lrd$7XNkT%PU2(|Z~kaFw*JE|kI>COTM(vXvSQRQfl*a2VtTYZL zy|#sBFHk1pjky#Ka!9b*JmMvW>i0giw^F;S(e{XEHQc|~GM@+a)))6%<`=Ec{O8*N zs!zc%Up;hzV6FmPoL|R%@362(zTH9*U;xo{fxVknRxmPmZ=q(Mx`Z<_%4NSd-uz+# zTXZZl^{CRg&%FjFyy2Ckf&(B)&GHBZ(BSVvC2KSe5OTaiB0i+hbA+>V;1wViR=?T) zR_Ab2w#V2poSsIrQ$VCQPT0wn8{MJ0mPx%?6b)1GE}eSAy66MEWtXO0CSdoLZhHDI zTM@v9lVLo%PgCIVi9-s9@YknHC;&q8H~vmHw5WT2n_PfTsr61I%qKasQq1{u+ueg9 ztA~q5je9e8#^ipb&5u5c6IWkQV%hM)bh83=F*3;42@{hKV@ z!6@#3z-Ou)_v~m`qSfz??47Yal=mX7FOYAPIuZ*O864KDgQN_`S=U@~wCxXf0pyH;K;yOku`f zlMuv)5TJib>mm?eyp@R8r2=A7*eARxhN_Utj7KXbZi|skaNU81izqNnC&2qoxE-Mv zy=kUxI%g)&Hk)pquC0i_$76-T8FU|9VmAA^RF}3|)C-XZGb@Jqo3=@ui9vnZXXpjf z6G0NR!Ct~G5|@Bhf_EHF+_f+*==0GX;NyPOO_~dzPKGs{vtaZ-_j9uk6x~RHB!Oh> zapd27XyXy}VeEs^DN;dH4pf>LL7>JfEAoS`D@03bOM_jyU6Ng* z-Nqm4a9`O>?l{#6OQMsaJEG%$bM3WFY)>rn)Y%%ncG9QZGdMAPNO_ZDl>$tOt5no- zp2eBXsdTJVnPIb|u`{(>w0oRosfw8>oAAz^$T8-6-Fb>Qs&D_~*ZN?0-G3x}lth$C z)J;T4q(zj*^_`nA(RR1{csS&i$|&I&}-@@n#mdt`bH0)O;Q zf|g98#IyR!3nB}8Omj_(Hq9w36RLhP6zLZUe&;i9c8$Cc**2i5|CA$_C>JxVq_Hrw zrfJeX@nr(Ve$R%6tBSj0u&{nbPp?{fE}y?&Xy`+cZ`M5{vT&4cR1V%Mo-xxYlLqrK z6S*F}9;~k8m!tZJ{-tl3_J-#EgW-1D=8fZ}t9wl~70l~iJ*WPHnTGYNcpb_e6E|o# zZysqL+2MsFd?LEgZWlbf=sH6EXEBctHe1IpqPO8`-_w4cmMdG&(Ho~9M;$LhM!`SF zpJ66&`{}ybO5&ElV!;w^?Bh}}qqUr}t$+M5sx%+7@Ab{`+vz(N{)U(&a>hJmU{fGHS z6&OC4YQzJiVi;){ZFmu64n!xyD2XRYuP`A*ZWKe@2X_J% zCa!9l6W>-Xp8y|k7-lo6x02sFWaEaWhGe2*@D%X8rH5q(q-JH5q~1%VNhzf1GU+w$ zNJr~OgGz<*$cb^^Q+c^n+)k}3L~NgIA#ML+;e40cc(UZyv|BMUQ5$dEr{~H*Modn+ zj`8{l`)kFnV(pc2oA)lvd{RfmW8(gI#{HNJ!#m5T1emnYhR~mH)4mygGMB5B!*mBiz9J%641)zO>K z)2@=6l1J|iF9h$E)x-ARx*2AAMvIfR8-_KzqnCx3Egd>1-P)!Gt|sWVaTal3ILaHk zEYX3LI>kAjHeGWWWU-nX3QEDbKt_pCbxP6K102jE4>a7a1>hi+BvYs4J~OjkCm z`zMYIkJ@{z1C0aUp2}V%Ovr@Elnj22^PCl&nddF%P3HL;llcAfw(Fqt^TxI0d+e%1 zRnDTeI~YC+{)?@_JMyz!6rn}mNdL-1+ULBR=1KiX{erobxlhf-Jhtx@->)Bnr*lZh zNts2nUO!w#-(+Mq{;*b&f?GW4!D%~9(ED+2@*$1$3vw3%g$6zZGG+9NKjgx z(M6kE#d6o(ItpEOl z;UnwXO}qbY>}w7&bQIjfFP852uSP4vhyH8NKjACTjYLQN_?~T^%}=%qX^~VIaw|n^ zo@ejottz^%PV(nXCK^9l$Az~_vc9I=*QxZwPE<@VN`H|)lBtoIh`x_r_4|A^a6S^9 zHoYCzL;uozoAR?NFTne;%i3)C+qwPE;|x*xweoKMhq)WaeT##gX>Z%J(z3|4s&3Jn zpyz@|^Q*yx!xNP|m6W^~QST3kPnSM4j#hi?x1qlu{|jOLLqq@aQRZRi_?NH#OJWTm zKE#re5~l8!79jRN99A7<_-`A|fBOBQw12xTtD0I{x`SAiEG=wJC7gXg25gWf5UC(u zehxzrtE981lLv?$#HwIx;SMqYar`as52LkoviM7dKOO#@{2!T;rXHpa&ekB-zlHx9 z6vCOcE#2I0ot;3e>?~aW(Vw0BKl=YevpLxR?xJq$WNir8X&R$<1wva>geKN3F3n^baphgb^1pVM1qvlU%dRUj+{JPAV`t4r<1t{M8Cgo z3mb@4!`9Cd$pFO8$;16u_5VQYPba-K=3q$x=PkXBw-WJP;x~RbYmY!OpN*ef-X@WP z+}zx*B^CU`L9J};@R{l1Jhkmdl~q-czdko)Pd|kxg3dn#c7^12OfcTDEm~RW`+)!nVR{N9Di)3H}IE|#ImQEk8TqowT4U77JRH?-8@wAec;Hg4KAzNv9G#Y zvg>XRudBedIfBiE3u>3kcfu>z4`pap9l&I0lb|*(#`%aNks!g8sPN6LLYD=91jj5x z{f&k~G0`VY+JvJLtPoAJ#K3)v^M)o-@ZZ??;9 zvCV9;&+@X#^0LeFvL*IDCb~T!x;-MgIV8F{K8C-#hI}KgJR?v&Wl%h2P@4u(ng(OI zX`{JmW4OzrXUmjktrchY6_LlY@K7=n8~N3BT?NPt>&guG$8O1x4#d?AY|j8_LUHLCWBwd1nq=*Qzy>TL}3t%1QW@8*@W4)=hA@%zt$`(?lGMQ=x6 zOK2bGb5GX&8UkCapG_worgN{;{MXiRd|#PHv$O5h_NdO~_o(Xm+&O}FeQXg&fSo_w z01A3&CWIqECTo5$uA)q$JFNSXd?~gq?lfYxl|ayZx^jNnVfJ^I8=7nOY=4ybclHD< z8=m3Fx+5;YV*-}^yv?JsGF=t#nzD}lB{6Sk;zOrmB@f>Ej9 z4othCFhL;Cq!bE8Hx?)O9$~%twZHXTE7ZP~&4m;n&S~ST`&*}tH@vSS2rL}IO0LMn zK#^W)@bUrzTV%}W$5=D$Ux4(32n26-wGA>Fq?N(9LGbAZ(F@RuUl$Y(7Idd1Jx~rY z1>in}#scGhvYU{QDn!N=l?jUv1jVVjZqPHJ2}uqFsi?Y|K;f!nW{N2(Sx^bd_$08y ze#m6!-ZmcLQ_1}Q!tP(N^atwr`Plx2zkiYV|Dd0=GXybNH9XBcd|e=01DbB0mVZO- zA4vYEQbS)=MTSw*)WO!w%@%?^kS=d6-Ob%>T|AuKAdx5jhCfYbEhpQ*fQsWE43)NZ zbN7(6F?9oRLN*{2P5-&zgFu{)t%ZlpUl7f~1L9`m{c|AkadU&Xc=dNF#lZ&R;Nb&t^0R}uIsRO8LbT$CjLHqU z<_2-H{gKNK;^O}!hXcgP1*zlbhAbM8UpCIajz8`GJvbn3{+$1j!Ntvu#LdO^cO4I8 zOvnnr$@aI-f3^EtcMuO3qz~krgA=0TKV@7HT@C+Z@%Zb${JZ%4yLfQ@efR#SjTpn^ zF{dmsoUmJ=0j6oGZ|T5nSp<4{+~KH~awl?dUY|rI(6sY>`BsqER^Rf18O{3F3O|1M z)&2QBTTGThPo2AWbQbaV3gd0d?pi|+N1+&vhLLxoUdvex)~juLiOE~rrws$YO^K{@ zv_82XqRX=^`?-6oJg&dVn?_aDdrCFTz-K`z zr!D@5+YAoQ*O9RSZp0u{Va~)?VF29%cSfJ`Pl0rs1u9-W6E!03g5Cx6CQQ>F7K?6g zmlZAot&8VSHaJ+n3x`H?H}#_}r5vS;QX);u+mdFp1-M$Yj3j9`RH-33N}FOi4#SXv zOk4#N3r4v&;x(s=tt(K!Qa&CMMH_y)`+$OHVElC#FMd8!fv?YClHDf;F0Wi#2P58D zy7v1xyjguC(Sz*kl{tF8HnO}eA95?s>=3akU?7#EyZ)^X* zZTfE;S2lHoAcDsKYyA$U*6tv#zne(>MZ%c5Ax6Z^$<7I4=iq`cA2tpiLnKx?2(7X; z7k9FTkQxX>5qCGYgg^~H#I_(z=7n~~ zDH0bi1U-~Yeg47>2*u%m;Kv_*AtqzV0fN}+AHwz@6z{)LG@id2{j)L34nYPUP9BJq z|A8jWcES6+8<^!4xm`Q$!mlY_ot3X@IOa6wL_R^S9$$XOd!FximsI;I`gnrVFivJ7!!sAO0#x-`9xAS7( z^nl6ULh84HEZ=s-U3?tpRj!7Fvf;svCWC~&X?1R&Uvs37tXqe0OTFY+9X!Q#ylWv> zQi9Sf@`0khxQCPD38Y!Q7w**Ed7)lstI6FgsQGQ)3nhWq6eXPW&g$G)b;XndZ?K8! zDd(}a%2Vt=M#|pFd@QXzGI~y?|OJWsYl^RPBlPa%$V}}azd`>iSt~i zH!yRLHKZr>Dr!R%7zlhC+)xP$#D0=Hrb4-pd1PF*e+Qu}Cf%fHWkRPXHMh zKBis@APe5c8z35zO922LW`VU=1bBl`ZvZxgI>9lC03ZTcFibiC%Ptbhz93K1h*bf8!+b=Zd?VHfaEDE&6iWicKye|cvWn#Z znxJM7RGGz604Y$K2&yb%8GsU~WCT?vF-7njAQCJc2FMs(4)BHALBhZU$$;wt6u@98 z3*>leu~GmK$N_VXyn)@z2$lh~09b(8P<$};$R^mm3}7ihBY*}N4MhMmiJXru#t4=M zGyxcZI6w;^6;PH)b{a|%k&V805b6U}Zv@nnBp4m$t^*K=y-^3%$=YiSQ zK?i(>;35rv#oAbg`k(-wh7zLg<%RW82h+m%yaQ`M3DNY10%&1#sV2r&11pdO`sDfId?bU&~YXICLxx@jykzLXN##kH5 zz;3!;e3({A@C5QXKhOz(qY-L_rnd%aTDv-Y_T<43i$fBg_J0 zFB#Aaxn2RB19gG{qUeQ%a=+9@*vi$fl;BV@lD=>O@VWW_1a(x;2c7| zK3EG11&IyRD-YC0m}KpB13tj$()6kWQxWQQ|N8{vQSRD>L?Y1ia>o#HXIMt{f>klh z{o(ZXh)%`u`(jCj12zZiW(8$7>D~#3HGWycUcr!5MKw=-NVeh7A~3*FRONKrfpuaf z>4%+E*lPCamIEzoLr5cxHGVONpsJgo^)lb`k43z3o-&SQH4AJN#~lY~>tlZ6O^5VG z&+MAr>u?`CRO>2!gMmemHFS2(jsvXqb2jsSbzGxm_O)AcawBy%^PU5yH8TJ4X0;&h z!B zb#9};xE+7hW{j4*_JBdfPIYjj+nO$+bxEfYqV+)b03YL4b$lb#_@(c(+W4hUR$I0d z-^iv?1V8eHpZItK|Hu|oQX{~cup)W@BQ=lHn86%T-Dq4$XnHIo%36Tm-NkBu-XUAh zw=|5C)0!q=Y$zj$Q@E#eTX7_VX4g2ce(L5+94e89^}m1 zJL$;wk7(q~e#U3Lcg%gjvo7O*A8GtZW36&IO3U{?yHO)s`1>LZt8Zc%+3pF9^&mg7 zim(3pWJR(y_X2^n+&J0hiRpNE-=btT>GnxqGQ76&gMjm{eYS9K-Ri`m4u3~nW1Y*5 z<@m4N6SDDNdoim62KQLj-k0{qJ15B5t9^_6zF`v=GpE`9sg28bO$NSfk#f8yPizjma89@>k|L zI4SZ>S<-tmFO*~(eyt+kyhd~PqT5~j_y+&?5x%Qed?PZyVDDnU_{~M>?d8#XzU3S@ zXEDYOA9F$9VbW}Bz7BBXX}06`b+cP@*!rTCkw3OIvF|WycFn#+Xrt-)oNIHc=oLm! zBX@Sq9(q?KukcWh4Y)Do$xG*)^=Q9_>7O}W`p#8oVJbN)(o^n-6#U6n^09oq6ul1O zf`n0VMB}eyvylUayc9d%7T>+%IOgE3Tu(#y=n$aR%t70R=tFV zX?RAJ#R_qT?doJ5*3EU*QN3th?QeP%&ehH~$>Q%EV{>NuW`O9H zI(BU7nmVipZbTV>qF=^Xx+-z7@9U&r7GOiSb{c<|&Cl}h^(z7Z!z9{dv2i5`FJ zJ-IFx2-_9+)B|4YZxW?^W;syF7Y!bN^NODD?Q-f^9Ek3Rd_{BMoyy#|uHOt72>rl) z&?DX>u|~Yn1Ji}(hkB^f7YKadKd{cv%Vb69HmgPGMtMo($Ncb<1oZ{x3hF#=?DNL& zeDa{&{%h-mTgl(C8|dI3^e2?_+tK9^m8=%n9{V+-r&wQwbCjbO{G~^p1B3j#E87nu zun#l`a?`mR*ri>4gG!IVWr~j>aX~az6k&zF%n($k*m*TffvIKwID&bJ&!SgpnTiT!CL9Xt4G-$;r26J8{rBjQMp zdRkviUZn=nZt@cAD6)2|w%s3Cg}m~OJ$pS(UV*#M&{LnG)gOTsPhhGf=w|2w=t$eZ z*R>b_!JC_;E`?jN)vT2&JNaM!=5>lU^5LHjA%5-9i#Zz?l<&uy$AzCe9=yqyXM5a# z$G)7l_Bmb~JhYH4PxZ6~n7@{q6F>6K)SZ!6kpD8)5uNF|Sx|k=e9(HXimN#yuO>e* z{&dNBly-YdZm_nlv%cJOqU-#c_%QGsmC#e(T^6|cIrrt)1MIWmAl}tP-Py@mZ-0`a zffb#`=byy7*`EX{fE7(b80ejtKD_yFf-E*X#9Vbbg9+UVW?7qgSg#o9F3Ab;s0oF_%s7{Ia#(?<@=#wx7iQd>k|XpXaha>OqYlA|SQ%5%6= z>TVQqt%Vu`K=VO46*rLXwcY ztI+s4*8q$ZoVooi=>k6S#|i2i-jlN>+*^%i@0mtQP%Xyo>-vgXGqd z!rEy&v`otfc1LX?S5CKby5C9)Y2NxV;zcX#X79|Bx4)-0kGFmz*w_`?|OA z()4Hsel$P9uMj^3C~d*(oOd{jPF;}`OobZV-->n;{HR%uAfH2Vep%PK58Q~ndhHc{ ziCEtv=))jP=Vdky>l$Sg*8#J@lfoLpwc~go9v~dB9bg=oO-kj5`zioF-> z5bqEZ6c-djoP^Ck&3DYN$!E?V%U6QXan$_le9TEU8&Vr)8-y=#Ux>aSaUl=^YG7&r z*CDAP4`L%?UHK*X)cFJXQu$%|WU9R7$X@_lwE!K=5jbq)JiBVNPd&ud=6Fmau`jN$e>8EuzV<05jvzF(7VBJ@<~()aG+qt z7xS4^Y3Kky0Qce|@%THyHgT4C>>a?OI8QvT1u#RLCLYrQa40SSd3^v_AztY_eWxkL zAq$1speB*a1)B-ukMe+UMR7o$k1iGn|BQO2Gx?Yg0Wj!i!mEGqEBFQA2Y+y!sgRE^E(+`dJg^`5 zPR5B%1m(g$V_ZQ`-il9vyW#zat_&x=#jM3%VITfL)O3EC*gA|bq94>1-vQ16`y|W( z)q&b1;-u>&9~~?aG_`mfm<-Mz`U>NK;NU;8Xwp9)f~+m|zjub~F#>1ER@Ui|x*$DJ?Ob;97tongCKe ziU<7x)+FYn=_JMEKz@`Myf}U^8u%vUCg>*k2J98$733A{1;)xp7F!ly7Bdhx5X%zJ z5+fET7CRQF%r~7BnAD%dutBxqw!yW*-~#9)>I0A9nc=U4QiD>1Q^9y4c)@;RtNARG zP?H~2Y0IH!(CjFQU;D?d0v}FMU&_`u0`HzNk5b3@tgfv5kLR{}lWtffN}Y220g+79 z%fljWIIp!7yomcT#@aJ(JUvvS^=yXm+W7V$f1d zlPl-tw3BlcG>`sh!=*1{@L;iC;&~oa*?D$7nzLP=3H>gPQeCST0IYeI%FKSj(5MYh zFSEDR@5WpB(S10v)KN;7;kVHVuPg62%+QcoO(AKK9=&nTn^m#)^{1*c5d_(=lY!kVgW--&%Lt@IS=qYK|yDj}N)?#%xO`c@r^==_dE^ z8#KZn%ow5jORCk4z70j#oxd%ZqR)3cWrx9y+wWB0jr1PJ?_|A9gj>Td`JIZBm}p?; z%G(#x?u$-F-lVKy>mlaJh~**c;nSVplToaRf}#nJ{Hd?7Zuo7)0+RM0@c6wsJp}Jb ze1kuvWrNU@WQK|qQ;9(aESMB&V~SH96d{y8dyLkr>}h*_gtmrAwv+p0N}{(?@$0ya zcJI=OyI1>>3VQHn47LwU8fZViBgHa zSr(3^^7q1*8|bu5dg*0{yXX6#5S1p0a8G4-0ou)*i&*W6#Vu)hTbmzMSS z2MjXz$8GH#%Im6X=oy*mSw8OVO1lM%q^(+U6Qla&XcuYIpHD;yzRBq?u<+okh?K@- zqANHYLg0|LvP7Yk96A!}QRH}g9J4XyOTA6kc8^WH-D&ZmwAcc9jKW<$Qj#=5^>Xn> z))WIJZg)8S^Qg?LK_s(~En1X>$fpi5Pkii~KfX79!`HZp6=A+xmEzQnd9$@p==1 zY8ms8K>5|Ebv8|?T|`qoI@hwtS5AwpHX>2p!{<4?COOW5DCWyHB85W32N0n%{KvTB zutj!lqwq`0exHwynkZe+!wo~fiW#SVl*FKLCC-1YaRzH`wvo!|7$l-N%g)QEdgile z7Mmw~p>&BaX%~BMu&Z-Ff7kV-V>6Pf90qm86_=srV4V_>F0}F!lAt++1~{Ri!h9XR z1AXHqAY9;*eNS(ufY%*V*N-j`Kl`=OzwirP^q{icZ;t{Xe?H38nuK&YHhIDvf2)at zoloM8&2jc57zb2H&`oU^T=;uQTw>VX0Q_U4e5o0P5$@KQ_qv%1^#pVwmRlVau5iIV za=-o7v%kJZ#H!?6&NlP8!ha4mcb*RG1a7+K`S>xpf@$h&FY|$oH%tD6syY*Ngo|EU z@v)Nz$=CW>Zat6tA0ZgLK6iSNjx zLJ$2@apDd?(szDnMJ;NJSWX;W2v`E#1x&EByes zm+ziI(Msj=aV;w3N>+Hp;AgU;{@|M_&n|Pn=q}>@o~RHO0dM(sd#i|3;uyzU z`3|bEYz?}qw4qix4uv50FP~_|c$$j`uP%DctEqE6e#%reo~^0gtbcVK`fe#$w&55xcXIggzJ`{o6P%R zG^J%}=%IP2*`z4uqjkUx~zqyw0=+N4=qFsrs_uFMDl-AgXrB&5v)KQE*UT2QH*Y$p@Iij z88Ng7lT{b#WM+X-%!>7(E1&z*LH0=DCn$iPC$&)g$qt?Z=i!{m)3F`Uy`0Lm6eWo2A4uv^SuXAjdzT<82&x!6ck+Mr!1 zQ)-#7-@WN-SSemm@$0uM=!B?>PuQZ=1DFDjYR{BGgKVn98wa$UiB;y*1MMn%nR+(| z<>OCvj4r;1qnz2z!SIV>W!x^6E{f|Cq#nUB9&y7_YEbXYK70`jmQxxpf{~HwJ4cM* zL7P%<-7OhSm3lFx;9}SKs61VLp=N-6EpLM~uZM*Azc{-GSlPbzKj8Ns+qP}nwt0_j z+qP}nwr$(@*tU9pZ~M0Yw*RJSGb=lLCX>lbva+++Gtc^bKcY!mGIKUL5-tW0W!M7T zitwH=g-7H%dbney_!#Zdkn^|^Fre26qTt{BM3w0<_y$f&()4~mhAhwV|MMTKE_WjK z-%~7{ORS-kK$gf{jHSK@R$`aoX$ypXfqu3?zEY%k(Ujm|P{9FP>7s2vTQ=W0Fr0O+ z_()Na6Qx?DotT}X)c9Tzk+Sdveor&JvZ297H$z3DNN`ZM0IBLqpPNh1)!5z>Q$waP zD1K6if>*NOA8!3+3p*mxGM|R2o0h3QZ0U0FlHqjr9nw*VE}3=Dx@`0IkL!CxWeF~( z2%)K!DI19Rswj3rUa)-XF8(A=`AIPHKx+9(B$B=sHv%7o{bha`Khq%O*}W-0575ch zMQ9YX+5Pn4Y+dRm@_vw0rSj%lz2AX?d{`8zhPf;ixyQL3yi0mwa$i0F*P;x+>scpF zC@aho;MTo%OIV2_?pP1panqeY0nfX1tdP$3gS{1 zQND&SjzUuc{1Wb{;J9WlZbFD5@(rAu*gb@sSXZp2+##ONFSi}M`=lNC3XTx2QVe4D zaY@6d^7PHTO45qnkffN=*v^mxauYG=sS)SCrTL8oT5=t|7nms#d(bJ>rG`6~(H+q( zy3-_F61{_+Voz`@9HOA{t=%9)xoP4UgMkBw)swT{;pL@V!PaNUpXCxHA8f#rf3xrS z&n@-C8webA1C&U}Pu6b++&%{o&TvH}LK#uhARkttuTmU@{xCD7u?X^9ekOb!9XB}v zJVHMPW57W?-Yo*|Z7kUseh^VcVywbnQOoJ5XZiu62*bb3!(93!l3_!Iaf7?IE4$QF z90+*OFU_8wlzkGPqQ(2^sm!nC8AqQZ3e5ACl1aN zW|E}4y_e_YoK+}1E>&y3$DfXmFQAQ-d)#kTk=cfJ$LVsUa?Pa=4D&_iHdEy;s2jci z?9*bF4QC4P|U|yON zixxI^TWWHel2A5kuFNHxF-tbnP|$vHO{zCkAk@JyQs&VG&+v zEGAZc?c^t|U`h|O%;_m5-)!nXYb=YD$=E7b;J7IEe_~EpX=OCSOtWUSv9O09L{IyY zb1GX0?h1=nE!)H;Y+JCwW?d@`iVI^3m67W4*bK!g_{ElUXU!F0e7N>=E%8cUHRGt3g(ubzPsLK7!1_G%o}ZupYideH ziHT9~fqCKkM6t0Z;h`+thJ^Wd&mGGgY_MUjko@{{@PfspWgiiGiV0DW@}!e1Ms&cP zN(Y=0g*YBDYI#|_Goy1o6hQ@hR=l}Wmu{v^^)mfq%Xw%w($M%&oj5B|A?@=gIU*k_ z;;i;T@^r(2`*(!IT>68;!Xl%4gLY9f5LbEPT)rYw){^V~fu8BTV685~0|(}QRrW{L zI7>GC!&;#*e@2pb>g^um9wCtUUZs;+C*A<|h?5J}%9gbOJ@p?cNYsV?p+?)EQ%{L% zA*PQ9a9xBd0p6$rqL+?+vPrh_fNy9TjzgQM0>h<1%ZQ9?`fQf*;mD6?N{YrdM1<+y zM-^GIVfst^`JcjaR4PcB<%z1)Q4;MiTP`8qaxXnLUvOmj$1|d7zsLq#cI~6N8D$wz zdS9=Zo?x+GGVBu?785bMMw+(?t`1?M41avV8||>Opq4ND*-U$w=%+Qp_^OW z{XwzTDNj3`m8+AN6tIfiNP@QLrw$({s&J})X&=x^`PwZO_G>xvo+#) zeEn%*S@Ap{-6N&VK&6f_zgPoO@jttho;3nBPM=|vo;C-Ulqt{oXP^=tI`T=$;2Iuy zW}cCb?YgJMC6n!wflfalWS$xg@7H7Br^zxDQFZx&lXDawwUZIORX2%}vsAJCC*^tv>r&-S&LYoJHblvj>vZmcl8X;ZBarSw^%iCXL)L>s?cVF34?8Q{l~~dp0)(ECbSj8-U?IYy`-ng)ZjT>p%;Dhe;x&2vBErqePDE zR5w{JTY5>I7bC~MNSA=^R7-X=4lwT~+?}<5=WbKRj?*k9Ts zZoREBcLv<^XI<4eIe1PQ3eLc*nlnRZq%=wGnR`c$GwqjpdFeSjZhZh=s!{F`R64H!+SA57U5Ve7Ys`#Xfj{Eq>&(Fo&C|=Tb={S^qN-*&qi%!_G{ib z0iNPAfqI*GTeK5G91<%NJkw4L;peCo!Zk)7$u;nBnh=}O*BmK505{&Y$1=@uJ9x}p z>PlqB#}&Gb{WK4n*7oVpl8Gb8-8uo~oe~4j$_m8>K5iXjw~52n!EI}dwmBQJFJz;2 zlpU*o%1@BQO=(R_XRTG7mtwrAvq_v|)9NRLD<@hBT3(sMwNH)2kdj@3=n_M@yC_(O zi=yy(qTR)va9&3eY{whYIeC#~)#~QbU`a#!oScL%;l*RznOi(r%CCq%!sy#zqPv3s z7pi<=tqqwZ!Oy(ue;Q8!#`mo`&f?ZqHFL+zDX$a~%zggbx;?fr8d$cG<++XeGQm28 zOv~CvHmRB_%EF&T_^mD9_0Z+5ry_y5rGOSOVvE=mN%uvgRM5rRR?Qbl<)tw~d76j| zZT{Xit7Qo#6jji|l`Ladt{wjN9nXEmL_a+$FJxIY@Fm!yW~K zBOvC4gHG}lqa$S4X()tN0{}Z6L>I;r!Z_8t7d!gqbFBaK>(`#~m@W#`7+t zGrEkBqgFHk2*G4xd@RJqHxH<)Z3`MfT;^e>4l4_pTBZK!X%g{vH?2)GS(d7DuXtZx zvFSK0I^XE9@%U`c(C)0;7y3Gzx!(SKbqbnO&e`ZVhO~e@*ywqsu);f{cy`xz6)43dxyrMzj(_^QRB+%^IXkrqrOT-kP;TNe4+ZtmbiCAxXm zN*EX#Z$bb=Ta6#LKo!5RGt{Z&(=u!1(Zb5r6YB3AKXzGZ+Lf=N-pg*u#$z{yBbqPO z)Liq;4&`pQbpCV}F{-vX9ZY9A6ib*W9rpQSRkavR4N<08)-+3f73h9}oaN{)(+kiv z6=rdbF%fU5nAa@qt(~1TEZ3P-70hUhHWk6F+tBp4iEE~{09Q^!ZhP5sQcSXu@}^nNbKmp?UBwS2k8SLcAzogpy@rtX zu@>2hI}KZo?C=?`Wp&?7W#*`^?|`Bz^~u31+2+2-QlrAyM7P<9^ko0_pl$>>Y@VXT zcleE#7BW2Ktm%b8 zCld>HfWl5s933Vwo+XI)0B8L?u))sm7X=;D>!%7#D46wGO?^m{ckrnOBv>FEP-haP zg&#`&*1oLn41F5Zg;Uv5wa!b8d+3UO>vfI`wY_Q>bJZ$Kg;5|e1c~PJr?TxI7)F8{ zeI6l4ml|sa%;mE>$>l{J?dKuu_LM1B8*NVN$_vdiR54Y5m`2Lv$HIq8nUkAfnU`s* zrb{n2x*a@pk{tWaWDVGn$8QgT;bmrzkc8^blU0_et;g&ff@6AzX$|}=0T0-71RaSFU>89;R<<}=jz3d!gXJCB(KG@;)M?$wppyNjp z58M6z@H7xA;o?N8Z8ctDBPsO1t!(Tn3k19~X@2>TnRF%*5sfB^NM_5{6)p`bLz>Sx zv=2J{BSJh@{H~gM?4EHWTWpP(U1g7aZ!yEhc-bCvl|Fa($l+1EFt$(NIt@yH{|73D zSVV@-BA)pVK~U)rs1T{%^qZWvXbDG^Eph>>&iu{HH z1Zd-4fc#EU_Y>mEfE%+=%389XAE9G>Tlr?CoDmYvtlTaTwOES4abo0~x!F?x0gWfK zhx?Q(ji{5|$Xpm8DiN)f$+StdqUxqgZpASlZLwQxiC&4e`)B`1bTf<2#|b|%0ny{F zM@2RNh4XHBQn>1Y{M4u)@HRx)VZ24_&whzp>d_aDHyN=r`8M zGWkP;DrHU1iKH?iEHTO)CH0S2_3YXi>v;;r0FE*F*aURv6Xkgx@%7>pU5S7;W8oBO z1CDr!sHR4Wp?n@S2(O34@}Q%IQrN7dmENZ&vK`Sv7MZW%Y#u`^=;q`m3X!gsbs+At zVhly;q@r~ZXiR-#pBPOs@9rcq5&@@hCIxPO`J0x~E<-G2GLw4q%vdM8l&yDc1*?kW z3>j6)LXGljnk-c&eBi&!#}0*=Sjx*AMOzL!%+v~T^^Qy?CzV;#k{-)2;3Y>=mX~sZ z=s6RV^vqR3Bc?3wMdsHo2#sA>%ekcd_Hea=8Aa+gq!Jy{4m#4a&R#~RH!xbi=86pj zmDXu6{zQman7hVCMGcl?wExNh4`-=J#Vk9-hmut`vdWs*pMWw1qL$7%&FZOXDRlc@ zX~w=)qOwlqoLAPHPkW%S%5@q#I*U6`7QODM^D?lowLR_Ba_}NS+=N*uPoD0ap1Mc5 zx|%+()Yd>84L3Zs^seBgB#b|#y6SO!MYj=`)HBhs;CwrQd6<(t;|@)qA&!~n;h38z zK<{rlodcUTCbwmwoMTFGzYKif=h}^y7iB~d=ovJn9WJE~o%4>69u02IZiQ}Q)=R?3 z!+I>3yW%Uc(gWO0b%%c>DMLLB(us{W$V~W<+a;<&EkcI(JW^h2q#=nCwv?950<_^s z9M%GahvZ;QzT}D~-;}A^0=#9J7?)JWw8jZ{a&kU07`t*d;$YG+89jz&cLe5!{Nc2F zyp8$>uFjBeWxqC+rY#`4Gn}<|M zU>*O|*;N;mHrby=cPBZpU=_3IA{$~UWb>0Ou%7+!sLRc z(1mzhRS>Ge(^n~3TO`f^f>A1MmfIi)_!x^(%EBUdXz7YYdkCj6Y@{v1jIq+U#x=-B zQRkURQvhLU8_XF6{rWoz*gz-i&S`+JY?wNtwhQFY=q!SqjQh8p2sJ2F2*1+9T>1!N zw>4x{1Q>Re6sbjV_c1V>@kXdbjEix!fUbqJYlBRiqQ#8koL0oEOXarhz_|bTV~%>u z!FcO3av?`$PtRri6N)JnldHC?btmHvEz;9&K5|4gmS)fQZN-sGE4~pXHog7!g z-`O;uOw*Vx)C9BH7oaAPrSit|0LCa|GbO-d<3GZO*f6NPUP?|451Ib$`YxzE$31#cnR)@7WCEYR5&vnc%sT5j(-J~MH(-Z)!-toFM;Y- zZ&=Fp#}<3C_%xYnC;uutruF3qAUN0bH!z`*7&*79J0Gvqch6F|9K4e%u4Q$2>|=I} zOKB8{#35JJIS*yORD(XTOs_f21YhQ0)3oWdz3gr>PqEii9fx?(Xvm*U+geb2hpd?~ zqkr<4+~+tN(ILW%X&R2F z5rgPPBeF5h*}8wlQPB2lFWlRKMgbn7PcKi;gl1Fgz-gFj^0_2VtIQ{PUPvK3kj)I1 zn-cL@*Dz;F=Nh^_SQ2Rcv{zBgXpS>VJ2s$0)~7c`4>6G%v!duJjIH$Y&YEtm1^IQJ z#U7$($=5im<;?ZX6OiS1Od1z#zZt~=bG8#!wUN9)tCXzdFJnG-mv0Y0YIp=QvOe5$ zE)M0=dkkTZI~lJw30l->$(uH(XNFc#6dIqY94d}Ki!nZlu889lmsyLBd2*Z`pXX-Y z3$m0n+IlNb3_gG^#{4qb$Nq>CJuO1HMCff@JBvl30WYmQlt@yMY(gIX&A^S#3Ye&5 z2Kd`bIV}81uoEL(668b`D$uf&MJ^GQ)&E$1qDjK*c}CjHrfqBBas2w2iVULZtFqhU zaYjILenX6U@|x|PA?HnBd1hEwp-W9=E+`3`G5vB4&D-E_z>^e@#meI6ec;&Tl?Nq1 zW=_Ee4}V6D&8K>PH)rFU3Am>)$MRM`Hr$4biLuy2;>f`9h-o*7$ojr?P1+EPC3Ys# z#mv0yx)+X3YdlS%NhU%&F7nh&i*DZ3@vJO+Rf;GBWk@tl^#+`+>+w?eLbHdu*(31t z^_tzto4#f%fs(vR8tP<~w!>?G|11BPaf__96$V9)&e2w5yFPzfi;dRxwO|m>r!wl3 zr8x}QJ7M2ul2HWh8RhgHn?wU)Q9VD*47R2D_Lfc@DsCkV>x$~@CuGDijOcx^1}e6O zcK%9G$ycYbWNCMWuB}6@b>G4IFpByyEjg9#jKu_nO)=pqOy%U2pO4}gq0xwDc@cq$ zd!g?=K2UEk+*IyDMFI!wwk3{k$pUyxJ>$M{;R+O2b95?}K5BXb@m5>bSCFMbE)Vpd zbjRA%4kk+xG}^nA+5Q`2qDHZ08Yy8 z`RcnP!b`Dwx`G?Mqn*vBvzz`}ok*;;c2g^lE57f8M*@@P{rLrEm-`Zt(jM=}hY*FD zb}0FKIyc|w!UXC#;y5k%Awggedfyz)0zLL%CQOoDed-aZ*kij)(lH^n4DtJ%ffchl zLXpqDf?&L@r6F7(7S3M|uqi-*yQ&`-%!`w{|z=*^1mhV%PD;NnVj(%Y5S!PE~3?BBqWhF;<& z+I?m=X>XoOsed0Qp!Rk+QnJTgY@JmCC`_LRu;N- z;;kO~htL%pCj&6lswx)^*#=MeN$jzmAAB9!J9Gw;IR$9-#Q0Jj(N(E9d^oU^CA zaNRx_kFZX|CcV^lD>k}Uk^F^DG13eSDz2vpXJ$rLXT{ORSwNq34oR~%FViB1Y)>@! zrfPn0<@CQ*kseN?W@%cK2trm6-o&T&SAFHmsQ;C^1Np_0L?|ifi5#;Zbd9AiA$h)Y z9ij(j>?$DvhKz$7o{d$|o=e%VKog9wFQI^*sa$!oN~QV=0-4Phd@~){AlV=v`nN$u zuls>ESm#YHaHD8WB7UR*YmVK40RTQnnbB#9bV*91+To=xENOo^qe`))Fw2+_l9)oH zLEGJC{9^|2b|1A6656;6fK=bKC47-XEipzmG%lj~!kNP*@2*mocp#;{{k z9uu1A=>6pQ%1Ggu>U{hvR$YCvEV2NwZ_QLsg_UyyP%t4&YwX#t^!6}=fAR%`&RT}1 zXl}M>N)55DkJ-X%@b8isqro6s`7v+w^9^Mf^m%HwHI+S+-F@fP(RBPtm2@%8{pC2~B?s!A*Qk)XixWF- zuR^uu&CU8Ii$m4U!)%}%hJ&wer|=P}C5h!Cr|ug=w0I@KXo04)tirptYg1)@gOS(e zFi5K}jV6&0IwuwUiybtMk8n}WW)b^BCtjYVCO5xpG>lw7FI9T(Jju}i@u%j%aryQz zINq+SGE;oKkoL-4^_$5x)~fKFu{%lHt8DFkZ61_#L6Ith5t?{Q_-m79PAk-~&j(p6 zVcSdmSxz@nwn0Ryfzin{CwKmP8TUBidq=jB(f?~R|Jx{^TQ(K$FI|?28P~3pSlrbP z_rO8wngSUzTcH4F6tIZ2f)c54lR_K;@;JgqLO^bBnsxx=KDhT+HntX@Q3^WIK;;x) zyGlkAx+{dwCV&SJX_euewIeCZRbgTi=DU(T2a%uwkXaOJAAmXi0(+UK zi9WqjEo0r%gAkQJ4FO(m=XUEgriY7{lZn+pcgU093OAPNc6XtLrU%<>z1Nukt^Rw$!YEs(!R-L*gr{?k=zzfKjTU@ z41s}gETP{ypWm<)P9yXcq&OK=9ETgr?4C89k#zo)vce={EFPXV*y$Dpt$t){oh)7? zHtsIltW~pe{-+4?oFqY?hKE(9rqXJrg@Pl1-v*qIq-(+C@E9+FW^7obqO7u{$V7a` zh&$$?)Wm9^zRAE0jqzq--!@JiqaejDb<7QMzTy^dXQCiM(-)+CUem1=D>s*$h9Mw)~fqa5` z*ZsFgjf{7-`6Y71gsO9*2NXp+DyoILyw0LF`e+R8<#p6CDh+2Rl?%T?o@PZaB7^Az zdy|%t@U4Igzo)v74wp{7BT=rbb`K@%NgyQ#7%*1cdZ(!qKOO0Er@qXTm}=eFUUOO{ zPR5qag8K)KNg)?wPcdGiB9jUGV@dylPrOTMx8MDCPJWkLXY48=u~Hnqn(o^BW(aV{s8dHo7D$HT76MJk}&8O~v9 zUtQv?U|7qn=SLn6j9MH`+Ep4^Nd^rk%x|`X(ENUTL5j#ZZFh4t?K)OoVr?Ut`_V-U`g<8;@Fd>O(0eR?P9 zfE~kxAVZ;=jr+^5a91}ePsdryKecSj7LNfc7r{bb&LROA3*c8uDAi1(*7TG$OqzFy z^UE3cl)4X9HCYq5w9u0KnTSeTI#2@zYl+0VkXHtnf&^zh)AJ?iZ(R0C8sTY9ATSx*BR4G@qEx7I z#VkW#0qNU&*pLd|BTp4i9DC?d*!cV7rKh?_Luu2^0?;3l(I!RK6=$chswHe>7X+1M zY_bw${m1phRSwEbl#e3)FD?Ljgqa^RC8$p``E68yK<7%7#zh(O?|<7gYgKGk&0|Wf z$Mnds;wp1Q@T;5IpCDJB7n-6`ws`29^R|#TX*?2w%2LhAy~R1kE2SVj%3M zr#fglbB17{P@d*kg5uZxKtmm^Fsnl$KqX;^oN|vpphK+d*`?=EJ*zwR=xKb?hs0e z_z$L`vd;7x%lswUFjzzHU-P<1@afVsxue5oa&SF`}5<&Y#*dZ93D%hAaukJEBSnXmGJE+z1{ zX4LG~ybg}i`6ys!FA6^I7F=v9p^qz_Z#>rX%)r>VZuay-NP?+iz={Z7u+`H)P!0bS zTau1TgyFh0bd?tbY_mK}TT%L)+|2{9ZSqGL%^sR$@ z1Y6xXS5g1cdAmLBkz}RFF`|r zhB7Pxtq;XrP&XSck*57!i23;CuUpz%vhofg&;no$C8e`b%yC7$)hTNS@Y6f1-MlWaIuq^6f^55!=n|1;`*Uu-_Z03Zt)cvF3u zt0Zwg`qiii8*jY>d)}^1DLcYtSfFufU&w+hV*hvQK#s7%i1Kg)czeZ67uE&DZ7RWe zutJEJc@-e!hRz(R;>{os_j!hnY*zgtvGZ}=_1yV6fIHzf6 zdSfDgHQMt_HInqZ#(1d^vui}(UX~kaiIN^fUsV1>iId>DN(HfG@=n|y6M56b8DjwS zL^)9=%d;z^RlWNsqhbJU4@1)#C`pHW6ye<26z|umg~wCpTLWtIE;bpINvAk@oM7t! zt6hlRyhzRm{a@eb0FObeflj<}Svh7GyjI6_46c{Ek7$FWQ_W)ZQ%#XZc}i`pa;HV5 ziC6jV*e7?a`HZy3uBLEsT6sgmG~&nfCX1DFL(SrqC7-Y}aHyNm^glyF!k@)V~0CTHYgDwX50{ou;jt;n=2eEG=SI z)Cx`!i5mn>QlnOODdda`j-?{&+JujbVo}Trl_KSRL85gR(ELD-(9&5JlkTK*P~;=x zFJY&!dv+5MQc(+shvuEp0t(Z8PvB$R#o8&`oq6lkF(4cy!EkDx1*J^D`hr&N}fm4 z+uT@0PvZlguO~IpXq!!y>jPu+=ruY@%}>(51c(i`^O2D^tZ^cFE~>Pa(pR?T;^D2; zHxP6-GKsy4zON!WAleZNo~tfBZmQ2)Cg(JNHVsKHo4bnrGH)PZbBE z&NUpSwsZIILRyj%pRN0~Hy9oU$TN)!LBWnCPum)j+Z|SoDud>+N+c8oe^2T89w|j& zftbo5+Yj&2FhqNwG)PjQUefWw0#8l51)Q0&e@Vu+?kM+)DE@X3Tu8-Pr%sLa zx{b87Ai{(N5DoV-?5Kx+tn}n|^50aS&v#d$&l0Cx&WYcsy>Pe7q!?reX6Mf4;ZNhK zvrDgbJ?+)qsHul(wy9FL-O=&o}}pTwCU3~+~LfE@^EpH+CYL+y=psh^vDX0ynu*#@A7!? z%~a7{LsCaMTWddEEF>>8lKhnHe=u?RYm)#C?Ah957X-HAJ{U+gqyh%gQ4? z%RWY2gyU@gOEz%yPAC*=qG92dtDKj3zH%2eim2nneMq=tMOX*Xk((xE7fLLY_FO;- zI*)Ld3IKW)rItZZHv3D_%`Ns!BKH4b<2l)tqUAE0(D8d+IoCD6T|A2B9pbBjbo;1tEP2$$Xa6`FCHJ4%}<^EYzjfIT7gUIG-0g!y+o)pV!Zu zPcFl_7_a?7pH5#ztXy#~ld#b&N6l4R9?V(PIKwROTjsRnNm7-l_6`k2n^feiis3+o zn^5E{wDK-9l*skJiUZtx(dt)OORyDa;3+&6#8yyS0j7nf+1@}i!>}^jR)Zecx`{VL zDPJQW7D9<(8JBl0E&Ur76dUej7m6U~Pp}qSL2U>*?U#ph65W7>wU3yy?aq_4$#d5)+tpq!z07IxRb=6Kh4FB3vcTz&{aMn!h zKW#*%u-*DkZD9bytX9sYM`A#4V=bjUuTA~1{I4wxpz`#mlmaJIA7pF2( zas^ymVRGePSjP;J;J&X}d#wBu)DpY2^#IqhoP23#M5o8wC8SUvs3*;Fxen!`vM0h44jH*-c#`iZ0i6qGf}PEb|n zR!0Ee36*=-CX;EjJ6?Bc!QspGo!zRt^xlES*L50tzIN-)^68G|{2@(P`0e8RVxj(cu{W!VtcB^? z=f>a70|cXrBTAqC+~Uo-sm0oIChSqG^MuY_vw~jZ!9%0P>Ci;!d6_Ais*-6|na0z= z#NfO7rTknaB`{r;`DY!dL2!xPY37i{NoiWwTEE$rme(mK$;ATtE3VYNm#Ltfw?jlVOO1cGs`uepEa3<3f3xO zUrs#TIq#RX(ATFSVb(E=p5som3tRfw$Y$};iuh}jC8dlWOA>pjT^WrPYv1h(F5U9k zi6kcQNg)7Omv3|*z(oAGR#J*GMbh_MQ@x^VN3 zC&%d;w=ead|IxFU`p4FwEphB>( zrT0VKOT8pr?%R`d$q8kfg9Y7J&o=$bX37uKE?0xYkoEAcs^u~m8&ut2fnvM+GnL=)OCmvXK7#Z&mYD% zPR>6YJW-NX9Z0hXWCj%}#A#3{i3f!%1-3jxD{y9W;Pmf9w-`tS_P$!CI+Y5Tm!6cb zs^ksYqJ?&^7n7n$g86WzyU)=XS`u~IWkv^*a6IQxymWjdr2tARSSgw;9FY*Wh?}R! z8rVsy<2<44Kn687U86qoXE_;Yd<9cbA)}mHy2;3@46jmR(+Pw9$;8BbfQn^C@_|iA zY%YEJ6q3(LZuW~xYs~SoPLp{yn%>wh&v+yWakX(6{;XEMa!Go|`FgujyYAFSJuqKH zhdiRGz-aT%RjY2ZVzWEf^*(%he|plcC&{+)Au4fdHQG)umh$;5U(UunP@KSRe}Aiz z7ReZZpS&?tTT}^YI-Y-D0h-8Q*_mzm8-ePKLbFcqZgV^*ig0Ko$+FB;WiwMSfgTA6 z8u~Tc6C(8Xrb4a7z`M*6zuN45-TV#9RBf8{pWt2puvPy+UG(g9%q;&#{OJEpdi_5s zev5~||=R{W@?{snIRZ`0NQPF-pcNG+qJKCX$GO9+3td+T$ zXGSr2Kqgp|kN0sPnr0{Gia$Bl$s7bRsf<(*U=8-lf*W0_fQ(v6iPC>URdPSRJ} z-+7AH90enp7b%Tvg&%+LCsXLEkfM-eq3ZLxqjVXjas_+aB! zkcNfDj{1nqC*-ZUqzfF=5K$DJoq1LRv)|Vw>L7mFT2bG%>nCztSjZy-JC0}^ReF&5 znlA$)@xfLSBatbSEfXT;a@1}M{%$n%@&zb*;#`J-kRx8kfk@;ire{Lpn~OC0n4X~h zJGH}7lmb^<_`q%E(}{Y1@)Y2G=gI#Ua~d`_>OYxV|F$3**#CQo#E+f$zv{UEXBh7P zFrofe9u7j2nwg#+?_bm#JtH0aKLXqjVEg}}!~G-J{ck!P9t-0SDEA+9IOZQY?tkcT zjQ@DQ|51ng*9-r)@BW*?$oSs?-~alQ9*>2Y{pU0PZ?kTS&B9i3CGB|AqlogHTJuga zmGX7{PO$l~PB7ULJ)n+ulnrEz*0Oh%Ubk1*))a6!Hc+bB&kCn743P1Wsm;Dw zeV<8dSr4Lqo|#ZVe|Ow2T73GG>@SFS5*Q7F)=FIbv-#cCt2nS}@2J?1uC4cI7!lhnNc_X* zJU_fqap;#(cA!A8aLM1sP*GT12z^Z}zmu;pFC*@p(0yw#!EwT_V!WYSjeKkkf8jMI zO5TkA80MjOb-4H<S$}cAy{_WzdPO`4&lv;$P@w6 zb^PKeW30 zHb?!NK7sw4J>OINn?0Z9zV8nSdRIEU-eK=cq;8wEyyV9`?OEeqt{$NsPVdlHs4XSz zTUK2CTf@ItKJKR!H$hov9Ikg9?Rhn=_rJ{6X13I}hq_w0MnCuOz+AlC(gi2pj3yYk z_0?(q6pzLdAejdkp??p=N4=jaAU|Ktt6Y&v5^i!zg0@;n?(CtYMB8g7-{`-*X-X!P zq!Y0<@&W{5!>jEGzR7D(4Cy3f*idE@yOP|Jpciz{^C7a!*`sywrv92 z;J3{vQG`3<41$sEsCDYrGEHH%%iy*Wz|0!6x_b#+cFURldkZmjuiYoP#vW55Zrblm zL#Q=&dpd@dU+3?wT26s(cmTX;_Do&BSH&Y=SEM<}sBaAF*1ql%dWQ}V&e{HnADMHd zAvUBWNP2Ct1K*e9c}AY7a*epa@d5cjSyQ;=@;Ye7;M`Vdml_El>Uhbe`<-(skAaTs zJM#M_wgw2Mda933U>2MxD)RCP4HtLaZ5Pim3@r{&00?yK#L!Zd6IRS|^#IROZ9gzCnORfR@KKIunY4nw|A4{D_}(4#*waN*MGje9c195K&AxBo>Pp52+hf+szjE zEnn&#On5#)955W8ff@_-OEy+4)|A6+J7q8(G{TWPUeZCi;(EYb=QnLabU<2qE#eKY zg2^ZwLx9(7Uj}To#2;kEXq{iYj=2;{AsX_et0cKvrnDTtT_Gbq=7@T&8)2~pO5_0V z@~nDsg$Q>85>A9~2Am#f=@fm_I_A(gpcrRzAx{X>MR9X+7GdK-=jfRtynVNY1yAhM zt~pP*+JQc@PdIo1*n*?;%^XpjtlaLRm8ASQLwVSCK17wfmqd>Z3 z3KWLP)!HKS$RqDIJr#Qi)&U3%_Pe${{qOnlfN=4Fgdk(nyU7VPMmzCpyYWu}#`>UnZ+wxlnTy1xFRxILR&E0CJ46Yu0n1VqdZfD|HKVv6w(_cz(M1wP)^piCWK&6 z6Tql#>Msn=R&vg!=7b1R7y<6k#Q=o;deW-z%tmvBY8Ff?$ASsxRHWOr> z!aPN2u76(rR43Po=i~w!lgVu0)Xk_TYQZ=P9Fpa>AJ^_9+!rxxE8btfb`8AaVEPNy z*SR@8M3`2Gu)5_Z(>|;i*lhVG_c6Efvp|PDHCI@A^QjbPG>v-%a=Ci$JZ9hECFmsL zOwM`)0>!2NI3$Dy)X@WM@d?(>m=m{WYC7g=^9`Ol`vA4%YTpCcvtMWtAme48(?^Tr zWuBs$Sh@Rx&a}I^;Jsy`NuZQ?P`|ptsh?($Go#oZmOSAOqrj7&u{i-KJ!=&0 z?Y&-Foj$n{LSZWr>^XhTvv|JqRJE6y^YnUjnud(XD7;3+9b%2Xx@P{MIy%r$U1Tx2 zMEQ?PD7-8Msc07nNq7Y|m4IMbYr8>Xzx2!lRxE=KlGnfU;@S0omEuz@JL>a+uL))m zynob`3m1k7u%kTl?Gr+H8_4q!0T)z!8gY~VjVNX00|o{!Nm-4}5$#(AunZFO%R&ef zqF*D(r$*uB?RB}06|AQAM!@=OLEhaBa|(hl%$ZJ{^(9&d)}tSViXCSAd=nw+#ji_GU4}m1_aVelIN= z`^&;Tkcu(u3mC#$#_z3K4&>%zg$k^Vh(fqDP)vvl2%pjlSO|YCqoxfmJ-IbfDE6jX zIFd+12+S1iky-&horgs9cU0KyAA~AMj6~HtxEEX)y_TY!!6Vm|S7V$}!WYa9p|s@|pf#9q}v zItI3T_yS?z7r__i6Jd|jj#0iHK0zs#c8PCrX!+04Xq(&$Ad@>e-mFNVGf*-}{MyKm zCqXgj=LAPz6|}jV4N;ID$irSm0u*nSq2J2HV_vX7kD#oV5+&xxXGfH-r0!w0v=&3> zR7GDnFGy>CrpYp)47mtO!knUV6pSWb3G+bMAZi;jG$}g>se2>)cJ86sKNGqKtq#xA zTbfO?(6>oRt9HlJTgVLdY!8$-Z4Mo^V3?I4WtdG!6Bvh{?!T3jmCvZi$*c3mC9FK# zljBW`rtdJ?3thQ|0}KNd1jS#fY62WbR(y)HM@#Qh#u20?suYF`(<6nQ)HZHp;exB1>a2Ut>W={)Jap$d)zJapTx)z4^aVgZo zcbohm%L3NC2@*6e|#sECo7;ReB5_T`hyiha=K(V2&8 z!K-(}mdA3k?ycOOjz`Kxa4c9FpoAMFR5a)93Jc!nM~B0?X`h;Kw^XVVC=DA+!&k}? zFWSz7+GxAK?><>Q5Ekwy&9(eBEau7W!yVFdzD_0)S!dk!$QFnYKB4zK6bcvQ%OM#| z*w^r4bR;ZPAxoQ`i_kc&E4Teq;gPF?)v%yc5E%2jlLC)X3gjAKWk#FEKm_YmzIFoz zigeLjXGztVBYEb~m@hs7?Ta$?M)%24z%&w)jhaYCNAqru8&cd8St6?6i(uQ$4F8@=T%a{Ak}ElEgou%A1@q1jB86uQJJo>m23|- zA~ac0VpF~?@rvX0%qjk4-~LfoGu&BQFt{FL8t;2&(NstGlV_9|mw?0@TAq)@H#62J zgcqkGcTQeVi6Y;Qtz3KAG@jYFYGdB7dC(Sfwyr3HamAKsi!VAPua4%^n|U~T7^v}h zc6;r{&Ni?vP#{hyO9Xt}mU6ik*)f$g)>Kw~d~1wk5;2m?P*9j(_2GrbY1!%neVp&p6OWbTNfw- zM0L1pw;+evOKdUgeAeQLDqCI4jibz(wyn;1^a zov8WpPvPq7+GXXr-ri10zm{YADUts7kaD3&G8*(UDE`TB_av?Fk(XGSnG~B8K^!FI zTqZ@PmuEerG_+r1jXIu1+e?E5GqbivLmsM!sUwVv>3cWqg(78c*U~(Bx_;&l>34fW zL+mXw`irjh*}mue`HQ{}oD~ye1N}b5*NgdSjN|-_`vrlgFyll;9TUUnS63h~P#64oiG{Kb>kxhx!t_)Oe84L@&99{6;@>Y>QhLzUvJJFmL7&>Uh+6Tu zsHOSFs34WhuGy>}2CsRpI9MSL&IEtCwN0jKF33!63eBg;r*7}Tv|Ie`ve)={`XROB zhe6o~gf5wGK2BxkSzC+R)TP1&`a(dwXH=6jMT-fo`lg%PN$-sEjlPJJbG?G3)>GSPC~(Q4kb@SfzU$H$Q(+XJ*C`zr_fXD_~Ub9-oV zSjWJnHBl0a8VT;SodRWkA1myUq#gU!^y%V zA?gkeU)L2s!M{Pm6B?UNRHo)1DaWfpd3xt>s-P^*cDX1|{o&tD3_zwlb_ z*q3m~Y09mDcSM16j#X9A*=jNYDd{^!t`y?*h{Om8pW+EMPNdev< z^v?XX%Qf#INf2*NYH=jnyGXxBB+Fu`X&qM0VM|}BAGPgupQ7;&4vO9G7sSRr2|4Z| zQnrzb$!4V4x$ou!@lih=kJ>Lk%w@<%Y9Af*Rz{Dpt?sjK2GGiWnrlbf_-^B&#Y3tl z6FDq(ke1?meylbA@wn`Z+$wqBttQpbwgLPA$)kAK{a=D9xaV)ietE_=>r*p*RHTcK zAS?m(CXfXQ)a%&HiOyuf{SLx|0RzDeg>l2d4piD__u3e^h`3nEez5v!fv(5;*( z?r0<$i6o*S5SpT~&|xIf5qwsix^(JIV&%`{vXfYVC#9bgB(+|=2&N7MMbVL60dGVf zn9{lI|84)yMo8sFaKQhGV;~rE^#E~~E|}%OUu$?I1ZWQWv+(%;YDfs917GQmRSm)* zksyd(qk)EwEwNUE&;Ye!s9_;P4cGv}#lWW@X{`o97#xVj^=E!xA6|Do3^W4Xa6B{~ zpkWMs`d(}M;vhVTr`Kw_O8~wJz5C6)V7&EpAkiogIX2RQ@xF8t37E;kVlpg;PXofgmG>WOP$H_#}6 znzn~SBpd_mA0nHH#;`dM3&kPgv1~T(7>>`9O0*dzB#7R79bH6-F31TtfGebN)BsCshD)4g-{897`JiPE=JiK2i zczDXocz7&BzRK}|cz9$I4>UDR^fWcOO?*7>KX7-(!_)06$_c!4XMzbi+7=j6It=~7 z5|SkjjoK6E<^Y*O?h`{k;h`xE-4iQsXwlN*Yd?M-ges7w^^L9@{1WoaAs_ll&r)V7@O97Hoqzr^u86%f{!(?P9S^VHzGubVNKwD% znAhkN!;9o~Y2KH;{K+gglky~Pne_NLq+2ijRT9oLX*z^+;zoY<}_L{%*7PHo*sR{ftKsJ%*o$`bcHL2%<~XvaVJug47@V1lfz4K zxe#OV_V`uCYn^}3`W|aOOJ0O&<>iMXd4Y{}-ZrwMAJU2AhsgDsGqc}#@S)^~^=s7D zLlJn24FueQm(&F-Jb3)t;cgw^62Nph4UMlxo!nSI5Em`}MmbVm?O|>drKQ*<& zOk0B8tD_3K%YB0{UnN~aamM!w-7LS*q=LHiKQl5 zC}4i6SPMHWAv!;;_DVX+97#K6U!{W>xR4&Rq_{1(k$#TC?)kN6@Qlogy50VieBQmt4l5wHN;KqMBS{eYQoJxrLE~rLrtgA{F$i|d@cT3 z>AgzY6DCC>+o);{!p|zM4EZq;@v~^KLCh&0G3yxMuZWzgnrc$e5--FY@zCmub?eA+$LlJXA>VP^>Pq;Kv#7t! z3>2nFjwvgrFl`Vvz5`BGo zk=`~+Tu1)-^yg=v13xeRl!s6xB#d=gB9tZPb3sFj29hgyFByF~rK4ETLk_i;!BzO< zRBK3Q2ODdTGT4!O#vY>U zw4bZN|IjV7%i-5_m#y6;KjJ$Ss&nvyKlm5o|8 z*ah181|IL}iNDZ&^7vhrUz}gDU&datfuLI!#{jJpey~t;W?1G~?wNTEFM@wwpeqL> zY$`A&E-AdNK_~G_;1_?hxs*73`%90dDzzcCfWlhPeg!q8ohM1AG4{O4#PaF&ry-vNKEW6@zn6xX(pPGK z^Q=7o#$v@X>0DP@XH|E%&c#W`6>M0rqOD(+{n_Yqg6rlpVF~Yh-BxvudV^281blsx zebRl{n>Cuvo0WVvmw)X%+DY1JSyo!&5_!(B$4I~+#YlC{#w^$T#kHwxbqwT;#=^4} zG1+_B1li*v9Ol1o=ifCqJuor4J6jWG8hkJQzHc&kRFm4QXKN;gpV?YSd-7Z+@Rdr@#gKjUoE69 z>aBL$ne0+Z8Ef7fzp-#Lver>D2rURe9=u2|On+vSZd5;_X1NcdVYua-hMHZ+t;+;_cld)&Sr{COVrcsoBI5aA<_kjeNof`$0Z~6+Nju!%Cp=n- z{uy8U(mQVZ(W2d=u^^M6p5VS9wSlvNMea&oK;Ff}m!7>+Z=_m0jN}64=UitWT=?X5 zNsZLS4sP5t5evKCVC82W_U>KXl68Znk=28H+SYfiDWxkZB5z7ACd*DuO@@^3KUfQt z%aJ1}pqJ~wuuch1$xRxGPgspu*>!{s8O@|WuyB)iFmB9fP;*jSc)rrTdy`gyt){vix8$Jibk##R08 z-hlPwJjq$>*};*@&cwFy?xiXoJ(kOaaZBd23{)N^pGe2R_>Eyt5Tnq5i0))H_K(@gdnN8F#1b?brKns*$2`zGx*r6m2OjC2jqi8S_nB70w5=Rx}FlZn_wb z=f81d92b16LNCDbF;$TzEuAXmQSwFSp5wTri({+9YsdSR;#J{QtL{1hETPGceIm;S zJyRcZdX0J~KdvVgBnKu+WR$FY@Dgp7pjW1UNVh_FPM5(i&L1!EUU2bAd6x0EQ&3WC zF+=v#s;AL+V!y?F%akd2*Y-d<%rin$@oBqY+wB{S=LY+v{_)oF$z;#oz(5u2Ra!qHLZrVQN2%pU#(u_Dc_l4u`f0xa(WA`&_&{t9{F9T|mxHc0`1pc5nRduH&)#XmbwH?s%DQ9FOaE z(-zcT*5*pK`Z&=pb^dzcO?*+U(y6|fKGjAyZeg8uY8`dz`pWNt(Ju_=oXWcMUR`(H zL}>Ye-F16&yZQ{2ag*nZ?us(sj+G1BQ?)z27PGH>svo{Je?4oe5*QT@-+I2-mBYH6 zUzUG}Y(j2~hkR?8crcO8)yqBtJA0@4uKm!hcOs3Fj8dDDD`P7?m7P*~>Z|K_4CckR zJ6|Z|$qOpdwK-dk)7IpRt|wf7|MuN@*&?=S>!{wdyn{n=KD_Ldf6-|$@ZQ|rM$;*> z>Cyw-L0=`R*h(1#U72F%-xG*9lnTCI@i zv4yOq|BmqT{{C@V1z+X-S*wI?GcMxTq2~5xvuJ>Yk^TGTkl(C}_xk(?*VeQ3f8Sg+Tr03893&Z`QlzkJS`Jy;@u-=e*sN-mhB8R`1;TuSmc&mtmfBu~ zN^H9PD2YV<;yFRg^S#np&dBDRIIlc(TuWT;&oiAEYZp>C=1i^aExvqu@fEp!R8N09Z`C^&|=RX`K!Q6R{G+}rO*7tg2hfv zdaK>RhtToJgYAMP`CZ?5&*eGJ@V=mlQ&rq~PuL0x4w;-0!quW092wH|xD~a~#@9)9}}arWE7X=i=j&>fC(t zB!i!OqZCfSNUMFPn}a3J`pJu|O5GV?mp`V3{Ey8uaJD!Lqjz$CgpMQvpEaFT5zKWwEOpAm5^Xp7<{y5UV zFB5IJc?|yN?|?fj5s)JOdz&~KUS?e|{Xdt@H#BnpxotlYUH3oF)DnM8BlypyPxSwP zrH zuqWtZMPw*Nw;pqXN?v-UDan|6k?^twIsPH={Nw4MUFtKvv8j!nHJ&5e~; zlqP2QmSxFxkFr70{VwF|$Iq5XhnYke{5$)FQhC5M6#<41vv}5`6c5T#^Ph#I{CzL<&B?gpRVYHi2Y9I}T$lKcn|&l( z(~vWgH&+ild18VKVZ*&eHFjEBgm}0Pb}LfabLYS>$=2sk9i0~xr$WEA8NS5*6ut7+ zFckBUG5oM|Bj%i#x>j%P*WF^3I^Ng?OTD&XAJE1OZgQU!(*ob5T9<_$Ec~`8j`g;L zhTbw$zVA6Ow|I!=y#L3GISBm)4tyfH+|Qve4CD6)%Ytxvy&+>Y@D3{UT&Z0TbBcxm zYcOs1f#wzma0)?|cr9#l%mG5Fl!tmO7k5=dm%hiBeu_P7LmbU4SpFIWf5eLom7TMT z05>2Y>7B&U7VyXz(>pJl!l)zcad-d3gG|B*eSQ&kw>( z2-+AfEO!va$e|1oqUarhx%64$7SaR0vkTanW^IMDhi-?wdCXJw0L=Z)QbSmZM^w#6x{1H1dRkt_-W@KZYotmb4zd{j3VNQJx zUy9>jj_4)`o|jq#34!^Na71mRy&APIjxkI+1V|jH&Bexn0T=COUGI-VL2q*J*!u`o z$E%>5TnP%N!)e$(&B6zf-Vq9MA3Qs~Pl;m)4X(+fczWzwa70{&WJZgFq*M7on&(+byh>3Q68} z9Z^_m!S9W&)O|(1^HefGD2BMhOqZ$Q6KKrZn^m~rA~qBndc00G&Dfh{tu5uQdkzjDN-cv}xG>t{O)T?)n;x2X_(+ea&7GwP zb~T@aVkUuSRUvl=OVz^()2APRsbodQ_!+()(Z#0euriw=2vzfy!#GFeL)*Zn%x6^g zNI0>(CnR)am1D#zOdNOXECELC_Ok0(g}BS~>Q+gPDqC$k0JSA8wLDGRsau%jYdgj! z^_jv#<0$ppyQZq3cXAWF_H%ph+JhDYk8HfFddPxr1cwEgE=@KBeMV0th>xve+XwF^ zVG5QPp(D;b`AGVqI%Xl!DEawAWs%(j%4z`$VU2X%_wf1*H7o-Wqmm=c1KE2= zWjh%Li;6#ksl&%2v4?$%yDo?-%{Prg;=|bcPBdUF9dea>A&n$ct$fW zv^QAy`kaExgmqWqg!bS}k>cRqk1DyiB7(Ifa07NIlNVQx(to`4!%;1PgLLuC{_U)V z@Xui{EtCMw7NRj6OA}5i>VqnRG8+O zCiJ;drBXhQE|D?XQ(^yobQi<6I$X4ikI_RRV~jrx#Yn%b`hZQ%BxEX7@Zoq;NV514 zV+WOHUaa7cfc@30&FvG$9CAWI_LhG#Wo2_YdphJ3zL%b%(u5oBA(+xJ~f zJJ5=~H&`tz|}cgVz#3b@)T$;|z(U$@QU!+p9~ZXY!yw+(N7wrkQu2>(oG@2if8-?mH}^1t)- ztoUn+qrkxj3gHZD-zWP8k98WA0l=n`VWxXmgW`*DgnFBG-$ zo~IqL5ICWx$~qGn`F;pj)B%W0ePs4K3#A07M!h8n6;-3jA|FBDf{yz>ctdP7<^iji z^@nW~8v7G1(($H;#L14%ADI?0^ok_5;S~^`(mW|_J)*#bMF?u$vWv1Mo`y_}-9s(H zZS5H!bv?Lk_a3_^V%^>3X%sZNabR=oEgA9XXFm8q8CU+XmTonh48V35;m@|y6Z$T9 zT}H--uJe2&4Lahep1C(1eS1%dEBc&eHBA$gBPR}IGKHuz%sliU`IyL^;^jv-L45YW zc9RQ^)V40I&H1p`hx5wr&QCPH@$yv3sv^0*ze2Qjw>JA;fEVk&viGSGFW%zT;O`1< zZwIk`^sg7fRd-H1GZo4$52GB(HHoUB!P4%5xevr9z!tXjUB$8Mci2TuZAh<aJeuJBb7=rIL1Z`P z?^V_O^OhQqSz2Nq?v6UMp52UXVrDscOrwGR8i*?104(rWIEh0;MRZL^!l9-?w#wR0+1wX zirP8ax&{`GY3mCTb0A8wiwd141|KnHX{^)jB@IcDEt(97B3N?(5RV;$F)oP6KHn(K z-i5EmiRn>}Efl!W#0Yx9`M=bj&vw~837r3dGUC^YS^>LdXl}a>iOnB&BS7brRee(*PJ~ zVM__%Sd)&`>923tw(J@Fb+Y|Q2|<*eh4n23iGz8GNvMXgCV9UEfk4IU;>8#>kRq9xthS8}B2Pjn!UY#W8fk2rzP*uFs5 z)8}MYLUwc`_mL#7C|Yw*ls(>uZDgWdP-G`H4mHx5Bmrc7UxF^bB5?_D;ysrfO=)OQdIS z$PU~9g_3(|lDY}z(Q2PBgN3R4 zFr~KL*CO+(f_1FFg&s69O-AoZTQIHD0VS}divmr6>Z9aGzU|@+`tZh1*vqhMI9H73 znSoOb5$ZO)rcdDqN$=f*51)EOZs+6z=ZlY;TXa}_EmOGLMd6}Pll8E2+uslrO4nfJ zU9~5gMWKb7;DZ~Zjy`FVF83S=DH3el#~?SIM|Ow4(txtdAhMfdJMUpGC9&SR4iyltfF^)H&f-NB@E4$SoXndRE1F)jv3af?MKn=1TDl3L{AuK?ss9* zZX2j(bhhJ_;~n@zkeB}1Nw;6NGWC8xySNRxW+H4WD@Z4hs3-gFihL?$(?I$5dM{Np zgSwvgW72j7Btu(6q4@lPs}o6Qc+$jZHp&4@(|yDAe6>kc)#(Y)SNTwtkaT?Xofpn! z8YAth#X3mKcQ^ga>ZhvdJkV@OYdea2Of#;1kYM{IiG(Bqbs1+GRGNrl#&Mo#k0LT^ zjJsbhgbl@H6M8aVL8gSTLF`3fc;ZVnpkV`ibl>R)@g9Z&0s0myE!puewE`#Zm^MOu zZB$S^PibMoDZL>&lol7J)j{^P&Hf163YA|}9Q(2f*acptRv`|MFQ(jnaNUPE9pCN6 zGxRJcOe^O|Z0eD6pa!T?@|$gwl#@;mG=^(41*HIOFP*16qJUT|(a$Wap<)r9owaJ@ zy^r48IxjpG*+ib>nNnTjzyrU0$9Wzag z(C0}nyHs5DKy$I{T(CIZ`yv>|ru$8JserettAZUjp+@*wF2ZC!(bAdM+mjC1riV4| z05F9gM1?a`r)wM5shEr`Ko3y!P^M&f_V**LzWErULYcj^rr=`AP|2-;%%rRecc}NL zrvCb)Bv|gj|Tbos~N6qd}d*mgY*qaZTRSpWHa-Kz7_dthcYLn6lN@ zX<=zB(6~@JUUcM)p`qCVr^iQ^sW{Dg#V3t0D&!LA7=L+tK8^NAoH7IAp`LKX#>GRm zZ=d_0TJmB(L~AAx7f7)+cKOfaX!B{Bo0b-HG@3oHOT3@w1keY zRlgmL^9B%#*;-azeX2apPeLA6W5EX-c%gOkNXXso-I}0*8CWf!&)o-W9UssGZO@yS zK0d&bg?RSWDnkwuz5O$ivTo|YR~K%z)|gl}vDvINuC_>N+T-{pO#j#dZFepOA2eOH z7pt#Zn1XZU{%Z=4DH3%PTineTNb8;ju*XG#b^@~6$^a1CJ-u@m!7k_OF}R3$lV917 z7pC4JFcna^X_fe)QU|lNjlfWEby{{`0pxW+cKT8;N$^O)U6Z||2yw_}ahMBx;HLl? z{W?dk8Ba(aAO9Uut6D3x_fge{!@oh+&k*Ej-0qSrXBz#+G+6w{6W z#UxX$A5}2(lbSzZwViVA^wiA%=h%2&?S^X+{m@a3k9t!?HfDHa-9bDteebFg)3}2T zyZ4ML5h6$bQu|X~*Di`yL@BJmxN8&PR6aqIXwJfh^*i_-(nLo@=4N#AxRHqbfhpBS)R~C4gm+ z@jn?0rQ;ne!&Gkov%i+w4nCMy4bOsU;;6-ZpnN~^$=kK&^#gqt<5PN4R^4Gv;e+-+tY z7kb7Rg^XBL=*Q-|Fz8Vl8-DLUE>W7L0=Ye65aRJ$nyO5m?+xQo(OO0KIF?zK5b~n)&mU1G_i7Z0O zAq}Z|awLyH_8Of7b-SOw0(pz8v$jco%P%vDUdNv3R0~nLCC{%$>MPhi+6wNS^_XVt zyEU2znBvX*ZTGPbuVrNCv8XD%Ov8XoXEATT^gmAyBOC>%^Y+srk)=O9+tUtafviqr z$j4K4iOt>PS|}a+@B{6kZl(!(%}3hL9tS7ij++xlKA zJ3(Xsq2%1%ic?&ALIfx0u$wj<_^T%zPMAk0trmdY4vPG!ydMHOz7wAgM983nh$9W%O`a#`1I*(l?n7(-NpHZ;bkIC=)(F+6eId|dx9+LnB6oY%P{E*x|^ z_yR0=k^=aym4{hp<1Q1!vAiX@so_&V}M2kgReYdh5?{RXi6x8NzYuwOKsI6*1TNvG=b?;a0JSIAfZKL(Fbee@PBQ@1U!aOLH zhyv`l2KZw-=7}&i7-l%T`4%T6G;L=+a2CcgQ4t~n5Ob@G^IKn@>t*!n#1wee)hutt z7&jVh^tKkE$8dg6~iJ_+-wxQ()ymJ{ya(uZ@7=7s{-skbj7!|h{vTZ2CDrk zvyjHxc#Er$<=E)Ps`TybEc|*{_{O$7$UfHhMQJ7>*~nXQr?n4_d6hrPR)#K5lORkSJi)#nYS&etl;5gtV|Rko!p4-Pn?o)l>=FYRlYv%2dcq zin#ikaVVxv@4*hIGwAGXuP{r#d9S1I@N$$aq9)o~%9}NmsPWxS=m=K27`=ZK z)8g5Ay!_+Mrp&9MZ4b;dFN4#DMuzmwm*A%7(=CKLA(qrl9FtFiVHV6*-&bE#PC!k4_I`{cS-7xw0R`a6{cDP!dy4Eht$}HMkdf zry~j8Oww_FotEMQ_yACaq4pVbr`xEZ6gX&ZQFRtg6V8_EaDM{nXDl_>yFc~iQ=bNS ztOl#vPSZPYADJ*ipu~K@h^a;e@{m_Z&3{7M*lvO#YfnbIwXQSJ9n&>9l=x2?Yj_eN6us$}?7UYq#MH zGVwIL^4N=uNK{8xbyRI2mBrV^$G57h`d-O3In4P&O@-Z&A1F(Z=iP#+s`n{e@wFA- z4h`!ryXH>FQd7v^k}ncC?Zamtr|_Kj@W=lY`%Rmpf+>3HV5#p5n!oP@jfvnAr`ab^ zqLD+`%<$oedL4ak148nGoq*}{fmU#UnRnG4mJ1V3F3uQJeiis!6E5ROfVApJ;R1zu@%4VH&HJs`{c|4eLT``;aWZ)*RuIF9iXAF+=J)1@3cuQ1ap5kX+^G{T)@Lu$J z#XJz728tG5(BZiYe4_I}#|LtNz_43#B29eS-)9;4eVJ#Fv6^SZY&0cEso2m&s;xy& zcfqLNkz2I9uoTmp03>}|Sl(jBR8Uqor{HS7t9|Ej2duAK6;*8lm(TcZ?<8h(_dh{=R3MKg-U7g>hUY!qxIHg}VD zy$t1WOoPpx)lvf+Qj%^@ePz#>dWk@G*>-C^(mXaX5__}0 zmHkzLRxB`vG-BF~8|$^A9)o^7(Y1MABPaq+?+c{$;?zx!izQft*l_3p9XrPs#SvGk z1oEh?z<1oo34}y0M}IY)do?mV9Xd;3{YmSz7zwwR9qYoIP_Ee}gcoXV(!FT@)Ieh^ zB%zU8GpQo%HOrlhFqFX0V55wW&p?ZV+1plwA*)1F#J$eAmQOuZW7>$h8+&~yd7=@} z_FoB|&j8rT0oZG=V4sVyrJ9!hhvUBr!8sPN`5^OaE@?sdy~mvQJMCn|5wVLq#-KHH z$d1`_9ryHA`i?9>aAUw)d9k^RYAGPUq(%Fp5T0V`ck;vx3b@${6WtuKOg5c?3lFCX zl``7UaX(3a)5<}%42eHN4>%u?{RpbuVh6A7!`w$md+c~@M5@<-oENS_Kn7>Of0MS7 zG+OX0U|d~THOzd0?D|zJ{gDP$+UDCzgOv~}z6vY9-ho%91ENSHM;Ts|;2Xts2t;h2 zE6OA0q8#_c+%2>+q>F*2=G7*8jl}90m#!K_p(ZXCRYEkiiNba<^BHHRP} zFmjQ4jJ;P9WlBR|CZr2yW1ppHp{J%Dk^Ici^vmQI;@O=!r}!B-`++L1QAo51Fm#3) zAF1J^`+`S3>=n#mYr`pA4{ZymJ@p0!>Dob{-jUXu(#unGN2pI%$Jj=qI|K z4+~uDc>%OB?@dKXm1%{TdQpzg2|zt#$BMt2 zhmo=aZ#|YH z+9|EMoPBwJR!ak({U*&z6*W~oLb{+&87%?uu5WzP;;Q$h0mJ}i+B2Gl2mhj7JNSN4 zZWmF9^~n5zUe+hE%Xp9YxmGO{Rn%gC@*WjmA5|V)8~_OSS+_EQFov zri$xF=&WcRZ=Cl>T^=o@Nd~Gbo|gux*FMhwl|C6!hY7_+o)Dx91kX6h>q63f>^|GI1u5)TqUOAUAFf!(8{$OCE?yaUJ(*i{9dVFDui*zCrp=)qkMqu5VgnpB2NG}> zTS*<7$w4wrHSHfBJO`jQ*eQ;lRN)vnD&RY;nqan~ND5ZwYEB1qL*+8lxOM8q+Nx^w z3k3>~3c%bC+(e%i(S>VRDop6&KPT*|jcR?ooXsn8lM7K+W{sWw#Iwp3@9dx0!?rCp z1xqF8iTgx7lvg-S*3+Y2eu)#re4Hip;=J5q@m zMi`T%<90Z|rOeXzwvdL#ImgQbTc20qWRRH;dH{Is&14eMkI;bI?TTLCcJSN@m-N26 zRe1pC?Zb&GVNM|Pl;gY3VWU&zL1|0dC9M3&nqAbJ3I$A9p+c4&*CM59lL!x@$jY!sINd29WnYss!wN|{ob`d7;*=xo>6r* zpsGe$8X_S9^x`tvjH)yV08_bn#3D_^N+AdLuYz5b1Rs19^~vTAb`|Bn#WHupzX&*K zd(ExbZj<@%y^Gl7YrnK}?rHp20=3XWkz(Wk5R3kRSiud9x8(cC@h^N9{H*WU*3-gUq$c`nRQ`fG%q{{Tc``Ri7+?>V_8|N7`WiPyEXSkIQaZFC}YR7uGJE{vAOp(q1CG55(!T@fr;tb$AtO0}i&P ziS1fh%d5}6BLbh}Z*bXJB26f!iROz@t7(m)LnR6)iiMpeyeFAG(!Wl^j|uEwYC}g3 zQNh4Cu>Oxj)M$1VBWi%=_iVYReu~Oo;hZPNii?W93ghH`yy1!E+|q?GXW^x*A$99q z9*tv&N4Y377&H>aV_bS_!PWAw47#6f&Isyj>Z)-7rzr=hAz|q6IxA(8J5+zpQ{~q~ zmB^K!FE!)4C1}Et7Ro%;bI&BUobQ1a$!;)oMXo+%QYYktq!#h6s6SQy_fU#%b~^lz1{tGOa&-M4b`FOHmKJe8p)U@6Dsd z25f`k?(0jsdt~9bRz}%XTq{km$%&!@$=uayrZ)!O{m;1Zm;4{jDD<%*HPd_l<_voh z+?J$6Wfs{e`O3h137D+c$qe8+V|F_^5mtq;$QHo!!D9kjsYhHf8C`Wvb<(S#S&UW- z@!F)-g8Mg)`VUP{Xu@OTpz7w)rWB!#dPd^A#*pyuXL;p9)Qn_{y5hycF-;d*_yRz3 zT(!R%FMg2tQ&3FPcsZQS|KnU=BYAVPy`N*R-6$mC)A#bGm?Num*nzR;yw}UzH@61! zgmePdZQR)M0N64UVU;V(gL{wKESni$FZR)(0CoViKx_+*^Dj?0vkKW)N}%_|C>X0b zt}&>x!NR)1-sedKw_a+a=-kVJ06F@fc=_!E8h)AklkRT6C?vNQ_@{c= zdjnn>l!iEY6!Y6GGw6+6_|RVba>PIIcek zOsIP)4XN4Z|2NlmXhYq~yYM=stMd;dvOZB%RLWaM#_VjIP=${liVRbTC?M%#a6XjL5wUD?|DwoYV9&F2~b|04w=nTZUt^yB*Cd zN~@7>!y>)kIRIjOus~FLp-oCrVOU){l`n~We=4^*T~p8-F>hNSaK&EU$L#z=3msmJ zlX|AKzKtB9{JNlUUEi&*}TtbTM_&7GPRO;H3$5ckA((g3b!s z!iQ#MR194WH#L*99uN;*j_3FBVmKQHc63y?v;e{JSSZzO0rm=d=g3`qZHtueMJHh0~8J)`BxW}0hp^!=qYLeeB ztZ^_4AGP=P4AO@%hf`F)3FJL$({qlg_woprN__tS>25jKHYSHmx;e-}OLmIJqHfJqU&*hc8V)m$ih zIU_7elzH|pV z>TEx2z#H;_c26#Ch@6RCUAKoL(H|74-_e|>Un^e7Kn-u>9hK;XKwb}#@8M&pSGgKj zqy+Pduh?*-g~d6%smz~0k@HngX6Lg9w76B&Fi^r@5{m%p*DMkK#{_|YwH9*PD0O~) zG{t3ns8&u0BuQgF0XjsWkG69w10re&e(~BUcmEfCajMfzL93AHZ&aQM!*S=K0D%M1 zR0;dLGWZ&PM20yfo)<*Z1k~LX22!*KCJPW>PQB_WpYyZDahq$p6)w!~EvCy_{6(}A zn}f_(4eUAOCT$h3D&RneH=ra9LH~lO4xIB?2<@Z?K1D#1aa(SdIp!JP&U}Gf7i!rz zN>)>%=%KiJxyJM?0byqeYT&_5qmW+in{nZ+2dojoJoUpMbV%4^2j78v1>Q7@1McBln+=$x-FbJG z>0iajBy(3)3`vZb?3pK(W+ttd=jx__zHjjs<$IvVne`zN6HTG^%08CQbzSZ9-IV|z z)hT9}FieAcKQ3R$`cLi6b+!|)1xP6K2m-3qahysfObD2C{N-5b6#+@X(6zr=;Zn;# z86NVn586t>+z-gD5=ev59sS>q+=y-v`LCtaH#!|#T>k}LJ6JB!>96@qGO-#)bd~13 zifE+{unxHgc}HZYq5?i;Di&r)mjzSgVR@EUtZD&NV(HPn7wHoxB;n8 zt%>3EAZSbW{kw}D9p%ou{Y^u4JTyW~kC2xuLuwIEJ!!xAK&u+oyji__a1x2c|L)2H z$lY6jEI#?Cs*|QEB(w&!)_?W?N+y|>gzAIj#(TMH*oe}novA-+;=++c^QFPeS~?W}uWrmU?rP|%!gW>k9hrb!y6qVM5m12T zlKOxr!Q&KwgMNiFun-=GR7dSM>Fujnofv|7dbl(Hnng1>e;_U{xI{*&l*W}X!V4#k zT2Os2jS3=|aVeUFfTMe5z&ntlaHWy)?>QrRdUj8c$xsLb0K>ZUg7 zA_G*Kp4}!+SyhD{vL>11g9<+Df?5gnd3X$R_=U1U?)3m$xcNi8Fw! zc>XfFh;W*;fkGNQHd^^5kIU#|+WAxHEZrd2_Kjv>XWaIFvw0N^4x~LBe}2Y6jtlPi z(jxeZ`XasRRnd-mgJ=Q90TM)4u|$=iD@mQ#{O{AHCd!%!k$s#>D(}>c<_sh5Y7kxv1h%N3mOP+MwM_^FHXZG#%z)*AGg(j{agyaf ztzZ*x?tAo579&sU#Ab=X9jB*NGLLj~Kn^@{5dH=K?TZ&e8W?5iXFJ}40{7q|m6=Bg-{b+swzqPeoIslvD`qB zG{-FGpgM@D=n^@9Y2{#as>??jh%;On5U1!Mu{UebUnz)CU`)wQzzSe>AxI#-dZX%Z zopU>!%f3BMxwa~4`lXT@V_5JFs?Zp1r@y)`xqc`$l|Ahjj|6&-KQHPDBCA^W?l}Vn zw!LQIBy5?`(q!lh0!$ znGPUqs$4UWb!r|}>mMkTM-EHJI{{5k?PLwm4T3WOVp)OHDd=kdR&@Z4KF3ml;ev=w{c}kP;6rVMXufNp`e~BHy9)Ht7dyX%WdytGalus-fix(&XJYAj zLQ+HGD8)y+g=18lo^UMFSvnJGB{MR%m0h!82c)?@6m<6Svg##P6BDqjf#CV56l)Cn zcc*_JO?3^3aJNja)`08s7HLHP)?IhFV<;z;MwP9sd`|2U!ct_#_~bNB&da*hz$-NX z%>ZqcPbKt0jEnG^`f2C2a%HVPORfMG92fAS-=&NJT2R|KlSZy7j9q@y9=V-fcgD;W zMuu;pNzs#>Y)8v1bKh`?_52RRv)`vAbgKjmGuRO^w#wdd{2x7sSO0H4XH+;n`#y{p zV+B^F=Xdx=$x#Iw6+ThQ3o}Tv`|a?q&vQ=N+)Ti06pLLzUR4P|A6BW?(Ch?hU%BPBk=fILaGRMPqv<)NN~G zXa%Q&fzs<%_C*4qF{~%6X7b;GsMXZg3mLJ`DCzzMZyr_M(+4Sa!dmOiBHZPx(T9P+ z>MCyxhyB%hNmNds&Q>_HT~sCQ<-g#%(1NZ}4~Pe$cCGhY=_YtH5=#5!GU5>(<)xW` zg~47uI!w7$ir=D91qOHgGG*cHcXx%phJIZ?}82^l_%(VT)GBU(s z&b>bNpA-B)!oEAG>Fj%3dgz4SyP$x8)PNLeg3?hbijW}10s6;>mnu#1$$J^#R zw?qRJ+usJu0sI+6{N-x^BQG;v6?|UdbZh~N^NKdOmj43YZ+=^C`xtH}%`~wakbq(g z_=wOi_iH~q4F>+S&Q|^q6W7Z!@_oiRzk{#!nF1=(*TX*!?wSO$9;G3ob$V-}-)3wk z84_@cJXOd>HL(Z{Ym5_2f7|P(^|z8a8KGjAlp!<|W!JM2?8Q0`P)tqpYarU2yRX@7 zBb6^^J-K(g<$SZXY&9Lrd&Za1+X&!460pxP_osQ;F|-LWK7I`fsev)dfID|i_Ke|; z1J=&(?(Fj!Xnu3=>`mA6IiyYlJF#`@&XudB&JBQG4vs1XRL1HtyazHe@S%t5*sVW~ z9s1k(kDsNk+IeJ_wO_0(pj;>Obj?*)?)DGf24I3U4bFLt)?SH8n&x?Rp#ka;A-M@8 zmL-!n>1#cJR0WRCi7$as@)jiLE9Dl=G60l9`w8GES-+RAL(-Z^U%-#NSO^8Y)d7_i z71x0tt!9mCoubOHl=Kuh=a>!v^%su`0w3#8FiiLUHf4f$?U zZrQ11qwvbB!u!F~IO>aqa^=p@Ub^lXd6=|`#W z0rVb;lIMM04Bjd-2BrU~s|EnJI%j9;}b^fNt}q);Ak^ z<1w0cWyXs-b;`G7#+IB-&bj2~( zk^AlH76nRfLSq*?D~lo$O?iq693u?dj8Jw9yQv@*8*GIp!c7sn{SuergExsh3T-S; zZ~$RrM>81^Me;6IO2+z642g$W0MT+z@Bkf>kX_AcxFyXni(-U&LP()_w)!Z3S{}Jt zcW_-pIPoM|$OG75g)A9&QZnGpGD=i&F~XP1R@U)1oRtO> zA4J95v=)WlQjf|GR*Z@B3b>H~7ccB12U)MUNw4_cr~Ro|63|X7^Rtl`9=`cdclHS< zE3Jb@27fYWs%075#+NMb_aBZ97*IyVuzh7GRx}+9p$HxOdKd_0mw%t_8_09a=i(U`CBTbuH=8;I<+`K z@twYp)8P`q6e7U1w`Ji1b;+SOl;HI-&DF;S;))Ji$?4yR%2GO?6t{2YgiXrByx!hIyq50}UV68T>tVr7PTei# zuJzg78BM>7A9-yGAn5Qhh#?B_yIv(WDEKrpQ2cTq;Fj@+I(F_Uo9FP8Zuub;@eHO8 zN43Fn374hzw^icG^=0qe^XUfp-h<&oI*a$_xb&xH7bOg}C1c%E7=4sg{m%R60cgHa z?bHDRRB}t)kOO(lRNQ_%=n%m1eXd_>s!aInE#zhVwwRA0F0OyrIr}ai{rV*E{I`9n z#c@y8b#(PVnN5qxQa5)zi;)2gw{%0rm}siJ`uIz&ah_qts^y084)j ze`K|O>ADHKz=uSx=!!#7xlv}5o^w8%oXVCCR5{zHzBNK#Mtv255h_2-W?a-c6$mn) z8h%$$Ik~P{QHL7i6S*k=_H}vav)o_kcjS=CY*R1o;WpuxPloSIhuYF(BN7aDK?8NA zFcV}#9Edy(E4n%wqMo6~U7bPR;v-??6j!TNUs7C5PQXW}EZk?zb-pBB383~N0JWz{ zY>+t~Yoc)Bnjv+{hXU9xk*37b;h>2se84hW*Z`&RGQ271=;rof%@q(4zPbxWL*g0G zm|C{*%l{$Z>BdzWCDxWfx$93n9!`gX&``Bh3*x8V`4hbE(VdMddiisEbsjwEwzUuSosE)En6+3Sv>{ zy{#sRA*t~QZr(f(n$Lla$l3JiQ@DP_{!Jred%o6gVf`R7?{g{_b>8f`ALz5Z{$zD` zfy&U%l9P82+5nk^J1;{Hw*DdzCr34XQ;ziJ!!|Dd9HPkLS>wifWGRRc!a)BOwGxqq zaBqmckN*evhnRzSNh2g8j(PH13~yQEwTf#Y7hm z=8(a_VV!MRU^s7Uwp39<5)mi3dM5^3!=`Einem1_CN|U@zIwscm`{eY+jwEfFdDr| zTB2zvPliKhTy)jtV1BOO6wl?lvC3~#H=oS*EDV@f%v6W#66jm$ zNdnvE@rptnKR5--K^@3JqTN_u?i(#jkU1{5Dsm3QrR5u$Kc9c|mOOAo%dE_0vWpG2 zEmC=prt)gAg9FO+2T5laA!@*(fBNK$W}D@0HEmOEVWSK%>oXk2rH*NgT}(d=y7i_I zq6xd0O%gB-X>neNVGgU<)vripghll8u6V_meq?Ui}(*hxSX-MQg7>cRHQnWl=58_-&R@g!{#s*u)spS@$4Crnu<(eXzEqvfv|3Qn4m_ zu-Ku_l)>HcC5^)XcQ1kSpab-8$m)5s0-U%FWUt`T8FoABRa|S*a^rTDE+QicAp?{)XnJo)c>wyl$tOutIj&*os5R&jN zp3BsjF7liijRAI(eOd3!Q2tSZ*B|g%A2|Jf5{3k z@OcHGn_9fnHGf_nKB|6xyL+E|?{D(61Uj(ypJ^+hG@)#pgi@F0gFP9_>1}-oM-__h zS!uRTwZ{!^+6B%;r+ERNFBS$qkB+Y%lEv5frrW(2^BK~O!cR%{t~tgn7sYv;v21#E zKJ6wYt1%YW(K`nN&-Dm`4GL^aIv@#vkkkT*b{PyP7QQ$_NCydwip1}sM+l{;;YB}dYz}$5%@NS|7As>N8PsdY zoKcwq-Sv6M*o(aoshPR|XMZ?-+In?9d7Xx_oB#M*2Llj*4ihR6H^gzIXGMc-=MMgP z%%3^aTpT#6%>yH3)|d7r!L`Lqy&d}K4Kfc~jf`!lX-8KzQSC*eYJlO+TriH-J3sVA zBN7=-)tUfM2Xa(>2d_<)AQf1r z{h*zjH*O~A+uKSVITr}rc1oOY<{`CMw+W5iwY}Dq1m>=PKImnypXE)ay`#OMfRn?$ zHnHIxbGg_!>7n7ykKteTlMDZwVu*(VXk3ohOj@7 zpLTXK^1~~5O6T(UH4gI*eG8RWVQi~F$lkdMay9bt;RVi)TQy#5@jxm&Stc5et8Jlv|8uiIs+z3T>q`R?%Ge--r5TY6cP0;M4W+){+4mc}OX^hJITm zH8B1zrg~wwRSGe}!+VMTKV-W6bnMX*Au|RObS{}ryYs>3TI^Rr*caqSf&x+OqNPf* zoB0>DuN#l?9aNt~z@DEHl z<0mHEX0-s)6{+`mqk61WbVJ6dujg7hZn#JO`@lq@o*y>C!Q~mjMGjkMLIYT^a!sep zX}6i5gA7dIBUVv%ONq&d2fe&5#w*?D%t3U+jjgcqe#BUf^P1=AZiKO@=cgZ>15~vV z(Hb_}&?_GyOwkIr+u2F&{+|Z=@KEhvMVvvL^T;lkv-@zeH8UNErJDdhk{4X_Z~)9{ zeklA?A= zmB0OlRdp?B`no|h z{3BG0R%xTz-}b;9&a{S5ohmr^JY^>VFnNNnbFGU5Xv1(GN0sxSS9~{K?c_;?S|g7p z-$*siW+&Do0%{QLnpYtY+cnrRQW-o5ka(n{-;7?)?XWzgc>lL!`-gz%w;I8I0hM8L zHSA27axv^V1g7+aQSqF*JBlLZ`S;dIY0}Nh>b?IwRY0mda$wY*hC$XLB(%VzhSwyg z{lolGko81cCLnCrt$CA=y8sVtiDfxv;Y#P5d7`fR)7GFsag#zJB-8~_Y%I9asspY2A$ZS*+ zUIR`4ei)2YjHD}aW-)!PDCovhfr&8K@Ksv}StcV3>lpW|civ%!&I%!1`VQ2pIa8Oi z#2x>?j??GJ&hSf^ZAdHmIBAJ~EX9+sJg*w9xq>APtmDx;VjY6(3z2M|>0Tnr!fd4T zCjW3acM9R*9hPv1?=Cz1yt)0{+omO<{DJvJcWk;|IRn1d3M~V#1JWf0>|vtpnaw40 zu?sP=lShMRMaods z{%f;p1#Bx%mR?~Av%S~dSi;u5AunUKg?9fXr=p^GUUivg3~67&%1-xvB`gBiR4TA3 zK%Z#=|9N{a5_f>JwPv4JecZXA{3%yvd0)y7#nglowV=$+7A|d#shjPGzeD>%=UUCj z-u^HsRz0iPyP0R;CV%v${`Ns5AzO_gNm!{PSE*CaiaxTfCc%MYwOQZ21w?*qYjbuo zDj_n%3zt%+MELNoFp=Z$z{ivaaToe4+T{wbdmOWMrjvSV%Fd`Vs>NJI*>!dk;7?{q z4|Qjz9u>fP0*9$XJ$uIDP!*q?DdW*hRjk!GCq1G*&ft!wn#Kg69|wv*(s^gY$n-}b z{uNthcx4=8c6HAH(%{`_a?S|F^&}xaoP<2u%!xkdtmB>MH?87&b6aHcY`PEv(Npyg z(+63)680$~Z+|+A!F%aD(N&sA%e+(WL4vKXj*$s_MLpKuS9< zDoCSabXP>jZ^-9~n_uq0E~5K5N|v}>Tv7(34<;vI*$~^9>ayq<*& zJzkz|G*mHp+hJ5qi{oj2At-6DM0pSepkY88TD%tv);-9Cj_!{fkcU_&dcp0CSX4n4 zP*;&#A9rK?mng0Yc9t>a{9hL@x^52oZZcWPxj@pS?Ngx-)&Za>&0u@fXIXiQxx!0p z)xmu?!Mo`gN&HOxGxh4mGweSz#V87HbQzTj?9OPDaJmD5D~n(X=e%?W!=s(M(<%Z8nc5EKm}p z$TP_AjT#_>?+le`W_E^Etuw`HWG-^s8crP$%RCPfp!i^vve|QODfhGnesmnl?g0<4 zk}UFe$}TIwO=L`Gz|mQ>L_8_&+xUUSGI80q>{e_0?f5*I@XG}cv0_IOD-h3X_FUEo*oY@%vu&H|ZHr^BW*9xV9yAjG8)Yf!p8E4Q) zy~<5IdCs$`x-m#2!0N$w-eX~N$~;VsYG(azH@AfmJt-CWoEIV@0Y3R7gB>>nlT&^0 zXcAQ}P0#4};CqTJAGx#k@xux@JYODnOE1M(fe^_9c%vzgd@hW*L`#Gg@WhLU`be5L zRzV^pQeu5G4FLFD6#Bk>!f@UTv<9!KQ`ds?`jhw|@sq)H_!R5~7@I$pC-av_22*yM zaW^^wrt%*D3-B~6=$Nu$%4fgNkLrxb@VQc%b@sEfA>MSaOo=K;ga_Y|SW7w%r5ub6YiltX8~}Umi9eVO7o^-2B210l?KlZZ+=H%-XA?Zly2B@tszC(;l|Y&> zVZBxJ)3>&bsCAOyszFQ5fKsgy)3OHd$-D3nKlnVw>YLM$q>)0?;t-|YM4Vo0jV}n; zjz`I}5DE05uN)ajNAc}a9%CAralsE`=?ZE~*t7t&mewoE5p1B1dEMb(1KpBLt?tl> z6Z7y-F^m@b?@Y}bfZ7QOK<1RDKzbsUOMtmyyX7aeXn`0xv(OVhdE{~#yC(l4J&x-! zkq4CJdzgi20-*ZiX<5I>zJ*kNHg%UF2y$?JrA-s;_6~x|mG&&8V9A$FhhC0WmFnKV zmD!YOUI;LlN9~G{jMxaNl;!1Q7Ep(VE*xsjHQ%$22(U>JCvV2DH5$G6-zl5VH4tO6 z6^)>t*6Z@v2qM$DA4a?fZ=Y&pwacuVy*Xd@%;owMEEpZda7nJ|uWY_1rGQf7N7-Ni zl~ZsH)=52QP0@3S^+6|F!?&pdg~uTkL@~j+8*#_4fvLok_>HCjp&4jdzWYtaN&gEE z!Vf>z;)~yY+fmak!&sTLMHbsJS){)R6Vw5^=|TsYxGY$*;{VS>Rv^Pw^wS+x#@sRU zCkP(7?F5NM&g&hk6`qj$!XQbr6=@J8*wRP6@SAg^_-X?F{YIjG$te;|mmP z#|S)^v^ZuImZd2F8ha3BZmyCQM%N$AJ;@AcW1UeR^X!ls$eW#LiCR=bcaoHh5{t3s zit_C&dlIZ7)!F?LsupSBup`ZhlnSIXul5@ z&6rl{I%}jE6|5rEwfx@mI|i4?o6awr@C{x`o1RaVmOP;Fqk_9CkDN%FZ`!$Bd^6UM zZzwf6_{nK|BTXNzf#sEJU=GM`Y+&7rmj`%PsUWpF0ki@_1jP7wM%r+!VHIn4mtv{{ zWch6=7UdkQNlsBSP~F)4^+l=AnjF%!rG{4_sbbdul|)?@;zYBM31?}qL9O{T@k04ihPE*KC5bHF0wcaU2ZDA}l{a&%~ zqR*9e8y|VXr>0EH&F$CYZ*#=kK!DKl7?Iks=k-pgLbziBiuSSn3Cq3z;fwpuw8@%? zfSr7&ZDS7h2p`0(84x_G-c1buJoc^>*x9D?h{;h^{)S$Mka=TaV}Q)B3zgvtH!rx4U^x7+Z|?v+L3b#!f%Wo%)-?^?)~ZE2@_r#O2lh&l(x6^rdjA)n zPx{B;^947hZh84!fjxc8tZ2dEtN4NLU6J&{Z62cqH9#H3xpQb71N+Jx_FX1P>G+OL zcS8c0*o7CH{`(_3Ohf<&?6%0mgUCaS!{)f2V|P0mb^CMO0rq`{$5$tHS0R)LK7!b8 zPyUGJh=*dECU_IO2A(8%lif~~GFWiwXb>lBCiAh5Du7PL5b(Tj0m|#z?aT0(cklQT zY17&C&A5Z4>KIy`;F0mZn(2C@mmiT_Bf1}2?R(At(gLqoK%;A%I!+(48^0`Psk95& zg(pEoMCfQE^_>cHvc8 z!S1ZZ$|QIGWQ4BX{snWXgCC;CTGZRYe8@F?yILc-i%s&{k>cZET9DC}_{2>Bp|MGu zIE;m{yR+f7Dta$EF{NP3F&bM@$0w2B-|lXMqG&IrQA%0DPC5&EN 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 literal 0 HcmV?d00001 diff --git a/docs/Protocol.Rmd b/docs/Protocol.Rmd new file mode 100644 index 00000000..baae1043 --- /dev/null +++ b/docs/Protocol.Rmd @@ -0,0 +1,180 @@ +--- +title: "| RESEARCH PROTOCOL\n| \n| Estimating the risk of non-arteritic ischemic optic neuropathy (NAION) and diabetic retinopathy (DR) progression associated with semaglutide exposure in patients with diabetes mellitus\n" +fontsize: 12pt +geometry: margin=1in +output: + bookdown::html_document2: + df_print: paged + toc: yes + toc_depth: 2 + toc_float: yes + number_sections: yes + number_tables: yes + css: style.css + bookdown::pdf_document2: + keep_tex: yes + latex_engine: xelatex + md_extensions: +raw_attribute + number_sections: yes + includes: + before_body: title.tex + word_document: + reference_docx: ohdsi-protocol-style.docx +header-includes: +- \usepackage[numbers,sort&compress]{natbib} +- \usepackage{booktabs} +- \usepackage{longtable} +- \usepackage{array} +- \usepackage{multirow} +- \usepackage{wrapfig} +- \usepackage{float} +- \usepackage{colortbl} +- \usepackage{pdflscape} +- \usepackage{tabu} +- \usepackage{threeparttable} +- \usepackage{threeparttablex} +- \usepackage[normalem]{ulem} +- \usepackage{makecell} +- \usepackage{caption} +- \usepackage{rotating} +- \usepackage{multirow} +- \usepackage{mwe,tikz} +- \usepackage[percent]{overpic} +- \usepackage{enumitem} +- \usepackage{hyperref} +- \newcolumntype{P}[1]{>{\raggedright\arraybackslash}p{#1}} +- \newcommand{\footerDate}{`r params$date`} +- \input{header.tex} +longtable: yes +mainfont: Arial +bibliography: Protocol.bib +params: + date: '8-Aug-2024' + version: 1.0 +subtitle: 'Version: `r params$version`' +link-citations: yes +csl: bmj.csl +--- + +```{r setup, include=FALSE} +source("utils.R") +knitr::opts_chunk$set(echo = TRUE, warning=FALSE) +options(kableExtra.latex.load_packages = FALSE) +library(kableExtra) +#knitr::knit_hooks$set(document = function(x) {sub('\\usepackage[]{color}', '\\usepackage[table]{xcolor}', x, fixed = TRUE)}) +library(dplyr) +options(knitr.kable.NA = "") +options(knitr.table.format = function() { + if (knitr::is_latex_output()) { + "latex" + } else if (knitr::is_html_output()) { + "html" + } else { + "pipe" + } +}) + +latex_table_font_size <- 8 +``` + +# List of Abbreviations + +```{r child = "Abbreviations.Rmd"} +``` + +\clearpage + +# Responsible Parties + +## Investigators + +```{r parties, echo=FALSE, message=FALSE, warning=FALSE} +parties <- readr::read_delim(col_names = TRUE, delim = ";", trim_ws = TRUE, file = " + Investigator; Institution/Affiliation + + Cindy Cai, MD, MS *; Wilmer Eye Institute, Johns Hopkins Hospital, ccai6@jhmi.edu + Michelle Hribar, PhD; Oregon Health & Science University, hribarm@ohsu.edu + ; Eye Care and Vision Research Workgroup + +") + +tab <- kable(parties, booktabs = TRUE, linesep = "") %>% + column_spec(1, width = "10em") %>% + column_spec(2, width = "35em") %>% + footnote(general = "* Principal Investigator", general_title = "") + +if (knitr::is_latex_output()) { + tab %>% kable_styling(latex_options = c("striped", "hold_position"), + font_size = latex_table_font_size) +} else { + tab %>% kable_styling(bootstrap_options = "striped") +} +``` + +## Disclosures + +```{r child = "Disclosures.Rmd"} +``` + + +\clearpage + +# Abstract + +```{r child = "Abstract.Rmd"} +``` + + +# Amendments and Updates + +```{r amendments, echo=FALSE, message=FALSE} +# amendments <- readr::read_delim(col_names = TRUE, delim = ";", trim_ws = TRUE, file = " +# Number; Date; Section of study protocol; Amendment or update; Reason +# ") +# +# tab <- kable(amendments, booktabs = TRUE, linesep = "") +# +# if (knitr::is_latex_output()) { +# tab %>% kable_styling(latex_options = c("striped", "hold_position"), font_size = latex_table_font_size) +# } else { +# tab %>% kable_styling(bootstrap_options = "striped") +# } +``` + + + +# Milestones + +```{r dates, echo=FALSE, message=FALSE} +dates <- readr::read_delim(col_names = TRUE, delim = ";", trim_ws = TRUE, file = " + +") + +tab <- kable(dates, booktabs = TRUE, linesep = "") + +if (knitr::is_latex_output()) { + tab %>% kable_styling(latex_options = c("striped", "hold_position"), font_size = latex_table_font_size) +} else { + tab %>% kable_styling(bootstrap_options = "striped") +} +``` + + +```{r child = "MainText.Rmd"} +``` + + +\clearpage + +# References {-} + +
+ +\clearpage + +\centerline{\Huge Appendix} + +# (APPENDIX) Appendix {-} + +```{r child = "Appendix.Rmd"} +``` diff --git a/docs/Protocol.bib b/docs/Protocol.bib new file mode 100644 index 00000000..4902b80b --- /dev/null +++ b/docs/Protocol.bib @@ -0,0 +1,301 @@ + +@article{marso_semaglutide_2016, + title = {Semaglutide and {Cardiovascular} {Outcomes} in {Patients} with {Type} 2 {Diabetes}}, + volume = {375}, + issn = {0028-4793, 1533-4406}, + url = {http://www.nejm.org/doi/10.1056/NEJMoa1607141}, + doi = {10.1056/NEJMoa1607141}, + language = {en}, + number = {19}, + urldate = {2024-08-08}, + journal = {New England Journal of Medicine}, + author = {Marso, Steven P. and Bain, Stephen C. and Consoli, Agostino and Eliaschewitz, Freddy G. and Jódar, Esteban and Leiter, Lawrence A. and Lingvay, Ildiko and Rosenstock, Julio and Seufert, Jochen and Warren, Mark L. and Woo, Vincent and Hansen, Oluf and Holst, Anders G. and Pettersson, Jonas and Vilsbøll, Tina}, + month = nov, + year = {2016}, + pages = {1834--1844}, + file = {Available Version (via Google Scholar):/Users/erikwestlund/Zotero/storage/9Q7AH5MD/Marso et al. - 2016 - Semaglutide and Cardiovascular Outcomes in Patient.pdf:application/pdf}, +} + +@article{perkovic_effects_2024, + title = {Effects of {Semaglutide} on {Chronic} {Kidney} {Disease} in {Patients} with {Type} 2 {Diabetes}}, + volume = {391}, + copyright = {http://www.nejmgroup.org/legal/terms-of-use.htm}, + issn = {0028-4793, 1533-4406}, + url = {http://www.nejm.org/doi/10.1056/NEJMoa2403347}, + doi = {10.1056/NEJMoa2403347}, + language = {en}, + number = {2}, + urldate = {2024-08-08}, + journal = {New England Journal of Medicine}, + author = {Perkovic, Vlado and Tuttle, Katherine R. and Rossing, Peter and Mahaffey, Kenneth W. and Mann, Johannes F.E. and Bakris, George and Baeres, Florian M.M. and Idorn, Thomas and Bosch-Traberg, Heidrun and Lausvig, Nanna Leonora and Pratley, Richard}, + month = jul, + year = {2024}, + pages = {109--121}, +} + +@article{american_diabetes_association_professional_practice_committee_9_2021, + title = {9. {Pharmacologic} {Approaches} to {Glycemic} {Treatment}: {Standards} of {Medical} {Care} in {Diabetes}—2022}, + volume = {45}, + issn = {0149-5992}, + shorttitle = {9. {Pharmacologic} {Approaches} to {Glycemic} {Treatment}}, + url = {https://doi.org/10.2337/dc22-S009}, + doi = {10.2337/dc22-S009}, + abstract = {The American Diabetes Association (ADA) “Standards of Medical Care in Diabetes” includes the ADA’s current clinical practice recommendations and is intended to provide the components of diabetes care, general treatment goals and guidelines, and tools to evaluate quality of care. Members of the ADA Professional Practice Committee, a multidisciplinary expert committee (https://doi.org/10.2337/dc22-SPPC), are responsible for updating the Standards of Care annually, or more frequently as warranted. For a detailed description of ADA standards, statements, and reports, as well as the evidence-grading system for ADA’s clinical practice recommendations, please refer to the Standards of Care Introduction (https://doi.org/10.2337/dc22-SINT). Readers who wish to comment on the Standards of Care are invited to do so at professional.diabetes.org/SOC.}, + number = {Supplement\_1}, + urldate = {2024-08-08}, + journal = {Diabetes Care}, + author = {{American Diabetes Association Professional Practice Committee}}, + month = dec, + year = {2021}, + pages = {S125--S143}, + file = {Full Text PDF:/Users/erikwestlund/Zotero/storage/MDWM5359/American Diabetes Association Professional Practice Committee - 2021 - 9. Pharmacologic Approaches to Glycemic Treatment.pdf:application/pdf;Snapshot:/Users/erikwestlund/Zotero/storage/X5UQNKHH/9-Pharmacologic-Approaches-to-Glycemic-Treatment.html:text/html}, +} + +@article{hathaway_risk_2024, + title = {Risk of nonarteritic anterior ischemic optic neuropathy in patients prescribed semaglutide}, + url = {https://jamanetwork.com/journals/jamaophthalmology/article-abstract/2820255}, + doi = {10.1001/jamaophthalmol.2024.2296}, + urldate = {2024-08-08}, + journal = {JAMA ophthalmology}, + author = {Hathaway, Jimena Tatiana and Shah, Madhura P. and Hathaway, David B. and Zekavat, Seyedeh Maryam and Krasniqi, Drenushe and Gittinger, John W. and Cestari, Dean and Mallery, Robert and Abbasi, Bardia and Bouffard, Marc}, + year = {2024}, + file = {Available Version (via Google Scholar):/Users/erikwestlund/Zotero/storage/8I7A4I5P/2820255.html:text/html}, +} + +@article{albert_glucagon-like_2023, + title = {Glucagon-like peptide 1-receptor agonists and {A1c}: good for the heart but less so for the eyes?}, + volume = {17}, + shorttitle = {Glucagon-like peptide 1-receptor agonists and {A1c}}, + url = {https://www.sciencedirect.com/science/article/pii/S1871402122003137?casa_token=R8Qw9BLOA98AAAAA:l8BNLl5HuAtHzXL3N1LUjEy1j83aoCfwqbHeq3yHevOqT7FwwlyOm9Iynp5D4VSKgWQxgHdy}, + doi = {10.1016/j.dsx.2022.102696}, + number = {1}, + urldate = {2024-08-08}, + journal = {Diabetes \& Metabolic Syndrome: Clinical Research \& Reviews}, + author = {Albert, Stewart G. and Wood, Emily M. and Ahir, Vaishaliben}, + year = {2023}, + note = {Publisher: Elsevier}, + pages = {102696}, + file = {Available Version (via Google Scholar):/Users/erikwestlund/Zotero/storage/98NU6PT7/S1871402122003137.html:text/html}, +} + +@article{barkmeier_comparative_2024, + title = {Comparative {Effectiveness} of {Glucagon}-{Like} {Peptide}-1 {Receptor} {Agonists}, {Sodium}-{Glucose} {Cotransporter} 2 {Inhibitors}, {Dipeptidyl} {Peptidase}-4 {Inhibitors}, and {Sulfonylureas} for {Sight}-{Threatening} {Diabetic} {Retinopathy}}, + url = {https://www.sciencedirect.com/science/article/pii/S246865302400229X?casa_token=g0OKdr9FZSEAAAAA:N_XVHHruQwdscyp77Qd0B1d_r-u_UYB37qV_68jZpYGRigfUiQSgMLDxRT5LcVBoZbZFN-ss}, + doi = {10.1016/j.oret.2024.05.003}, + urldate = {2024-08-08}, + journal = {Ophthalmology Retina}, + author = {Barkmeier, Andrew J. and Herrin, Jeph and Swarna, Kavya Sindhu and Deng, Yihong and Polley, Eric C. and Umpierrez, Guillermo E. and Galindo, Rodolfo J. and Ross, Joseph S. and Mickelson, Mindy M. and McCoy, Rozalina G.}, + year = {2024}, + note = {Publisher: Elsevier}, + file = {Available Version (via Google Scholar):/Users/erikwestlund/Zotero/storage/GEGP8ECB/S246865302400229X.html:text/html}, +} + +@article{stevens_long-term_2024, + title = {Long-term use of semaglutide and risk of diabetic retinopathy progression}, + volume = {15}, + issn = {2666-3961}, + url = {https://www.sciencedirect.com/science/article/pii/S2666396124000128}, + doi = {10.1016/j.endmts.2024.100168}, + abstract = {Objective +Concerns exist about semaglutide, potentially worsening sight-threatening diabetic retinopathy (DR) in individuals with diabetes. This study aimed to explore the association between semaglutide and the risk of DR progression over three years in patients with type 2 diabetes (T2D). It is hypothesized that any observed deterioration in DR among T2D patients following semaglutide use would be temporary and unrelated to long-term progression. +Methods +Retrospective data analysis identified 4086 patients with T2D and DR by ICD-10 codes in a Retina only practice from January to June 2020. Use of semaglutide was found in 116 patients. Inclusion criteria included at least 1 year of semaglutide use and documentation of level of non-proliferative (NPDR) and proliferative (PDR) retinopathy, visual acuity (VA) and Central Subfield Thickness (CST). +Results +87 patients meeting the eligibility criteria, ranging in age from 38 to 84 years (mean age of 62.4 years), and having an average duration of semaglutide usage of approximately 2.9 years. Gender distribution included 58.6 \% male and 41.4 \% female patients, with 83.9 \% Caucasian, 11.5 \% Black, and 10.3 \% Hispanic backgrounds. The baseline HbA1c level averaged 7.6 \%, ranging from 5.9 \% to 10.9 \%, with a standard deviation of 1.1. The last self-reported HbA1c level averaged 7.4 \%, ranging from 5.2 \% to 14 \%, with a standard deviation of 1.5. Baseline DR severity correlated with progression risk: 2.7 \% for DRSS level ≤ 43, 28 \% for levels 47/53, and 45 \% for baseline PDR. Patients required an average of 12.6 intravitreal injections. Visual acuity remained stable for 72.4 \% of patients, with 16.1 \% experiencing a loss and 11.5 \% achieving improvement. +Conclusion +Semaglutide use was not associated with increased risk of progression of DR, visual loss, or an increased number of intravitreal injections over a 3-year period of time.}, + urldate = {2024-08-08}, + journal = {Endocrine and Metabolic Science}, + author = {Stevens, Henry and de la Paz, Max and Cooper, Blake and Bhattacharya, Rajib}, + month = jun, + year = {2024}, + keywords = {Diabetic retinopathy progression, Ocular complications, Retrospective study, Semaglutide, Type 2 diabetes}, + pages = {100168}, + file = {ScienceDirect Snapshot:/Users/erikwestlund/Zotero/storage/CDIMDGYJ/S2666396124000128.html:text/html}, +} + +@article{sharma_semaglutide_2022, + title = {Semaglutide and the risk of diabetic retinopathy-current perspective}, + volume = {36}, + issn = {1476-5454}, + doi = {10.1038/s41433-021-01741-5}, + language = {eng}, + number = {1}, + journal = {Eye (London, England)}, + author = {Sharma, Ashish and Parachuri, Nikulaa and Kumar, Nilesh and Saboo, Bharat and Tripathi, Hridaya Nath and Kuppermann, Baruch D. and Bandello, Francesco}, + month = jan, + year = {2022}, + pmid = {34373613}, + pmcid = {PMC8727607}, + keywords = {Diabetes Mellitus, Type 2, Diabetic Retinopathy, Glucagon-Like Peptides, Humans, Hypoglycemic Agents}, + pages = {10--11}, + file = {Full Text:/Users/erikwestlund/Zotero/storage/7FIDJNMC/Sharma et al. - 2022 - Semaglutide and the risk of diabetic retinopathy-c.pdf:application/pdf}, +} + +@article{tian_evaluating_2018, + title = {Evaluating large-scale propensity score performance through real-world and synthetic data experiments}, + volume = {47}, + issn = {1464-3685}, + doi = {10.1093/ije/dyy120}, + abstract = {BACKGROUND: Propensity score adjustment is a popular approach for confounding control in observational studies. Reliable frameworks are needed to determine relative propensity score performance in large-scale studies, and to establish optimal propensity score model selection methods. +METHODS: We detail a propensity score evaluation framework that includes synthetic and real-world data experiments. Our synthetic experimental design extends the 'plasmode' framework and simulates survival data under known effect sizes, and our real-world experiments use a set of negative control outcomes with presumed null effect sizes. In reproductions of two published cohort studies, we compare two propensity score estimation methods that contrast in their model selection approach: L1-regularized regression that conducts a penalized likelihood regression, and the 'high-dimensional propensity score' (hdPS) that employs a univariate covariate screen. We evaluate methods on a range of outcome-dependent and outcome-independent metrics. +RESULTS: L1-regularization propensity score methods achieve superior model fit, covariate balance and negative control bias reduction compared with the hdPS. Simulation results are mixed and fluctuate with simulation parameters, revealing a limitation of simulation under the proportional hazards framework. Including regularization with the hdPS reduces commonly reported non-convergence issues but has little effect on propensity score performance. +CONCLUSIONS: L1-regularization incorporates all covariates simultaneously into the propensity score model and offers propensity score performance superior to the hdPS marginal screen.}, + language = {eng}, + number = {6}, + journal = {International Journal of Epidemiology}, + author = {Tian, Yuxi and Schuemie, Martijn J. and Suchard, Marc A.}, + month = dec, + year = {2018}, + pmid = {29939268}, + pmcid = {PMC6280944}, + keywords = {Humans, Algorithms, Bias, Confounding Factors, Epidemiologic, Logistic Models, Observational Studies as Topic, Propensity Score, Research Design, Sample Size}, + pages = {2005--2014}, + file = {Full Text:/Users/erikwestlund/Zotero/storage/P5363RL8/Tian et al. - 2018 - Evaluating large-scale propensity score performanc.pdf:application/pdf}, +} + +@misc{noauthor_ohdsistrategus_2024, + title = {{OHDSI}/{Strategus}}, + url = {https://github.com/OHDSI/Strategus}, + abstract = {[Under development] An R packages for coordinating and executing analytics using HADES modules}, + urldate = {2023-04-29}, + publisher = {Observational Health Data Sciences and Informatics}, + month = jun, + year = {2024}, + note = {original-date: 2022-03-24T15:08:20Z}, +} + +@misc{noauthor_reps_nodate, + title = {Reps {JM}, {Schuemie} {MJ}, {Suchard} {MA}, {Ryan} {PB}, {Rijnbeek} {PR}. {Design} and implementation of a standardized framework to generate and evaluate patient-level prediction models using observational healthcare data. {J} {Am} {Med} {Inform} {Assn}. 2018;25(8):969-975. doi:10.1093/jamia/ocy032 - {Google} {Search}}, + url = {https://www.google.com/search?q=Reps+JM%2C+Schuemie+MJ%2C+Suchard+MA%2C+Ryan+PB%2C+Rijnbeek+PR.+Design+and+implementation+of+a+standardized+framework+to+generate+and+evaluate+patient-level+prediction+models+using+observational+healthcare+data.+J+Am+Med+Inform+Assn.+2018%3B25(8)%3A969-975.+doi%3A10.1093%2Fjamia%2Focy032&rlz=1C5GCCM_en&oq=Reps+JM%2C+Schuemie+MJ%2C+Suchard+MA%2C+Ryan+PB%2C+Rijnbeek+PR.+Design+and+implementation+of+a+standardized+framework+to+generate+and+evaluate+patient-level+prediction+models+using+observational+healthcare+data.+J+Am+Med+Inform+Assn.+2018%3B25(8)%3A969-975.+doi%3A10.1093%2Fjamia%2Focy032&gs_lcrp=EgZjaHJvbWUyBggAEEUYOdIBBzE0M2owajSoAgCwAgE&sourceid=chrome&ie=UTF-8}, + urldate = {2024-08-08}, + file = {Reps JM, Schuemie MJ, Suchard MA, Ryan PB, Rijnbeek PR. Design and implementation of a standardized framework to generate and evaluate patient-level prediction models using observational healthcare data. J Am Med Inform Assn. 2018\;25(8)\:969-975. doi\:10.1093/jamia/ocy032 - Google Search:/Users/erikwestlund/Zotero/storage/YYYCJD68/search.html:text/html}, +} + +@article{cox_regression_1972, + title = {Regression {Models} and {Life}-{Tables}}, + volume = {34}, + copyright = {© 1972 The Authors}, + issn = {2517-6161}, + url = {https://onlinelibrary.wiley.com/doi/abs/10.1111/j.2517-6161.1972.tb00899.x}, + doi = {10.1111/j.2517-6161.1972.tb00899.x}, + abstract = {The analysis of censored failure times is considered. It is assumed that on each individual are available values of one or more explanatory variables. The hazard function (age-specific failure rate) is taken to be a function of the explanatory variables and unknown regression coefficients multiplied by an arbitrary and unknown function of time. A conditional likelihood is obtained, leading to inferences about the unknown regression coefficients. Some generalizations are outlined.}, + language = {en}, + number = {2}, + urldate = {2024-08-08}, + journal = {Journal of the Royal Statistical Society: Series B (Methodological)}, + author = {Cox, D. R.}, + year = {1972}, + note = {\_eprint: https://onlinelibrary.wiley.com/doi/pdf/10.1111/j.2517-6161.1972.tb00899.x}, + keywords = {accelerated life tests, age-specific failure rate, asymptotic theory, censored data, conditional inference, hazard function, life table, medical applications, product limit estimate, regression, reliability theory, two-sample rank tests}, + pages = {187--202}, + file = {Snapshot:/Users/erikwestlund/Zotero/storage/2RNVJQAX/j.2517-6161.1972.tb00899.html:text/html}, +} + +@article{mollan_semaglutide_2024, + title = {Semaglutide and {Nonarteritic} {Anterior} {Ischemic} {Optic} {Neuropathy}}, + issn = {2168-6173}, + doi = {10.1001/jamaophthalmol.2024.2514}, + language = {eng}, + journal = {JAMA ophthalmology}, + author = {Mollan, Susan P.}, + month = jul, + year = {2024}, + pmid = {38958953}, +} + +@article{hui_glucagon-like_2024, + title = {Glucagon-like {Peptide} 1 {Receptor} {Agonist} use and the effect on diabetic retinopathy: {An} uncertain relationship}, + volume = {178}, + issn = {1873-5169}, + shorttitle = {Glucagon-like {Peptide} 1 {Receptor} {Agonist} use and the effect on diabetic retinopathy}, + doi = {10.1016/j.peptides.2024.171240}, + abstract = {Glucagon-like Peptide 1 Receptor Agonists (GLP-1 RAs) are a group of relatively novel medications for the treatment of diabetes mellitus. These medications can mimic the naturally occurring incretins of the body, which promote the release of insulin in response to hyperglycaemia. The anti-glycaemic effects of these medications can be profound and carry other metabolic benefits such as promoting weight loss. Clinical trials have shown GLP-1 RAs are safe to use from a cardiovascular perspective. However, some trials have suggested a link between GLP-1 RA use and worsening diabetic retinopathy. The conclusions surrounding this link are poorly established as data is drawn primarily from cardiovascular outcome trials. If an association does exist, a possible explanation might be the observed phenomenon of early worsening diabetic retinopathy with rapid correction of hyperglycaemic states. Trials which look at diabetic retinopathy as a primary outcome in relation to use of GLP-1 RAs are sparse and warrant investigation given the growing use of this group of medications. Therefore currently, it is uncertain what effect, beneficial or adverse, GLP-1 RA use has on diabetic retinopathy. This article provides an overview of GLP-1 RA use as a treatment for diabetes mellitus and the current understanding of their relationship with diabetic retinopathy.}, + language = {eng}, + journal = {Peptides}, + author = {Hui, Benjamin T. K. and Yeong, Jian Lee and Peto, Tunde and Willoughby, Colin E.}, + month = aug, + year = {2024}, + pmid = {38705472}, + keywords = {Diabetes Mellitus, Type 2, Diabetic Retinopathy, Humans, Hypoglycemic Agents, Diabetes mellitus, Diabetic retinopathy, Glucagon-like Peptide 1 Receptor Agonists, Glucagon-Like Peptide-1 Receptor}, + pages = {171240}, +} + +@article{hayreh_nonarteritic_2008, + title = {Nonarteritic anterior ischemic optic neuropathy: natural history of visual outcome}, + volume = {115}, + issn = {1549-4713}, + shorttitle = {Nonarteritic anterior ischemic optic neuropathy}, + doi = {10.1016/j.ophtha.2007.05.027}, + abstract = {OBJECTIVE: To investigate systematically the natural history of visual outcome in nonarteritic anterior ischemic optic neuropathy (NAION). +DESIGN: Cohort study. +PARTICIPANTS: Three hundred forty consecutive untreated patients (386 eyes) with NAION, first seen in our clinic from 1973 to 2000. +METHODS: At first visit, all patients gave a detailed ophthalmic and medical history and underwent a comprehensive ophthalmic evaluation. Visual evaluation was done by recording visual acuity, using the Snellen visual acuity chart, and visual fields with a Goldmann perimeter. The same ophthalmic evaluation was performed at each follow-up visit. +MAIN OUTCOME MEASURES: Natural history of visual acuity and visual field outcome in NAION. +RESULTS: Of the 386 eyes, 332 had 8 weeks or more of follow-up from the initial visit. At the initial visit, in eyes seen {\textless} or =2 weeks from onset of symptoms, 49\% had visual acuity of {\textgreater} or =20/30 and 23\% had {\textless} or =20/200; in these eyes, 38\% had minimal to mild visual field defect and 43\% marked to severe defect. In those who were first seen {\textless} or =2 weeks after onset with visual acuity {\textless} or =20/70, there was improvement in 41\% at 6 months and in 42\% at 1 year after the initial visit. Two years after the initial visit, there was deterioration in 9\% of eyes with initial visual acuity of {\textgreater} or =20/60, and in 18\% of those with initial visual acuity of {\textless} or =20/70. In those who were first seen {\textless} or =2 weeks of onset with moderate to severe visual field defect, there was improvement in 26\% at 6 months and 27\% at 1 year after the initial visit. Two years after the initial visit, 27\% of eyes with initial minimal to mild field defects showed worsening, as did 19\% of those with moderate to severe defects. +CONCLUSIONS: About half of the eyes with NAION presented with almost normal visual acuity (20/15 to 20/30) at the initial visit. Thus, the presence of normal visual acuity does not rule out NAION. Visual acuity and visual fields showed improvement or further deterioration mainly up to 6 months, with no significant change after that.}, + language = {eng}, + number = {2}, + journal = {Ophthalmology}, + author = {Hayreh, Sohan Singh and Zimmerman, M. Bridget}, + month = feb, + year = {2008}, + pmid = {17698200}, + pmcid = {PMC2782939}, + keywords = {Humans, Arteritis, Cohort Studies, Female, Follow-Up Studies, Male, Middle Aged, Optic Neuropathy, Ischemic, Papilledema, Vision Disorders, Visual Acuity, Visual Field Tests, Visual Fields}, + pages = {298--305.e2}, + file = {Accepted Version:/Users/erikwestlund/Zotero/storage/8G9QW32S/Hayreh and Zimmerman - 2008 - Nonarteritic anterior ischemic optic neuropathy n.pdf:application/pdf}, +} + +@incollection{schuemie_health-analytics_2024, + title = {Health-{Analytics} {Data} to {Evidence} {Suite} ({HADES}): {Open}-{Source} {Software} for {Observational} {Research}}, + shorttitle = {Health-{Analytics} {Data} to {Evidence} {Suite} ({HADES})}, + url = {https://ebooks.iospress.nl/doi/10.3233/SHTI231108}, + urldate = {2024-08-08}, + publisher = {IOS Press}, + author = {Schuemie, Martijn and Reps, Jenna and Black, Adam and Defalco, Frank and Evans, Lee and Fridgeirsson, Egill and Gilbert, James P. and Knoll, Chris and Lavallee, Martin and Rao, Gowtham A. and Rijnbeek, Peter and Sadowski, Katy and Sena, Anthony and Swerdel, Joel and Williams, Ross D. and Suchard, Marc}, + year = {2024}, + doi = {10.3233/SHTI231108}, + pages = {966--970}, + file = {Full Text PDF:/Users/erikwestlund/Zotero/storage/JKRHDT6E/Schuemie et al. - 2024 - Health-Analytics Data to Evidence Suite (HADES) O.pdf:application/pdf}, +} + +@article{joo_effect_2024, + title = {The {Effect} of {Glucagon}-{Like} {Peptide}-1 {Receptor} {Agonists} on {Diabetic} {Retinopathy} at a {Tertiary} {Care} {Center}}, + volume = {4}, + issn = {2666-9145}, + url = {https://www.ophthalmologyscience.org/article/S2666-9145(24)00083-6/fulltext}, + doi = {10.1016/j.xops.2024.100547}, + language = {English}, + number = {6}, + urldate = {2024-08-08}, + journal = {Ophthalmology Science}, + author = {Joo, Julia H. and Sharma, Neha and Shaia, Jacqueline and Wu, Anna K. and Skugor, Mario and Singh, Rishi P. and Rachitskaya, Aleksandra V.}, + month = nov, + year = {2024}, + note = {Publisher: Elsevier}, + keywords = {Diabetes mellitus, Diabetic retinopathy, BMI, body mass index, cardiovascular outcome trial, CI, confidence interval, CVOT, diabetic retinopathy, DR, Early worsening, GLP-1 receptor agonists, GLP-1RA, glucagon-like peptide-1 agonists, HbA1C, hemoglobin A1c, ICD, International Classification of Diseases, odds ratio, OR, panretinal photocoagulation, pars plana vitrectomy, PDR, PPV, proliferative diabetic retinopathy, PRP, SD, SGLT-2 inhibitors, SGLT-2I, standard deviation}, + file = {Full Text PDF:/Users/erikwestlund/Zotero/storage/EYXM33KB/Joo et al. - 2024 - The Effect of Glucagon-Like Peptide-1 Receptor Ago.pdf:application/pdf}, +} + +@misc{rao_cohortdiagnostics_2023, + title = {{CohortDiagnostics}: phenotype evaluation across a network of observational data sources using population-level characterization}, + copyright = {© 2023, Posted by Cold Spring Harbor Laboratory. This pre-print is available under a Creative Commons License (Attribution-NoDerivs 4.0 International), CC BY-ND 4.0, as described at http://creativecommons.org/licenses/by-nd/4.0/}, + shorttitle = {{CohortDiagnostics}}, + url = {https://www.medrxiv.org/content/10.1101/2023.06.28.23291982v1}, + doi = {10.1101/2023.06.28.23291982}, + abstract = {Objective This paper introduces a novel framework for evaluating phenotype algorithms (PAs) using the open-source tool, Cohort Diagnostics. +Materials and Methods The method is based on several diagnostic criteria to evaluate a patient cohort returned by a PA. Diagnostics include estimates of incidence rate, index date entry code breakdown, and prevalence of all observed clinical events prior to, on, and after index date. We test our framework by evaluating one PA for systemic lupus erythematosus (SLE) and two PAs for Alzheimer’s disease (AD) across 10 different observational data sources. +Results By utilizing CohortDiagnostics, we found that the population-level characteristics of individuals in the cohort of SLE closely matched the disease’s anticipated clinical profile. Specifically, the incidence rate of SLE was consistently higher in occurrence among females. Moreover, expected clinical events like laboratory tests, treatments, and repeated diagnoses were also observed. For AD, although one PA identified considerably fewer patients, absence of notable differences in clinical characteristics between the two cohorts suggested similar specificity. +Discussion We provide a practical and data-driven approach to evaluate PAs, using two clinical diseases as examples, across a network of OMOP data sources. Cohort Diagnostics can ensure the subjects identified by a specific PA align with those intended for inclusion in a research study. +Conclusion Diagnostics based on large-scale population-level characterization can offer insights into the misclassification errors of PAs.}, + language = {en}, + urldate = {2024-08-09}, + publisher = {medRxiv}, + author = {Rao, Gowtham A. and Shoaibi, Azza and Makadia, Rupa and Hardin, Jill and Swerdel, Joel and Weaver, James and Voss, Erica A. and Conover, Mitchell M. and Fortin, Stephen and Sena, Anthony G. and Knoll, Chris and Hughes, Nigel and Gilbert, James P. and Blacketer, Clair and Andryc, Alan and DeFalco, Frank and Molinaro, Anthony and Reps, Jenna and Schuemie, Martijn J. and Ryan, Patrick B.}, + month = jun, + year = {2023}, + note = {ISSN: 2329-1982 +Pages: 2023.06.28.23291982}, + file = {Full Text PDF:/Users/erikwestlund/Zotero/storage/4BSQTQM2/Rao et al. - 2023 - CohortDiagnostics phenotype evaluation across a n.pdf:application/pdf}, +} diff --git a/docs/bmj.csl b/docs/bmj.csl new file mode 100644 index 00000000..68a4a822 --- /dev/null +++ b/docs/bmj.csl @@ -0,0 +1,181 @@ + + diff --git a/docs/header.tex b/docs/header.tex new file mode 100644 index 00000000..c3edbb7d --- /dev/null +++ b/docs/header.tex @@ -0,0 +1,22 @@ +\usepackage{fancyhdr} +\pagestyle{fancy} +\renewcommand{\headrulewidth}{0pt} +\renewcommand{\footrulewidth}{0pt} +\setlength\headheight{30.0pt} +\addtolength{\textheight}{-30.0pt} +\chead{\includegraphics[width=\textwidth]{OHDSI_page_header}} +\lhead{} +\rhead{} +\lfoot{\footerDate} +\cfoot{} +\rfoot{\thepage} + +%\AtBeginDocument{\thispagestyle{fancy}} + +%\let\oldmaketitle\maketitle +%\AtBeginDocument{\let\maketitle\relax} + +\patchcmd{\maketitle} + {\end{titlepage}} + {\thispagestyle{fancy}\end{titlepage}} + {}{} diff --git a/docs/protocol.html b/docs/protocol.html new file mode 100644 index 00000000..5890ca67 --- /dev/null +++ b/docs/protocol.html @@ -0,0 +1,43211 @@ + + + + + + + + + + + + + +Protocol.knit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+
+
+
+ +
+ + + + + + + +
+

1 List of Abbreviations

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+NAION + +Non-arteritic ischemic optic neuropathy +
+DR + +Diabetic retinopathy +
+PDR + +Proliferative diabetic retinopathy +
+DME + +Diabetic macular edema +
+VR + +Vitreoretinal +
+GLP-1 RA + +Glucagon-like peptide 1 receptor agonist +
+SGLT2 + +Sodium-glucose cotransporter -2 +
+DPP4 + +Dipeptidyl peptidase-4 +
+T2DM + +Type 2 diabetes mellitus +
+VO + +Vein occlusion +
+AO + +Artery occlusion +
+AMD + +Age-related macular degeneration +
+GCA + +Giant cell arteritis +
+EASE + +Expected Absolute Systematic Error +
+MDRR + +Minimum Detectable Relative Risk +
+OHDSI + +Observational Health Data Sciences and Informatics +
+ARVO + +The Association for Research in Vision and Ophthalmology +
+
+
+

2 Responsible Parties

+
+

2.1 Investigators

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+Investigator + +Institution/Affiliation +
+Cindy Cai, MD, MS * + +Wilmer Eye Institute, Johns Hopkins Hospital, +
+Michelle Hribar, PhD + +Oregon Health & Science University, +
+ +Eye Care and Vision Research Workgroup +
+ * Principal Investigator +
+
+
+

2.2 Disclosures

+

This study is undertaken within Observational Health Data Sciences and Informatics (OHDSI), an open collaboration.

+
+
+
+

3 Abstract

+

Background: Despite its cardiovascular and kidney benefits, semaglutide has been recently linked to severe ophthalmic complications including non-arteritic ischemic optic neuropathy (NAION) as well as worsening of diabetic retinopathy (DR).

+

Purpose: To estimate the risk of these ophthalmic complications, NAION and DR worsening, with semaglutide use compared with other non-GLP-1 RA medications (including empagliflozin, sitagliptin, and glipizide) among adults with type 2 diabetes mellitus.

+

Design: Retrospective study employing an active comparator, new-user cohort design

+

Subjects: Adults (≥ 18 years) with type 2 diabetes mellitus who are new users of semaglutide (a GLP-1 RA), dulaglutide (a GLP-1 RA), exenatide (a GLP-1 RA), empagliflozin (an SGLT2 inhibitor), sitagliptin (a DPP4 inhibitor), or glipizide (a sulfonylurea)

+

Methods: Patients receiving semaglutide will be compared to propensity score matched patients with each of the other GLP-1 RA and non-GLP-1 RA medications. We will deploy the large-scale propensity score method that adjusts for a comprehensive range of baseline characteristics. Cox models will be used to compare the time to NAION or DR worsening between patients who receive semaglutide with patients who receive empagliflozin, sitagliptin, and glipizide. Similar comparisons will be made between the other GLP-1 RA (namely dulaglutide and exenatide) with each of the comparators.

+

Conclusions: Clarifying the risk of severe ophthalmic complications associated with semaglutide (and other GLP-1 RA) by 1) characterizing the incidence in the exposed population, and 2) estimating the risk of exposure will help guide the appropriate use of this medication.

+
+
+

4 Amendments and Updates

+
+
+

5 Milestones

+ + + + + +
+
+
+

6 Rationale and Background

+

Semaglutide, a glucagon-like peptide-1 receptor agonist (GLP-1 RA), is approved by the US Food and Drug Administration (FDA) for the treatment of type 2 diabetes mellitus. It has been shown to reduce the rate of cardiovascular death, nonfatal myocardial infarction, and nonfatal stroke in patients with type 2 diabetes at high cardiovascular risk.[1] Furthermore, results from the recent FLOW trial suggest that semaglutide can reduce clinically important kidney outcomes and death from cardiovascular causes in patients with type 2 diabetes mellitus and chronic kidney disease.[2] Given their benefit, the American Diabetes Association’s Standards of Medical Care in Diabetes recommends GLP-1 RA as one of the two preferred options for add-on therapy in patients with type 2 diabetes mellitus and established atherosclerotic cardiovascular disease after lifestyle intervention and metformin.[3]

+

Despite the benefits of semaglutide for treatment of type 2 diabetes mellitus, recent studies raise the concern of adverse ophthalmic consequences—non-arteritic ischemic optic neuropathy (NAION) and progression of diabetic retinopathy (DR).

+

NAION is a rare acute ischemic injury to the optic nerve with an incidence of 2-10/100,000 people per year and resulting in blindness in nearly a quarter of affected patients.[4,5] In addition to anatomic characteristics that predispose certain optic nerves to this ischemic event, there are also known systemic risk factors including diabetes mellitus, hypertension, dyslipidemia, and obstructive sleep apnea.[4] A recent study published in JAMA Ophthalmology linked the use of semaglutide with an increased risk for NAION as compared with non-GLP-1 RA.[6]

+

In 2016, the SUSTAIN-6 trial evaluating semaglutide identified a risk of DR complications which included vitreous hemorrhage, DR-related blindness, and intravitreal pharmacotherapy and laser photocoagulation compared with placebo.1 The increased risk for retinopathy appeared to be confirmed on meta-analysis.[7] Since then, multiple retrospective studies have not shown a difference in the risk of DR worsening, the largest of which included ~400,000 adults with diabetes.[811]

+
+
+

7 Study Objectives

+

The purpose of this study is to investigate three concerning ophthalmic complications (NAION and worsening of DR) from use of semaglutide for the treatment of type 2 diabetes mellitus.

+
    +
  1. Among patients with type 2 diabetes mellitus, is the risk for NAION higher among patients who use semaglutide as compared with a non-GLP-1 RA anti-diabetic medication?
  2. +
  3. Among patients with types 2 diabetes mellitus, is the risk for DR progression higher among patients who use semaglutide as compared with a non-GLP-1 RA anti-diabetic medication?
  4. +
  5. Among patients with type 2 diabetes mellitus, is the risk for NAION higher among patients who use semaglutide as compared with other GLP-1 RA anti-diabetic medications?
  6. +
+
+
+

8 Research Methods

+
+

8.1 Study Design/Data Source(s)

+

This will be a retrospective cohort study employing an active comparator, new-user cohort design, comparing the risk of NAION and DR worsening among adults with types 2 diabetes mellitus exposed to semaglutide compared with other GLP-1 RA medications and non-GLP-1 RA anti-diabetic medications. Other GLP-1 RA medications will include dulaglutide and exenatide. Non-GLP-1 RA comparators will include other second-line treatments for diabetes including empagliflozin (a SGLT2 inhibitor), sitagliptin (a DPP4 inhibitor), and glipizide (a sulfonylurea). These comparators were chosen based on the most commonly occurring medication within those classes from the LEGEND-T2DM study. (https://ohdsi-studies.github.io/LegendT2dm/Protocol)

+
+
+

8.2 Study Population

+

We will include all adults (≥ 18 years) with type 2 diabetes mellitus in each data source who meet the cohort entry criteria for each exposure cohort (detailed below).

+
+
+

8.3 Exposures

+

The exposure is receipt of semaglutide (GLP-1 RA), dulaglutide (GLP-1RA), exenatide (GLP-1 RA), empagliflozin (a SGLT2 inhibitor), sitagliptin (a DPP4 inhibitor), or glipizide (a sulfonylurea) based on the definitions of LEGEND-T2DM. (https://ohdsi-studies.github.io/LegendT2dm/Protocol) In brief, these will include patients with T2DM with prior metformin monotherapy who initiate treatment with one of the four medications. Patients have to have one year of observation prior to the index date, no prior drug exposure to a comparator second-line or anti-diabetic agents, and at most 30 days of insulin exposure before the index date.

+

As a sensitivity analysis, we will examine patients with each of these anti-diabetic medication exposures but without the second-line therapy requirement, meaning that they can be on another anti-diabetic medication at the time of cohort entry.

+
+
+

8.4 Outcomes

+

The outcomes are NAION and DR worsening.

+

NAION will have two definitions, one designed to be more specific and one designed to be more sensitive:

+
    +
  • NAION-specific:

    +
      +
    1. 2 instances of ION diagnosis codes on separate days (within 90 days of each other)
    2. +
    3. If the 2 diagnoses of ION are preceded by the following diagnoses within the prior 60 days, then use the occurrence of these prior diagnosis to mark the start date of the outcome +
        +
      • Visual field defect
      • +
      • Optic disc disorder +
          +
        • Includes concepts of optic papillitis (concept ID 435269), and “other disorders of optic disc”
        • +
      • +
      • Optic neuritis +
          +
        • Includes “Unspecified” and “Other” optic neuritis
        • +
      • +
      • Optic disc edema +
          +
        • Includes papilledema
        • +
      • +
    4. +
    5. Exclude patients who have 2 diagnoses of giant cell arteritis (GCA) any time before or after outcome start date
    6. +
    7. Exclude patients with a diagnosis of traumatic optic neuropathy before outcome start date)
    8. +
  • +
  • NAION-sensitive:

    +
      +
    1. 1 instance of ION diagnosis code
    2. +
    3. Adjustment to the start of the outcome (same ones as above)
    4. +
    5. Exclude patients with 2 instances of GCA (any time before or after index date)
    6. +
    7. Exclude patients with a diagnosis of traumatic optic neuropathy (before outcome start date)
    8. +
  • +
+

DR worsening is defined as: +- New-onset PDR +- Treatment-requiring DR/DME +1. New exposure to anti-VEGF medication, procedure for focal laser photocoagulation, or panretinal photocoagulation +2. Has to have a diagnosis of DR/DME within 90 days of the outcome start date +3. Exclude patients with diagnosis of VO/AO if ever in the days prior to outcome start date +4. Exclude patients withAMD in the 365 days prior to outcome start date +- Treatment-requiring DR/DME (including VR surgery) +1. In addition to above, also add exposure to vitreoretinal surgery (mechanical vitrectomy by pars plana approach Concept ID 4314406) ++ CPT Codes to include: 67036, 67039, 67040, 67041, 67042, 67113 ++ CPT Codes to exclude: 67108, 67107

+
+
+

8.5 Covariates

+

We will deploy the large-scale propensity score method that adjusts for a comprehensive range of baseline characteristic.[12]

+
+
+

8.6 Negative Controls

+

Negative controls will be picked to represent exposure-outcome pairs where no causal effect is expected to exist. We will adapt the set of negative controls that was used in LEGEND-T2DM (https://ohdsi-studies.github.io/LegendT2dm/Protocol). (See full list located below)

+
+
+
+

9 Data Analysis Plan

+
+

9.1 General

+

Although the primary aim of this study is a comparative safety study, various standardized analytics available in the OHDSI community will be applied. The Strategus pipeline will be used to call various packages in the HADES library for A) data characterization (A1‑cohort diagnostics, A2‑cohort features, A3‑incidence rates, A4-time-to-event), B) population-level effect estimation (C1–comparative cohort study, C2‑‑self-controlled case-series).[13,14]

+
+
+

9.2 Data Characterization

+
+

9.2.1 Cohort Diagnostics

+

The R package CohortDiagnostics will be executed for all target, comparator, indication, and outcome cohorts to evaluate measurement error in the phenotype development and evaluation process.[15]

+
+
+

9.2.2 Cohort Features

+

The Characterization and FeatureExtraction packages in HADES will be used to identify features of patients in each exposure group who had the outcome and those who did not have the outcome.14 Features will be extracted from the 365 day observation prior to cohort entry and will include variables such as demographic data (sex, age group, race, ethnicity), prior conditions/drug exposures/procedures/measurements/devices/observations, and risk scores (e.g., Charlson comorbidity index, DCSI, CHADS2VASC score).

+
+
+

9.2.3 Incidence Rates

+

The Characterization package in HADES will be used to calculate the incidence rates of the outcome for each exposure cohort and indication cohort. The rate is calculated as the number of outcomes during the time-at-risk divided by the number of total person days.

+
+

9.2.3.1 Calculation of time-at-risk

+

The primary method of calculating time-at-risk will be while the patient is “on-treatment”. This is defined as from the start of cohort entry (or diabetes drug initiation) until the end of the continuous drug exposure, defined as a gap in exposure of >30 days, end of continuous observation period, or study period. The second method of calculating time-at-risk is based on “intent-to-treat”, which will be used as a sensitivity analysis. In this analysis, patients are analyzed according to the first diabetes medication drug cohort they enter, regardless of switching from one cohort to another.

+
+
+
+

9.2.4 Time-to-Event

+

Time to the outcomes of NAION or DR worsening (as defined above) will be calculated for each exposure cohort.

+
+
+
+

9.3 Population-Level Effect Estimation

+
+

9.3.1 Comparative Cohort Study

+

The CohortMethod and Cyclops packages in Hades will be used.14 Large-scale propensity score methods will be used to match the targe exposure cohort with the comparator export cohort (e.g., semaglutide vs empagliflozin) using 1:1 propensity score matching. Given the concern for increasing usage of semaglutide in recent years, we will also perform a sensitivity analysis with calendar year restriction: Dec2017-Jan2020, Feb2020-June2021, July2021-Dec2023. Cox proportional hazards models will be used to estimate the risk of NAION and separately DR progression while on treatment using the intent-to-treat design.[16] Negative controls will be used to assess residual bias.

+
+
+

9.3.2 Self-Controlled Case Series

+

The SelfControlledCaseSeries and Cyclops packages in Hades will be used to estimate the relative incidence of NAION or DR progression using a self-controlled case-series design.[14] Diagnostics will be run to evaluate whether this was an appropriate analysis.

+
+
+
+
+

10 Study Diagnostics

+
    +
  1. Preference score distributions to evaluate empirical equipoise and population generalizability
  2. +
  3. Extensive patient characteristics to evaluate cohort balance before and after propensity score adjustment
  4. +
  5. Negative control calibration plots to assess residual bias
  6. +
  7. Kaplan-Meier plots to examine hazard ratio proportionality assumptions
  8. +
+
+

10.1 Diagnostic Thresholds for Cohort Method

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Study Diagnostics + +Threshold +
+Covariate balance (Standardized Mean Difference) + +<0.1 +
+Empirical Equipoise (Preference Score) + +>0.1 +
+Residual Bias (Expected Absolute Systematic Error (EASE)) + +<0.25 +
+Meta-analysis Heterogeneity + +<0.4 +
+Meta-analysis Minimum Detectable Relative Risk (MDRR) + +<10 +
+
+
+

10.2 Diagnostic Thresholds for Self-Controlled Case-Series

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Study Diagnostics + +Threshold +
+Covariate balance (Standardized Mean Difference) + +<0.1 +
+Pre-exposure + +>0.05 +
+Time Trend + +>0.05 +
+EASE + +<0.25 +
+Meta-analysis Heterogeneity + +<0.4 +
+Meta-analysis MDRR + +<10 +
+
+
+
+

11 Strengths and Limitations

+

When executed, this will be the largest study examining the association between semaglutide and the risk of NAION and DR progression. Other strengths of this study include the diversity of the sample (from multiple institutions, multiple countries), and rigorous study design.

+

Limitations are mainly due to the retrospective nature of the study which might have confounding despite propensity score matching and stratified analyses. Additionally, unlike single-site studies, the diagnosis of NAION cannot be confirmed from manual review of patient records.

+
+
+

12 Protection of Human Subjects

+

Each participating institution will seek IRB approval for this study as dictated by local governance.

+
+
+

13 Plans for Disseminating and Communicating Study Results

+

The results will be shared and discussed among the study participants and broader OHDSI community during the weekly Tuesday community calls. This work will be presented at conferences (OHDSI Global Symposium and/or ARVO) and published as a manuscript.

+
+
+

References

+
+
+
1
Marso SP, Bain SC, Consoli A, et al. Semaglutide and Cardiovascular Outcomes in Patients with Type 2 Diabetes. New England Journal of Medicine 2016;375:1834–44. doi:10.1056/NEJMoa1607141
+
+
+
2
Perkovic V, Tuttle KR, Rossing P, et al. Effects of Semaglutide on Chronic Kidney Disease in Patients with Type 2 Diabetes. New England Journal of Medicine 2024;391:109–21. doi:10.1056/NEJMoa2403347
+
+
+
3
American Diabetes Association Professional Practice Committee. 9. Pharmacologic Approaches to Glycemic Treatment: Standards of Medical Care in Diabetes—2022. Diabetes Care 2021;45:S125–43. doi:10.2337/dc22-S009
+
+
+
4
Mollan SP. Semaglutide and Nonarteritic Anterior Ischemic Optic Neuropathy. JAMA Ophthalmology Published Online First: July 2024. doi:10.1001/jamaophthalmol.2024.2514
+
+
+
5
Hayreh SS, Zimmerman MB. Nonarteritic anterior ischemic optic neuropathy: Natural history of visual outcome. Ophthalmology 2008;115:298–305.e2. doi:10.1016/j.ophtha.2007.05.027
+
+
+
6
Hathaway JT, Shah MP, Hathaway DB, et al. Risk of nonarteritic anterior ischemic optic neuropathy in patients prescribed semaglutide. JAMA Ophthalmology Published Online First: 2024. doi:10.1001/jamaophthalmol.2024.2296
+
+
+
7
Albert SG, Wood EM, Ahir V. Glucagon-like peptide 1-receptor agonists and A1c: Good for the heart but less so for the eyes? Diabetes & Metabolic Syndrome: Clinical Research & Reviews 2023;17:102696. doi:10.1016/j.dsx.2022.102696
+
+
+
8
Barkmeier AJ, Herrin J, Swarna KS, et al. Comparative Effectiveness of Glucagon-Like Peptide-1 Receptor Agonists, Sodium-Glucose Cotransporter 2 Inhibitors, Dipeptidyl Peptidase-4 Inhibitors, and Sulfonylureas for Sight-Threatening Diabetic Retinopathy. Ophthalmology Retina Published Online First: 2024. doi:10.1016/j.oret.2024.05.003
+
+
+
9
Stevens H, Paz M de la, Cooper B, et al. Long-term use of semaglutide and risk of diabetic retinopathy progression. Endocrine and Metabolic Science 2024;15:100168. doi:10.1016/j.endmts.2024.100168
+
+
+
10
Sharma A, Parachuri N, Kumar N, et al. Semaglutide and the risk of diabetic retinopathy-current perspective. Eye (London, England) 2022;36:10–1. doi:10.1038/s41433-021-01741-5
+
+
+
11
Joo JH, Sharma N, Shaia J, et al. The Effect of Glucagon-Like Peptide-1 Receptor Agonists on Diabetic Retinopathy at a Tertiary Care Center. Ophthalmology Science 2024;4. doi:10.1016/j.xops.2024.100547
+
+
+
12
Tian Y, Schuemie MJ, Suchard MA. Evaluating large-scale propensity score performance through real-world and synthetic data experiments. International Journal of Epidemiology 2018;47:2005–14. doi:10.1093/ije/dyy120
+
+
+
13
OHDSI/Strategus. 2024.https://github.com/OHDSI/Strategus (accessed 29 Apr 2023).
+
+
+
14
Schuemie M, Reps J, Black A, et al. Health-Analytics Data to Evidence Suite (HADES): Open-Source Software for Observational Research. IOS Press 2024. 966–70. doi:10.3233/SHTI231108
+
+
+
15
Rao GA, Shoaibi A, Makadia R, et al. CohortDiagnostics: Phenotype evaluation across a network of observational data sources using population-level characterization. 2023. doi:10.1101/2023.06.28.23291982
+
+
+
16
Cox DR. Regression Models and Life-Tables. Journal of the Royal Statistical Society: Series B (Methodological) 1972;34:187–202. doi:10.1111/j.2517-6161.1972.tb00899.x
+
+
+
+
+

Appendix

+
+
+

A Study Population Cohort Definitions

+
+

A.1 Persons with Type 2 diabetes mellitus and no prior T1DM or secondary diabetes

+
+

A.1.1 Cohort Entry Events

+

People may enter the cohort when observing any of the following:

+
    +
  1. condition occurrences of ‘Type 2 diabetes mellitus’.
  2. +
+

Limit cohort entry events to the earliest event per person.

+

Restrict entry events to with all of the following criteria:

+
    +
  1. having no condition occurrences of ‘Type 1 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  2. +
  3. having no condition occurrences of ‘Secondary diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
+
+
+

A.1.2 Cohort Exit

+

The person also exists the cohort at the end of continuous observation.

+
+
+

A.1.3 Cohort Eras

+

Remaining events will be combined into cohort eras if they are within 0 days of each other.

+
+
+

A.1.4 Concept: Secondary diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +NO + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.1.5 Concept: Type 1 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +NO + +YES + +NO +
+42689695 + +Eating disorder co-occurrent with diabetes mellitus type 1 + +1067201000000106 + +SNOMED + +NO + +YES + +NO +
+765533 + +Glaucoma due to diabetes mellitus type 1 + +60981000119103 + +SNOMED + +NO + +YES + +NO +
+43531006 + +Maturity onset diabetes of the young, type 1 + +609562003 + +SNOMED + +NO + +YES + +NO +
+765650 + +Cranial nerve palsy due to diabetes mellitus type 1 + +82561000119101 + +SNOMED + +NO + +YES + +NO +
+45770986 + +Retinopathy due to unstable diabetes mellitus type 1 + +706894000 + +SNOMED + +NO + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +NO + +YES + +NO +
+45768456 + +Neuropathy due to unstable diabetes mellitus type 1 + +706891008 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +NO + +YES + +NO +
+4128019 + +Brittle type 1 diabetes mellitus + +290002008 + +SNOMED + +NO + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.1.6 Concept: Type 2 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+443238 + +Diabetic - poor control + +268519009 + +SNOMED + +NO + +YES + +NO +
+201820 + +Diabetes mellitus + +73211009 + +SNOMED + +NO + +YES + +NO +
+442793 + +Complication due to diabetes mellitus + +74627003 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +YES + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +YES + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +YES + +YES + +NO +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +YES + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +YES + +YES + +NO +
+4016045 + +Diabetic - good control + +170763003 + +SNOMED + +NO + +YES + +NO +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +YES + +YES + +NO +
+43531009 + +Pregnancy and type 1 diabetes mellitus + +609566000 + +SNOMED + +YES + +YES + +NO +
+4024659 + +Gestational diabetes mellitus + +11687002 + +SNOMED + +YES + +YES + +NO +
+
+ +
+
+
+

A.2 New user of semaglutide as 2nd-line treatment with prior T2DM and prior metformin

+
+

A.2.1 Cohort Entry Events

+

People with continuous observation of 365 days before event may enter the cohort when observing any of the following:

+
    +
  1. drug exposure of ‘semaglutide’ for the first time in the person’s history.
  2. +
+

Limit cohort entry events to the earliest event per person.

+

Restrict entry events to with all of the following criteria:

+
    +
  1. with the following event criteria: who are >= 18 years old.
  2. +
  3. having at least 1 condition occurrence of ‘Type 2 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
  5. having no condition occurrences of ‘Type 1 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  6. +
  7. having no condition occurrences of ‘Secondary diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  8. +
+
+
+

A.2.2 Additional Inclusion Criteria

+
+

I. Prior metformin use

+

Entry events with any of the following criteria:

+
    +
  1. having at least 1 drug era of ‘Metformin’, starting anytime up to 90 days before cohort entry start date; allow events outside observation period; with era length >= 90 days.
  2. +
  3. having at least 3 drug exposures of ‘Metformin’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
+
+
+

II. No prior GLP-1 RA exposure

+

Entry events having no drug exposures of ‘GLP-1 receptor agonists excluding semaglutide’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

III. No prior DPP4 inhibitor exposure

+

Entry events having no drug exposures of ‘DPP4 inhibitors’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

IV. No prior SGLT-2 inhibitor exposure

+

Entry events having no drug exposures of ‘SGLT2 inhibitors’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

V. No prior SU exposure

+

Entry events having no drug exposures of ‘Sulfonylureas’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

VI. No prior other anti-diabetic exposure

+

Entry events having no drug exposures of ‘Other anti-diabetics’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

VII. No prior insulin use or combo initiation: Proxy for < 30 days drug era anytime before index and no combination use on index

+

Entry events with all of the following criteria:

+
    +
  1. having no drug eras of ‘Insulin’, starting anytime up to 30 days before cohort entry start date; allow events outside observation period; with era length > 30 days.
  2. +
  3. having no drug eras of ‘Insulin’, starting between 30 days before and 0 days after cohort entry start date; allow events outside observation period.
  4. +
+
+
+
+

A.2.3 Cohort Exit

+

The cohort end date will be based on a continuous exposure to ‘semaglutide’: +allowing 30 days between exposures, adding 0 days after exposure ends, and using days supply and exposure end date for exposure duration.

+
+
+

A.2.4 Cohort Eras

+

Remaining events will be combined into cohort eras if they are within 0 days of each other.

+
+
+

A.2.5 Concept: DPP4 inhibitors

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+43013884 + +alogliptin + +1368001 + +RxNorm + +NO + +YES + +NO +
+40239216 + +linagliptin + +1100699 + +RxNorm + +NO + +YES + +NO +
+40166035 + +saxagliptin + +857974 + +RxNorm + +NO + +YES + +NO +
+1580747 + +sitagliptin + +593411 + +RxNorm + +NO + +YES + +NO +
+19122137 + +vildagliptin + +596554 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.2.6 Concept: semaglutide

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+793143 + +semaglutide + +1991302 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.2.7 Concept: SGLT2 inhibitors

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+43526465 + +canagliflozin + +1373458 + +RxNorm + +NO + +YES + +NO +
+44785829 + +dapagliflozin + +1488564 + +RxNorm + +NO + +YES + +NO +
+45774751 + +empagliflozin + +1545653 + +RxNorm + +NO + +YES + +NO +
+793293 + +ertugliflozin + +1992672 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.2.8 Concept: Sulfonylureas

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1594973 + +chlorpropamide + +2404 + +RxNorm + +NO + +YES + +NO +
+1597756 + +glimepiride + +25789 + +RxNorm + +NO + +YES + +NO +
+1560171 + +glipizide + +4821 + +RxNorm + +NO + +YES + +NO +
+19097821 + +gliquidone + +25793 + +RxNorm + +NO + +YES + +NO +
+1559684 + +glyburide + +4815 + +RxNorm + +NO + +YES + +NO +
+1502809 + +tolazamide + +10633 + +RxNorm + +NO + +YES + +NO +
+1502855 + +tolbutamide + +10635 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.2.9 Concept: Other anti-diabetics

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1529331 + +acarbose + +16681 + +RxNorm + +NO + +YES + +NO +
+1530014 + +acetohexamide + +173 + +RxNorm + +NO + +YES + +NO +
+730548 + +bromocriptine + +1760 + +RxNorm + +NO + +YES + +NO +
+19033498 + +carbutamide + +2068 + +RxNorm + +NO + +YES + +NO +
+19001409 + +glibornuride + +102846 + +RxNorm + +NO + +YES + +NO +
+19059796 + +gliclazide + +4816 + +RxNorm + +NO + +YES + +NO +
+19001441 + +glymidine + +102848 + +RxNorm + +NO + +YES + +NO +
+1510202 + +miglitol + +30009 + +RxNorm + +NO + +YES + +NO +
+1502826 + +nateglinide + +274332 + +RxNorm + +NO + +YES + +NO +
+1525215 + +pioglitazone + +33738 + +RxNorm + +NO + +YES + +NO +
+1516766 + +repaglinide + +73044 + +RxNorm + +NO + +YES + +NO +
+1547504 + +rosiglitazone + +84108 + +RxNorm + +NO + +YES + +NO +
+1515249 + +troglitazone + +72610 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.2.10 Concept: Insulin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1596977 + +insulin, regular, human + +253182 + +RxNorm + +NO + +YES + +NO +
+1550023 + +insulin lispro + +86009 + +RxNorm + +NO + +YES + +NO +
+1567198 + +insulin aspart, human + +51428 + +RxNorm + +NO + +YES + +NO +
+1502905 + +insulin glargine + +274783 + +RxNorm + +NO + +YES + +NO +
+1513876 + +insulin lispro protamine, human + +314684 + +RxNorm + +NO + +YES + +NO +
+1531601 + +insulin aspart protamine, human + +352385 + +RxNorm + +NO + +YES + +NO +
+1586346 + +insulin, regular, pork + +221109 + +RxNorm + +NO + +YES + +NO +
+1544838 + +insulin glulisine, human + +400008 + +RxNorm + +NO + +YES + +NO +
+1516976 + +insulin detemir + +139825 + +RxNorm + +NO + +YES + +NO +
+1590165 + +insulin, regular, beef-pork + +235275 + +RxNorm + +NO + +YES + +NO +
+1513849 + +lente insulin, human + +314683 + +RxNorm + +NO + +YES + +NO +
+1562586 + +lente insulin, pork + +93108 + +RxNorm + +NO + +YES + +NO +
+1588986 + +insulin human, rDNA origin + +631657 + +RxNorm + +NO + +YES + +NO +
+1513843 + +lente insulin, beef-pork + +314682 + +RxNorm + +NO + +YES + +NO +
+1586369 + +ultralente insulin, human + +221110 + +RxNorm + +NO + +YES + +NO +
+35605670 + +insulin argine + +1740938 + +RxNorm + +NO + +YES + +NO +
+35602717 + +insulin degludec + +1670007 + +RxNorm + +NO + +YES + +NO +
+21600713 + +INSULINS AND ANALOGUES + +A10A + +ATC + +NO + +YES + +NO +
+19078608 + +insulin, protamine zinc, beef-pork 100 UNT/ML Injectable Suspension + +311053 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.2.11 Concept: Metformin

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1503297 + +metformin + +6809 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.2.12 Concept: Secondary diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +NO + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.2.13 Concept: Type 1 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +NO + +YES + +NO +
+42689695 + +Eating disorder co-occurrent with diabetes mellitus type 1 + +1067201000000106 + +SNOMED + +NO + +YES + +NO +
+765533 + +Glaucoma due to diabetes mellitus type 1 + +60981000119103 + +SNOMED + +NO + +YES + +NO +
+43531006 + +Maturity onset diabetes of the young, type 1 + +609562003 + +SNOMED + +NO + +YES + +NO +
+765650 + +Cranial nerve palsy due to diabetes mellitus type 1 + +82561000119101 + +SNOMED + +NO + +YES + +NO +
+45770986 + +Retinopathy due to unstable diabetes mellitus type 1 + +706894000 + +SNOMED + +NO + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +NO + +YES + +NO +
+45768456 + +Neuropathy due to unstable diabetes mellitus type 1 + +706891008 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +NO + +YES + +NO +
+4128019 + +Brittle type 1 diabetes mellitus + +290002008 + +SNOMED + +NO + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.2.14 Concept: Type 2 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+443238 + +Diabetic - poor control + +268519009 + +SNOMED + +NO + +YES + +NO +
+201820 + +Diabetes mellitus + +73211009 + +SNOMED + +NO + +YES + +NO +
+442793 + +Complication due to diabetes mellitus + +74627003 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +YES + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +YES + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +YES + +YES + +NO +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +YES + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +YES + +YES + +NO +
+4016045 + +Diabetic - good control + +170763003 + +SNOMED + +NO + +YES + +NO +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +YES + +YES + +NO +
+43531009 + +Pregnancy and type 1 diabetes mellitus + +609566000 + +SNOMED + +YES + +YES + +NO +
+4024659 + +Gestational diabetes mellitus + +11687002 + +SNOMED + +YES + +YES + +NO +
+
+
+

A.2.15 Concept: GLP-1 receptor agonists excluding semaglutide

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+45774435 + +dulaglutide + +1551291 + +RxNorm + +NO + +YES + +NO +
+1583722 + +exenatide + +60548 + +RxNorm + +NO + +YES + +NO +
+40170911 + +liraglutide + +475968 + +RxNorm + +NO + +YES + +NO +
+44506754 + +lixisenatide + +1440051 + +RxNorm + +NO + +YES + +NO +
+793143 + +semaglutide + +1991302 + +RxNorm + +YES + +YES + +NO +
+44816332 + +albiglutide + +1534763 + +RxNorm + +NO + +YES + +NO +
+
+ +
+
+
+

A.3 New user of semaglutide as 2nd-line treatment with prior T2DM Dec2017-Jan2020

+
+

A.3.1 Cohort Entry Events

+

People with continuous observation of 365 days before event may enter the cohort when observing any of the following:

+
    +
  1. drug exposure of ‘semaglutide’ for the first time in the person’s history.
  2. +
+

Limit cohort entry events to the earliest event per person.

+

Restrict entry events to with all of the following criteria:

+
    +
  1. with the following event criteria: who are >= 18 years old.
  2. +
  3. having at least 1 condition occurrence of ‘Type 2 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
  5. having no condition occurrences of ‘Type 1 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  6. +
  7. having no condition occurrences of ‘Secondary diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  8. +
+
+
+

A.3.2 Additional Inclusion Criteria

+
+

I. Prior metformin use

+

Entry events with any of the following criteria:

+
    +
  1. having at least 1 drug era of ‘Metformin’, starting anytime up to 90 days before cohort entry start date; allow events outside observation period; with era length >= 90 days.
  2. +
  3. having at least 3 drug exposures of ‘Metformin’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
+
+
+

II. No prior GLP-1 RA exposure

+

Entry events having no drug exposures of ‘GLP-1 receptor agonists excluding semaglutide’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

III. No prior DPP4 inhibitor exposure

+

Entry events having no drug exposures of ‘DPP4 inhibitors’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

IV. No prior SGLT-2 inhibitor exposure

+

Entry events having no drug exposures of ‘SGLT2 inhibitors’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

V. No prior SU exposure

+

Entry events having no drug exposures of ‘Sulfonylureas’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

VI. No prior other anti-diabetic exposure

+

Entry events having no drug exposures of ‘Other anti-diabetics’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

VII. No prior insulin use or combo initiation: Proxy for < 30 days drug era anytime before index and no combination use on index

+

Entry events with all of the following criteria:

+
    +
  1. having no drug eras of ‘Insulin’, starting anytime up to 30 days before cohort entry start date; allow events outside observation period; with era length > 30 days.
  2. +
  3. having no drug eras of ‘Insulin’, starting between 30 days before and 0 days after cohort entry start date; allow events outside observation period.
  4. +
+
+
+

VIII. index date between 1Dec2017 and 31Jan2020

+

Entry events with the following event criteria: starting between December 1, 2017 and January 31, 2020.

+
+
+
+

A.3.3 Cohort Exit

+

The cohort end date will be based on a continuous exposure to ‘semaglutide’: +allowing 30 days between exposures, adding 0 days after exposure ends, and using days supply and exposure end date for exposure duration.

+
+
+

A.3.4 Cohort Eras

+

Remaining events will be combined into cohort eras if they are within 0 days of each other.

+
+
+

A.3.5 Concept: DPP4 inhibitors

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+43013884 + +alogliptin + +1368001 + +RxNorm + +NO + +YES + +NO +
+40239216 + +linagliptin + +1100699 + +RxNorm + +NO + +YES + +NO +
+40166035 + +saxagliptin + +857974 + +RxNorm + +NO + +YES + +NO +
+1580747 + +sitagliptin + +593411 + +RxNorm + +NO + +YES + +NO +
+19122137 + +vildagliptin + +596554 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.3.6 Concept: semaglutide

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+793143 + +semaglutide + +1991302 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.3.7 Concept: SGLT2 inhibitors

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+43526465 + +canagliflozin + +1373458 + +RxNorm + +NO + +YES + +NO +
+44785829 + +dapagliflozin + +1488564 + +RxNorm + +NO + +YES + +NO +
+45774751 + +empagliflozin + +1545653 + +RxNorm + +NO + +YES + +NO +
+793293 + +ertugliflozin + +1992672 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.3.8 Concept: Sulfonylureas

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1594973 + +chlorpropamide + +2404 + +RxNorm + +NO + +YES + +NO +
+1597756 + +glimepiride + +25789 + +RxNorm + +NO + +YES + +NO +
+1560171 + +glipizide + +4821 + +RxNorm + +NO + +YES + +NO +
+19097821 + +gliquidone + +25793 + +RxNorm + +NO + +YES + +NO +
+1559684 + +glyburide + +4815 + +RxNorm + +NO + +YES + +NO +
+1502809 + +tolazamide + +10633 + +RxNorm + +NO + +YES + +NO +
+1502855 + +tolbutamide + +10635 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.3.9 Concept: Other anti-diabetics

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1529331 + +acarbose + +16681 + +RxNorm + +NO + +YES + +NO +
+1530014 + +acetohexamide + +173 + +RxNorm + +NO + +YES + +NO +
+730548 + +bromocriptine + +1760 + +RxNorm + +NO + +YES + +NO +
+19033498 + +carbutamide + +2068 + +RxNorm + +NO + +YES + +NO +
+19001409 + +glibornuride + +102846 + +RxNorm + +NO + +YES + +NO +
+19059796 + +gliclazide + +4816 + +RxNorm + +NO + +YES + +NO +
+19001441 + +glymidine + +102848 + +RxNorm + +NO + +YES + +NO +
+1510202 + +miglitol + +30009 + +RxNorm + +NO + +YES + +NO +
+1502826 + +nateglinide + +274332 + +RxNorm + +NO + +YES + +NO +
+1525215 + +pioglitazone + +33738 + +RxNorm + +NO + +YES + +NO +
+1516766 + +repaglinide + +73044 + +RxNorm + +NO + +YES + +NO +
+1547504 + +rosiglitazone + +84108 + +RxNorm + +NO + +YES + +NO +
+1515249 + +troglitazone + +72610 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.3.10 Concept: Insulin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1596977 + +insulin, regular, human + +253182 + +RxNorm + +NO + +YES + +NO +
+1550023 + +insulin lispro + +86009 + +RxNorm + +NO + +YES + +NO +
+1567198 + +insulin aspart, human + +51428 + +RxNorm + +NO + +YES + +NO +
+1502905 + +insulin glargine + +274783 + +RxNorm + +NO + +YES + +NO +
+1513876 + +insulin lispro protamine, human + +314684 + +RxNorm + +NO + +YES + +NO +
+1531601 + +insulin aspart protamine, human + +352385 + +RxNorm + +NO + +YES + +NO +
+1586346 + +insulin, regular, pork + +221109 + +RxNorm + +NO + +YES + +NO +
+1544838 + +insulin glulisine, human + +400008 + +RxNorm + +NO + +YES + +NO +
+1516976 + +insulin detemir + +139825 + +RxNorm + +NO + +YES + +NO +
+1590165 + +insulin, regular, beef-pork + +235275 + +RxNorm + +NO + +YES + +NO +
+1513849 + +lente insulin, human + +314683 + +RxNorm + +NO + +YES + +NO +
+1562586 + +lente insulin, pork + +93108 + +RxNorm + +NO + +YES + +NO +
+1588986 + +insulin human, rDNA origin + +631657 + +RxNorm + +NO + +YES + +NO +
+1513843 + +lente insulin, beef-pork + +314682 + +RxNorm + +NO + +YES + +NO +
+1586369 + +ultralente insulin, human + +221110 + +RxNorm + +NO + +YES + +NO +
+35605670 + +insulin argine + +1740938 + +RxNorm + +NO + +YES + +NO +
+35602717 + +insulin degludec + +1670007 + +RxNorm + +NO + +YES + +NO +
+21600713 + +INSULINS AND ANALOGUES + +A10A + +ATC + +NO + +YES + +NO +
+19078608 + +insulin, protamine zinc, beef-pork 100 UNT/ML Injectable Suspension + +311053 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.3.11 Concept: Metformin

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1503297 + +metformin + +6809 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.3.12 Concept: Secondary diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +NO + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.3.13 Concept: Type 1 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +NO + +YES + +NO +
+42689695 + +Eating disorder co-occurrent with diabetes mellitus type 1 + +1067201000000106 + +SNOMED + +NO + +YES + +NO +
+765533 + +Glaucoma due to diabetes mellitus type 1 + +60981000119103 + +SNOMED + +NO + +YES + +NO +
+43531006 + +Maturity onset diabetes of the young, type 1 + +609562003 + +SNOMED + +NO + +YES + +NO +
+765650 + +Cranial nerve palsy due to diabetes mellitus type 1 + +82561000119101 + +SNOMED + +NO + +YES + +NO +
+45770986 + +Retinopathy due to unstable diabetes mellitus type 1 + +706894000 + +SNOMED + +NO + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +NO + +YES + +NO +
+45768456 + +Neuropathy due to unstable diabetes mellitus type 1 + +706891008 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +NO + +YES + +NO +
+4128019 + +Brittle type 1 diabetes mellitus + +290002008 + +SNOMED + +NO + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.3.14 Concept: Type 2 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+443238 + +Diabetic - poor control + +268519009 + +SNOMED + +NO + +YES + +NO +
+201820 + +Diabetes mellitus + +73211009 + +SNOMED + +NO + +YES + +NO +
+442793 + +Complication due to diabetes mellitus + +74627003 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +YES + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +YES + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +YES + +YES + +NO +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +YES + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +YES + +YES + +NO +
+4016045 + +Diabetic - good control + +170763003 + +SNOMED + +NO + +YES + +NO +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +YES + +YES + +NO +
+43531009 + +Pregnancy and type 1 diabetes mellitus + +609566000 + +SNOMED + +YES + +YES + +NO +
+4024659 + +Gestational diabetes mellitus + +11687002 + +SNOMED + +YES + +YES + +NO +
+
+
+

A.3.15 Concept: GLP-1 receptor agonists excluding semaglutide

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+45774435 + +dulaglutide + +1551291 + +RxNorm + +NO + +YES + +NO +
+1583722 + +exenatide + +60548 + +RxNorm + +NO + +YES + +NO +
+40170911 + +liraglutide + +475968 + +RxNorm + +NO + +YES + +NO +
+44506754 + +lixisenatide + +1440051 + +RxNorm + +NO + +YES + +NO +
+793143 + +semaglutide + +1991302 + +RxNorm + +YES + +YES + +NO +
+44816332 + +albiglutide + +1534763 + +RxNorm + +NO + +YES + +NO +
+
+ +
+
+
+

A.4 New user of semaglutide as 2nd-line treatment with prior T2DM Feb2020-Jun2021

+
+

A.4.1 Cohort Entry Events

+

People with continuous observation of 365 days before event may enter the cohort when observing any of the following:

+
    +
  1. drug exposure of ‘semaglutide’ for the first time in the person’s history.
  2. +
+

Limit cohort entry events to the earliest event per person.

+

Restrict entry events to with all of the following criteria:

+
    +
  1. with the following event criteria: who are >= 18 years old.
  2. +
  3. having at least 1 condition occurrence of ‘Type 2 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
  5. having no condition occurrences of ‘Type 1 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  6. +
  7. having no condition occurrences of ‘Secondary diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  8. +
+
+
+

A.4.2 Additional Inclusion Criteria

+
+

I. Prior metformin use

+

Entry events with any of the following criteria:

+
    +
  1. having at least 1 drug era of ‘Metformin’, starting anytime up to 90 days before cohort entry start date; allow events outside observation period; with era length >= 90 days.
  2. +
  3. having at least 3 drug exposures of ‘Metformin’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
+
+
+

II. No prior GLP-1 RA exposure

+

Entry events having no drug exposures of ‘GLP-1 receptor agonists excluding semaglutide’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

III. No prior DPP4 inhibitor exposure

+

Entry events having no drug exposures of ‘DPP4 inhibitors’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

IV. No prior SGLT-2 inhibitor exposure

+

Entry events having no drug exposures of ‘SGLT2 inhibitors’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

V. No prior SU exposure

+

Entry events having no drug exposures of ‘Sulfonylureas’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

VI. No prior other anti-diabetic exposure

+

Entry events having no drug exposures of ‘Other anti-diabetics’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

VII. No prior insulin use or combo initiation: Proxy for < 30 days drug era anytime before index and no combination use on index

+

Entry events with all of the following criteria:

+
    +
  1. having no drug eras of ‘Insulin’, starting anytime up to 30 days before cohort entry start date; allow events outside observation period; with era length > 30 days.
  2. +
  3. having no drug eras of ‘Insulin’, starting between 30 days before and 0 days after cohort entry start date; allow events outside observation period.
  4. +
+
+
+

VIII. index date between 1Feb2020 and 30Jun2021

+

Entry events with the following event criteria: starting between February 1, 2020 and June 30, 2021.

+
+
+
+

A.4.3 Cohort Exit

+

The cohort end date will be based on a continuous exposure to ‘semaglutide’: +allowing 30 days between exposures, adding 0 days after exposure ends, and using days supply and exposure end date for exposure duration.

+
+
+

A.4.4 Cohort Eras

+

Remaining events will be combined into cohort eras if they are within 0 days of each other.

+
+
+

A.4.5 Concept: DPP4 inhibitors

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+43013884 + +alogliptin + +1368001 + +RxNorm + +NO + +YES + +NO +
+40239216 + +linagliptin + +1100699 + +RxNorm + +NO + +YES + +NO +
+40166035 + +saxagliptin + +857974 + +RxNorm + +NO + +YES + +NO +
+1580747 + +sitagliptin + +593411 + +RxNorm + +NO + +YES + +NO +
+19122137 + +vildagliptin + +596554 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.4.6 Concept: semaglutide

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+793143 + +semaglutide + +1991302 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.4.7 Concept: SGLT2 inhibitors

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+43526465 + +canagliflozin + +1373458 + +RxNorm + +NO + +YES + +NO +
+44785829 + +dapagliflozin + +1488564 + +RxNorm + +NO + +YES + +NO +
+45774751 + +empagliflozin + +1545653 + +RxNorm + +NO + +YES + +NO +
+793293 + +ertugliflozin + +1992672 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.4.8 Concept: Sulfonylureas

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1594973 + +chlorpropamide + +2404 + +RxNorm + +NO + +YES + +NO +
+1597756 + +glimepiride + +25789 + +RxNorm + +NO + +YES + +NO +
+1560171 + +glipizide + +4821 + +RxNorm + +NO + +YES + +NO +
+19097821 + +gliquidone + +25793 + +RxNorm + +NO + +YES + +NO +
+1559684 + +glyburide + +4815 + +RxNorm + +NO + +YES + +NO +
+1502809 + +tolazamide + +10633 + +RxNorm + +NO + +YES + +NO +
+1502855 + +tolbutamide + +10635 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.4.9 Concept: Other anti-diabetics

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1529331 + +acarbose + +16681 + +RxNorm + +NO + +YES + +NO +
+1530014 + +acetohexamide + +173 + +RxNorm + +NO + +YES + +NO +
+730548 + +bromocriptine + +1760 + +RxNorm + +NO + +YES + +NO +
+19033498 + +carbutamide + +2068 + +RxNorm + +NO + +YES + +NO +
+19001409 + +glibornuride + +102846 + +RxNorm + +NO + +YES + +NO +
+19059796 + +gliclazide + +4816 + +RxNorm + +NO + +YES + +NO +
+19001441 + +glymidine + +102848 + +RxNorm + +NO + +YES + +NO +
+1510202 + +miglitol + +30009 + +RxNorm + +NO + +YES + +NO +
+1502826 + +nateglinide + +274332 + +RxNorm + +NO + +YES + +NO +
+1525215 + +pioglitazone + +33738 + +RxNorm + +NO + +YES + +NO +
+1516766 + +repaglinide + +73044 + +RxNorm + +NO + +YES + +NO +
+1547504 + +rosiglitazone + +84108 + +RxNorm + +NO + +YES + +NO +
+1515249 + +troglitazone + +72610 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.4.10 Concept: Insulin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1596977 + +insulin, regular, human + +253182 + +RxNorm + +NO + +YES + +NO +
+1550023 + +insulin lispro + +86009 + +RxNorm + +NO + +YES + +NO +
+1567198 + +insulin aspart, human + +51428 + +RxNorm + +NO + +YES + +NO +
+1502905 + +insulin glargine + +274783 + +RxNorm + +NO + +YES + +NO +
+1513876 + +insulin lispro protamine, human + +314684 + +RxNorm + +NO + +YES + +NO +
+1531601 + +insulin aspart protamine, human + +352385 + +RxNorm + +NO + +YES + +NO +
+1586346 + +insulin, regular, pork + +221109 + +RxNorm + +NO + +YES + +NO +
+1544838 + +insulin glulisine, human + +400008 + +RxNorm + +NO + +YES + +NO +
+1516976 + +insulin detemir + +139825 + +RxNorm + +NO + +YES + +NO +
+1590165 + +insulin, regular, beef-pork + +235275 + +RxNorm + +NO + +YES + +NO +
+1513849 + +lente insulin, human + +314683 + +RxNorm + +NO + +YES + +NO +
+1562586 + +lente insulin, pork + +93108 + +RxNorm + +NO + +YES + +NO +
+1588986 + +insulin human, rDNA origin + +631657 + +RxNorm + +NO + +YES + +NO +
+1513843 + +lente insulin, beef-pork + +314682 + +RxNorm + +NO + +YES + +NO +
+1586369 + +ultralente insulin, human + +221110 + +RxNorm + +NO + +YES + +NO +
+35605670 + +insulin argine + +1740938 + +RxNorm + +NO + +YES + +NO +
+35602717 + +insulin degludec + +1670007 + +RxNorm + +NO + +YES + +NO +
+21600713 + +INSULINS AND ANALOGUES + +A10A + +ATC + +NO + +YES + +NO +
+19078608 + +insulin, protamine zinc, beef-pork 100 UNT/ML Injectable Suspension + +311053 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.4.11 Concept: Metformin

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1503297 + +metformin + +6809 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.4.12 Concept: Secondary diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +NO + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.4.13 Concept: Type 1 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +NO + +YES + +NO +
+42689695 + +Eating disorder co-occurrent with diabetes mellitus type 1 + +1067201000000106 + +SNOMED + +NO + +YES + +NO +
+765533 + +Glaucoma due to diabetes mellitus type 1 + +60981000119103 + +SNOMED + +NO + +YES + +NO +
+43531006 + +Maturity onset diabetes of the young, type 1 + +609562003 + +SNOMED + +NO + +YES + +NO +
+765650 + +Cranial nerve palsy due to diabetes mellitus type 1 + +82561000119101 + +SNOMED + +NO + +YES + +NO +
+45770986 + +Retinopathy due to unstable diabetes mellitus type 1 + +706894000 + +SNOMED + +NO + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +NO + +YES + +NO +
+45768456 + +Neuropathy due to unstable diabetes mellitus type 1 + +706891008 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +NO + +YES + +NO +
+4128019 + +Brittle type 1 diabetes mellitus + +290002008 + +SNOMED + +NO + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.4.14 Concept: Type 2 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+443238 + +Diabetic - poor control + +268519009 + +SNOMED + +NO + +YES + +NO +
+201820 + +Diabetes mellitus + +73211009 + +SNOMED + +NO + +YES + +NO +
+442793 + +Complication due to diabetes mellitus + +74627003 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +YES + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +YES + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +YES + +YES + +NO +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +YES + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +YES + +YES + +NO +
+4016045 + +Diabetic - good control + +170763003 + +SNOMED + +NO + +YES + +NO +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +YES + +YES + +NO +
+43531009 + +Pregnancy and type 1 diabetes mellitus + +609566000 + +SNOMED + +YES + +YES + +NO +
+4024659 + +Gestational diabetes mellitus + +11687002 + +SNOMED + +YES + +YES + +NO +
+
+
+

A.4.15 Concept: GLP-1 receptor agonists excluding semaglutide

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+45774435 + +dulaglutide + +1551291 + +RxNorm + +NO + +YES + +NO +
+1583722 + +exenatide + +60548 + +RxNorm + +NO + +YES + +NO +
+40170911 + +liraglutide + +475968 + +RxNorm + +NO + +YES + +NO +
+44506754 + +lixisenatide + +1440051 + +RxNorm + +NO + +YES + +NO +
+793143 + +semaglutide + +1991302 + +RxNorm + +YES + +YES + +NO +
+44816332 + +albiglutide + +1534763 + +RxNorm + +NO + +YES + +NO +
+
+ +
+
+
+

A.5 New user of semaglutide as 2nd-line treatment with prior T2DM Jul2021-Dec2023

+
+

A.5.1 Cohort Entry Events

+

People with continuous observation of 365 days before event may enter the cohort when observing any of the following:

+
    +
  1. drug exposure of ‘semaglutide’ for the first time in the person’s history.
  2. +
+

Limit cohort entry events to the earliest event per person.

+

Restrict entry events to with all of the following criteria:

+
    +
  1. with the following event criteria: who are >= 18 years old.
  2. +
  3. having at least 1 condition occurrence of ‘Type 2 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
  5. having no condition occurrences of ‘Type 1 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  6. +
  7. having no condition occurrences of ‘Secondary diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  8. +
+
+
+

A.5.2 Additional Inclusion Criteria

+
+

I. Prior metformin use

+

Entry events with any of the following criteria:

+
    +
  1. having at least 1 drug era of ‘Metformin’, starting anytime up to 90 days before cohort entry start date; allow events outside observation period; with era length >= 90 days.
  2. +
  3. having at least 3 drug exposures of ‘Metformin’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
+
+
+

II. No prior GLP-1 RA exposure

+

Entry events having no drug exposures of ‘GLP-1 receptor agonists excluding semaglutide’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

III. No prior DPP4 inhibitor exposure

+

Entry events having no drug exposures of ‘DPP4 inhibitors’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

IV. No prior SGLT-2 inhibitor exposure

+

Entry events having no drug exposures of ‘SGLT2 inhibitors’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

V. No prior SU exposure

+

Entry events having no drug exposures of ‘Sulfonylureas’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

VI. No prior other anti-diabetic exposure

+

Entry events having no drug exposures of ‘Other anti-diabetics’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

VII. No prior insulin use or combo initiation: Proxy for < 30 days drug era anytime before index and no combination use on index

+

Entry events with all of the following criteria:

+
    +
  1. having no drug eras of ‘Insulin’, starting anytime up to 30 days before cohort entry start date; allow events outside observation period; with era length > 30 days.
  2. +
  3. having no drug eras of ‘Insulin’, starting between 30 days before and 0 days after cohort entry start date; allow events outside observation period.
  4. +
+
+
+

VIII. index date between 1Jul2021 and 31Dec2023

+

Entry events with the following event criteria: starting between July 1, 2021 and December 31, 2023.

+
+
+
+

A.5.3 Cohort Exit

+

The cohort end date will be based on a continuous exposure to ‘semaglutide’: +allowing 30 days between exposures, adding 0 days after exposure ends, and using days supply and exposure end date for exposure duration.

+
+
+

A.5.4 Cohort Eras

+

Remaining events will be combined into cohort eras if they are within 0 days of each other.

+
+
+

A.5.5 Concept: DPP4 inhibitors

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+43013884 + +alogliptin + +1368001 + +RxNorm + +NO + +YES + +NO +
+40239216 + +linagliptin + +1100699 + +RxNorm + +NO + +YES + +NO +
+40166035 + +saxagliptin + +857974 + +RxNorm + +NO + +YES + +NO +
+1580747 + +sitagliptin + +593411 + +RxNorm + +NO + +YES + +NO +
+19122137 + +vildagliptin + +596554 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.5.6 Concept: semaglutide

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+793143 + +semaglutide + +1991302 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.5.7 Concept: SGLT2 inhibitors

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+43526465 + +canagliflozin + +1373458 + +RxNorm + +NO + +YES + +NO +
+44785829 + +dapagliflozin + +1488564 + +RxNorm + +NO + +YES + +NO +
+45774751 + +empagliflozin + +1545653 + +RxNorm + +NO + +YES + +NO +
+793293 + +ertugliflozin + +1992672 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.5.8 Concept: Sulfonylureas

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1594973 + +chlorpropamide + +2404 + +RxNorm + +NO + +YES + +NO +
+1597756 + +glimepiride + +25789 + +RxNorm + +NO + +YES + +NO +
+1560171 + +glipizide + +4821 + +RxNorm + +NO + +YES + +NO +
+19097821 + +gliquidone + +25793 + +RxNorm + +NO + +YES + +NO +
+1559684 + +glyburide + +4815 + +RxNorm + +NO + +YES + +NO +
+1502809 + +tolazamide + +10633 + +RxNorm + +NO + +YES + +NO +
+1502855 + +tolbutamide + +10635 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.5.9 Concept: Other anti-diabetics

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1529331 + +acarbose + +16681 + +RxNorm + +NO + +YES + +NO +
+1530014 + +acetohexamide + +173 + +RxNorm + +NO + +YES + +NO +
+730548 + +bromocriptine + +1760 + +RxNorm + +NO + +YES + +NO +
+19033498 + +carbutamide + +2068 + +RxNorm + +NO + +YES + +NO +
+19001409 + +glibornuride + +102846 + +RxNorm + +NO + +YES + +NO +
+19059796 + +gliclazide + +4816 + +RxNorm + +NO + +YES + +NO +
+19001441 + +glymidine + +102848 + +RxNorm + +NO + +YES + +NO +
+1510202 + +miglitol + +30009 + +RxNorm + +NO + +YES + +NO +
+1502826 + +nateglinide + +274332 + +RxNorm + +NO + +YES + +NO +
+1525215 + +pioglitazone + +33738 + +RxNorm + +NO + +YES + +NO +
+1516766 + +repaglinide + +73044 + +RxNorm + +NO + +YES + +NO +
+1547504 + +rosiglitazone + +84108 + +RxNorm + +NO + +YES + +NO +
+1515249 + +troglitazone + +72610 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.5.10 Concept: Insulin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1596977 + +insulin, regular, human + +253182 + +RxNorm + +NO + +YES + +NO +
+1550023 + +insulin lispro + +86009 + +RxNorm + +NO + +YES + +NO +
+1567198 + +insulin aspart, human + +51428 + +RxNorm + +NO + +YES + +NO +
+1502905 + +insulin glargine + +274783 + +RxNorm + +NO + +YES + +NO +
+1513876 + +insulin lispro protamine, human + +314684 + +RxNorm + +NO + +YES + +NO +
+1531601 + +insulin aspart protamine, human + +352385 + +RxNorm + +NO + +YES + +NO +
+1586346 + +insulin, regular, pork + +221109 + +RxNorm + +NO + +YES + +NO +
+1544838 + +insulin glulisine, human + +400008 + +RxNorm + +NO + +YES + +NO +
+1516976 + +insulin detemir + +139825 + +RxNorm + +NO + +YES + +NO +
+1590165 + +insulin, regular, beef-pork + +235275 + +RxNorm + +NO + +YES + +NO +
+1513849 + +lente insulin, human + +314683 + +RxNorm + +NO + +YES + +NO +
+1562586 + +lente insulin, pork + +93108 + +RxNorm + +NO + +YES + +NO +
+1588986 + +insulin human, rDNA origin + +631657 + +RxNorm + +NO + +YES + +NO +
+1513843 + +lente insulin, beef-pork + +314682 + +RxNorm + +NO + +YES + +NO +
+1586369 + +ultralente insulin, human + +221110 + +RxNorm + +NO + +YES + +NO +
+35605670 + +insulin argine + +1740938 + +RxNorm + +NO + +YES + +NO +
+35602717 + +insulin degludec + +1670007 + +RxNorm + +NO + +YES + +NO +
+21600713 + +INSULINS AND ANALOGUES + +A10A + +ATC + +NO + +YES + +NO +
+19078608 + +insulin, protamine zinc, beef-pork 100 UNT/ML Injectable Suspension + +311053 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.5.11 Concept: Metformin

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1503297 + +metformin + +6809 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.5.12 Concept: Secondary diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +NO + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.5.13 Concept: Type 1 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +NO + +YES + +NO +
+42689695 + +Eating disorder co-occurrent with diabetes mellitus type 1 + +1067201000000106 + +SNOMED + +NO + +YES + +NO +
+765533 + +Glaucoma due to diabetes mellitus type 1 + +60981000119103 + +SNOMED + +NO + +YES + +NO +
+43531006 + +Maturity onset diabetes of the young, type 1 + +609562003 + +SNOMED + +NO + +YES + +NO +
+765650 + +Cranial nerve palsy due to diabetes mellitus type 1 + +82561000119101 + +SNOMED + +NO + +YES + +NO +
+45770986 + +Retinopathy due to unstable diabetes mellitus type 1 + +706894000 + +SNOMED + +NO + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +NO + +YES + +NO +
+45768456 + +Neuropathy due to unstable diabetes mellitus type 1 + +706891008 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +NO + +YES + +NO +
+4128019 + +Brittle type 1 diabetes mellitus + +290002008 + +SNOMED + +NO + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.5.14 Concept: Type 2 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+443238 + +Diabetic - poor control + +268519009 + +SNOMED + +NO + +YES + +NO +
+201820 + +Diabetes mellitus + +73211009 + +SNOMED + +NO + +YES + +NO +
+442793 + +Complication due to diabetes mellitus + +74627003 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +YES + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +YES + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +YES + +YES + +NO +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +YES + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +YES + +YES + +NO +
+4016045 + +Diabetic - good control + +170763003 + +SNOMED + +NO + +YES + +NO +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +YES + +YES + +NO +
+43531009 + +Pregnancy and type 1 diabetes mellitus + +609566000 + +SNOMED + +YES + +YES + +NO +
+4024659 + +Gestational diabetes mellitus + +11687002 + +SNOMED + +YES + +YES + +NO +
+
+
+

A.5.15 Concept: GLP-1 receptor agonists excluding semaglutide

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+45774435 + +dulaglutide + +1551291 + +RxNorm + +NO + +YES + +NO +
+1583722 + +exenatide + +60548 + +RxNorm + +NO + +YES + +NO +
+40170911 + +liraglutide + +475968 + +RxNorm + +NO + +YES + +NO +
+44506754 + +lixisenatide + +1440051 + +RxNorm + +NO + +YES + +NO +
+793143 + +semaglutide + +1991302 + +RxNorm + +YES + +YES + +NO +
+44816332 + +albiglutide + +1534763 + +RxNorm + +NO + +YES + +NO +
+
+ +
+
+
+

A.6 New user of semaglutide with prior T2DM and prior metformin and no insulin

+
+

A.6.1 Cohort Entry Events

+

People with continuous observation of 365 days before event may enter the cohort when observing any of the following:

+
    +
  1. drug exposure of ‘semaglutide’ for the first time in the person’s history.
  2. +
+

Limit cohort entry events to the earliest event per person.

+

Restrict entry events to with all of the following criteria:

+
    +
  1. with the following event criteria: who are >= 18 years old.
  2. +
  3. having at least 1 condition occurrence of ‘Type 2 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
  5. having no condition occurrences of ‘Type 1 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  6. +
  7. having no condition occurrences of ‘Secondary diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  8. +
+
+
+

A.6.2 Additional Inclusion Criteria

+
+

I. Prior metformin use

+

Entry events with any of the following criteria:

+
    +
  1. having at least 1 drug era of ‘Metformin’, starting anytime up to 90 days before cohort entry start date; allow events outside observation period; with era length >= 90 days.
  2. +
  3. having at least 3 drug exposures of ‘Metformin’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
+
+
+

II. No prior insulin use or combo initiation: Proxy for < 30 days drug era anytime before index and no combination use on index

+

Entry events with all of the following criteria:

+
    +
  1. having no drug eras of ‘Insulin’, starting anytime up to 30 days before cohort entry start date; allow events outside observation period; with era length > 30 days.
  2. +
  3. having no drug eras of ‘Insulin’, starting between 30 days before and 0 days after cohort entry start date; allow events outside observation period.
  4. +
+
+
+
+

A.6.3 Cohort Exit

+

The cohort end date will be based on a continuous exposure to ‘semaglutide’: +allowing 30 days between exposures, adding 0 days after exposure ends, and using days supply and exposure end date for exposure duration.

+
+
+

A.6.4 Cohort Eras

+

Remaining events will be combined into cohort eras if they are within 0 days of each other.

+
+
+

A.6.5 Concept: semaglutide

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+793143 + +semaglutide + +1991302 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.6.6 Concept: Insulin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1596977 + +insulin, regular, human + +253182 + +RxNorm + +NO + +YES + +NO +
+1550023 + +insulin lispro + +86009 + +RxNorm + +NO + +YES + +NO +
+1567198 + +insulin aspart, human + +51428 + +RxNorm + +NO + +YES + +NO +
+1502905 + +insulin glargine + +274783 + +RxNorm + +NO + +YES + +NO +
+1513876 + +insulin lispro protamine, human + +314684 + +RxNorm + +NO + +YES + +NO +
+1531601 + +insulin aspart protamine, human + +352385 + +RxNorm + +NO + +YES + +NO +
+1586346 + +insulin, regular, pork + +221109 + +RxNorm + +NO + +YES + +NO +
+1544838 + +insulin glulisine, human + +400008 + +RxNorm + +NO + +YES + +NO +
+1516976 + +insulin detemir + +139825 + +RxNorm + +NO + +YES + +NO +
+1590165 + +insulin, regular, beef-pork + +235275 + +RxNorm + +NO + +YES + +NO +
+1513849 + +lente insulin, human + +314683 + +RxNorm + +NO + +YES + +NO +
+1562586 + +lente insulin, pork + +93108 + +RxNorm + +NO + +YES + +NO +
+1588986 + +insulin human, rDNA origin + +631657 + +RxNorm + +NO + +YES + +NO +
+1513843 + +lente insulin, beef-pork + +314682 + +RxNorm + +NO + +YES + +NO +
+1586369 + +ultralente insulin, human + +221110 + +RxNorm + +NO + +YES + +NO +
+35605670 + +insulin argine + +1740938 + +RxNorm + +NO + +YES + +NO +
+35602717 + +insulin degludec + +1670007 + +RxNorm + +NO + +YES + +NO +
+21600713 + +INSULINS AND ANALOGUES + +A10A + +ATC + +NO + +YES + +NO +
+19078608 + +insulin, protamine zinc, beef-pork 100 UNT/ML Injectable Suspension + +311053 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.6.7 Concept: Metformin

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1503297 + +metformin + +6809 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.6.8 Concept: Secondary diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +NO + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.6.9 Concept: Type 1 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +NO + +YES + +NO +
+42689695 + +Eating disorder co-occurrent with diabetes mellitus type 1 + +1067201000000106 + +SNOMED + +NO + +YES + +NO +
+765533 + +Glaucoma due to diabetes mellitus type 1 + +60981000119103 + +SNOMED + +NO + +YES + +NO +
+43531006 + +Maturity onset diabetes of the young, type 1 + +609562003 + +SNOMED + +NO + +YES + +NO +
+765650 + +Cranial nerve palsy due to diabetes mellitus type 1 + +82561000119101 + +SNOMED + +NO + +YES + +NO +
+45770986 + +Retinopathy due to unstable diabetes mellitus type 1 + +706894000 + +SNOMED + +NO + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +NO + +YES + +NO +
+45768456 + +Neuropathy due to unstable diabetes mellitus type 1 + +706891008 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +NO + +YES + +NO +
+4128019 + +Brittle type 1 diabetes mellitus + +290002008 + +SNOMED + +NO + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.6.10 Concept: Type 2 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+443238 + +Diabetic - poor control + +268519009 + +SNOMED + +NO + +YES + +NO +
+201820 + +Diabetes mellitus + +73211009 + +SNOMED + +NO + +YES + +NO +
+442793 + +Complication due to diabetes mellitus + +74627003 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +YES + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +YES + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +YES + +YES + +NO +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +YES + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +YES + +YES + +NO +
+4016045 + +Diabetic - good control + +170763003 + +SNOMED + +NO + +YES + +NO +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +YES + +YES + +NO +
+43531009 + +Pregnancy and type 1 diabetes mellitus + +609566000 + +SNOMED + +YES + +YES + +NO +
+4024659 + +Gestational diabetes mellitus + +11687002 + +SNOMED + +YES + +YES + +NO +
+
+ +
+
+
+

A.7 New user of dulaglutide as 2nd-line treatment with prior T2DM and prior metformin

+
+

A.7.1 Cohort Entry Events

+

People with continuous observation of 365 days before event may enter the cohort when observing any of the following:

+
    +
  1. drug exposure of ‘dulaglutide’ for the first time in the person’s history.
  2. +
+

Limit cohort entry events to the earliest event per person.

+

Restrict entry events to with all of the following criteria:

+
    +
  1. with the following event criteria: who are >= 18 years old.
  2. +
  3. having at least 1 condition occurrence of ‘Type 2 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
  5. having no condition occurrences of ‘Type 1 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  6. +
  7. having no condition occurrences of ‘Secondary diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  8. +
+
+
+

A.7.2 Additional Inclusion Criteria

+
+

I. Prior metformin use

+

Entry events with any of the following criteria:

+
    +
  1. having at least 1 drug era of ‘Metformin’, starting anytime up to 90 days before cohort entry start date; allow events outside observation period; with era length >= 90 days.
  2. +
  3. having at least 3 drug exposures of ‘Metformin’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
+
+
+

II. No prior GLP-1 RA exposure

+

Entry events having no drug exposures of ‘GLP-1 receptor agonists excluding dulaglutide’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

III. No prior DPP4 inhibitor exposure

+

Entry events having no drug exposures of ‘DPP4 inhibitors’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

IV. No prior SGLT-2 inhibitor exposure

+

Entry events having no drug exposures of ‘SGLT2 inhibitors’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

V. No prior SU exposure

+

Entry events having no drug exposures of ‘Sulfonylureas’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

VI. No prior other anti-diabetic exposure

+

Entry events having no drug exposures of ‘Other anti-diabetics’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

VII. No prior insulin use or combo initiation: Proxy for < 30 days drug era anytime before index and no combination use on index

+

Entry events with all of the following criteria:

+
    +
  1. having no drug eras of ‘Insulin’, starting anytime up to 30 days before cohort entry start date; allow events outside observation period; with era length > 30 days.
  2. +
  3. having no drug eras of ‘Insulin’, starting between 30 days before and 0 days after cohort entry start date; allow events outside observation period.
  4. +
+
+
+
+

A.7.3 Cohort Exit

+

The cohort end date will be based on a continuous exposure to ‘dulaglutide’: +allowing 30 days between exposures, adding 0 days after exposure ends, and using days supply and exposure end date for exposure duration.

+
+
+

A.7.4 Cohort Eras

+

Remaining events will be combined into cohort eras if they are within 0 days of each other.

+
+
+

A.7.5 Concept: DPP4 inhibitors

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+43013884 + +alogliptin + +1368001 + +RxNorm + +NO + +YES + +NO +
+40239216 + +linagliptin + +1100699 + +RxNorm + +NO + +YES + +NO +
+40166035 + +saxagliptin + +857974 + +RxNorm + +NO + +YES + +NO +
+1580747 + +sitagliptin + +593411 + +RxNorm + +NO + +YES + +NO +
+19122137 + +vildagliptin + +596554 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.7.6 Concept: dulaglutide

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+45774435 + +dulaglutide + +1551291 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.7.7 Concept: SGLT2 inhibitors

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+43526465 + +canagliflozin + +1373458 + +RxNorm + +NO + +YES + +NO +
+44785829 + +dapagliflozin + +1488564 + +RxNorm + +NO + +YES + +NO +
+45774751 + +empagliflozin + +1545653 + +RxNorm + +NO + +YES + +NO +
+793293 + +ertugliflozin + +1992672 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.7.8 Concept: Sulfonylureas

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1594973 + +chlorpropamide + +2404 + +RxNorm + +NO + +YES + +NO +
+1597756 + +glimepiride + +25789 + +RxNorm + +NO + +YES + +NO +
+1560171 + +glipizide + +4821 + +RxNorm + +NO + +YES + +NO +
+19097821 + +gliquidone + +25793 + +RxNorm + +NO + +YES + +NO +
+1559684 + +glyburide + +4815 + +RxNorm + +NO + +YES + +NO +
+1502809 + +tolazamide + +10633 + +RxNorm + +NO + +YES + +NO +
+1502855 + +tolbutamide + +10635 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.7.9 Concept: Other anti-diabetics

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1529331 + +acarbose + +16681 + +RxNorm + +NO + +YES + +NO +
+1530014 + +acetohexamide + +173 + +RxNorm + +NO + +YES + +NO +
+730548 + +bromocriptine + +1760 + +RxNorm + +NO + +YES + +NO +
+19033498 + +carbutamide + +2068 + +RxNorm + +NO + +YES + +NO +
+19001409 + +glibornuride + +102846 + +RxNorm + +NO + +YES + +NO +
+19059796 + +gliclazide + +4816 + +RxNorm + +NO + +YES + +NO +
+19001441 + +glymidine + +102848 + +RxNorm + +NO + +YES + +NO +
+1510202 + +miglitol + +30009 + +RxNorm + +NO + +YES + +NO +
+1502826 + +nateglinide + +274332 + +RxNorm + +NO + +YES + +NO +
+1525215 + +pioglitazone + +33738 + +RxNorm + +NO + +YES + +NO +
+1516766 + +repaglinide + +73044 + +RxNorm + +NO + +YES + +NO +
+1547504 + +rosiglitazone + +84108 + +RxNorm + +NO + +YES + +NO +
+1515249 + +troglitazone + +72610 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.7.10 Concept: Insulin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1596977 + +insulin, regular, human + +253182 + +RxNorm + +NO + +YES + +NO +
+1550023 + +insulin lispro + +86009 + +RxNorm + +NO + +YES + +NO +
+1567198 + +insulin aspart, human + +51428 + +RxNorm + +NO + +YES + +NO +
+1502905 + +insulin glargine + +274783 + +RxNorm + +NO + +YES + +NO +
+1513876 + +insulin lispro protamine, human + +314684 + +RxNorm + +NO + +YES + +NO +
+1531601 + +insulin aspart protamine, human + +352385 + +RxNorm + +NO + +YES + +NO +
+1586346 + +insulin, regular, pork + +221109 + +RxNorm + +NO + +YES + +NO +
+1544838 + +insulin glulisine, human + +400008 + +RxNorm + +NO + +YES + +NO +
+1516976 + +insulin detemir + +139825 + +RxNorm + +NO + +YES + +NO +
+1590165 + +insulin, regular, beef-pork + +235275 + +RxNorm + +NO + +YES + +NO +
+1513849 + +lente insulin, human + +314683 + +RxNorm + +NO + +YES + +NO +
+1562586 + +lente insulin, pork + +93108 + +RxNorm + +NO + +YES + +NO +
+1588986 + +insulin human, rDNA origin + +631657 + +RxNorm + +NO + +YES + +NO +
+1513843 + +lente insulin, beef-pork + +314682 + +RxNorm + +NO + +YES + +NO +
+1586369 + +ultralente insulin, human + +221110 + +RxNorm + +NO + +YES + +NO +
+35605670 + +insulin argine + +1740938 + +RxNorm + +NO + +YES + +NO +
+35602717 + +insulin degludec + +1670007 + +RxNorm + +NO + +YES + +NO +
+21600713 + +INSULINS AND ANALOGUES + +A10A + +ATC + +NO + +YES + +NO +
+19078608 + +insulin, protamine zinc, beef-pork 100 UNT/ML Injectable Suspension + +311053 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.7.11 Concept: Metformin

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1503297 + +metformin + +6809 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.7.12 Concept: Secondary diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +NO + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.7.13 Concept: Type 1 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +NO + +YES + +NO +
+42689695 + +Eating disorder co-occurrent with diabetes mellitus type 1 + +1067201000000106 + +SNOMED + +NO + +YES + +NO +
+765533 + +Glaucoma due to diabetes mellitus type 1 + +60981000119103 + +SNOMED + +NO + +YES + +NO +
+43531006 + +Maturity onset diabetes of the young, type 1 + +609562003 + +SNOMED + +NO + +YES + +NO +
+765650 + +Cranial nerve palsy due to diabetes mellitus type 1 + +82561000119101 + +SNOMED + +NO + +YES + +NO +
+45770986 + +Retinopathy due to unstable diabetes mellitus type 1 + +706894000 + +SNOMED + +NO + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +NO + +YES + +NO +
+45768456 + +Neuropathy due to unstable diabetes mellitus type 1 + +706891008 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +NO + +YES + +NO +
+4128019 + +Brittle type 1 diabetes mellitus + +290002008 + +SNOMED + +NO + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.7.14 Concept: Type 2 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+443238 + +Diabetic - poor control + +268519009 + +SNOMED + +NO + +YES + +NO +
+201820 + +Diabetes mellitus + +73211009 + +SNOMED + +NO + +YES + +NO +
+442793 + +Complication due to diabetes mellitus + +74627003 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +YES + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +YES + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +YES + +YES + +NO +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +YES + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +YES + +YES + +NO +
+4016045 + +Diabetic - good control + +170763003 + +SNOMED + +NO + +YES + +NO +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +YES + +YES + +NO +
+43531009 + +Pregnancy and type 1 diabetes mellitus + +609566000 + +SNOMED + +YES + +YES + +NO +
+4024659 + +Gestational diabetes mellitus + +11687002 + +SNOMED + +YES + +YES + +NO +
+
+
+

A.7.15 Concept: GLP-1 receptor agonists excluding dulaglutide

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+45774435 + +dulaglutide + +1551291 + +RxNorm + +YES + +YES + +NO +
+1583722 + +exenatide + +60548 + +RxNorm + +NO + +YES + +NO +
+40170911 + +liraglutide + +475968 + +RxNorm + +NO + +YES + +NO +
+44506754 + +lixisenatide + +1440051 + +RxNorm + +NO + +YES + +NO +
+793143 + +semaglutide + +1991302 + +RxNorm + +NO + +YES + +NO +
+44816332 + +albiglutide + +1534763 + +RxNorm + +NO + +YES + +NO +
+
+ +
+
+
+

A.8 New user of dulaglutide with prior T2DM and prior metformin and no insulin

+
+

A.8.1 Cohort Entry Events

+

People with continuous observation of 365 days before event may enter the cohort when observing any of the following:

+
    +
  1. drug exposure of ‘dulaglutide’ for the first time in the person’s history.
  2. +
+

Limit cohort entry events to the earliest event per person.

+

Restrict entry events to with all of the following criteria:

+
    +
  1. with the following event criteria: who are >= 18 years old.
  2. +
  3. having at least 1 condition occurrence of ‘Type 2 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
  5. having no condition occurrences of ‘Type 1 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  6. +
  7. having no condition occurrences of ‘Secondary diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  8. +
+
+
+

A.8.2 Additional Inclusion Criteria

+
+

I. Prior metformin use

+

Entry events with any of the following criteria:

+
    +
  1. having at least 1 drug era of ‘Metformin’, starting anytime up to 90 days before cohort entry start date; allow events outside observation period; with era length >= 90 days.
  2. +
  3. having at least 3 drug exposures of ‘Metformin’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
+
+
+

II. No prior insulin use or combo initiation: Proxy for < 30 days drug era anytime before index and no combination use on index

+

Entry events with all of the following criteria:

+
    +
  1. having no drug eras of ‘Insulin’, starting anytime up to 30 days before cohort entry start date; allow events outside observation period; with era length > 30 days.
  2. +
  3. having no drug eras of ‘Insulin’, starting between 30 days before and 0 days after cohort entry start date; allow events outside observation period.
  4. +
+
+
+
+

A.8.3 Cohort Exit

+

The cohort end date will be based on a continuous exposure to ‘dulaglutide’: +allowing 30 days between exposures, adding 0 days after exposure ends, and using days supply and exposure end date for exposure duration.

+
+
+

A.8.4 Cohort Eras

+

Remaining events will be combined into cohort eras if they are within 0 days of each other.

+
+
+

A.8.5 Concept: dulaglutide

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+45774435 + +dulaglutide + +1551291 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.8.6 Concept: Insulin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1596977 + +insulin, regular, human + +253182 + +RxNorm + +NO + +YES + +NO +
+1550023 + +insulin lispro + +86009 + +RxNorm + +NO + +YES + +NO +
+1567198 + +insulin aspart, human + +51428 + +RxNorm + +NO + +YES + +NO +
+1502905 + +insulin glargine + +274783 + +RxNorm + +NO + +YES + +NO +
+1513876 + +insulin lispro protamine, human + +314684 + +RxNorm + +NO + +YES + +NO +
+1531601 + +insulin aspart protamine, human + +352385 + +RxNorm + +NO + +YES + +NO +
+1586346 + +insulin, regular, pork + +221109 + +RxNorm + +NO + +YES + +NO +
+1544838 + +insulin glulisine, human + +400008 + +RxNorm + +NO + +YES + +NO +
+1516976 + +insulin detemir + +139825 + +RxNorm + +NO + +YES + +NO +
+1590165 + +insulin, regular, beef-pork + +235275 + +RxNorm + +NO + +YES + +NO +
+1513849 + +lente insulin, human + +314683 + +RxNorm + +NO + +YES + +NO +
+1562586 + +lente insulin, pork + +93108 + +RxNorm + +NO + +YES + +NO +
+1588986 + +insulin human, rDNA origin + +631657 + +RxNorm + +NO + +YES + +NO +
+1513843 + +lente insulin, beef-pork + +314682 + +RxNorm + +NO + +YES + +NO +
+1586369 + +ultralente insulin, human + +221110 + +RxNorm + +NO + +YES + +NO +
+35605670 + +insulin argine + +1740938 + +RxNorm + +NO + +YES + +NO +
+35602717 + +insulin degludec + +1670007 + +RxNorm + +NO + +YES + +NO +
+21600713 + +INSULINS AND ANALOGUES + +A10A + +ATC + +NO + +YES + +NO +
+19078608 + +insulin, protamine zinc, beef-pork 100 UNT/ML Injectable Suspension + +311053 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.8.7 Concept: Metformin

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1503297 + +metformin + +6809 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.8.8 Concept: Secondary diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +NO + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.8.9 Concept: Type 1 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +NO + +YES + +NO +
+42689695 + +Eating disorder co-occurrent with diabetes mellitus type 1 + +1067201000000106 + +SNOMED + +NO + +YES + +NO +
+765533 + +Glaucoma due to diabetes mellitus type 1 + +60981000119103 + +SNOMED + +NO + +YES + +NO +
+43531006 + +Maturity onset diabetes of the young, type 1 + +609562003 + +SNOMED + +NO + +YES + +NO +
+765650 + +Cranial nerve palsy due to diabetes mellitus type 1 + +82561000119101 + +SNOMED + +NO + +YES + +NO +
+45770986 + +Retinopathy due to unstable diabetes mellitus type 1 + +706894000 + +SNOMED + +NO + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +NO + +YES + +NO +
+45768456 + +Neuropathy due to unstable diabetes mellitus type 1 + +706891008 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +NO + +YES + +NO +
+4128019 + +Brittle type 1 diabetes mellitus + +290002008 + +SNOMED + +NO + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.8.10 Concept: Type 2 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+443238 + +Diabetic - poor control + +268519009 + +SNOMED + +NO + +YES + +NO +
+201820 + +Diabetes mellitus + +73211009 + +SNOMED + +NO + +YES + +NO +
+442793 + +Complication due to diabetes mellitus + +74627003 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +YES + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +YES + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +YES + +YES + +NO +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +YES + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +YES + +YES + +NO +
+4016045 + +Diabetic - good control + +170763003 + +SNOMED + +NO + +YES + +NO +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +YES + +YES + +NO +
+43531009 + +Pregnancy and type 1 diabetes mellitus + +609566000 + +SNOMED + +YES + +YES + +NO +
+4024659 + +Gestational diabetes mellitus + +11687002 + +SNOMED + +YES + +YES + +NO +
+
+ +
+
+
+

A.9 New user of exenatide as 2nd-line treatment with prior T2DM and prior metformin

+
+

A.9.1 Cohort Entry Events

+

People with continuous observation of 365 days before event may enter the cohort when observing any of the following:

+
    +
  1. drug exposure of ‘exenatide’ for the first time in the person’s history.
  2. +
+

Limit cohort entry events to the earliest event per person.

+

Restrict entry events to with all of the following criteria:

+
    +
  1. with the following event criteria: who are >= 18 years old.
  2. +
  3. having at least 1 condition occurrence of ‘Type 2 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
  5. having no condition occurrences of ‘Type 1 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  6. +
  7. having no condition occurrences of ‘Secondary diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  8. +
+
+
+

A.9.2 Additional Inclusion Criteria

+
+

I. Prior metformin use

+

Entry events with any of the following criteria:

+
    +
  1. having at least 1 drug era of ‘Metformin’, starting anytime up to 90 days before cohort entry start date; allow events outside observation period; with era length >= 90 days.
  2. +
  3. having at least 3 drug exposures of ‘Metformin’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
+
+
+

II. No prior GLP-1 RA exposure

+

Entry events having no drug exposures of ‘GLP-1 receptor agonists excluding exenatide’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

III. No prior DPP4 inhibitor exposure

+

Entry events having no drug exposures of ‘DPP4 inhibitors’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

IV. No prior SGLT-2 inhibitor exposure

+

Entry events having no drug exposures of ‘SGLT2 inhibitors’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

V. No prior SU exposure

+

Entry events having no drug exposures of ‘Sulfonylureas’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

VI. No prior other anti-diabetic exposure

+

Entry events having no drug exposures of ‘Other anti-diabetics’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

VII. No prior insulin use or combo initiation: Proxy for < 30 days drug era anytime before index and no combination use on index

+

Entry events with all of the following criteria:

+
    +
  1. having no drug eras of ‘Insulin’, starting anytime up to 30 days before cohort entry start date; allow events outside observation period; with era length > 30 days.
  2. +
  3. having no drug eras of ‘Insulin’, starting between 30 days before and 0 days after cohort entry start date; allow events outside observation period.
  4. +
+
+
+
+

A.9.3 Cohort Exit

+

The cohort end date will be based on a continuous exposure to ‘exenatide’: +allowing 30 days between exposures, adding 0 days after exposure ends, and using days supply and exposure end date for exposure duration.

+
+
+

A.9.4 Cohort Eras

+

Remaining events will be combined into cohort eras if they are within 0 days of each other.

+
+
+

A.9.5 Concept: DPP4 inhibitors

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+43013884 + +alogliptin + +1368001 + +RxNorm + +NO + +YES + +NO +
+40239216 + +linagliptin + +1100699 + +RxNorm + +NO + +YES + +NO +
+40166035 + +saxagliptin + +857974 + +RxNorm + +NO + +YES + +NO +
+1580747 + +sitagliptin + +593411 + +RxNorm + +NO + +YES + +NO +
+19122137 + +vildagliptin + +596554 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.9.6 Concept: exenatide

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1583722 + +exenatide + +60548 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.9.7 Concept: SGLT2 inhibitors

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+43526465 + +canagliflozin + +1373458 + +RxNorm + +NO + +YES + +NO +
+44785829 + +dapagliflozin + +1488564 + +RxNorm + +NO + +YES + +NO +
+45774751 + +empagliflozin + +1545653 + +RxNorm + +NO + +YES + +NO +
+793293 + +ertugliflozin + +1992672 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.9.8 Concept: Sulfonylureas

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1594973 + +chlorpropamide + +2404 + +RxNorm + +NO + +YES + +NO +
+1597756 + +glimepiride + +25789 + +RxNorm + +NO + +YES + +NO +
+1560171 + +glipizide + +4821 + +RxNorm + +NO + +YES + +NO +
+19097821 + +gliquidone + +25793 + +RxNorm + +NO + +YES + +NO +
+1559684 + +glyburide + +4815 + +RxNorm + +NO + +YES + +NO +
+1502809 + +tolazamide + +10633 + +RxNorm + +NO + +YES + +NO +
+1502855 + +tolbutamide + +10635 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.9.9 Concept: Other anti-diabetics

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1529331 + +acarbose + +16681 + +RxNorm + +NO + +YES + +NO +
+1530014 + +acetohexamide + +173 + +RxNorm + +NO + +YES + +NO +
+730548 + +bromocriptine + +1760 + +RxNorm + +NO + +YES + +NO +
+19033498 + +carbutamide + +2068 + +RxNorm + +NO + +YES + +NO +
+19001409 + +glibornuride + +102846 + +RxNorm + +NO + +YES + +NO +
+19059796 + +gliclazide + +4816 + +RxNorm + +NO + +YES + +NO +
+19001441 + +glymidine + +102848 + +RxNorm + +NO + +YES + +NO +
+1510202 + +miglitol + +30009 + +RxNorm + +NO + +YES + +NO +
+1502826 + +nateglinide + +274332 + +RxNorm + +NO + +YES + +NO +
+1525215 + +pioglitazone + +33738 + +RxNorm + +NO + +YES + +NO +
+1516766 + +repaglinide + +73044 + +RxNorm + +NO + +YES + +NO +
+1547504 + +rosiglitazone + +84108 + +RxNorm + +NO + +YES + +NO +
+1515249 + +troglitazone + +72610 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.9.10 Concept: Insulin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1596977 + +insulin, regular, human + +253182 + +RxNorm + +NO + +YES + +NO +
+1550023 + +insulin lispro + +86009 + +RxNorm + +NO + +YES + +NO +
+1567198 + +insulin aspart, human + +51428 + +RxNorm + +NO + +YES + +NO +
+1502905 + +insulin glargine + +274783 + +RxNorm + +NO + +YES + +NO +
+1513876 + +insulin lispro protamine, human + +314684 + +RxNorm + +NO + +YES + +NO +
+1531601 + +insulin aspart protamine, human + +352385 + +RxNorm + +NO + +YES + +NO +
+1586346 + +insulin, regular, pork + +221109 + +RxNorm + +NO + +YES + +NO +
+1544838 + +insulin glulisine, human + +400008 + +RxNorm + +NO + +YES + +NO +
+1516976 + +insulin detemir + +139825 + +RxNorm + +NO + +YES + +NO +
+1590165 + +insulin, regular, beef-pork + +235275 + +RxNorm + +NO + +YES + +NO +
+1513849 + +lente insulin, human + +314683 + +RxNorm + +NO + +YES + +NO +
+1562586 + +lente insulin, pork + +93108 + +RxNorm + +NO + +YES + +NO +
+1588986 + +insulin human, rDNA origin + +631657 + +RxNorm + +NO + +YES + +NO +
+1513843 + +lente insulin, beef-pork + +314682 + +RxNorm + +NO + +YES + +NO +
+1586369 + +ultralente insulin, human + +221110 + +RxNorm + +NO + +YES + +NO +
+35605670 + +insulin argine + +1740938 + +RxNorm + +NO + +YES + +NO +
+35602717 + +insulin degludec + +1670007 + +RxNorm + +NO + +YES + +NO +
+21600713 + +INSULINS AND ANALOGUES + +A10A + +ATC + +NO + +YES + +NO +
+19078608 + +insulin, protamine zinc, beef-pork 100 UNT/ML Injectable Suspension + +311053 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.9.11 Concept: Metformin

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1503297 + +metformin + +6809 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.9.12 Concept: Secondary diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +NO + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.9.13 Concept: Type 1 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +NO + +YES + +NO +
+42689695 + +Eating disorder co-occurrent with diabetes mellitus type 1 + +1067201000000106 + +SNOMED + +NO + +YES + +NO +
+765533 + +Glaucoma due to diabetes mellitus type 1 + +60981000119103 + +SNOMED + +NO + +YES + +NO +
+43531006 + +Maturity onset diabetes of the young, type 1 + +609562003 + +SNOMED + +NO + +YES + +NO +
+765650 + +Cranial nerve palsy due to diabetes mellitus type 1 + +82561000119101 + +SNOMED + +NO + +YES + +NO +
+45770986 + +Retinopathy due to unstable diabetes mellitus type 1 + +706894000 + +SNOMED + +NO + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +NO + +YES + +NO +
+45768456 + +Neuropathy due to unstable diabetes mellitus type 1 + +706891008 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +NO + +YES + +NO +
+4128019 + +Brittle type 1 diabetes mellitus + +290002008 + +SNOMED + +NO + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.9.14 Concept: Type 2 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+443238 + +Diabetic - poor control + +268519009 + +SNOMED + +NO + +YES + +NO +
+201820 + +Diabetes mellitus + +73211009 + +SNOMED + +NO + +YES + +NO +
+442793 + +Complication due to diabetes mellitus + +74627003 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +YES + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +YES + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +YES + +YES + +NO +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +YES + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +YES + +YES + +NO +
+4016045 + +Diabetic - good control + +170763003 + +SNOMED + +NO + +YES + +NO +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +YES + +YES + +NO +
+43531009 + +Pregnancy and type 1 diabetes mellitus + +609566000 + +SNOMED + +YES + +YES + +NO +
+4024659 + +Gestational diabetes mellitus + +11687002 + +SNOMED + +YES + +YES + +NO +
+
+
+

A.9.15 Concept: GLP-1 receptor agonists excluding exenatide

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+45774435 + +dulaglutide + +1551291 + +RxNorm + +NO + +YES + +NO +
+1583722 + +exenatide + +60548 + +RxNorm + +YES + +YES + +NO +
+40170911 + +liraglutide + +475968 + +RxNorm + +NO + +YES + +NO +
+44506754 + +lixisenatide + +1440051 + +RxNorm + +NO + +YES + +NO +
+793143 + +semaglutide + +1991302 + +RxNorm + +NO + +YES + +NO +
+44816332 + +albiglutide + +1534763 + +RxNorm + +NO + +YES + +NO +
+
+ +
+
+
+

A.10 New user of exenatide with prior T2DM and prior metformin and no insulin

+
+

A.10.1 Cohort Entry Events

+

People with continuous observation of 365 days before event may enter the cohort when observing any of the following:

+
    +
  1. drug exposure of ‘exenatide’ for the first time in the person’s history.
  2. +
+

Limit cohort entry events to the earliest event per person.

+

Restrict entry events to with all of the following criteria:

+
    +
  1. with the following event criteria: who are >= 18 years old.
  2. +
  3. having at least 1 condition occurrence of ‘Type 2 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
  5. having no condition occurrences of ‘Type 1 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  6. +
  7. having no condition occurrences of ‘Secondary diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  8. +
+
+
+

A.10.2 Additional Inclusion Criteria

+
+

I. Prior metformin use

+

Entry events with any of the following criteria:

+
    +
  1. having at least 1 drug era of ‘Metformin’, starting anytime up to 90 days before cohort entry start date; allow events outside observation period; with era length >= 90 days.
  2. +
  3. having at least 3 drug exposures of ‘Metformin’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
+
+
+

II. No prior insulin use or combo initiation: Proxy for < 30 days drug era anytime before index and no combination use on index

+

Entry events with all of the following criteria:

+
    +
  1. having no drug eras of ‘Insulin’, starting anytime up to 30 days before cohort entry start date; allow events outside observation period; with era length > 30 days.
  2. +
  3. having no drug eras of ‘Insulin’, starting between 30 days before and 0 days after cohort entry start date; allow events outside observation period.
  4. +
+
+
+
+

A.10.3 Cohort Exit

+

The cohort end date will be based on a continuous exposure to ‘exenatide’: +allowing 30 days between exposures, adding 0 days after exposure ends, and using days supply and exposure end date for exposure duration.

+
+
+

A.10.4 Cohort Eras

+

Remaining events will be combined into cohort eras if they are within 0 days of each other.

+
+
+

A.10.5 Concept: exenatide

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1583722 + +exenatide + +60548 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.10.6 Concept: Insulin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1596977 + +insulin, regular, human + +253182 + +RxNorm + +NO + +YES + +NO +
+1550023 + +insulin lispro + +86009 + +RxNorm + +NO + +YES + +NO +
+1567198 + +insulin aspart, human + +51428 + +RxNorm + +NO + +YES + +NO +
+1502905 + +insulin glargine + +274783 + +RxNorm + +NO + +YES + +NO +
+1513876 + +insulin lispro protamine, human + +314684 + +RxNorm + +NO + +YES + +NO +
+1531601 + +insulin aspart protamine, human + +352385 + +RxNorm + +NO + +YES + +NO +
+1586346 + +insulin, regular, pork + +221109 + +RxNorm + +NO + +YES + +NO +
+1544838 + +insulin glulisine, human + +400008 + +RxNorm + +NO + +YES + +NO +
+1516976 + +insulin detemir + +139825 + +RxNorm + +NO + +YES + +NO +
+1590165 + +insulin, regular, beef-pork + +235275 + +RxNorm + +NO + +YES + +NO +
+1513849 + +lente insulin, human + +314683 + +RxNorm + +NO + +YES + +NO +
+1562586 + +lente insulin, pork + +93108 + +RxNorm + +NO + +YES + +NO +
+1588986 + +insulin human, rDNA origin + +631657 + +RxNorm + +NO + +YES + +NO +
+1513843 + +lente insulin, beef-pork + +314682 + +RxNorm + +NO + +YES + +NO +
+1586369 + +ultralente insulin, human + +221110 + +RxNorm + +NO + +YES + +NO +
+35605670 + +insulin argine + +1740938 + +RxNorm + +NO + +YES + +NO +
+35602717 + +insulin degludec + +1670007 + +RxNorm + +NO + +YES + +NO +
+21600713 + +INSULINS AND ANALOGUES + +A10A + +ATC + +NO + +YES + +NO +
+19078608 + +insulin, protamine zinc, beef-pork 100 UNT/ML Injectable Suspension + +311053 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.10.7 Concept: Metformin

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1503297 + +metformin + +6809 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.10.8 Concept: Secondary diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +NO + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.10.9 Concept: Type 1 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +NO + +YES + +NO +
+42689695 + +Eating disorder co-occurrent with diabetes mellitus type 1 + +1067201000000106 + +SNOMED + +NO + +YES + +NO +
+765533 + +Glaucoma due to diabetes mellitus type 1 + +60981000119103 + +SNOMED + +NO + +YES + +NO +
+43531006 + +Maturity onset diabetes of the young, type 1 + +609562003 + +SNOMED + +NO + +YES + +NO +
+765650 + +Cranial nerve palsy due to diabetes mellitus type 1 + +82561000119101 + +SNOMED + +NO + +YES + +NO +
+45770986 + +Retinopathy due to unstable diabetes mellitus type 1 + +706894000 + +SNOMED + +NO + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +NO + +YES + +NO +
+45768456 + +Neuropathy due to unstable diabetes mellitus type 1 + +706891008 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +NO + +YES + +NO +
+4128019 + +Brittle type 1 diabetes mellitus + +290002008 + +SNOMED + +NO + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.10.10 Concept: Type 2 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+443238 + +Diabetic - poor control + +268519009 + +SNOMED + +NO + +YES + +NO +
+201820 + +Diabetes mellitus + +73211009 + +SNOMED + +NO + +YES + +NO +
+442793 + +Complication due to diabetes mellitus + +74627003 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +YES + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +YES + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +YES + +YES + +NO +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +YES + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +YES + +YES + +NO +
+4016045 + +Diabetic - good control + +170763003 + +SNOMED + +NO + +YES + +NO +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +YES + +YES + +NO +
+43531009 + +Pregnancy and type 1 diabetes mellitus + +609566000 + +SNOMED + +YES + +YES + +NO +
+4024659 + +Gestational diabetes mellitus + +11687002 + +SNOMED + +YES + +YES + +NO +
+
+ +
+
+
+

A.11 New user of empagliflozin as 2nd-line treatment with prior T2DM and prior metformin

+
+

A.11.1 Cohort Entry Events

+

People with continuous observation of 365 days before event may enter the cohort when observing any of the following:

+
    +
  1. drug exposure of ‘empagliflozin’ for the first time in the person’s history.
  2. +
+

Limit cohort entry events to the earliest event per person.

+

Restrict entry events to with all of the following criteria:

+
    +
  1. with the following event criteria: who are >= 18 years old.
  2. +
  3. having at least 1 condition occurrence of ‘Type 2 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
  5. having no condition occurrences of ‘Type 1 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  6. +
  7. having no condition occurrences of ‘Secondary diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  8. +
+
+
+

A.11.2 Additional Inclusion Criteria

+
+

I. Prior metformin use

+

Entry events with any of the following criteria:

+
    +
  1. having at least 1 drug era of ‘Metformin’, starting anytime up to 90 days before cohort entry start date; allow events outside observation period; with era length >= 90 days.
  2. +
  3. having at least 3 drug exposures of ‘Metformin’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
+
+
+

II. No prior GLP-1 RA exposure

+

Entry events having no drug exposures of ‘GLP-1 receptor agonists’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

III. No prior DPP4 inhibitor exposure

+

Entry events having no drug exposures of ‘DPP4 inhibitors’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

IV. No prior SGLT-2 inhibitor exposure

+

Entry events having no drug exposures of ‘SGLT2 inhibitors except empagliflozin’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

V. No prior SU exposure

+

Entry events having no drug exposures of ‘Sulfonylureas’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

VI. No prior other anti-diabetic exposure

+

Entry events having no drug exposures of ‘Other anti-diabetics’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

VII. No prior insulin use or combo initiation: Proxy for < 30 days drug era anytime before index and no combination use on index

+

Entry events with all of the following criteria:

+
    +
  1. having no drug eras of ‘Insulin’, starting anytime up to 30 days before cohort entry start date; allow events outside observation period; with era length > 30 days.
  2. +
  3. having no drug eras of ‘Insulin’, starting between 30 days before and 0 days after cohort entry start date; allow events outside observation period.
  4. +
+
+
+
+

A.11.3 Cohort Exit

+

The cohort end date will be based on a continuous exposure to ‘empagliflozin’: +allowing 30 days between exposures, adding 0 days after exposure ends, and using days supply and exposure end date for exposure duration.

+
+
+

A.11.4 Cohort Eras

+

Remaining events will be combined into cohort eras if they are within 0 days of each other.

+
+
+

A.11.5 Concept: DPP4 inhibitors

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+43013884 + +alogliptin + +1368001 + +RxNorm + +NO + +YES + +NO +
+40239216 + +linagliptin + +1100699 + +RxNorm + +NO + +YES + +NO +
+40166035 + +saxagliptin + +857974 + +RxNorm + +NO + +YES + +NO +
+1580747 + +sitagliptin + +593411 + +RxNorm + +NO + +YES + +NO +
+19122137 + +vildagliptin + +596554 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.11.6 Concept: empagliflozin

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+45774751 + +empagliflozin + +1545653 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.11.7 Concept: SGLT2 inhibitors except empagliflozin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+43526465 + +canagliflozin + +1373458 + +RxNorm + +NO + +YES + +NO +
+44785829 + +dapagliflozin + +1488564 + +RxNorm + +NO + +YES + +NO +
+45774751 + +empagliflozin + +1545653 + +RxNorm + +YES + +YES + +NO +
+793293 + +ertugliflozin + +1992672 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.11.8 Concept: Sulfonylureas

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1594973 + +chlorpropamide + +2404 + +RxNorm + +NO + +YES + +NO +
+1597756 + +glimepiride + +25789 + +RxNorm + +NO + +YES + +NO +
+1560171 + +glipizide + +4821 + +RxNorm + +NO + +YES + +NO +
+19097821 + +gliquidone + +25793 + +RxNorm + +NO + +YES + +NO +
+1559684 + +glyburide + +4815 + +RxNorm + +NO + +YES + +NO +
+1502809 + +tolazamide + +10633 + +RxNorm + +NO + +YES + +NO +
+1502855 + +tolbutamide + +10635 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.11.9 Concept: Other anti-diabetics

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1529331 + +acarbose + +16681 + +RxNorm + +NO + +YES + +NO +
+1530014 + +acetohexamide + +173 + +RxNorm + +NO + +YES + +NO +
+730548 + +bromocriptine + +1760 + +RxNorm + +NO + +YES + +NO +
+19033498 + +carbutamide + +2068 + +RxNorm + +NO + +YES + +NO +
+19001409 + +glibornuride + +102846 + +RxNorm + +NO + +YES + +NO +
+19059796 + +gliclazide + +4816 + +RxNorm + +NO + +YES + +NO +
+19001441 + +glymidine + +102848 + +RxNorm + +NO + +YES + +NO +
+1510202 + +miglitol + +30009 + +RxNorm + +NO + +YES + +NO +
+1502826 + +nateglinide + +274332 + +RxNorm + +NO + +YES + +NO +
+1525215 + +pioglitazone + +33738 + +RxNorm + +NO + +YES + +NO +
+1516766 + +repaglinide + +73044 + +RxNorm + +NO + +YES + +NO +
+1547504 + +rosiglitazone + +84108 + +RxNorm + +NO + +YES + +NO +
+1515249 + +troglitazone + +72610 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.11.10 Concept: Insulin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1596977 + +insulin, regular, human + +253182 + +RxNorm + +NO + +YES + +NO +
+1550023 + +insulin lispro + +86009 + +RxNorm + +NO + +YES + +NO +
+1567198 + +insulin aspart, human + +51428 + +RxNorm + +NO + +YES + +NO +
+1502905 + +insulin glargine + +274783 + +RxNorm + +NO + +YES + +NO +
+1513876 + +insulin lispro protamine, human + +314684 + +RxNorm + +NO + +YES + +NO +
+1531601 + +insulin aspart protamine, human + +352385 + +RxNorm + +NO + +YES + +NO +
+1586346 + +insulin, regular, pork + +221109 + +RxNorm + +NO + +YES + +NO +
+1544838 + +insulin glulisine, human + +400008 + +RxNorm + +NO + +YES + +NO +
+1516976 + +insulin detemir + +139825 + +RxNorm + +NO + +YES + +NO +
+1590165 + +insulin, regular, beef-pork + +235275 + +RxNorm + +NO + +YES + +NO +
+1513849 + +lente insulin, human + +314683 + +RxNorm + +NO + +YES + +NO +
+1562586 + +lente insulin, pork + +93108 + +RxNorm + +NO + +YES + +NO +
+1588986 + +insulin human, rDNA origin + +631657 + +RxNorm + +NO + +YES + +NO +
+1513843 + +lente insulin, beef-pork + +314682 + +RxNorm + +NO + +YES + +NO +
+1586369 + +ultralente insulin, human + +221110 + +RxNorm + +NO + +YES + +NO +
+35605670 + +insulin argine + +1740938 + +RxNorm + +NO + +YES + +NO +
+35602717 + +insulin degludec + +1670007 + +RxNorm + +NO + +YES + +NO +
+21600713 + +INSULINS AND ANALOGUES + +A10A + +ATC + +NO + +YES + +NO +
+19078608 + +insulin, protamine zinc, beef-pork 100 UNT/ML Injectable Suspension + +311053 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.11.11 Concept: Metformin

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1503297 + +metformin + +6809 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.11.12 Concept: Secondary diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +NO + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.11.13 Concept: Type 1 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +NO + +YES + +NO +
+42689695 + +Eating disorder co-occurrent with diabetes mellitus type 1 + +1067201000000106 + +SNOMED + +NO + +YES + +NO +
+765533 + +Glaucoma due to diabetes mellitus type 1 + +60981000119103 + +SNOMED + +NO + +YES + +NO +
+43531006 + +Maturity onset diabetes of the young, type 1 + +609562003 + +SNOMED + +NO + +YES + +NO +
+765650 + +Cranial nerve palsy due to diabetes mellitus type 1 + +82561000119101 + +SNOMED + +NO + +YES + +NO +
+45770986 + +Retinopathy due to unstable diabetes mellitus type 1 + +706894000 + +SNOMED + +NO + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +NO + +YES + +NO +
+45768456 + +Neuropathy due to unstable diabetes mellitus type 1 + +706891008 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +NO + +YES + +NO +
+4128019 + +Brittle type 1 diabetes mellitus + +290002008 + +SNOMED + +NO + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.11.14 Concept: Type 2 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+443238 + +Diabetic - poor control + +268519009 + +SNOMED + +NO + +YES + +NO +
+201820 + +Diabetes mellitus + +73211009 + +SNOMED + +NO + +YES + +NO +
+442793 + +Complication due to diabetes mellitus + +74627003 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +YES + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +YES + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +YES + +YES + +NO +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +YES + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +YES + +YES + +NO +
+4016045 + +Diabetic - good control + +170763003 + +SNOMED + +NO + +YES + +NO +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +YES + +YES + +NO +
+43531009 + +Pregnancy and type 1 diabetes mellitus + +609566000 + +SNOMED + +YES + +YES + +NO +
+4024659 + +Gestational diabetes mellitus + +11687002 + +SNOMED + +YES + +YES + +NO +
+
+
+

A.11.15 Concept: GLP-1 receptor agonists

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+45774435 + +dulaglutide + +1551291 + +RxNorm + +NO + +YES + +NO +
+1583722 + +exenatide + +60548 + +RxNorm + +NO + +YES + +NO +
+40170911 + +liraglutide + +475968 + +RxNorm + +NO + +YES + +NO +
+44506754 + +lixisenatide + +1440051 + +RxNorm + +NO + +YES + +NO +
+793143 + +semaglutide + +1991302 + +RxNorm + +NO + +YES + +NO +
+44816332 + +albiglutide + +1534763 + +RxNorm + +NO + +YES + +NO +
+
+ +
+
+
+

A.12 New user of empagliflozin as 2nd-line treatment with prior T2DM Dec2017-Jan2020

+
+

A.12.1 Cohort Entry Events

+

People with continuous observation of 365 days before event may enter the cohort when observing any of the following:

+
    +
  1. drug exposure of ‘empagliflozin’ for the first time in the person’s history.
  2. +
+

Limit cohort entry events to the earliest event per person.

+

Restrict entry events to with all of the following criteria:

+
    +
  1. with the following event criteria: who are >= 18 years old.
  2. +
  3. having at least 1 condition occurrence of ‘Type 2 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
  5. having no condition occurrences of ‘Type 1 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  6. +
  7. having no condition occurrences of ‘Secondary diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  8. +
+
+
+

A.12.2 Additional Inclusion Criteria

+
+

I. Prior metformin use

+

Entry events with any of the following criteria:

+
    +
  1. having at least 1 drug era of ‘Metformin’, starting anytime up to 90 days before cohort entry start date; allow events outside observation period; with era length >= 90 days.
  2. +
  3. having at least 3 drug exposures of ‘Metformin’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
+
+
+

II. No prior GLP-1 RA exposure

+

Entry events having no drug exposures of ‘GLP-1 receptor agonists’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

III. No prior DPP4 inhibitor exposure

+

Entry events having no drug exposures of ‘DPP4 inhibitors’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

IV. No prior SGLT-2 inhibitor exposure

+

Entry events having no drug exposures of ‘SGLT2 inhibitors except empagliflozin’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

V. No prior SU exposure

+

Entry events having no drug exposures of ‘Sulfonylureas’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

VI. No prior other anti-diabetic exposure

+

Entry events having no drug exposures of ‘Other anti-diabetics’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

VII. No prior insulin use or combo initiation: Proxy for < 30 days drug era anytime before index and no combination use on index

+

Entry events with all of the following criteria:

+
    +
  1. having no drug eras of ‘Insulin’, starting anytime up to 30 days before cohort entry start date; allow events outside observation period; with era length > 30 days.
  2. +
  3. having no drug eras of ‘Insulin’, starting between 30 days before and 0 days after cohort entry start date; allow events outside observation period.
  4. +
+
+
+

VIII. index date between 1Dec2017 and 31Jan2020

+

Entry events with the following event criteria: starting between December 1, 2017 and January 31, 2020.

+
+
+
+

A.12.3 Cohort Exit

+

The cohort end date will be based on a continuous exposure to ‘empagliflozin’: +allowing 30 days between exposures, adding 0 days after exposure ends, and using days supply and exposure end date for exposure duration.

+
+
+

A.12.4 Cohort Eras

+

Remaining events will be combined into cohort eras if they are within 0 days of each other.

+
+
+

A.12.5 Concept: DPP4 inhibitors

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+43013884 + +alogliptin + +1368001 + +RxNorm + +NO + +YES + +NO +
+40239216 + +linagliptin + +1100699 + +RxNorm + +NO + +YES + +NO +
+40166035 + +saxagliptin + +857974 + +RxNorm + +NO + +YES + +NO +
+1580747 + +sitagliptin + +593411 + +RxNorm + +NO + +YES + +NO +
+19122137 + +vildagliptin + +596554 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.12.6 Concept: empagliflozin

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+45774751 + +empagliflozin + +1545653 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.12.7 Concept: SGLT2 inhibitors except empagliflozin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+43526465 + +canagliflozin + +1373458 + +RxNorm + +NO + +YES + +NO +
+44785829 + +dapagliflozin + +1488564 + +RxNorm + +NO + +YES + +NO +
+45774751 + +empagliflozin + +1545653 + +RxNorm + +YES + +YES + +NO +
+793293 + +ertugliflozin + +1992672 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.12.8 Concept: Sulfonylureas

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1594973 + +chlorpropamide + +2404 + +RxNorm + +NO + +YES + +NO +
+1597756 + +glimepiride + +25789 + +RxNorm + +NO + +YES + +NO +
+1560171 + +glipizide + +4821 + +RxNorm + +NO + +YES + +NO +
+19097821 + +gliquidone + +25793 + +RxNorm + +NO + +YES + +NO +
+1559684 + +glyburide + +4815 + +RxNorm + +NO + +YES + +NO +
+1502809 + +tolazamide + +10633 + +RxNorm + +NO + +YES + +NO +
+1502855 + +tolbutamide + +10635 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.12.9 Concept: Other anti-diabetics

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1529331 + +acarbose + +16681 + +RxNorm + +NO + +YES + +NO +
+1530014 + +acetohexamide + +173 + +RxNorm + +NO + +YES + +NO +
+730548 + +bromocriptine + +1760 + +RxNorm + +NO + +YES + +NO +
+19033498 + +carbutamide + +2068 + +RxNorm + +NO + +YES + +NO +
+19001409 + +glibornuride + +102846 + +RxNorm + +NO + +YES + +NO +
+19059796 + +gliclazide + +4816 + +RxNorm + +NO + +YES + +NO +
+19001441 + +glymidine + +102848 + +RxNorm + +NO + +YES + +NO +
+1510202 + +miglitol + +30009 + +RxNorm + +NO + +YES + +NO +
+1502826 + +nateglinide + +274332 + +RxNorm + +NO + +YES + +NO +
+1525215 + +pioglitazone + +33738 + +RxNorm + +NO + +YES + +NO +
+1516766 + +repaglinide + +73044 + +RxNorm + +NO + +YES + +NO +
+1547504 + +rosiglitazone + +84108 + +RxNorm + +NO + +YES + +NO +
+1515249 + +troglitazone + +72610 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.12.10 Concept: Insulin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1596977 + +insulin, regular, human + +253182 + +RxNorm + +NO + +YES + +NO +
+1550023 + +insulin lispro + +86009 + +RxNorm + +NO + +YES + +NO +
+1567198 + +insulin aspart, human + +51428 + +RxNorm + +NO + +YES + +NO +
+1502905 + +insulin glargine + +274783 + +RxNorm + +NO + +YES + +NO +
+1513876 + +insulin lispro protamine, human + +314684 + +RxNorm + +NO + +YES + +NO +
+1531601 + +insulin aspart protamine, human + +352385 + +RxNorm + +NO + +YES + +NO +
+1586346 + +insulin, regular, pork + +221109 + +RxNorm + +NO + +YES + +NO +
+1544838 + +insulin glulisine, human + +400008 + +RxNorm + +NO + +YES + +NO +
+1516976 + +insulin detemir + +139825 + +RxNorm + +NO + +YES + +NO +
+1590165 + +insulin, regular, beef-pork + +235275 + +RxNorm + +NO + +YES + +NO +
+1513849 + +lente insulin, human + +314683 + +RxNorm + +NO + +YES + +NO +
+1562586 + +lente insulin, pork + +93108 + +RxNorm + +NO + +YES + +NO +
+1588986 + +insulin human, rDNA origin + +631657 + +RxNorm + +NO + +YES + +NO +
+1513843 + +lente insulin, beef-pork + +314682 + +RxNorm + +NO + +YES + +NO +
+1586369 + +ultralente insulin, human + +221110 + +RxNorm + +NO + +YES + +NO +
+35605670 + +insulin argine + +1740938 + +RxNorm + +NO + +YES + +NO +
+35602717 + +insulin degludec + +1670007 + +RxNorm + +NO + +YES + +NO +
+21600713 + +INSULINS AND ANALOGUES + +A10A + +ATC + +NO + +YES + +NO +
+19078608 + +insulin, protamine zinc, beef-pork 100 UNT/ML Injectable Suspension + +311053 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.12.11 Concept: Metformin

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1503297 + +metformin + +6809 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.12.12 Concept: Secondary diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +NO + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.12.13 Concept: Type 1 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +NO + +YES + +NO +
+42689695 + +Eating disorder co-occurrent with diabetes mellitus type 1 + +1067201000000106 + +SNOMED + +NO + +YES + +NO +
+765533 + +Glaucoma due to diabetes mellitus type 1 + +60981000119103 + +SNOMED + +NO + +YES + +NO +
+43531006 + +Maturity onset diabetes of the young, type 1 + +609562003 + +SNOMED + +NO + +YES + +NO +
+765650 + +Cranial nerve palsy due to diabetes mellitus type 1 + +82561000119101 + +SNOMED + +NO + +YES + +NO +
+45770986 + +Retinopathy due to unstable diabetes mellitus type 1 + +706894000 + +SNOMED + +NO + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +NO + +YES + +NO +
+45768456 + +Neuropathy due to unstable diabetes mellitus type 1 + +706891008 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +NO + +YES + +NO +
+4128019 + +Brittle type 1 diabetes mellitus + +290002008 + +SNOMED + +NO + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.12.14 Concept: Type 2 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+443238 + +Diabetic - poor control + +268519009 + +SNOMED + +NO + +YES + +NO +
+201820 + +Diabetes mellitus + +73211009 + +SNOMED + +NO + +YES + +NO +
+442793 + +Complication due to diabetes mellitus + +74627003 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +YES + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +YES + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +YES + +YES + +NO +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +YES + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +YES + +YES + +NO +
+4016045 + +Diabetic - good control + +170763003 + +SNOMED + +NO + +YES + +NO +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +YES + +YES + +NO +
+43531009 + +Pregnancy and type 1 diabetes mellitus + +609566000 + +SNOMED + +YES + +YES + +NO +
+4024659 + +Gestational diabetes mellitus + +11687002 + +SNOMED + +YES + +YES + +NO +
+
+
+

A.12.15 Concept: GLP-1 receptor agonists

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+45774435 + +dulaglutide + +1551291 + +RxNorm + +NO + +YES + +NO +
+1583722 + +exenatide + +60548 + +RxNorm + +NO + +YES + +NO +
+40170911 + +liraglutide + +475968 + +RxNorm + +NO + +YES + +NO +
+44506754 + +lixisenatide + +1440051 + +RxNorm + +NO + +YES + +NO +
+793143 + +semaglutide + +1991302 + +RxNorm + +NO + +YES + +NO +
+44816332 + +albiglutide + +1534763 + +RxNorm + +NO + +YES + +NO +
+
+ +
+
+
+

A.13 New user of empagliflozin as 2nd-line treatment with prior T2DM Feb2020-Jun2021

+
+

A.13.1 Cohort Entry Events

+

People with continuous observation of 365 days before event may enter the cohort when observing any of the following:

+
    +
  1. drug exposure of ‘empagliflozin’ for the first time in the person’s history.
  2. +
+

Limit cohort entry events to the earliest event per person.

+

Restrict entry events to with all of the following criteria:

+
    +
  1. with the following event criteria: who are >= 18 years old.
  2. +
  3. having at least 1 condition occurrence of ‘Type 2 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
  5. having no condition occurrences of ‘Type 1 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  6. +
  7. having no condition occurrences of ‘Secondary diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  8. +
+
+
+

A.13.2 Additional Inclusion Criteria

+
+

I. Prior metformin use

+

Entry events with any of the following criteria:

+
    +
  1. having at least 1 drug era of ‘Metformin’, starting anytime up to 90 days before cohort entry start date; allow events outside observation period; with era length >= 90 days.
  2. +
  3. having at least 3 drug exposures of ‘Metformin’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
+
+
+

II. No prior GLP-1 RA exposure

+

Entry events having no drug exposures of ‘GLP-1 receptor agonists’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

III. No prior DPP4 inhibitor exposure

+

Entry events having no drug exposures of ‘DPP4 inhibitors’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

IV. No prior SGLT-2 inhibitor exposure

+

Entry events having no drug exposures of ‘SGLT2 inhibitors except empagliflozin’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

V. No prior SU exposure

+

Entry events having no drug exposures of ‘Sulfonylureas’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

VI. No prior other anti-diabetic exposure

+

Entry events having no drug exposures of ‘Other anti-diabetics’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

VII. No prior insulin use or combo initiation: Proxy for < 30 days drug era anytime before index and no combination use on index

+

Entry events with all of the following criteria:

+
    +
  1. having no drug eras of ‘Insulin’, starting anytime up to 30 days before cohort entry start date; allow events outside observation period; with era length > 30 days.
  2. +
  3. having no drug eras of ‘Insulin’, starting between 30 days before and 0 days after cohort entry start date; allow events outside observation period.
  4. +
+
+
+

VIII. index date between 1Feb2020 and 30Jun2021

+

Entry events with the following event criteria: starting between February 1, 2020 and June 30, 2021.

+
+
+
+

A.13.3 Cohort Exit

+

The cohort end date will be based on a continuous exposure to ‘empagliflozin’: +allowing 30 days between exposures, adding 0 days after exposure ends, and using days supply and exposure end date for exposure duration.

+
+
+

A.13.4 Cohort Eras

+

Remaining events will be combined into cohort eras if they are within 0 days of each other.

+
+
+

A.13.5 Concept: DPP4 inhibitors

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+43013884 + +alogliptin + +1368001 + +RxNorm + +NO + +YES + +NO +
+40239216 + +linagliptin + +1100699 + +RxNorm + +NO + +YES + +NO +
+40166035 + +saxagliptin + +857974 + +RxNorm + +NO + +YES + +NO +
+1580747 + +sitagliptin + +593411 + +RxNorm + +NO + +YES + +NO +
+19122137 + +vildagliptin + +596554 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.13.6 Concept: empagliflozin

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+45774751 + +empagliflozin + +1545653 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.13.7 Concept: SGLT2 inhibitors except empagliflozin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+43526465 + +canagliflozin + +1373458 + +RxNorm + +NO + +YES + +NO +
+44785829 + +dapagliflozin + +1488564 + +RxNorm + +NO + +YES + +NO +
+45774751 + +empagliflozin + +1545653 + +RxNorm + +YES + +YES + +NO +
+793293 + +ertugliflozin + +1992672 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.13.8 Concept: Sulfonylureas

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1594973 + +chlorpropamide + +2404 + +RxNorm + +NO + +YES + +NO +
+1597756 + +glimepiride + +25789 + +RxNorm + +NO + +YES + +NO +
+1560171 + +glipizide + +4821 + +RxNorm + +NO + +YES + +NO +
+19097821 + +gliquidone + +25793 + +RxNorm + +NO + +YES + +NO +
+1559684 + +glyburide + +4815 + +RxNorm + +NO + +YES + +NO +
+1502809 + +tolazamide + +10633 + +RxNorm + +NO + +YES + +NO +
+1502855 + +tolbutamide + +10635 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.13.9 Concept: Other anti-diabetics

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1529331 + +acarbose + +16681 + +RxNorm + +NO + +YES + +NO +
+1530014 + +acetohexamide + +173 + +RxNorm + +NO + +YES + +NO +
+730548 + +bromocriptine + +1760 + +RxNorm + +NO + +YES + +NO +
+19033498 + +carbutamide + +2068 + +RxNorm + +NO + +YES + +NO +
+19001409 + +glibornuride + +102846 + +RxNorm + +NO + +YES + +NO +
+19059796 + +gliclazide + +4816 + +RxNorm + +NO + +YES + +NO +
+19001441 + +glymidine + +102848 + +RxNorm + +NO + +YES + +NO +
+1510202 + +miglitol + +30009 + +RxNorm + +NO + +YES + +NO +
+1502826 + +nateglinide + +274332 + +RxNorm + +NO + +YES + +NO +
+1525215 + +pioglitazone + +33738 + +RxNorm + +NO + +YES + +NO +
+1516766 + +repaglinide + +73044 + +RxNorm + +NO + +YES + +NO +
+1547504 + +rosiglitazone + +84108 + +RxNorm + +NO + +YES + +NO +
+1515249 + +troglitazone + +72610 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.13.10 Concept: Insulin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1596977 + +insulin, regular, human + +253182 + +RxNorm + +NO + +YES + +NO +
+1550023 + +insulin lispro + +86009 + +RxNorm + +NO + +YES + +NO +
+1567198 + +insulin aspart, human + +51428 + +RxNorm + +NO + +YES + +NO +
+1502905 + +insulin glargine + +274783 + +RxNorm + +NO + +YES + +NO +
+1513876 + +insulin lispro protamine, human + +314684 + +RxNorm + +NO + +YES + +NO +
+1531601 + +insulin aspart protamine, human + +352385 + +RxNorm + +NO + +YES + +NO +
+1586346 + +insulin, regular, pork + +221109 + +RxNorm + +NO + +YES + +NO +
+1544838 + +insulin glulisine, human + +400008 + +RxNorm + +NO + +YES + +NO +
+1516976 + +insulin detemir + +139825 + +RxNorm + +NO + +YES + +NO +
+1590165 + +insulin, regular, beef-pork + +235275 + +RxNorm + +NO + +YES + +NO +
+1513849 + +lente insulin, human + +314683 + +RxNorm + +NO + +YES + +NO +
+1562586 + +lente insulin, pork + +93108 + +RxNorm + +NO + +YES + +NO +
+1588986 + +insulin human, rDNA origin + +631657 + +RxNorm + +NO + +YES + +NO +
+1513843 + +lente insulin, beef-pork + +314682 + +RxNorm + +NO + +YES + +NO +
+1586369 + +ultralente insulin, human + +221110 + +RxNorm + +NO + +YES + +NO +
+35605670 + +insulin argine + +1740938 + +RxNorm + +NO + +YES + +NO +
+35602717 + +insulin degludec + +1670007 + +RxNorm + +NO + +YES + +NO +
+21600713 + +INSULINS AND ANALOGUES + +A10A + +ATC + +NO + +YES + +NO +
+19078608 + +insulin, protamine zinc, beef-pork 100 UNT/ML Injectable Suspension + +311053 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.13.11 Concept: Metformin

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1503297 + +metformin + +6809 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.13.12 Concept: Secondary diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +NO + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.13.13 Concept: Type 1 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +NO + +YES + +NO +
+42689695 + +Eating disorder co-occurrent with diabetes mellitus type 1 + +1067201000000106 + +SNOMED + +NO + +YES + +NO +
+765533 + +Glaucoma due to diabetes mellitus type 1 + +60981000119103 + +SNOMED + +NO + +YES + +NO +
+43531006 + +Maturity onset diabetes of the young, type 1 + +609562003 + +SNOMED + +NO + +YES + +NO +
+765650 + +Cranial nerve palsy due to diabetes mellitus type 1 + +82561000119101 + +SNOMED + +NO + +YES + +NO +
+45770986 + +Retinopathy due to unstable diabetes mellitus type 1 + +706894000 + +SNOMED + +NO + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +NO + +YES + +NO +
+45768456 + +Neuropathy due to unstable diabetes mellitus type 1 + +706891008 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +NO + +YES + +NO +
+4128019 + +Brittle type 1 diabetes mellitus + +290002008 + +SNOMED + +NO + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.13.14 Concept: Type 2 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+443238 + +Diabetic - poor control + +268519009 + +SNOMED + +NO + +YES + +NO +
+201820 + +Diabetes mellitus + +73211009 + +SNOMED + +NO + +YES + +NO +
+442793 + +Complication due to diabetes mellitus + +74627003 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +YES + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +YES + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +YES + +YES + +NO +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +YES + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +YES + +YES + +NO +
+4016045 + +Diabetic - good control + +170763003 + +SNOMED + +NO + +YES + +NO +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +YES + +YES + +NO +
+43531009 + +Pregnancy and type 1 diabetes mellitus + +609566000 + +SNOMED + +YES + +YES + +NO +
+4024659 + +Gestational diabetes mellitus + +11687002 + +SNOMED + +YES + +YES + +NO +
+
+
+

A.13.15 Concept: GLP-1 receptor agonists

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+45774435 + +dulaglutide + +1551291 + +RxNorm + +NO + +YES + +NO +
+1583722 + +exenatide + +60548 + +RxNorm + +NO + +YES + +NO +
+40170911 + +liraglutide + +475968 + +RxNorm + +NO + +YES + +NO +
+44506754 + +lixisenatide + +1440051 + +RxNorm + +NO + +YES + +NO +
+793143 + +semaglutide + +1991302 + +RxNorm + +NO + +YES + +NO +
+44816332 + +albiglutide + +1534763 + +RxNorm + +NO + +YES + +NO +
+
+ +
+
+
+

A.14 New user of empagliflozin as 2nd-line treatment with prior T2DM Jul2021-Dec2023

+
+

A.14.1 Cohort Entry Events

+

People with continuous observation of 365 days before event may enter the cohort when observing any of the following:

+
    +
  1. drug exposure of ‘empagliflozin’ for the first time in the person’s history.
  2. +
+

Limit cohort entry events to the earliest event per person.

+

Restrict entry events to with all of the following criteria:

+
    +
  1. with the following event criteria: who are >= 18 years old.
  2. +
  3. having at least 1 condition occurrence of ‘Type 2 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
  5. having no condition occurrences of ‘Type 1 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  6. +
  7. having no condition occurrences of ‘Secondary diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  8. +
+
+
+

A.14.2 Additional Inclusion Criteria

+
+

I. Prior metformin use

+

Entry events with any of the following criteria:

+
    +
  1. having at least 1 drug era of ‘Metformin’, starting anytime up to 90 days before cohort entry start date; allow events outside observation period; with era length >= 90 days.
  2. +
  3. having at least 3 drug exposures of ‘Metformin’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
+
+
+

II. No prior GLP-1 RA exposure

+

Entry events having no drug exposures of ‘GLP-1 receptor agonists’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

III. No prior DPP4 inhibitor exposure

+

Entry events having no drug exposures of ‘DPP4 inhibitors’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

IV. No prior SGLT-2 inhibitor exposure

+

Entry events having no drug exposures of ‘SGLT2 inhibitors except empagliflozin’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

V. No prior SU exposure

+

Entry events having no drug exposures of ‘Sulfonylureas’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

VI. No prior other anti-diabetic exposure

+

Entry events having no drug exposures of ‘Other anti-diabetics’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

VII. No prior insulin use or combo initiation: Proxy for < 30 days drug era anytime before index and no combination use on index

+

Entry events with all of the following criteria:

+
    +
  1. having no drug eras of ‘Insulin’, starting anytime up to 30 days before cohort entry start date; allow events outside observation period; with era length > 30 days.
  2. +
  3. having no drug eras of ‘Insulin’, starting between 30 days before and 0 days after cohort entry start date; allow events outside observation period.
  4. +
+
+
+

VIII. index date between 1Jul2021 and 31Dec2023

+

Entry events with the following event criteria: starting between July 1, 2021 and December 31, 2023.

+
+
+
+

A.14.3 Cohort Exit

+

The cohort end date will be based on a continuous exposure to ‘empagliflozin’: +allowing 30 days between exposures, adding 0 days after exposure ends, and using days supply and exposure end date for exposure duration.

+
+
+

A.14.4 Cohort Eras

+

Remaining events will be combined into cohort eras if they are within 0 days of each other.

+
+
+

A.14.5 Concept: DPP4 inhibitors

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+43013884 + +alogliptin + +1368001 + +RxNorm + +NO + +YES + +NO +
+40239216 + +linagliptin + +1100699 + +RxNorm + +NO + +YES + +NO +
+40166035 + +saxagliptin + +857974 + +RxNorm + +NO + +YES + +NO +
+1580747 + +sitagliptin + +593411 + +RxNorm + +NO + +YES + +NO +
+19122137 + +vildagliptin + +596554 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.14.6 Concept: empagliflozin

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+45774751 + +empagliflozin + +1545653 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.14.7 Concept: SGLT2 inhibitors except empagliflozin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+43526465 + +canagliflozin + +1373458 + +RxNorm + +NO + +YES + +NO +
+44785829 + +dapagliflozin + +1488564 + +RxNorm + +NO + +YES + +NO +
+45774751 + +empagliflozin + +1545653 + +RxNorm + +YES + +YES + +NO +
+793293 + +ertugliflozin + +1992672 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.14.8 Concept: Sulfonylureas

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1594973 + +chlorpropamide + +2404 + +RxNorm + +NO + +YES + +NO +
+1597756 + +glimepiride + +25789 + +RxNorm + +NO + +YES + +NO +
+1560171 + +glipizide + +4821 + +RxNorm + +NO + +YES + +NO +
+19097821 + +gliquidone + +25793 + +RxNorm + +NO + +YES + +NO +
+1559684 + +glyburide + +4815 + +RxNorm + +NO + +YES + +NO +
+1502809 + +tolazamide + +10633 + +RxNorm + +NO + +YES + +NO +
+1502855 + +tolbutamide + +10635 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.14.9 Concept: Other anti-diabetics

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1529331 + +acarbose + +16681 + +RxNorm + +NO + +YES + +NO +
+1530014 + +acetohexamide + +173 + +RxNorm + +NO + +YES + +NO +
+730548 + +bromocriptine + +1760 + +RxNorm + +NO + +YES + +NO +
+19033498 + +carbutamide + +2068 + +RxNorm + +NO + +YES + +NO +
+19001409 + +glibornuride + +102846 + +RxNorm + +NO + +YES + +NO +
+19059796 + +gliclazide + +4816 + +RxNorm + +NO + +YES + +NO +
+19001441 + +glymidine + +102848 + +RxNorm + +NO + +YES + +NO +
+1510202 + +miglitol + +30009 + +RxNorm + +NO + +YES + +NO +
+1502826 + +nateglinide + +274332 + +RxNorm + +NO + +YES + +NO +
+1525215 + +pioglitazone + +33738 + +RxNorm + +NO + +YES + +NO +
+1516766 + +repaglinide + +73044 + +RxNorm + +NO + +YES + +NO +
+1547504 + +rosiglitazone + +84108 + +RxNorm + +NO + +YES + +NO +
+1515249 + +troglitazone + +72610 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.14.10 Concept: Insulin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1596977 + +insulin, regular, human + +253182 + +RxNorm + +NO + +YES + +NO +
+1550023 + +insulin lispro + +86009 + +RxNorm + +NO + +YES + +NO +
+1567198 + +insulin aspart, human + +51428 + +RxNorm + +NO + +YES + +NO +
+1502905 + +insulin glargine + +274783 + +RxNorm + +NO + +YES + +NO +
+1513876 + +insulin lispro protamine, human + +314684 + +RxNorm + +NO + +YES + +NO +
+1531601 + +insulin aspart protamine, human + +352385 + +RxNorm + +NO + +YES + +NO +
+1586346 + +insulin, regular, pork + +221109 + +RxNorm + +NO + +YES + +NO +
+1544838 + +insulin glulisine, human + +400008 + +RxNorm + +NO + +YES + +NO +
+1516976 + +insulin detemir + +139825 + +RxNorm + +NO + +YES + +NO +
+1590165 + +insulin, regular, beef-pork + +235275 + +RxNorm + +NO + +YES + +NO +
+1513849 + +lente insulin, human + +314683 + +RxNorm + +NO + +YES + +NO +
+1562586 + +lente insulin, pork + +93108 + +RxNorm + +NO + +YES + +NO +
+1588986 + +insulin human, rDNA origin + +631657 + +RxNorm + +NO + +YES + +NO +
+1513843 + +lente insulin, beef-pork + +314682 + +RxNorm + +NO + +YES + +NO +
+1586369 + +ultralente insulin, human + +221110 + +RxNorm + +NO + +YES + +NO +
+35605670 + +insulin argine + +1740938 + +RxNorm + +NO + +YES + +NO +
+35602717 + +insulin degludec + +1670007 + +RxNorm + +NO + +YES + +NO +
+21600713 + +INSULINS AND ANALOGUES + +A10A + +ATC + +NO + +YES + +NO +
+19078608 + +insulin, protamine zinc, beef-pork 100 UNT/ML Injectable Suspension + +311053 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.14.11 Concept: Metformin

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1503297 + +metformin + +6809 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.14.12 Concept: Secondary diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +NO + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.14.13 Concept: Type 1 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +NO + +YES + +NO +
+42689695 + +Eating disorder co-occurrent with diabetes mellitus type 1 + +1067201000000106 + +SNOMED + +NO + +YES + +NO +
+765533 + +Glaucoma due to diabetes mellitus type 1 + +60981000119103 + +SNOMED + +NO + +YES + +NO +
+43531006 + +Maturity onset diabetes of the young, type 1 + +609562003 + +SNOMED + +NO + +YES + +NO +
+765650 + +Cranial nerve palsy due to diabetes mellitus type 1 + +82561000119101 + +SNOMED + +NO + +YES + +NO +
+45770986 + +Retinopathy due to unstable diabetes mellitus type 1 + +706894000 + +SNOMED + +NO + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +NO + +YES + +NO +
+45768456 + +Neuropathy due to unstable diabetes mellitus type 1 + +706891008 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +NO + +YES + +NO +
+4128019 + +Brittle type 1 diabetes mellitus + +290002008 + +SNOMED + +NO + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.14.14 Concept: Type 2 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+443238 + +Diabetic - poor control + +268519009 + +SNOMED + +NO + +YES + +NO +
+201820 + +Diabetes mellitus + +73211009 + +SNOMED + +NO + +YES + +NO +
+442793 + +Complication due to diabetes mellitus + +74627003 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +YES + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +YES + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +YES + +YES + +NO +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +YES + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +YES + +YES + +NO +
+4016045 + +Diabetic - good control + +170763003 + +SNOMED + +NO + +YES + +NO +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +YES + +YES + +NO +
+43531009 + +Pregnancy and type 1 diabetes mellitus + +609566000 + +SNOMED + +YES + +YES + +NO +
+4024659 + +Gestational diabetes mellitus + +11687002 + +SNOMED + +YES + +YES + +NO +
+
+
+

A.14.15 Concept: GLP-1 receptor agonists

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+45774435 + +dulaglutide + +1551291 + +RxNorm + +NO + +YES + +NO +
+1583722 + +exenatide + +60548 + +RxNorm + +NO + +YES + +NO +
+40170911 + +liraglutide + +475968 + +RxNorm + +NO + +YES + +NO +
+44506754 + +lixisenatide + +1440051 + +RxNorm + +NO + +YES + +NO +
+793143 + +semaglutide + +1991302 + +RxNorm + +NO + +YES + +NO +
+44816332 + +albiglutide + +1534763 + +RxNorm + +NO + +YES + +NO +
+
+ +
+
+
+

A.15 New user of empagliflozin with prior T2DM and prior metformin and no insulin

+
+

A.15.1 Cohort Entry Events

+

People with continuous observation of 365 days before event may enter the cohort when observing any of the following:

+
    +
  1. drug exposure of ‘empagliflozin’ for the first time in the person’s history.
  2. +
+

Limit cohort entry events to the earliest event per person.

+

Restrict entry events to with all of the following criteria:

+
    +
  1. with the following event criteria: who are >= 18 years old.
  2. +
  3. having at least 1 condition occurrence of ‘Type 2 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
  5. having no condition occurrences of ‘Type 1 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  6. +
  7. having no condition occurrences of ‘Secondary diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  8. +
+
+
+

A.15.2 Additional Inclusion Criteria

+
+

I. Prior metformin use

+

Entry events with any of the following criteria:

+
    +
  1. having at least 1 drug era of ‘Metformin’, starting anytime up to 90 days before cohort entry start date; allow events outside observation period; with era length >= 90 days.
  2. +
  3. having at least 3 drug exposures of ‘Metformin’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
+
+
+

II. No prior insulin use or combo initiation: Proxy for < 30 days drug era anytime before index and no combination use on index

+

Entry events with all of the following criteria:

+
    +
  1. having no drug eras of ‘Insulin’, starting anytime up to 30 days before cohort entry start date; allow events outside observation period; with era length > 30 days.
  2. +
  3. having no drug eras of ‘Insulin’, starting between 30 days before and 0 days after cohort entry start date; allow events outside observation period.
  4. +
+
+
+
+

A.15.3 Cohort Exit

+

The cohort end date will be based on a continuous exposure to ‘empagliflozin’: +allowing 30 days between exposures, adding 0 days after exposure ends, and using days supply and exposure end date for exposure duration.

+
+
+

A.15.4 Cohort Eras

+

Remaining events will be combined into cohort eras if they are within 0 days of each other.

+
+
+

A.15.5 Concept: empagliflozin

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+45774751 + +empagliflozin + +1545653 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.15.6 Concept: Insulin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1596977 + +insulin, regular, human + +253182 + +RxNorm + +NO + +YES + +NO +
+1550023 + +insulin lispro + +86009 + +RxNorm + +NO + +YES + +NO +
+1567198 + +insulin aspart, human + +51428 + +RxNorm + +NO + +YES + +NO +
+1502905 + +insulin glargine + +274783 + +RxNorm + +NO + +YES + +NO +
+1513876 + +insulin lispro protamine, human + +314684 + +RxNorm + +NO + +YES + +NO +
+1531601 + +insulin aspart protamine, human + +352385 + +RxNorm + +NO + +YES + +NO +
+1586346 + +insulin, regular, pork + +221109 + +RxNorm + +NO + +YES + +NO +
+1544838 + +insulin glulisine, human + +400008 + +RxNorm + +NO + +YES + +NO +
+1516976 + +insulin detemir + +139825 + +RxNorm + +NO + +YES + +NO +
+1590165 + +insulin, regular, beef-pork + +235275 + +RxNorm + +NO + +YES + +NO +
+1513849 + +lente insulin, human + +314683 + +RxNorm + +NO + +YES + +NO +
+1562586 + +lente insulin, pork + +93108 + +RxNorm + +NO + +YES + +NO +
+1588986 + +insulin human, rDNA origin + +631657 + +RxNorm + +NO + +YES + +NO +
+1513843 + +lente insulin, beef-pork + +314682 + +RxNorm + +NO + +YES + +NO +
+1586369 + +ultralente insulin, human + +221110 + +RxNorm + +NO + +YES + +NO +
+35605670 + +insulin argine + +1740938 + +RxNorm + +NO + +YES + +NO +
+35602717 + +insulin degludec + +1670007 + +RxNorm + +NO + +YES + +NO +
+21600713 + +INSULINS AND ANALOGUES + +A10A + +ATC + +NO + +YES + +NO +
+19078608 + +insulin, protamine zinc, beef-pork 100 UNT/ML Injectable Suspension + +311053 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.15.7 Concept: Metformin

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1503297 + +metformin + +6809 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.15.8 Concept: Secondary diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +NO + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.15.9 Concept: Type 1 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +NO + +YES + +NO +
+42689695 + +Eating disorder co-occurrent with diabetes mellitus type 1 + +1067201000000106 + +SNOMED + +NO + +YES + +NO +
+765533 + +Glaucoma due to diabetes mellitus type 1 + +60981000119103 + +SNOMED + +NO + +YES + +NO +
+43531006 + +Maturity onset diabetes of the young, type 1 + +609562003 + +SNOMED + +NO + +YES + +NO +
+765650 + +Cranial nerve palsy due to diabetes mellitus type 1 + +82561000119101 + +SNOMED + +NO + +YES + +NO +
+45770986 + +Retinopathy due to unstable diabetes mellitus type 1 + +706894000 + +SNOMED + +NO + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +NO + +YES + +NO +
+45768456 + +Neuropathy due to unstable diabetes mellitus type 1 + +706891008 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +NO + +YES + +NO +
+4128019 + +Brittle type 1 diabetes mellitus + +290002008 + +SNOMED + +NO + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.15.10 Concept: Type 2 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+443238 + +Diabetic - poor control + +268519009 + +SNOMED + +NO + +YES + +NO +
+201820 + +Diabetes mellitus + +73211009 + +SNOMED + +NO + +YES + +NO +
+442793 + +Complication due to diabetes mellitus + +74627003 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +YES + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +YES + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +YES + +YES + +NO +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +YES + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +YES + +YES + +NO +
+4016045 + +Diabetic - good control + +170763003 + +SNOMED + +NO + +YES + +NO +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +YES + +YES + +NO +
+43531009 + +Pregnancy and type 1 diabetes mellitus + +609566000 + +SNOMED + +YES + +YES + +NO +
+4024659 + +Gestational diabetes mellitus + +11687002 + +SNOMED + +YES + +YES + +NO +
+
+ +
+
+
+

A.16 New user of sitagliptin as 2nd-line treatment with prior T2DM and prior metformin

+
+

A.16.1 Cohort Entry Events

+

People with continuous observation of 365 days before event may enter the cohort when observing any of the following:

+
    +
  1. drug exposure of ‘sitagliptin’ for the first time in the person’s history.
  2. +
+

Limit cohort entry events to the earliest event per person.

+

Restrict entry events to with all of the following criteria:

+
    +
  1. with the following event criteria: who are >= 18 years old.
  2. +
  3. having at least 1 condition occurrence of ‘Type 2 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
  5. having no condition occurrences of ‘Type 1 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  6. +
  7. having no condition occurrences of ‘Secondary diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  8. +
+
+
+

A.16.2 Additional Inclusion Criteria

+
+

I. Prior metformin use

+

Entry events with any of the following criteria:

+
    +
  1. having at least 1 drug era of ‘Metformin’, starting anytime up to 90 days before cohort entry start date; allow events outside observation period; with era length >= 90 days.
  2. +
  3. having at least 3 drug exposures of ‘Metformin’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
+
+
+

II. No prior GLP-1 RA exposure

+

Entry events having no drug exposures of ‘GLP-1 receptor agonists’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

III. No prior DPP4 inhibitor exposure

+

Entry events having no drug exposures of ‘DPP4 inhibitors except sitagliptin’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

IV. No prior SGLT-2 inhibitor exposure

+

Entry events having no drug exposures of ‘SGLT2 inhibitors’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

V. No prior SU exposure

+

Entry events having no drug exposures of ‘Sulfonylureas’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

VI. No prior other anti-diabetic exposure

+

Entry events having no drug exposures of ‘Other anti-diabetics’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

VII. No prior insulin use or combo initiation: Proxy for < 30 days drug era anytime before index and no combination use on index

+

Entry events with all of the following criteria:

+
    +
  1. having no drug eras of ‘Insulin’, starting anytime up to 30 days before cohort entry start date; allow events outside observation period; with era length > 30 days.
  2. +
  3. having no drug eras of ‘Insulin’, starting between 30 days before and 0 days after cohort entry start date; allow events outside observation period.
  4. +
+
+
+
+

A.16.3 Cohort Exit

+

The cohort end date will be based on a continuous exposure to ‘sitagliptin’: +allowing 30 days between exposures, adding 0 days after exposure ends, and using days supply and exposure end date for exposure duration.

+
+
+

A.16.4 Cohort Eras

+

Remaining events will be combined into cohort eras if they are within 0 days of each other.

+
+
+

A.16.5 Concept: DPP4 inhibitors except sitagliptin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+43013884 + +alogliptin + +1368001 + +RxNorm + +NO + +YES + +NO +
+40239216 + +linagliptin + +1100699 + +RxNorm + +NO + +YES + +NO +
+40166035 + +saxagliptin + +857974 + +RxNorm + +NO + +YES + +NO +
+1580747 + +sitagliptin + +593411 + +RxNorm + +YES + +YES + +NO +
+19122137 + +vildagliptin + +596554 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.16.6 Concept: sitagliptin

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1580747 + +sitagliptin + +593411 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.16.7 Concept: SGLT2 inhibitors

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+43526465 + +canagliflozin + +1373458 + +RxNorm + +NO + +YES + +NO +
+44785829 + +dapagliflozin + +1488564 + +RxNorm + +NO + +YES + +NO +
+45774751 + +empagliflozin + +1545653 + +RxNorm + +NO + +YES + +NO +
+793293 + +ertugliflozin + +1992672 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.16.8 Concept: Sulfonylureas

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1594973 + +chlorpropamide + +2404 + +RxNorm + +NO + +YES + +NO +
+1597756 + +glimepiride + +25789 + +RxNorm + +NO + +YES + +NO +
+1560171 + +glipizide + +4821 + +RxNorm + +NO + +YES + +NO +
+19097821 + +gliquidone + +25793 + +RxNorm + +NO + +YES + +NO +
+1559684 + +glyburide + +4815 + +RxNorm + +NO + +YES + +NO +
+1502809 + +tolazamide + +10633 + +RxNorm + +NO + +YES + +NO +
+1502855 + +tolbutamide + +10635 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.16.9 Concept: Other anti-diabetics

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1529331 + +acarbose + +16681 + +RxNorm + +NO + +YES + +NO +
+1530014 + +acetohexamide + +173 + +RxNorm + +NO + +YES + +NO +
+730548 + +bromocriptine + +1760 + +RxNorm + +NO + +YES + +NO +
+19033498 + +carbutamide + +2068 + +RxNorm + +NO + +YES + +NO +
+19001409 + +glibornuride + +102846 + +RxNorm + +NO + +YES + +NO +
+19059796 + +gliclazide + +4816 + +RxNorm + +NO + +YES + +NO +
+19001441 + +glymidine + +102848 + +RxNorm + +NO + +YES + +NO +
+1510202 + +miglitol + +30009 + +RxNorm + +NO + +YES + +NO +
+1502826 + +nateglinide + +274332 + +RxNorm + +NO + +YES + +NO +
+1525215 + +pioglitazone + +33738 + +RxNorm + +NO + +YES + +NO +
+1516766 + +repaglinide + +73044 + +RxNorm + +NO + +YES + +NO +
+1547504 + +rosiglitazone + +84108 + +RxNorm + +NO + +YES + +NO +
+1515249 + +troglitazone + +72610 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.16.10 Concept: Insulin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1596977 + +insulin, regular, human + +253182 + +RxNorm + +NO + +YES + +NO +
+1550023 + +insulin lispro + +86009 + +RxNorm + +NO + +YES + +NO +
+1567198 + +insulin aspart, human + +51428 + +RxNorm + +NO + +YES + +NO +
+1502905 + +insulin glargine + +274783 + +RxNorm + +NO + +YES + +NO +
+1513876 + +insulin lispro protamine, human + +314684 + +RxNorm + +NO + +YES + +NO +
+1531601 + +insulin aspart protamine, human + +352385 + +RxNorm + +NO + +YES + +NO +
+1586346 + +insulin, regular, pork + +221109 + +RxNorm + +NO + +YES + +NO +
+1544838 + +insulin glulisine, human + +400008 + +RxNorm + +NO + +YES + +NO +
+1516976 + +insulin detemir + +139825 + +RxNorm + +NO + +YES + +NO +
+1590165 + +insulin, regular, beef-pork + +235275 + +RxNorm + +NO + +YES + +NO +
+1513849 + +lente insulin, human + +314683 + +RxNorm + +NO + +YES + +NO +
+1562586 + +lente insulin, pork + +93108 + +RxNorm + +NO + +YES + +NO +
+1588986 + +insulin human, rDNA origin + +631657 + +RxNorm + +NO + +YES + +NO +
+1513843 + +lente insulin, beef-pork + +314682 + +RxNorm + +NO + +YES + +NO +
+1586369 + +ultralente insulin, human + +221110 + +RxNorm + +NO + +YES + +NO +
+35605670 + +insulin argine + +1740938 + +RxNorm + +NO + +YES + +NO +
+35602717 + +insulin degludec + +1670007 + +RxNorm + +NO + +YES + +NO +
+21600713 + +INSULINS AND ANALOGUES + +A10A + +ATC + +NO + +YES + +NO +
+19078608 + +insulin, protamine zinc, beef-pork 100 UNT/ML Injectable Suspension + +311053 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.16.11 Concept: Metformin

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1503297 + +metformin + +6809 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.16.12 Concept: Secondary diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +NO + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.16.13 Concept: Type 1 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +NO + +YES + +NO +
+42689695 + +Eating disorder co-occurrent with diabetes mellitus type 1 + +1067201000000106 + +SNOMED + +NO + +YES + +NO +
+765533 + +Glaucoma due to diabetes mellitus type 1 + +60981000119103 + +SNOMED + +NO + +YES + +NO +
+43531006 + +Maturity onset diabetes of the young, type 1 + +609562003 + +SNOMED + +NO + +YES + +NO +
+765650 + +Cranial nerve palsy due to diabetes mellitus type 1 + +82561000119101 + +SNOMED + +NO + +YES + +NO +
+45770986 + +Retinopathy due to unstable diabetes mellitus type 1 + +706894000 + +SNOMED + +NO + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +NO + +YES + +NO +
+45768456 + +Neuropathy due to unstable diabetes mellitus type 1 + +706891008 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +NO + +YES + +NO +
+4128019 + +Brittle type 1 diabetes mellitus + +290002008 + +SNOMED + +NO + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.16.14 Concept: Type 2 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+443238 + +Diabetic - poor control + +268519009 + +SNOMED + +NO + +YES + +NO +
+201820 + +Diabetes mellitus + +73211009 + +SNOMED + +NO + +YES + +NO +
+442793 + +Complication due to diabetes mellitus + +74627003 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +YES + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +YES + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +YES + +YES + +NO +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +YES + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +YES + +YES + +NO +
+4016045 + +Diabetic - good control + +170763003 + +SNOMED + +NO + +YES + +NO +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +YES + +YES + +NO +
+43531009 + +Pregnancy and type 1 diabetes mellitus + +609566000 + +SNOMED + +YES + +YES + +NO +
+4024659 + +Gestational diabetes mellitus + +11687002 + +SNOMED + +YES + +YES + +NO +
+
+
+

A.16.15 Concept: GLP-1 receptor agonists

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+45774435 + +dulaglutide + +1551291 + +RxNorm + +NO + +YES + +NO +
+1583722 + +exenatide + +60548 + +RxNorm + +NO + +YES + +NO +
+40170911 + +liraglutide + +475968 + +RxNorm + +NO + +YES + +NO +
+44506754 + +lixisenatide + +1440051 + +RxNorm + +NO + +YES + +NO +
+793143 + +semaglutide + +1991302 + +RxNorm + +NO + +YES + +NO +
+44816332 + +albiglutide + +1534763 + +RxNorm + +NO + +YES + +NO +
+
+ +
+
+
+

A.17 New user of sitagliptin with prior T2DM and prior metformin and no insulin

+
+

A.17.1 Cohort Entry Events

+

People with continuous observation of 365 days before event may enter the cohort when observing any of the following:

+
    +
  1. drug exposure of ‘sitagliptin’ for the first time in the person’s history.
  2. +
+

Limit cohort entry events to the earliest event per person.

+

Restrict entry events to with all of the following criteria:

+
    +
  1. with the following event criteria: who are >= 18 years old.
  2. +
  3. having at least 1 condition occurrence of ‘Type 2 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
  5. having no condition occurrences of ‘Type 1 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  6. +
  7. having no condition occurrences of ‘Secondary diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  8. +
+
+
+

A.17.2 Additional Inclusion Criteria

+
+

I. Prior metformin use

+

Entry events with any of the following criteria:

+
    +
  1. having at least 1 drug era of ‘Metformin’, starting anytime up to 90 days before cohort entry start date; allow events outside observation period; with era length >= 90 days.
  2. +
  3. having at least 3 drug exposures of ‘Metformin’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
+
+
+

II. No prior insulin use or combo initiation: Proxy for < 30 days drug era anytime before index and no combination use on index

+

Entry events with all of the following criteria:

+
    +
  1. having no drug eras of ‘Insulin’, starting anytime up to 30 days before cohort entry start date; allow events outside observation period; with era length > 30 days.
  2. +
  3. having no drug eras of ‘Insulin’, starting between 30 days before and 0 days after cohort entry start date; allow events outside observation period.
  4. +
+
+
+
+

A.17.3 Cohort Exit

+

The cohort end date will be based on a continuous exposure to ‘sitagliptin’: +allowing 30 days between exposures, adding 0 days after exposure ends, and using days supply and exposure end date for exposure duration.

+
+
+

A.17.4 Cohort Eras

+

Remaining events will be combined into cohort eras if they are within 0 days of each other.

+
+
+

A.17.5 Concept: sitagliptin

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1580747 + +sitagliptin + +593411 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.17.6 Concept: Insulin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1596977 + +insulin, regular, human + +253182 + +RxNorm + +NO + +YES + +NO +
+1550023 + +insulin lispro + +86009 + +RxNorm + +NO + +YES + +NO +
+1567198 + +insulin aspart, human + +51428 + +RxNorm + +NO + +YES + +NO +
+1502905 + +insulin glargine + +274783 + +RxNorm + +NO + +YES + +NO +
+1513876 + +insulin lispro protamine, human + +314684 + +RxNorm + +NO + +YES + +NO +
+1531601 + +insulin aspart protamine, human + +352385 + +RxNorm + +NO + +YES + +NO +
+1586346 + +insulin, regular, pork + +221109 + +RxNorm + +NO + +YES + +NO +
+1544838 + +insulin glulisine, human + +400008 + +RxNorm + +NO + +YES + +NO +
+1516976 + +insulin detemir + +139825 + +RxNorm + +NO + +YES + +NO +
+1590165 + +insulin, regular, beef-pork + +235275 + +RxNorm + +NO + +YES + +NO +
+1513849 + +lente insulin, human + +314683 + +RxNorm + +NO + +YES + +NO +
+1562586 + +lente insulin, pork + +93108 + +RxNorm + +NO + +YES + +NO +
+1588986 + +insulin human, rDNA origin + +631657 + +RxNorm + +NO + +YES + +NO +
+1513843 + +lente insulin, beef-pork + +314682 + +RxNorm + +NO + +YES + +NO +
+1586369 + +ultralente insulin, human + +221110 + +RxNorm + +NO + +YES + +NO +
+35605670 + +insulin argine + +1740938 + +RxNorm + +NO + +YES + +NO +
+35602717 + +insulin degludec + +1670007 + +RxNorm + +NO + +YES + +NO +
+21600713 + +INSULINS AND ANALOGUES + +A10A + +ATC + +NO + +YES + +NO +
+19078608 + +insulin, protamine zinc, beef-pork 100 UNT/ML Injectable Suspension + +311053 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.17.7 Concept: Metformin

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1503297 + +metformin + +6809 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.17.8 Concept: Secondary diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +NO + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.17.9 Concept: Type 1 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +NO + +YES + +NO +
+42689695 + +Eating disorder co-occurrent with diabetes mellitus type 1 + +1067201000000106 + +SNOMED + +NO + +YES + +NO +
+765533 + +Glaucoma due to diabetes mellitus type 1 + +60981000119103 + +SNOMED + +NO + +YES + +NO +
+43531006 + +Maturity onset diabetes of the young, type 1 + +609562003 + +SNOMED + +NO + +YES + +NO +
+765650 + +Cranial nerve palsy due to diabetes mellitus type 1 + +82561000119101 + +SNOMED + +NO + +YES + +NO +
+45770986 + +Retinopathy due to unstable diabetes mellitus type 1 + +706894000 + +SNOMED + +NO + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +NO + +YES + +NO +
+45768456 + +Neuropathy due to unstable diabetes mellitus type 1 + +706891008 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +NO + +YES + +NO +
+4128019 + +Brittle type 1 diabetes mellitus + +290002008 + +SNOMED + +NO + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.17.10 Concept: Type 2 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+443238 + +Diabetic - poor control + +268519009 + +SNOMED + +NO + +YES + +NO +
+201820 + +Diabetes mellitus + +73211009 + +SNOMED + +NO + +YES + +NO +
+442793 + +Complication due to diabetes mellitus + +74627003 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +YES + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +YES + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +YES + +YES + +NO +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +YES + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +YES + +YES + +NO +
+4016045 + +Diabetic - good control + +170763003 + +SNOMED + +NO + +YES + +NO +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +YES + +YES + +NO +
+43531009 + +Pregnancy and type 1 diabetes mellitus + +609566000 + +SNOMED + +YES + +YES + +NO +
+4024659 + +Gestational diabetes mellitus + +11687002 + +SNOMED + +YES + +YES + +NO +
+
+ +
+
+
+

A.18 New user of glipizide as 2nd-line treatment with prior T2DM and prior metformin

+
+

A.18.1 Cohort Entry Events

+

People with continuous observation of 365 days before event may enter the cohort when observing any of the following:

+
    +
  1. drug exposure of ‘glipizide’ for the first time in the person’s history.
  2. +
+

Limit cohort entry events to the earliest event per person.

+

Restrict entry events to with all of the following criteria:

+
    +
  1. with the following event criteria: who are >= 18 years old.
  2. +
  3. having at least 1 condition occurrence of ‘Type 2 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
  5. having no condition occurrences of ‘Type 1 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  6. +
  7. having no condition occurrences of ‘Secondary diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  8. +
+
+
+

A.18.2 Additional Inclusion Criteria

+
+

I. Prior metformin use

+

Entry events with any of the following criteria:

+
    +
  1. having at least 1 drug era of ‘Metformin’, starting anytime up to 90 days before cohort entry start date; allow events outside observation period; with era length >= 90 days.
  2. +
  3. having at least 3 drug exposures of ‘Metformin’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
+
+
+

II. No prior GLP-1 RA exposure

+

Entry events having no drug exposures of ‘GLP-1 receptor agonists’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

III. No prior DPP4 inhibitor exposure

+

Entry events having no drug exposures of ‘DPP4 inhibitors’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

IV. No prior SGLT-2 inhibitor exposure

+

Entry events having no drug exposures of ‘SGLT2 inhibitors’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

V. No prior SU exposure

+

Entry events having no drug exposures of ‘Sulfonylureas except glipizide’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

VI. No prior other anti-diabetic exposure

+

Entry events having no drug exposures of ‘Other anti-diabetics’, starting anytime on or before cohort entry start date; allow events outside observation period.

+
+
+

VII. No prior insulin use or combo initiation: Proxy for < 30 days drug era anytime before index and no combination use on index

+

Entry events with all of the following criteria:

+
    +
  1. having no drug eras of ‘Insulin’, starting anytime up to 30 days before cohort entry start date; allow events outside observation period; with era length > 30 days.
  2. +
  3. having no drug eras of ‘Insulin’, starting between 30 days before and 0 days after cohort entry start date; allow events outside observation period.
  4. +
+
+
+
+

A.18.3 Cohort Exit

+

The cohort end date will be based on a continuous exposure to ‘glipizide’: +allowing 30 days between exposures, adding 0 days after exposure ends, and using days supply and exposure end date for exposure duration.

+
+
+

A.18.4 Cohort Eras

+

Remaining events will be combined into cohort eras if they are within 0 days of each other.

+
+
+

A.18.5 Concept: DPP4 inhibitors

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+43013884 + +alogliptin + +1368001 + +RxNorm + +NO + +YES + +NO +
+40239216 + +linagliptin + +1100699 + +RxNorm + +NO + +YES + +NO +
+40166035 + +saxagliptin + +857974 + +RxNorm + +NO + +YES + +NO +
+1580747 + +sitagliptin + +593411 + +RxNorm + +NO + +YES + +NO +
+19122137 + +vildagliptin + +596554 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.18.6 Concept: glipizide

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1560171 + +glipizide + +4821 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.18.7 Concept: SGLT2 inhibitors

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+43526465 + +canagliflozin + +1373458 + +RxNorm + +NO + +YES + +NO +
+44785829 + +dapagliflozin + +1488564 + +RxNorm + +NO + +YES + +NO +
+45774751 + +empagliflozin + +1545653 + +RxNorm + +NO + +YES + +NO +
+793293 + +ertugliflozin + +1992672 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.18.8 Concept: Sulfonylureas except glipizide

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1594973 + +chlorpropamide + +2404 + +RxNorm + +NO + +YES + +NO +
+1597756 + +glimepiride + +25789 + +RxNorm + +NO + +YES + +NO +
+1560171 + +glipizide + +4821 + +RxNorm + +YES + +YES + +NO +
+19097821 + +gliquidone + +25793 + +RxNorm + +NO + +YES + +NO +
+1559684 + +glyburide + +4815 + +RxNorm + +NO + +YES + +NO +
+1502809 + +tolazamide + +10633 + +RxNorm + +NO + +YES + +NO +
+1502855 + +tolbutamide + +10635 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.18.9 Concept: Other anti-diabetics

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1529331 + +acarbose + +16681 + +RxNorm + +NO + +YES + +NO +
+1530014 + +acetohexamide + +173 + +RxNorm + +NO + +YES + +NO +
+730548 + +bromocriptine + +1760 + +RxNorm + +NO + +YES + +NO +
+19033498 + +carbutamide + +2068 + +RxNorm + +NO + +YES + +NO +
+19001409 + +glibornuride + +102846 + +RxNorm + +NO + +YES + +NO +
+19059796 + +gliclazide + +4816 + +RxNorm + +NO + +YES + +NO +
+19001441 + +glymidine + +102848 + +RxNorm + +NO + +YES + +NO +
+1510202 + +miglitol + +30009 + +RxNorm + +NO + +YES + +NO +
+1502826 + +nateglinide + +274332 + +RxNorm + +NO + +YES + +NO +
+1525215 + +pioglitazone + +33738 + +RxNorm + +NO + +YES + +NO +
+1516766 + +repaglinide + +73044 + +RxNorm + +NO + +YES + +NO +
+1547504 + +rosiglitazone + +84108 + +RxNorm + +NO + +YES + +NO +
+1515249 + +troglitazone + +72610 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.18.10 Concept: Insulin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1596977 + +insulin, regular, human + +253182 + +RxNorm + +NO + +YES + +NO +
+1550023 + +insulin lispro + +86009 + +RxNorm + +NO + +YES + +NO +
+1567198 + +insulin aspart, human + +51428 + +RxNorm + +NO + +YES + +NO +
+1502905 + +insulin glargine + +274783 + +RxNorm + +NO + +YES + +NO +
+1513876 + +insulin lispro protamine, human + +314684 + +RxNorm + +NO + +YES + +NO +
+1531601 + +insulin aspart protamine, human + +352385 + +RxNorm + +NO + +YES + +NO +
+1586346 + +insulin, regular, pork + +221109 + +RxNorm + +NO + +YES + +NO +
+1544838 + +insulin glulisine, human + +400008 + +RxNorm + +NO + +YES + +NO +
+1516976 + +insulin detemir + +139825 + +RxNorm + +NO + +YES + +NO +
+1590165 + +insulin, regular, beef-pork + +235275 + +RxNorm + +NO + +YES + +NO +
+1513849 + +lente insulin, human + +314683 + +RxNorm + +NO + +YES + +NO +
+1562586 + +lente insulin, pork + +93108 + +RxNorm + +NO + +YES + +NO +
+1588986 + +insulin human, rDNA origin + +631657 + +RxNorm + +NO + +YES + +NO +
+1513843 + +lente insulin, beef-pork + +314682 + +RxNorm + +NO + +YES + +NO +
+1586369 + +ultralente insulin, human + +221110 + +RxNorm + +NO + +YES + +NO +
+35605670 + +insulin argine + +1740938 + +RxNorm + +NO + +YES + +NO +
+35602717 + +insulin degludec + +1670007 + +RxNorm + +NO + +YES + +NO +
+21600713 + +INSULINS AND ANALOGUES + +A10A + +ATC + +NO + +YES + +NO +
+19078608 + +insulin, protamine zinc, beef-pork 100 UNT/ML Injectable Suspension + +311053 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.18.11 Concept: Metformin

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1503297 + +metformin + +6809 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.18.12 Concept: Secondary diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +NO + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.18.13 Concept: Type 1 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +NO + +YES + +NO +
+42689695 + +Eating disorder co-occurrent with diabetes mellitus type 1 + +1067201000000106 + +SNOMED + +NO + +YES + +NO +
+765533 + +Glaucoma due to diabetes mellitus type 1 + +60981000119103 + +SNOMED + +NO + +YES + +NO +
+43531006 + +Maturity onset diabetes of the young, type 1 + +609562003 + +SNOMED + +NO + +YES + +NO +
+765650 + +Cranial nerve palsy due to diabetes mellitus type 1 + +82561000119101 + +SNOMED + +NO + +YES + +NO +
+45770986 + +Retinopathy due to unstable diabetes mellitus type 1 + +706894000 + +SNOMED + +NO + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +NO + +YES + +NO +
+45768456 + +Neuropathy due to unstable diabetes mellitus type 1 + +706891008 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +NO + +YES + +NO +
+4128019 + +Brittle type 1 diabetes mellitus + +290002008 + +SNOMED + +NO + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.18.14 Concept: Type 2 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+443238 + +Diabetic - poor control + +268519009 + +SNOMED + +NO + +YES + +NO +
+201820 + +Diabetes mellitus + +73211009 + +SNOMED + +NO + +YES + +NO +
+442793 + +Complication due to diabetes mellitus + +74627003 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +YES + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +YES + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +YES + +YES + +NO +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +YES + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +YES + +YES + +NO +
+4016045 + +Diabetic - good control + +170763003 + +SNOMED + +NO + +YES + +NO +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +YES + +YES + +NO +
+43531009 + +Pregnancy and type 1 diabetes mellitus + +609566000 + +SNOMED + +YES + +YES + +NO +
+4024659 + +Gestational diabetes mellitus + +11687002 + +SNOMED + +YES + +YES + +NO +
+
+
+

A.18.15 Concept: GLP-1 receptor agonists

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+45774435 + +dulaglutide + +1551291 + +RxNorm + +NO + +YES + +NO +
+1583722 + +exenatide + +60548 + +RxNorm + +NO + +YES + +NO +
+40170911 + +liraglutide + +475968 + +RxNorm + +NO + +YES + +NO +
+44506754 + +lixisenatide + +1440051 + +RxNorm + +NO + +YES + +NO +
+793143 + +semaglutide + +1991302 + +RxNorm + +NO + +YES + +NO +
+44816332 + +albiglutide + +1534763 + +RxNorm + +NO + +YES + +NO +
+
+ +
+
+
+

A.19 New user of glipizide with prior T2DM and prior metformin and no insulin

+
+

A.19.1 Cohort Entry Events

+

People with continuous observation of 365 days before event may enter the cohort when observing any of the following:

+
    +
  1. drug exposure of ‘glipizide’ for the first time in the person’s history.
  2. +
+

Limit cohort entry events to the earliest event per person.

+

Restrict entry events to with all of the following criteria:

+
    +
  1. with the following event criteria: who are >= 18 years old.
  2. +
  3. having at least 1 condition occurrence of ‘Type 2 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
  5. having no condition occurrences of ‘Type 1 diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  6. +
  7. having no condition occurrences of ‘Secondary diabetes mellitus’, starting anytime on or before cohort entry start date; allow events outside observation period.
  8. +
+
+
+

A.19.2 Additional Inclusion Criteria

+
+

I. Prior metformin use

+

Entry events with any of the following criteria:

+
    +
  1. having at least 1 drug era of ‘Metformin’, starting anytime up to 90 days before cohort entry start date; allow events outside observation period; with era length >= 90 days.
  2. +
  3. having at least 3 drug exposures of ‘Metformin’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
+
+
+

II. No prior insulin use or combo initiation: Proxy for < 30 days drug era anytime before index and no combination use on index

+

Entry events with all of the following criteria:

+
    +
  1. having no drug eras of ‘Insulin’, starting anytime up to 30 days before cohort entry start date; allow events outside observation period; with era length > 30 days.
  2. +
  3. having no drug eras of ‘Insulin’, starting between 30 days before and 0 days after cohort entry start date; allow events outside observation period.
  4. +
+
+
+
+

A.19.3 Cohort Exit

+

The cohort end date will be based on a continuous exposure to ‘glipizide’: +allowing 30 days between exposures, adding 0 days after exposure ends, and using days supply and exposure end date for exposure duration.

+
+
+

A.19.4 Cohort Eras

+

Remaining events will be combined into cohort eras if they are within 0 days of each other.

+
+
+

A.19.5 Concept: glipizide

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1560171 + +glipizide + +4821 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.19.6 Concept: Insulin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1596977 + +insulin, regular, human + +253182 + +RxNorm + +NO + +YES + +NO +
+1550023 + +insulin lispro + +86009 + +RxNorm + +NO + +YES + +NO +
+1567198 + +insulin aspart, human + +51428 + +RxNorm + +NO + +YES + +NO +
+1502905 + +insulin glargine + +274783 + +RxNorm + +NO + +YES + +NO +
+1513876 + +insulin lispro protamine, human + +314684 + +RxNorm + +NO + +YES + +NO +
+1531601 + +insulin aspart protamine, human + +352385 + +RxNorm + +NO + +YES + +NO +
+1586346 + +insulin, regular, pork + +221109 + +RxNorm + +NO + +YES + +NO +
+1544838 + +insulin glulisine, human + +400008 + +RxNorm + +NO + +YES + +NO +
+1516976 + +insulin detemir + +139825 + +RxNorm + +NO + +YES + +NO +
+1590165 + +insulin, regular, beef-pork + +235275 + +RxNorm + +NO + +YES + +NO +
+1513849 + +lente insulin, human + +314683 + +RxNorm + +NO + +YES + +NO +
+1562586 + +lente insulin, pork + +93108 + +RxNorm + +NO + +YES + +NO +
+1588986 + +insulin human, rDNA origin + +631657 + +RxNorm + +NO + +YES + +NO +
+1513843 + +lente insulin, beef-pork + +314682 + +RxNorm + +NO + +YES + +NO +
+1586369 + +ultralente insulin, human + +221110 + +RxNorm + +NO + +YES + +NO +
+35605670 + +insulin argine + +1740938 + +RxNorm + +NO + +YES + +NO +
+35602717 + +insulin degludec + +1670007 + +RxNorm + +NO + +YES + +NO +
+21600713 + +INSULINS AND ANALOGUES + +A10A + +ATC + +NO + +YES + +NO +
+19078608 + +insulin, protamine zinc, beef-pork 100 UNT/ML Injectable Suspension + +311053 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.19.7 Concept: Metformin

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1503297 + +metformin + +6809 + +RxNorm + +NO + +YES + +NO +
+
+
+

A.19.8 Concept: Secondary diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +NO + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.19.9 Concept: Type 1 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +NO + +YES + +NO +
+42689695 + +Eating disorder co-occurrent with diabetes mellitus type 1 + +1067201000000106 + +SNOMED + +NO + +YES + +NO +
+765533 + +Glaucoma due to diabetes mellitus type 1 + +60981000119103 + +SNOMED + +NO + +YES + +NO +
+43531006 + +Maturity onset diabetes of the young, type 1 + +609562003 + +SNOMED + +NO + +YES + +NO +
+765650 + +Cranial nerve palsy due to diabetes mellitus type 1 + +82561000119101 + +SNOMED + +NO + +YES + +NO +
+45770986 + +Retinopathy due to unstable diabetes mellitus type 1 + +706894000 + +SNOMED + +NO + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +NO + +YES + +NO +
+45768456 + +Neuropathy due to unstable diabetes mellitus type 1 + +706891008 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +NO + +YES + +NO +
+4128019 + +Brittle type 1 diabetes mellitus + +290002008 + +SNOMED + +NO + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +NO + +YES + +NO +
+
+
+

A.19.10 Concept: Type 2 diabetes mellitus

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+443238 + +Diabetic - poor control + +268519009 + +SNOMED + +NO + +YES + +NO +
+201820 + +Diabetes mellitus + +73211009 + +SNOMED + +NO + +YES + +NO +
+442793 + +Complication due to diabetes mellitus + +74627003 + +SNOMED + +NO + +YES + +NO +
+40484648 + +Type 1 diabetes mellitus uncontrolled + +444073006 + +SNOMED + +YES + +YES + +NO +
+201254 + +Type 1 diabetes mellitus + +46635009 + +SNOMED + +YES + +YES + +NO +
+435216 + +Disorder due to type 1 diabetes mellitus + +420868002 + +SNOMED + +YES + +YES + +NO +
+195771 + +Secondary diabetes mellitus + +8801005 + +SNOMED + +YES + +YES + +NO +
+761051 + +Complication due to secondary diabetes mellitus + +138811000119100 + +SNOMED + +YES + +YES + +NO +
+4016045 + +Diabetic - good control + +170763003 + +SNOMED + +NO + +YES + +NO +
+40484649 + +Type 1 diabetes mellitus well controlled + +444074000 + +SNOMED + +YES + +YES + +NO +
+43531009 + +Pregnancy and type 1 diabetes mellitus + +609566000 + +SNOMED + +YES + +YES + +NO +
+4024659 + +Gestational diabetes mellitus + +11687002 + +SNOMED + +YES + +YES + +NO +
+
+ +
+
+
+
+

B Exposure Cohort Definitions

+
+

B.1 Semaglutide (GLP-1RA) exposure

+
+

B.1.1 Cohort Entry Events

+

People enter the cohort when observing any of the following:

+
    +
  1. drug exposures of ‘semaglutide’.
  2. +
+
+
+

B.1.2 Cohort Exit

+

The cohort end date will be based on a continuous exposure to ‘semaglutide’: +allowing 30 days between exposures, adding 0 days after exposure ends, and using days supply and exposure end date for exposure duration.

+
+
+

B.1.3 Cohort Eras

+

Remaining events will be combined into cohort eras if they are within 0 days of each other.

+
+
+

B.1.4 Concept: semaglutide

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+793143 + +semaglutide + +1991302 + +RxNorm + +NO + +YES + +NO +
+
+ +
+
+
+

B.2 Dulaglutide (GLP-1RA) exposure

+
+

B.2.1 Cohort Entry Events

+

People enter the cohort when observing any of the following:

+
    +
  1. drug exposures of ‘dulaglutide’.
  2. +
+
+
+

B.2.2 Cohort Exit

+

The cohort end date will be based on a continuous exposure to ‘dulaglutide’: +allowing 30 days between exposures, adding 0 days after exposure ends, and using days supply and exposure end date for exposure duration.

+
+
+

B.2.3 Cohort Eras

+

Remaining events will be combined into cohort eras if they are within 0 days of each other.

+
+
+

B.2.4 Concept: dulaglutide

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+45774435 + +dulaglutide + +1551291 + +RxNorm + +NO + +YES + +NO +
+
+ +
+
+
+

B.3 Exenatide (GLP-1RA) exposure

+
+

B.3.1 Cohort Entry Events

+

People enter the cohort when observing any of the following:

+
    +
  1. drug exposures of ‘exenatide’.
  2. +
+
+
+

B.3.2 Cohort Exit

+

The cohort end date will be based on a continuous exposure to ‘exenatide’: +allowing 30 days between exposures, adding 0 days after exposure ends, and using days supply and exposure end date for exposure duration.

+
+
+

B.3.3 Cohort Eras

+

Remaining events will be combined into cohort eras if they are within 0 days of each other.

+
+
+

B.3.4 Concept: exenatide

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1583722 + +exenatide + +60548 + +RxNorm + +NO + +YES + +NO +
+
+ +
+
+
+

B.4 Empagliflozin (SGLT2 inhibitor) exposure

+
+

B.4.1 Cohort Entry Events

+

People enter the cohort when observing any of the following:

+
    +
  1. drug exposures of ‘empagliflozin’.
  2. +
+
+
+

B.4.2 Cohort Exit

+

The cohort end date will be based on a continuous exposure to ‘empagliflozin’: +allowing 30 days between exposures, adding 0 days after exposure ends, and using days supply and exposure end date for exposure duration.

+
+
+

B.4.3 Cohort Eras

+

Remaining events will be combined into cohort eras if they are within 0 days of each other.

+
+
+

B.4.4 Concept: empagliflozin

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+45774751 + +empagliflozin + +1545653 + +RxNorm + +NO + +YES + +NO +
+
+ +
+
+
+

B.5 Sitagliptin (DPP4 inhibitor) exposure

+
+

B.5.1 Cohort Entry Events

+

People enter the cohort when observing any of the following:

+
    +
  1. drug exposures of ‘sitagliptin’.
  2. +
+
+
+

B.5.2 Cohort Exit

+

The cohort end date will be based on a continuous exposure to ‘sitagliptin’: +allowing 30 days between exposures, adding 0 days after exposure ends, and using days supply and exposure end date for exposure duration.

+
+
+

B.5.3 Cohort Eras

+

Remaining events will be combined into cohort eras if they are within 0 days of each other.

+
+
+

B.5.4 Concept: sitagliptin

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1580747 + +sitagliptin + +593411 + +RxNorm + +NO + +YES + +NO +
+
+ +
+
+
+

B.6 Glipizide (Sulfonylurea) exposure

+
+

B.6.1 Cohort Entry Events

+

People enter the cohort when observing any of the following:

+
    +
  1. drug exposures of ‘glipizide’.
  2. +
+
+
+

B.6.2 Cohort Exit

+

The cohort end date will be based on a continuous exposure to ‘glipizide’: +allowing 30 days between exposures, adding 0 days after exposure ends, and using days supply and exposure end date for exposure duration.

+
+
+

B.6.3 Cohort Eras

+

Remaining events will be combined into cohort eras if they are within 0 days of each other.

+
+
+

B.6.4 Concept: glipizide

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+1560171 + +glipizide + +4821 + +RxNorm + +NO + +YES + +NO +
+
+ +
+
+
+
+

C Outcome Cohort Definitions

+
+

C.1 Nonarteric anterior ischemic neuropathy with index date correction and 2dxGCA

+
+

C.1.1 Cohort Entry Events

+

People may enter the cohort when observing any of the following:

+
    +
  1. condition occurrences of ‘Nonarteritic Anterior Ischemic Optic Neuropathy’.

  2. +
  3. condition occurrences of ‘presention conditons for index date correction’.

  4. +
+
+
+

C.1.2 Additional Inclusion Criteria

+
+

I. no giant cell arteritis (defined by 2x diagnosis)

+

Entry events with at most 0 of the following criteria:

+
    +
  1. having at least 2 distinct start dates from condition occurrences of ‘Giant cell arteritis or arteritic ischemic optic neuropathy’.
  2. +
+
+
+

II. has NAION in 60d

+

Entry events having at least 1 condition occurrence of ‘Nonarteritic Anterior Ischemic Optic Neuropathy’, starting between 0 days before and 60 days after cohort entry start date.

+
+
+

III. no traumatic optic nerve injury on or prior

+

Entry events having no condition occurrences of ‘traumatic optic nerve injury’, starting anytime on or before cohort entry start date.

+

Limit qualifying entry events to the earliest event per person.

+
+
+
+

C.1.3 Cohort Exit

+

The person also exists the cohort at the end of continuous observation.

+
+
+

C.1.4 Cohort Eras

+

Remaining events will be combined into cohort eras if they are within 0 days of each other.

+
+
+

C.1.5 Concept: Nonarteritic Anterior Ischemic Optic Neuropathy

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+373487 + +Ischemic optic neuropathy + +14357004 + +SNOMED + +NO + +YES + +NO +
+4047917 + +Arteritic ischemic optic neuropathy + +230508004 + +SNOMED + +YES + +YES + +NO +
+
+
+

C.1.6 Concept: Giant cell arteritis or arteritic ischemic optic neuropathy

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+4290976 + +Temporal arteritis + +400130008 + +SNOMED + +NO + +YES + +NO +
+37116696 + +Arteritic anterior ischemic optic neuropathy + +733506009 + +SNOMED + +NO + +YES + +NO +
+
+
+

C.1.7 Concept: presention conditons for index date correction

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+4134605 + +Optic disc disorder + +128331005 + +SNOMED + +NO + +YES + +NO +
+374954 + +Optic neuritis + +66760008 + +SNOMED + +NO + +YES + +NO +
+377286 + +Visual field defect + +12184005 + +SNOMED + +NO + +YES + +NO +
+4308632 + +Optic disc edema + +423341008 + +SNOMED + +NO + +YES + +NO +
+
+
+

C.1.8 Concept: traumatic optic nerve injury

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+375428 + +Traumatic optic nerve injury + +48233004 + +SNOMED + +NO + +YES + +NO +
+
+ +
+
+
+

C.2 Nonarteric anterior ischemic neuropathy with index date correction and 2nd dx and 2dxGCA

+
+

C.2.1 Cohort Entry Events

+

People may enter the cohort when observing any of the following:

+
    +
  1. condition occurrences of ‘Nonarteritic Anterior Ischemic Optic Neuropathy’.

  2. +
  3. condition occurrences of ‘presention conditons for index date correction’.

  4. +
+
+
+

C.2.2 Additional Inclusion Criteria

+
+

I. no giant cell arteritis (2dx)

+

Entry events with at most 0 of the following criteria:

+
    +
  1. having at least 2 distinct start dates from condition occurrences of ‘Giant cell arteritis or arteritic ischemic optic neuropathy’, allow events outside observation period.
  2. +
+
+
+

II. has 2+ NAION diagnosis with one in 60d of index and another in 90d

+

Entry events having at least 1 condition occurrence of ‘Nonarteritic Anterior Ischemic Optic Neuropathy’, starting between 0 days before and 60 days after cohort entry start date; having at least 1 condition occurrence of ‘Nonarteritic Anterior Ischemic Optic Neuropathy’, starting between 1 days after and 90 days after ‘Nonarteritic Anterior Ischemic Optic Neuropathy’ start date.

+
+
+

III. no traumatic optic nerve injury on or prior

+

Entry events having no condition occurrences of ‘traumatic optic nerve injury’, starting anytime on or before cohort entry start date; allow events outside observation period.

+

Limit qualifying entry events to the earliest event per person.

+
+
+
+

C.2.3 Cohort Exit

+

The person also exists the cohort at the end of continuous observation.

+
+
+

C.2.4 Cohort Eras

+

Remaining events will be combined into cohort eras if they are within 0 days of each other.

+
+
+

C.2.5 Concept: Nonarteritic Anterior Ischemic Optic Neuropathy

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+373487 + +Ischemic optic neuropathy + +14357004 + +SNOMED + +NO + +YES + +NO +
+4047917 + +Arteritic ischemic optic neuropathy + +230508004 + +SNOMED + +YES + +YES + +NO +
+
+
+

C.2.6 Concept: Giant cell arteritis or arteritic ischemic optic neuropathy

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+4290976 + +Temporal arteritis + +400130008 + +SNOMED + +NO + +YES + +NO +
+37116696 + +Arteritic anterior ischemic optic neuropathy + +733506009 + +SNOMED + +NO + +YES + +NO +
+
+
+

C.2.7 Concept: presention conditons for index date correction

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+4134605 + +Optic disc disorder + +128331005 + +SNOMED + +NO + +YES + +NO +
+374954 + +Optic neuritis + +66760008 + +SNOMED + +NO + +YES + +NO +
+377286 + +Visual field defect + +12184005 + +SNOMED + +NO + +YES + +NO +
+4308632 + +Optic disc edema + +423341008 + +SNOMED + +NO + +YES + +NO +
+
+
+

C.2.8 Concept: traumatic optic nerve injury

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+375428 + +Traumatic optic nerve injury + +48233004 + +SNOMED + +NO + +YES + +NO +
+
+ +
+
+
+

C.3 Proliferative diabetic retinopathy

+
+

C.3.1 Cohort Entry Events

+

People enter the cohort when observing any of the following:

+
    +
  1. condition occurrences of ‘Proliferative diabetic retinopathy’.
  2. +
+

Limit cohort entry events to the earliest event per person.

+
+
+

C.3.2 Cohort Exit

+

The person also exists the cohort at the end of continuous observation.

+
+
+

C.3.3 Cohort Eras

+

Remaining events will be combined into cohort eras if they are within 0 days of each other.

+
+
+

C.3.4 Concept: Proliferative diabetic retinopathy

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+380096 + +Proliferative retinopathy due to diabetes mellitus + +59276001 + +SNOMED + +NO + +YES + +NO +
+45763584 + +Proliferative retinopathy due to type 1 diabetes mellitus + +60971000119101 + +SNOMED + +YES + +YES + +NO +
+
+ +
+
+
+

C.4 Treatment-requiring Diabetic Retinopathy or Macular Edema

+
+

C.4.1 Cohort Entry Events

+

People may enter the cohort when observing any of the following:

+
    +
  1. drug exposures of ‘aflibercept ranibizumab and bevacizumab’.

  2. +
  3. procedure occurrences of ‘focal laser photocoagulation’.

  4. +
  5. procedure occurrences of ‘panretinal photocoagulation’.

  6. +
+

Limit cohort entry events to the earliest event per person.

+
+
+

C.4.2 Additional Inclusion Criteria

+
+

I. has DR or ME on or within 90d of treatment

+

Entry events with any of the following criteria:

+
    +
  1. having at least 1 condition occurrence of ‘Diabetic retinopathy’, starting between 90 days before and 0 days after cohort entry start date.
  2. +
  3. having at least 1 condition occurrence of ‘Macular edema’, starting between 90 days before and 0 days after cohort entry start date.
  4. +
+
+
+

II. has no AMD or RVO any time prior

+

Entry events with all of the following criteria:

+
    +
  1. having no condition occurrences of ‘Renal vein occlusion’, starting anytime on or before cohort entry start date; allow events outside observation period.
  2. +
  3. having no condition occurrences of ‘Age-related macular degeneration’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
+
+
+

III. has no DR or ME prior to 90d of treatment

+

Entry events with all of the following criteria:

+
    +
  1. having no condition occurrences of ‘Diabetic retinopathy’, starting anytime up to 90 days before cohort entry start date; allow events outside observation period.
  2. +
  3. having no condition occurrences of ‘Macular edema’, starting anytime up to 90 days before cohort entry start date; allow events outside observation period.
  4. +
+
+
+
+

C.4.3 Cohort Exit

+

The person also exists the cohort at the end of continuous observation.

+
+
+

C.4.4 Cohort Eras

+

Remaining events will be combined into cohort eras if they are within 0 days of each other.

+
+
+

C.4.5 Concept: aflibercept ranibizumab and bevacizumab

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+40244266 + +aflibercept + +1232150 + +RxNorm + +NO + +YES + +NO +
+1397141 + +bevacizumab + +253337 + +RxNorm + +NO + +YES + +NO +
+19080982 + +ranibizumab + +595060 + +RxNorm + +NO + +YES + +NO +
+
+
+

C.4.6 Concept: Diabetic retinopathy

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+4174977 + +Retinopathy due to diabetes mellitus + +4855003 + +SNOMED + +NO + +YES + +NO +
+
+
+

C.4.7 Concept: Macular edema

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+4290333 + +Macular retinal edema + +37231002 + +SNOMED + +NO + +YES + +NO +
+4208200 + +Postoperative cystoid macular edema + +312920004 + +SNOMED + +YES + +YES + +NO +
+
+ +
+

C.4.9 Concept: Renal vein occlusion

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+440392 + +Retinal vascular occlusion + +73757007 + +SNOMED + +NO + +YES + +NO +
+4334245 + +Retinal artery occlusion + +232035005 + +SNOMED + +YES + +YES + +NO +
+437544 + +Arterial retinal branch occlusion + +50821009 + +SNOMED + +YES + +YES + +NO +
+4338905 + +Cilioretinal artery occlusion + +232036006 + +SNOMED + +YES + +YES + +NO +
+
+
+

C.4.10 Concept: focal laser photocoagulation

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+4219449 + +Focal laser photocoagulation of retina + +397538008 + +SNOMED + +NO + +YES + +NO +
+2111048 + +Destruction of localized lesion of retina (eg, macular edema, tumors), 1 or more sessions; photocoagulation + +67210 + +CPT4 + +NO + +YES + +NO +
+
+
+

C.4.11 Concept: panretinal photocoagulation

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+2111054 + +Treatment of extensive or progressive retinopathy (eg, diabetic retinopathy), photocoagulation + +67228 + +CPT4 + +NO + +YES + +NO +
+4162096 + +Laser photocoagulation to retina + +399867007 + +SNOMED + +NO + +YES + +NO +
+4013503 + +Repair of retina for retinal tear or defect by laser photocoagulation + +112969004 + +SNOMED + +YES + +YES + +NO +
+4309528 + +Repair of retinal detachment by laser photocoagulation + +85231002 + +SNOMED + +YES + +YES + +NO +
+
+ +
+
+
+

C.5 Treatment-requiring Diabetic Retinopathy or Macular Edema including vitrectomy

+
+

C.5.1 Cohort Entry Events

+

People may enter the cohort when observing any of the following:

+
    +
  1. drug exposures of ‘aflibercept ranibizumab and bevacizumab’.

  2. +
  3. procedure occurrences of ‘focal laser photocoagulation’.

  4. +
  5. procedure occurrences of ‘panretinal photocoagulation’.

  6. +
  7. procedure occurrences of ‘Mechanical vitrectomy’.

  8. +
+

Limit cohort entry events to the earliest event per person.

+
+
+

C.5.2 Additional Inclusion Criteria

+
+

I. has DR or ME on or within 90d of treatment

+

Entry events with any of the following criteria:

+
    +
  1. having at least 1 condition occurrence of ‘Diabetic retinopathy’, starting between 90 days before and 0 days after cohort entry start date.
  2. +
  3. having at least 1 condition occurrence of ‘Macular edema’, starting between 90 days before and 0 days after cohort entry start date.
  4. +
+
+
+

II. has no AMD or RVO any time prior

+

Entry events with all of the following criteria:

+
    +
  1. having no condition occurrences of ‘Renal vein occlusion’, starting anytime on or before cohort entry start date; allow events outside observation period.
  2. +
  3. having no condition occurrences of ‘Age-related macular degeneration’, starting anytime on or before cohort entry start date; allow events outside observation period.
  4. +
+
+
+

III. has no DR or ME prior to 90d of treatment

+

Entry events with all of the following criteria:

+
    +
  1. having no condition occurrences of ‘Diabetic retinopathy’, starting anytime up to 90 days before cohort entry start date; allow events outside observation period.
  2. +
  3. having no condition occurrences of ‘Macular edema’, starting anytime up to 90 days before cohort entry start date; allow events outside observation period.
  4. +
+
+
+
+

C.5.3 Cohort Exit

+

The person also exists the cohort at the end of continuous observation.

+
+
+

C.5.4 Cohort Eras

+

Remaining events will be combined into cohort eras if they are within 0 days of each other.

+
+
+

C.5.5 Concept: Proliferative diabetic retinopathy

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+380096 + +Proliferative retinopathy due to diabetes mellitus + +59276001 + +SNOMED + +NO + +YES + +NO +
+45763584 + +Proliferative retinopathy due to type 1 diabetes mellitus + +60971000119101 + +SNOMED + +YES + +YES + +NO +
+
+
+

C.5.6 Concept: aflibercept ranibizumab and bevacizumab

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+40244266 + +aflibercept + +1232150 + +RxNorm + +NO + +YES + +NO +
+1397141 + +bevacizumab + +253337 + +RxNorm + +NO + +YES + +NO +
+19080982 + +ranibizumab + +595060 + +RxNorm + +NO + +YES + +NO +
+
+
+

C.5.7 Concept: Diabetic retinopathy

+ + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+4174977 + +Retinopathy due to diabetes mellitus + +4855003 + +SNOMED + +NO + +YES + +NO +
+
+
+

C.5.8 Concept: Macular edema

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+4290333 + +Macular retinal edema + +37231002 + +SNOMED + +NO + +YES + +NO +
+4208200 + +Postoperative cystoid macular edema + +312920004 + +SNOMED + +YES + +YES + +NO +
+
+ +
+

C.5.10 Concept: Renal vein occlusion

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+440392 + +Retinal vascular occlusion + +73757007 + +SNOMED + +NO + +YES + +NO +
+4334245 + +Retinal artery occlusion + +232035005 + +SNOMED + +YES + +YES + +NO +
+437544 + +Arterial retinal branch occlusion + +50821009 + +SNOMED + +YES + +YES + +NO +
+4338905 + +Cilioretinal artery occlusion + +232036006 + +SNOMED + +YES + +YES + +NO +
+
+
+

C.5.11 Concept: focal laser photocoagulation

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+4219449 + +Focal laser photocoagulation of retina + +397538008 + +SNOMED + +NO + +YES + +NO +
+2111048 + +Destruction of localized lesion of retina (eg, macular edema, tumors), 1 or more sessions; photocoagulation + +67210 + +CPT4 + +NO + +YES + +NO +
+
+
+

C.5.12 Concept: panretinal photocoagulation

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+2111054 + +Treatment of extensive or progressive retinopathy (eg, diabetic retinopathy), photocoagulation + +67228 + +CPT4 + +NO + +YES + +NO +
+4162096 + +Laser photocoagulation to retina + +399867007 + +SNOMED + +NO + +YES + +NO +
+4013503 + +Repair of retina for retinal tear or defect by laser photocoagulation + +112969004 + +SNOMED + +YES + +YES + +NO +
+4309528 + +Repair of retinal detachment by laser photocoagulation + +85231002 + +SNOMED + +YES + +YES + +NO +
+
+
+

C.5.13 Concept: Mechanical vitrectomy

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Concept ID + +Concept Name + +Code + +Vocabulary + +Excluded + +Descendants + +Mapped +
+4314406 + +Mechanical vitrectomy by pars plana approach + +87021001 + +SNOMED + +NO + +YES + +NO +
+4246506 + +Mechanical vitrectomy + +60177007 + +SNOMED + +NO + +YES + +NO +
+45889738 + +Vitrectomy, mechanical, pars plana approach + +1014238 + +CPT4 + +NO + +YES + +NO +
+2111009 + +Removal of lens material; pars plana approach, with or without vitrectomy + +66852 + +CPT4 + +YES + +NO + +NO +
+
+ +
+
+
+
+

D Negative Control Concepts

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Table D.1: Negative outcome controls specified through condition occurrences that map to (a descendent of) the indicated concept ID +
+ +Concept ID +
+439935 + +Abnormal posture +
+443585 + +Abrasion and/or friction burn of multiple sites +
+199192 + +Abrasion and/or friction burn of trunk without infection +
+4088290 + +Absence of breast +
+4092879 + +Absent kidney +
+75911 + +Acquired hallux valgus +
+137951 + +Acquired keratoderma +
+73241 + +Anal and rectal polyp +
+45757682 + +Anomaly of jaw size +
+81878 + +Benign paroxysmal positional vertigo +
+4216219 + +Bizarre personal appearance +
+133655 + +Burn of forearm +
+134765 + +Cachexia +
+73560 + +Calcaneal spur +
+434327 + +Cannabis abuse +
+140842 + +Changes in skin texture +
+81378 + +Chondromalacia of patella +
+432303 + +Cocaine abuse +
+4201390 + +Colostomy present +
+46269889 + +Complication due to Crohn’s disease +
+434675 + +Complication of gastrostomy +
+134438 + +Contact dermatitis +
+78619 + +Contusion of knee +
+201606 + +Crohn’s disease +
+76786 + +Derangement of knee +
+436077 + +Developmental delay +
+377910 + +Deviated nasal septum +
+4115402 + +Difficulty sleeping +
+45757370 + +Disproportion of reconstructed breast +
+433111 + +Effects of hunger +
+433527 + +Endometriosis +
+4170770 + +Epidermoid cyst +
+437448 + +Exhaustion due to excessive exertion +
+4092896 + +Feces contents abnormal +
+4092896 + +Feces contents abnormal +
+374801 + +Foreign body in ear +
+259995 + +Foreign body in orifice +
+4096540 + +Foreskin deficient +
+439788 + +Galactosemia +
+40481632 + +Ganglion cyst +
+40481632 + +Ganglion cyst +
+4168318 + +Genetic disorder carrier +
+433577 + +Hammer toe +
+4231770 + +Hereditary thrombophilia +
+4012570 + +High risk sexual behavior +
+4012934 + +Homocystinuria +
+374375 + +Impacted cerumen +
+374375 + +Impacted cerumen +
+4344500 + +Impingement syndrome of shoulder region +
+40481897 + +Inadequate sleep hygiene +
+139099 + +Ingrowing nail +
+444132 + +Injury of knee +
+4265896 + +Jellyfish poisoning +
+432593 + +Kwashiorkor +
+434203 + +Late effect of contusion +
+438329 + +Late effect of motor vehicle accident +
+4027782 + +Lipid storage disease +
+433997 + +Lymphangioma +
+4051630 + +Malingering +
+258540 + +Marfan’s syndrome +
+432798 + +Mechanical complication of internal orthopedic device, implant AND/OR graft +
+4103703 + +Melena +
+439795 + +Minimal cognitive impairment +
+4209423 + +Nicotine dependence +
+4209423 + +Nicotine dependence +
+377572 + +Noise effects on inner ear +
+136368 + +Non-toxic multinodular goiter +
+40480893 + +Nonspecific tuberculin test reaction +
+40480893 + +Nonspecific tuberculin test reaction +
+438130 + +Opioid abuse +
+438130 + +Opioid abuse +
+4299094 + +Opioid intoxication +
+4091513 + +Passing flatus +
+437092 + +Physiological development failure +
+433951 + +Poisoning by tranquilizer +
+4202045 + +Postviral fatigue syndrome +
+439790 + +Psychalgia +
+81634 + +Ptotic breast +
+380706 + +Regular astigmatism +
+141932 + +Senile hyperkeratosis +
+4019836 + +Social exclusion +
+36713918 + +Somatic dysfunction of lumbar region +
+443172 + +Splinter of face without major open wound +
+81151 + +Sprain of ankle +
+72748 + +Strain of rotator cuff capsule +
+432436 + +Symbolic dysfunction +
+378427 + +Tear film insufficiency +
+437264 + +Tobacco dependence syndrome +
+433244 + +Tooth loss +
+436876 + +Toxic effect of lead compound +
+440612 + +Toxic effect of tobacco and nicotine +
+4201387 + +Tracheostomy present +
+45757285 + +Unsatisfactory tooth restoration +
+140641 + +Verruca vulgaris +
+4115367 + +Wrist joint pain +
+440193 + +Wristdrop +
+
+ + + +
+
+ +
+ + + + + + + + + + + + + + + + diff --git a/docs/semaglutide-ndp-protocol.Rproj b/docs/semaglutide-ndp-protocol.Rproj new file mode 100644 index 00000000..e83436a3 --- /dev/null +++ b/docs/semaglutide-ndp-protocol.Rproj @@ -0,0 +1,16 @@ +Version: 1.0 + +RestoreWorkspace: Default +SaveWorkspace: Default +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: pdfLaTeX + +AutoAppendNewline: Yes +StripTrailingWhitespace: Yes diff --git a/docs/style.css b/docs/style.css new file mode 100644 index 00000000..4354b6d4 --- /dev/null +++ b/docs/style.css @@ -0,0 +1,13 @@ +#TOC::before { + content: ""; + display: block; + height: 50px; + margin: 5px 0px 5px 0px; + background-image: url("OHDSI_toc_header.png"); + background-size: contain; + background-position: center center; + background-repeat: no-repeat; +} +h1.title { + text-align: center; +} diff --git a/docs/title.tex b/docs/title.tex new file mode 100644 index 00000000..7561c355 --- /dev/null +++ b/docs/title.tex @@ -0,0 +1 @@ +\thispagestyle{fancy} % from title.tex diff --git a/docs/utils.R b/docs/utils.R new file mode 100644 index 00000000..dbdc589f --- /dev/null +++ b/docs/utils.R @@ -0,0 +1,145 @@ +# Copyright 2021 Observational Health Data Sciences and Informatics +# +# This file is adapted from PrettyOutput.R in LegendT2dm: +# https://github.com/ohdsi-studies/LegendT2dm/blob/master/R/PrettyOutput.R +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +#' Print cohort definition with specified name +#' +#' @description +#' Outputs a cohort definition into human-readable \code{markdown} +#' +#' @param name Cohort name listed as section title +#' @param json JSON cohort definition to be printed +#' @param obj Cohort object outputted from \code{CirceR} to be printed; can be \code{NULL} +#' in which case \code{json} is used. +#' @param withConcepts Boolean: Include concept lists in output? +#' @param withClosing Boolean: Add the output from \code{printCohortClose} to end? +#' +#' @export +printCohortDefinitionFromNameAndJson <- function(name, json = NULL, obj = NULL, + withConcepts = TRUE, + withClosing = TRUE) { + + if (is.null(obj)) { + obj <- CirceR::cohortExpressionFromJson(json) + } + + writeLines(paste("##", name, "\n")) + + # Print main definition + markdown <- CirceR::cohortPrintFriendly(obj) + + markdown <- gsub("criteria:\\r\\n ", "criteria:\\\r\\\n\\\r\\\n ", markdown) + markdown <- gsub("old.\\r\\n\\r\\n", "old.\\\r\\\n", markdown) + + markdown <- gsub("The person exits the cohort", "\\\r\\\nThe person also exists the cohort", markdown) + markdown <- gsub("following events:", "following events:\\\r\\\n", markdown) + + markdown <- sub("### Inclusion Criteria", "### Additional Inclusion Criteria\n", markdown) + + markdown <- unnumberAdditionalCriteria(markdown) + markdown <- stringr::str_replace_all( + markdown, "#### (\\d+).", + function(matched_str) { + digit <- stringr::str_extract(matched_str, stringr::regex("\\d+")) + paste0("#### ", utils::as.roman(digit), ".") + } + ) + + rows <- unlist(strsplit(markdown, "\\r\\n")) + rows <- gsub("^ ", "", rows) + markdown <- paste(rows, collapse = "\n") + + writeLines(markdown) + + # Print concept sets + + if (withConcepts) { + lapply(obj$conceptSets, printConceptSet) + } + + if (withClosing) { + printCohortClose() + } +} + + +#' Print concept set +#' +#' @description +#' Outputs a concept set into human-readable \code{markdown} +#' +#' @param conceptSet JSON concept set definition to be printed +#' @param latexTableFontSize Font size to use if output will be converted to PDF via \code{latex} +#' +#' @export +printConceptSet <- function(conceptSet, + latexTableFontSize = 8) { + + markdown <- CirceR::conceptSetPrintFriendly(conceptSet) + rows <- unlist(strsplit(markdown, "\\r\\n")) + rows <- gsub("^\\|", "", rows) + rows <- gsub("\\|$", "", rows) + header <- rows[1] + data <- readr::read_delim(paste(rows[c(2,4:(length(rows)-2))], + collapse = '\n'), + delim = '|', col_types = "ccccccc") + + header <- gsub("###", "### Concept:", header) + + tab <- data %>% mutate_if(is.numeric, format, digits = 10) %>% knitr::kable(linesep = "", booktabs = TRUE, longtable = TRUE) + + if (knitr::is_latex_output()) { + writeLines(header) + + writeLines(tab %>% + kableExtra::kable_styling(latex_options = "striped", font_size = latexTableFontSize) %>% + kableExtra::column_spec(1, width = "5em") %>% + kableExtra::column_spec(2, width = "20em")) + } else if (knitr::is_html_output()) { + writeLines(header) + + writeLines(tab %>% + kableExtra::kable_styling(bootstrap_options = "striped")) + } else { + writeLines(markdown) + } +} + + +#' Print cohort closing line +#' +#' @description +#' Outputs a cohort closing line in \code{markdown} +#' +#' @export +printCohortClose <- function() { + writeLines("") + if (knitr::is_html_output()) { + writeLines("
") + } else { + writeLines("------") + } + writeLines("") +} + +#' Find the subsections corresponding to additional criteria and unnumber them. +unnumberAdditionalCriteria <- function(markdown) { + markdown <- stringr::str_replace_all( + markdown, "#### (\\d+).(.*)", + function(matched_str) { paste(matched_str, "{-}") } + ) + return(markdown) +} From 26a016bec58c55054eca19c10772133eb3db99a4 Mon Sep 17 00:00:00 2001 From: Erik Westlund Date: Mon, 12 Aug 2024 15:30:03 -0400 Subject: [PATCH 2/2] docs: Link to protocol.html from README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17856700..57379a8f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Estimation of risk of NAION and other vision disorders from exposure to semaglut - Study lead forums tag: **[[Cindy X. Cai]](https://forums.ohdsi.org/u/cindyxcai)** - Study start date: **-** - Study end date: **-** -- Protocol: **docs/Semaglutide and NAION Research Protocol.pdf** +- Protocol: **