examples.tutorial schema🔗
This schema is for development or testing purposes and is not available on any backend.
This example schema is for use in the ehrQL tutorial.
To use this schema in an ehrQL file:
from ehrql.tables.examples.tutorial import (
clinical_events,
hospitalisations,
patient_address,
patients,
prescriptions,
)
many rows per patient
clinical_events🔗
TODO.
many rows per patient
hospitalisations🔗
TODO.
many rows per patient
patient_address🔗
TODO.
Columns
one row per patient
patients🔗
Columns
many rows per patient
prescriptions🔗
TODO.