alan-turing-institute / sqlsynthgen

Synthetic data for SQL databases
MIT License
11 stars 0 forks source link

OMOP Use Case: Features for extubation modelling #148

Open myyong opened 9 months ago

myyong commented 9 months ago

This forms part of a series of issues to document how SqlSynthGen is used to create a synthetic version of CCHIC OMOP data. This specific issue will document how we selected and created synthetic data containing features used for extubation modelling.

These suggestions of features were taken from Slack messages:

Initial set of suggestions

Questions about what we can do

First set of suggestions

myyong commented 9 months ago

In order to get the statistical distributions of ethnicity reflected in synthetic data, we perform the following steps:

  1. Add the queries to real data into config.yaml example here

  2. Write row generator function to reference the source stats created above example here

  3. Name the row generator function in config.yaml and assign function outputs to table columns example here