Skip to content

Commit

Permalink
ran export for translations
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickseguraoddball committed Oct 21, 2024
1 parent 2f51e70 commit f04aa3f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions mappings/translation/data_exchange_approach.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,9 @@
"MEDICAID_CLAIMS": "Medicaid claims",
"MEDICARE_CLAIMS": "Medicare claims",
"PATIENT_REGISTRY": "Patient registry",
"OTHER": "Other (please specify)"
},
"readonlyOptions": {
"OTHER": "Other"
}
}
Expand All @@ -234,6 +237,9 @@
"MEDICAID_CLAIMS": "Medicaid claims",
"MEDICARE_CLAIMS": "Medicare claims",
"PATIENT_REGISTRY": "Patient registry",
"OTHER": "Other (please specify)"
},
"readonlyOptions": {
"OTHER": "Other"
},
"parentRelation": {
Expand Down Expand Up @@ -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"
}
},
Expand Down

0 comments on commit f04aa3f

Please sign in to comment.