diff --git a/mappings/translation/data_exchange_approach.json b/mappings/translation/data_exchange_approach.json index bff37a8382..5eb2b5b1d8 100644 --- a/mappings/translation/data_exchange_approach.json +++ b/mappings/translation/data_exchange_approach.json @@ -211,6 +211,9 @@ "MEDICAID_CLAIMS": "Medicaid claims", "MEDICARE_CLAIMS": "Medicare claims", "PATIENT_REGISTRY": "Patient registry", + "OTHER": "Other (please specify)" + }, + "readonlyOptions": { "OTHER": "Other" } } @@ -234,6 +237,9 @@ "MEDICAID_CLAIMS": "Medicaid claims", "MEDICARE_CLAIMS": "Medicare claims", "PATIENT_REGISTRY": "Patient registry", + "OTHER": "Other (please specify)" + }, + "readonlyOptions": { "OTHER": "Other" }, "parentRelation": { @@ -317,13 +323,13 @@ "gqlField": "isDataExchangeApproachComplete", "goField": "IsDataExchangeApproachComplete", "dbField": "is_data_exchange_approach_complete", - "label": "This data exchange approach is complete.", + "label": "Data exchange approach status", "sublabel": "This will alert interested parties about your data exchange approach. You can still edit this after it’s marked complete.", "dataType": "BOOLEAN", "formType": "CHECKBOX", "order": 3.07, "options": { - "true": "Yes", + "true": "This data exchange approach is complete.", "false": "No" } },