Skip to content

Generating a Dataset to predict mortality #1445

Answered by dehall
Rov7 asked this question in Q&A
Discussion options

You must be logged in to vote

If you want an approach that could translate to real data, you could use something like fhiry https://github.com/dermatologist/fhiry or fhir-pyrate https://github.com/UMEssen/FHIR-PYrate or roll your own https://mitre.github.io/fhir-for-research/modules/tabular-python

But if all you want is quick and dirty analysis, it's probably easier to use the CSV output from Synthea which exports the data in a structured format similar to a relational database. If you're generating a new dataset, enable the csv export by setting the exporter.csv.export setting to true, either in ./src/main/resources/synthea.properties or on the command line ./run_synthea --exporter.csv.export=true ...
More info on th…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Rov7
Comment options

@dehall
Comment options

Answer selected by Rov7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants