Skip to content

Commit

Permalink
Update usage description
Browse files Browse the repository at this point in the history
  • Loading branch information
lmd59 committed Sep 5, 2024
1 parent 5f05784 commit 8c41dcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions synthea/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ The [Synthea](https://github.com/synthetichealth/synthea) project can be used to

## Usage

- Download the [Synthea](https://github.com/synthetichealth/synthea) codebase: If [synthetichealth/synthea#1501](https://github.com/synthetichealth/synthea/pull/1501) has been merged, you can use the `master` branch, otherwise use the branch listed in that PR.
- In the Synthea project, use `./run_synthea -fm {mapping file location}` to run synthea with the flexporter
- You may also use the flexporter standalone to map an existing exported file `./run_flexporter -fm {mapping file location} -s {source fhir file}`
- Download the [Synthea](https://github.com/synthetichealth/synthea) codebase.
- In the Synthea project, use `./run_synthea -fm {mapping file location}` to run synthea with the flexporter.
- You may also use the flexporter standalone to map an existing exported file: `./run_flexporter -fm {mapping file location} -s {source fhir file}`.
- See the [flexporter documentation](https://github.com/synthetichealth/synthea/wiki/Flexporter) for additional information on the flexporter, mapping file, and limitations.

## Building the Mapping File
Expand Down

0 comments on commit 8c41dcc

Please sign in to comment.