synthetichealth / synthea

Synthetic Patient Population Simulator
https://synthetichealth.github.io/synthea
Apache License 2.0
2.16k stars 646 forks source link

Smoking Data #282

Closed dl05 closed 6 years ago

dl05 commented 6 years ago

I saw the formula takes into account smoking information, but smoking is not listed in the personal information. How can I get that info to come up in the patient.csv?

jawalonoski commented 6 years ago

There is no easy configuration change to make the smoking data show up in the CSV.

One could alter the CSV exporter to include that as a column, alternatively we could export smoking status as an observation (which would be nice, because it would conform to the ONC CCDS approach).

jawalonoski commented 6 years ago

Fixed with #388