DrugUtilisation Studies in the OMOP Common Data Model

Author

Martí Català

Published

September 24, 2025

Preface

Is this book for me?

This book is part of the collection of Tidy R programming in OMOP see accompanying books:

  1. Tidy R programming with the OMOP common data model
  2. The omopverse developer book

We’ve written this book for anyone interested to conduct DrugUtilisation studies using the OMOP Common Data Model and working with databases using a tidyverse style approach. That is, human centered, consistent, composable, and inclusive (see https://design.tidyverse.org/unifying.html for more details on these principles).

New to R? We recommend you compliment the book with R for data science

New to databases? We recommend you take a look at some web tutorials on SQL, such as SQLBolt or SQLZoo

New to the OMOP CDM? We’d recommend you pare this book with The Book of OHDSI

How is the book organised?

TO ADD

Citation

TO ADD

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Code

The source code for the book can be found at this Github repository

Packages version

This book is rendered using the following version of packages:

Finding R package dependencies ... Done!
Package Version Link
DrugUtilisation 1.0.4 🔗
omock 0.5.0 🔗

Note we only included the packages called explicitly in the book.