diff --git a/edivorce/apps/core/templates/question/06_children_payor_medical.html b/edivorce/apps/core/templates/question/06_children_payor_medical.html
index c84b9eb2..7d8bb7e6 100644
--- a/edivorce/apps/core/templates/question/06_children_payor_medical.html
+++ b/edivorce/apps/core/templates/question/06_children_payor_medical.html
@@ -230,6 +230,33 @@
What special provisions have been made?
{% input_field type="textarea" name="child_support_payment_special_provisions" class="response-textarea form-control" tabindex="-1" maxlength="1000" rows="3" %}
+
+
+
Is medical coverage available for the children?
+
+
+
+
+
+
+
+
+
Whose plan is the coverage under?
+
+
+
+
+
+
+
{% endblock %}
diff --git a/edivorce/fixtures/Question.json b/edivorce/fixtures/Question.json
index f818103e..088d4c70 100644
--- a/edivorce/fixtures/Question.json
+++ b/edivorce/fixtures/Question.json
@@ -1580,5 +1580,27 @@
},
"model": "core.question",
"pk": "child_support_payment_special_provisions"
+},
+{
+ "fields": {
+ "name": "Is medical coverage available for the children?",
+ "description": "For Step 6, Your children - Payor & medical expenses",
+ "summary_order": 0,
+ "required": "Required"
+ },
+ "model": "core.question",
+ "pk": "medical_coverage_available"
+},
+{
+ "fields": {
+ "name": "What special provisions have been made?",
+ "description": "For Step 6, Your children - Payor & medical expenses",
+ "summary_order": 0,
+ "required": "Conditional",
+ "conditional_target": "medical_coverage_available",
+ "reveal_response": "YES"
+ },
+ "model": "core.question",
+ "pk": "whose_plan_is_coverage_under"
}
]