Need help generating a dataset for a specific time period. #1586
-
|
Hello, I’m trying to export patient data with exactly 4 years of encounter history. I’ve tried setting exporter.years_of_history = 4 in the properties file and also used the command line argument --exporter.years_of_history=4, but I still see some encounters or observations outside this range. I'm using the command java -jar synthea-with-dependencies.jar -p 1000 "New York" "New York" |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
No. The years of history is not strict, it will include clinically active concepts outside the time window. So for example, if a patient has active diabetes and hypertension from 5 years ago, they will be included, as well as current medications they are taking for them. If you need it to be strict, you have to post-process the data yourself. |
Beta Was this translation helpful? Give feedback.
-
|
Will seeding patients we create in one run allow us to come back and generate a new later time period for the same patients continuing their record or does that just create the same patients for different later dates? To add to an existing patient record without disrupting their health trajectory is this possible? Or should I postprocess a lifetime's worth of data to reflect monthly requirements? |
Beta Was this translation helpful? Give feedback.
No. The years of history is not strict, it will include clinically active concepts outside the time window.
So for example, if a patient has active diabetes and hypertension from 5 years ago, they will be included, as well as current medications they are taking for them.
If you need it to be strict, you have to post-process the data yourself.