Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • O omop-cdm-toolkit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Health Data
  • omop-cdm-toolkit
  • Wiki
  • Tutorial

Tutorial · Changes

Page history
Update Tutorial authored May 23, 2024 by alabarga's avatar alabarga
Hide whitespace changes
Inline Side-by-side
Tutorial.md
View page @ 25ee6f28
...@@ -35,14 +35,16 @@ One of the greatest qualities of Synthea<sup>TM</sup> is having more than 90 dif ...@@ -35,14 +35,16 @@ One of the greatest qualities of Synthea<sup>TM</sup> is having more than 90 dif
Follow the instructions to compile Synthea or download [synthea-with-dependencies.jar](https://github.com/synthetichealth/synthea/releases/download/master-branch-latest/synthea-with-dependencies.jar) Follow the instructions to compile Synthea or download [synthea-with-dependencies.jar](https://github.com/synthetichealth/synthea/releases/download/master-branch-latest/synthea-with-dependencies.jar)
The basic command line to generate data, in Synthea<sup>TM</sup> v3.2.0, is the following: To export the data in CSV format, you need to set the parameter `exporter.csv.export = true` at file `synthea.properties`.
The basic command line to generate data will be the following:
``` ```
java -jar synthea-with-dependencies.jar -c synthea.properties -p 1000 java -jar synthea-with-dependencies.jar -c synthea.properties -p 1000
``` ```
To export the data in CSV format, you need to set the parameter `exporter.csv.export = true` at `synthea.properties`.
To generate different types of data with modules, one must use the `-m` option with the name of your modules. Check the page with an example [here](https://github.com/synthetichealth/synthea/wiki/The--M-Feature). To generate different types of data with modules, one must use the `-m` option with the name of your modules. Check the page with an example [here](https://github.com/synthetichealth/synthea/wiki/The--M-Feature).
......
Clone repository

Home

Cohort Definition

Tutorial