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
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/