diff --git a/src/main/resources/modules/allergies/food_allergy_incidence.json b/src/main/resources/modules/allergies/food_allergy_incidence.json index ce44f668ce..e723cf05aa 100644 --- a/src/main/resources/modules/allergies/food_allergy_incidence.json +++ b/src/main/resources/modules/allergies/food_allergy_incidence.json @@ -524,7 +524,7 @@ "display": "Wheat (substance)" } ], - "reaction": [ + "reactions": [ { "reaction": {"system": "SNOMED-CT", "code": "267036007", "display": "Dyspnea (finding)"}, "possible_severities": [ @@ -543,7 +543,7 @@ "reaction": {"system": "SNOMED-CT", "code": "271807003", "display": "Eruption of skin (disorder)"}, "possible_severities": [ {"level": "moderate", "value": 0.9}, - {"level": "none", "value": 0.09999999999999998} + {"level": "none", "value": 0.1} ] }, { diff --git a/src/main/resources/modules/appendicitis.json b/src/main/resources/modules/appendicitis.json index 99ae135b66..41eb2e8108 100644 --- a/src/main/resources/modules/appendicitis.json +++ b/src/main/resources/modules/appendicitis.json @@ -229,7 +229,6 @@ }, "Appendicitis_Encounter": { "type": "Encounter", - "wellness": false, "encounter_class": "emergency", "reason": "Appendicitis", "remarks": [ diff --git a/src/main/resources/modules/asthma.json b/src/main/resources/modules/asthma.json index 5bcad1746b..d4ed72f423 100644 --- a/src/main/resources/modules/asthma.json +++ b/src/main/resources/modules/asthma.json @@ -505,7 +505,7 @@ }, "Next_Wellness_Encounter": { "type": "Encounter", - "wellness": "true", + "wellness": true, "direct_transition": "Maintenance_Medication_End", "reason": "asthma_condition" }, diff --git a/src/main/resources/modules/cystic_fibrosis.json b/src/main/resources/modules/cystic_fibrosis.json index 7887db9df0..0482eb7888 100644 --- a/src/main/resources/modules/cystic_fibrosis.json +++ b/src/main/resources/modules/cystic_fibrosis.json @@ -429,7 +429,7 @@ "Meconium_Ileus_Resolved": { "type": "ConditionEnd", "direct_transition": "Sweat_Test", - "condition_onset": "Meconium_Ileus" + "condition_onset": "Meconium Ileus" }, "CF_CarePlan": { "type": "CarePlanStart", diff --git a/src/main/resources/modules/epilepsy.json b/src/main/resources/modules/epilepsy.json index 6d07ca3816..b62ef7bdf0 100644 --- a/src/main/resources/modules/epilepsy.json +++ b/src/main/resources/modules/epilepsy.json @@ -158,14 +158,10 @@ } ], "direct_transition": "Seizure_Encounter", - "remarks": [ - "" - ], "assign_to_attribute": "seizure" }, "Seizure_Encounter": { "type": "Encounter", - "wellness": false, "encounter_class": "emergency", "reason": "seizure", "remarks": [ @@ -410,19 +406,11 @@ }, "Medicine_Encounter": { "type": "Encounter", - "encounter_class": "outpatient", "wellness": true, "reason": "seizure", "remarks": [ "Patients start with medication prescription or follow-up." ], - "codes": [ - { - "system": "SNOMED-CT", - "code": "390906007", - "display": "Follow-Up Encounter" - } - ], "distributed_transition": [ { "distribution": 0.33, diff --git a/src/main/resources/modules/mTBI.json b/src/main/resources/modules/mTBI.json index 95b344c989..e50eb5a5a0 100644 --- a/src/main/resources/modules/mTBI.json +++ b/src/main/resources/modules/mTBI.json @@ -61,15 +61,7 @@ }, "Wellness Encounter": { "type": "Encounter", - "encounter_class": "ambulatory", "reason": "mTBI", - "codes": [ - { - "system": "SNOMED-CT", - "code": 185345009, - "display": "Encounter for symptom (procedure)" - } - ], "direct_transition": "end encounter", "wellness": true }, diff --git a/src/main/resources/modules/pregnancy.json b/src/main/resources/modules/pregnancy.json index 4d02ef103b..10819b4494 100644 --- a/src/main/resources/modules/pregnancy.json +++ b/src/main/resources/modules/pregnancy.json @@ -1691,7 +1691,7 @@ }, "Miscarriage_In_Second_Trimester": { "type": "ConditionOnset", - "target_encounter": "Week_15_Visit", + "target_encounter": "Week_16_Visit", "codes": [ { "system": "SNOMED-CT", @@ -1800,7 +1800,7 @@ }, "Late_Fetal_Chromosomal_Anomaly": { "type": "ConditionOnset", - "target_encounter": "Week_15_Visit", + "target_encounter": "Week_16_Visit", "assign_to_attribute": "fatal_pregnancy_complication", "remarks": [ "This is a separate state due to the limitation that a ConditionOnset must occur ", @@ -1817,7 +1817,7 @@ }, "Uterine_Anomaly": { "type": "ConditionOnset", - "target_encounter": "Week_15_Visit", + "target_encounter": "Week_16_Visit", "assign_to_attribute": "fatal_pregnancy_complication", "codes": [ { @@ -1830,7 +1830,7 @@ }, "Unknown_Complication": { "type": "ConditionOnset", - "target_encounter": "Week_15_Visit", + "target_encounter": "Week_16_Visit", "assign_to_attribute": "fatal_pregnancy_complication", "codes": [ { diff --git a/src/main/resources/modules/veteran_hyperlipidemia.json b/src/main/resources/modules/veteran_hyperlipidemia.json index 3f57a6d9c0..cbcd4b9e8d 100644 --- a/src/main/resources/modules/veteran_hyperlipidemia.json +++ b/src/main/resources/modules/veteran_hyperlipidemia.json @@ -82,15 +82,7 @@ }, "Hyperlipidemia initial workup encounter": { "type": "Encounter", - "encounter_class": "ambulatory", "reason": "hyperlipidemia", - "codes": [ - { - "system": "SNOMED-CT", - "code": 185345009, - "display": "Encounter for symptom" - } - ], "direct_transition": "Record_LipidPanel", "wellness": true },