Create a Canadian specific resourse #1592
Yashkaran-3004
started this conversation in
General
Replies: 1 comment 3 replies
-
|
Yes, you can change that in the source code. Assuming you are using the default exporters, do a find on "SSN" and "USD" within https://github.com/synthetichealth/synthea/blob/master/src/main/java/org/mitre/synthea/export/FhirR4.java and you'll find the relevant portions of code to modify. Of course, if you do that, it might (??) break compatibility with USCore FHIR profiles, so you'll want to disable those in exporter.fhir.use_us_core_ig = false |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to use synthea and synthea-international to create Canadian specific data. However, even with those few small things like SSN -> SIN and cost are still in US format. Is there a way to change that in the source code?
Also, how can I add more information in the data , for example -> I want to add medication statement to my data
Beta Was this translation helpful? Give feedback.
All reactions