From f54e7c4879b947c7396a37d9bf32162098804ca7 Mon Sep 17 00:00:00 2001 From: Abbie Watson Date: Thu, 3 Aug 2023 12:16:42 -0500 Subject: [PATCH] removed incorrect references --- src/main/resources/modules/menstrual_cycle.json | 10 +++++++++- src/main/resources/modules/wearables_circadian.json | 12 ++---------- src/main/resources/modules/wearables_o2.json | 12 ++---------- src/main/resources/modules/wellness_encounters.json | 2 +- 4 files changed, 14 insertions(+), 22 deletions(-) diff --git a/src/main/resources/modules/menstrual_cycle.json b/src/main/resources/modules/menstrual_cycle.json index a3d0ee7bb7..342a0418a2 100644 --- a/src/main/resources/modules/menstrual_cycle.json +++ b/src/main/resources/modules/menstrual_cycle.json @@ -1,6 +1,14 @@ { "name": "Wearables_Sleep", - "remarks": [ "" ], + "remarks": [ + "", + "References", + "", + "", + "Known model limitations:", + "", + "" + ], "states": { "Initial": { "type": "Initial", diff --git a/src/main/resources/modules/wearables_circadian.json b/src/main/resources/modules/wearables_circadian.json index 16fe8e053e..fd16d2a56a 100644 --- a/src/main/resources/modules/wearables_circadian.json +++ b/src/main/resources/modules/wearables_circadian.json @@ -1,21 +1,13 @@ { "name": "Wearables_Circadian", "remarks": [ - "Wearable devices are routinely used for fitness activities, compliance monitoring, and remote patient monitoring workflows (such as post-surgical stepdown). This module simulates the use of an iWatch werable, and adds FHIR Observation resources corresponding to common biomarkers tracked by the iWatch (step count, step distance, flights climbed, standing time, etc).", - "It uses the Pew Research Center data estimating 20% of the population wears a smartwatch. With mortality effects and demographic age brackets, this works out to approximately 10% of the Synthea patient's generated having wearables data.", - "If you wish to include granular SleepMonitor data and media files, enable the `physiology.state.enabled` and `physiology.generators.enabled` fields to true in the `synthea.properties` file.", "", "References", - "Smartwatch Statistics 2023: How Many People Use Smartwatches?", - "https://www.demandsage.com/smartwatch-statistics/#:~:text=45%25%20of%20Americans%20regularly%20wear%20smartwatches.", "", - "About one-in-five Americans use a smart watch or fitness tracker", - "https://www.pewresearch.org/short-reads/2020/01/09/about-one-in-five-americans-use-a-smart-watch-or-fitness-tracker/", "", "Known model limitations:", - "- This module is Apple centric, and may not model biomarkers found in Garmin devices, Fitbits, and other wearables (yet).", - "- Most biomarkers are still modeled with Markov chains, and not yet connected to the Biomodel partial differential equation models.", - "- Data follows FHIR normalization best practices, and may not reflect raw biomarker data obtained from wearable devices. One particular example of this is blood pressure, which is reported as two discreet data points in the XML exported from Apple, but which is combined into a single FHIR Observation record with multiple components." + "", + "" ], "states": { "Initial": { diff --git a/src/main/resources/modules/wearables_o2.json b/src/main/resources/modules/wearables_o2.json index 9cd0939879..38c505eeed 100644 --- a/src/main/resources/modules/wearables_o2.json +++ b/src/main/resources/modules/wearables_o2.json @@ -1,21 +1,13 @@ { "name": "Wearables_O2_Stats", "remarks": [ - "Wearable devices are routinely used for fitness activities, compliance monitoring, and remote patient monitoring workflows (such as post-surgical stepdown). This module simulates the use of an iWatch werable, and adds FHIR Observation resources corresponding to common biomarkers tracked by the iWatch (step count, step distance, flights climbed, standing time, etc).", - "It uses the Pew Research Center data estimating 20% of the population wears a smartwatch. With mortality effects and demographic age brackets, this works out to approximately 10% of the Synthea patient's generated having wearables data.", - "If you wish to include granular ECG data and media files, enable the `physiology.state.enabled` and `physiology.generators.enabled` fields to true in the `synthea.properties` file.", "", "References", - "Smartwatch Statistics 2023: How Many People Use Smartwatches?", - "https://www.demandsage.com/smartwatch-statistics/#:~:text=45%25%20of%20Americans%20regularly%20wear%20smartwatches.", "", - "About one-in-five Americans use a smart watch or fitness tracker", - "https://www.pewresearch.org/short-reads/2020/01/09/about-one-in-five-americans-use-a-smart-watch-or-fitness-tracker/", "", "Known model limitations:", - "- This module is Apple centric, and may not model biomarkers found in Garmin devices, Fitbits, and other wearables (yet).", - "- Most biomarkers are still modeled with Markov chains, and not yet connected to the Biomodel partial differential equation models.", - "- Data follows FHIR normalization best practices, and may not reflect raw biomarker data obtained from wearable devices. One particular example of this is blood pressure, which is reported as two discreet data points in the XML exported from Apple, but which is combined into a single FHIR Observation record with multiple components." + "", + "" ], "states": { "Initial": { diff --git a/src/main/resources/modules/wellness_encounters.json b/src/main/resources/modules/wellness_encounters.json index abedca547e..10e8ab98ac 100644 --- a/src/main/resources/modules/wellness_encounters.json +++ b/src/main/resources/modules/wellness_encounters.json @@ -1,7 +1,7 @@ { "name": "Wellness Encounters", "remarks": [ - "migrated observations from Lifecycle and Metabolic Syndrome ruby modules" + "Migrated observations from Lifecycle and Metabolic Syndrome ruby modules" ], "states": { "Initial": {