Processing workflow

Processing workflow

This document describes how the input CSV files are transformed into the derived patient-level summary data/derived_patient_status.csv in this demo repository.

Inputs

Script

The derivation is performed by the script:

You can inspect or download the script and its runtime requirements here:

This script:

Running locally

Install dependencies (if not already available):

python3 -m pip install -r scripts/requirements.txt

Run the script:

python3 scripts/derive_patient_status.py

This will write data/derived_patient_status.csv and print the number of rows written.

Notes