Skip to main content

Interactive Notebooks

Try FHIR4DS in your browser using Google Colab. These notebooks demonstrate the core capabilities of the toolkit without requiring any local installation.

Get Started

NotebookDescriptionOpen in Colab
FHIRPathCore FHIRPath R4 parsing and evaluation.Open In Colab
CQLCQL-to-SQL translation and population evaluation.Open In Colab
ViewDefinitionSQL-on-FHIR v2 ViewDefinition generator.Open In Colab
DQMMeasure evaluation and clinical audit trails.Open In Colab

Each notebook begins with pip install fhir4ds-v2 and imports from fhir4ds. No other setup is required.

Local Usage

To run these notebooks locally, install the package and launch Jupyter:

pip install "fhir4ds-v2[measures]"
jupyter notebook docs/notebooks/

Or clone the repository for the latest development version:

git clone https://github.com/fhir4ds/fhir4ds.git
cd fhir4ds
pip install -e ".[measures]"
jupyter notebook docs/notebooks/