diff --git a/config/simulations/ecg.yml b/config/simulations/ecg.yml index 09eb63eee..1b3db1fd8 100755 --- a/config/simulations/ecg.yml +++ b/config/simulations/ecg.yml @@ -41,3 +41,6 @@ charts: #upperBoundY: 0.15 series: - param: zf + + + diff --git a/src/main/resources/synthea.properties b/src/main/resources/synthea.properties index 4213088d8..29be79f4f 100644 --- a/src/main/resources/synthea.properties +++ b/src/main/resources/synthea.properties @@ -290,12 +290,12 @@ lifecycle.death_by_natural_causes = false lifecycle.death_by_loss_of_care = false # Use physiology simulations to generate some VitalSigns -physiology.generators.enabled = true +physiology.generators.enabled = false # Allow physiology module states to be executed # If false, all Physiology state objects will immediately redirect to the state defined in # the alt_direct_transition field -physiology.state.enabled = true +physiology.state.enabled = false # set to true to introduce errors in height, weight and BMI observations for people # under 20 years old