diff --git a/configuration/backend_configuration/ampathformstranslations/soap_note_translations_en.json b/configuration/backend_configuration/ampathformstranslations/soap_note_translations_en.json new file mode 100644 index 0000000..d91e69e --- /dev/null +++ b/configuration/backend_configuration/ampathformstranslations/soap_note_translations_en.json @@ -0,0 +1,15 @@ +{ + "uuid": "f3a9bc1b-4849-4cc3-a869-8b6a1608c8cb", + "form": "SOAP Note Template", + "form_name_translation": "SOAP Note Template", + "description": "", + "language": "en", + "translations": { + "SOAP": "SOAP", + "SOAP Note": "SOAP Note", + "Subjective Findings": "Subjective Findings", + "Objective Findings": "Objective Findings", + "Assessment": "Assessment", + "Plan": "Plan" + } +} diff --git a/configuration/backend_configuration/ampathformstranslations/soap_note_translations_fr.json b/configuration/backend_configuration/ampathformstranslations/soap_note_translations_fr.json new file mode 100644 index 0000000..aaa2161 --- /dev/null +++ b/configuration/backend_configuration/ampathformstranslations/soap_note_translations_fr.json @@ -0,0 +1,15 @@ +{ + "uuid": "f3a9bc1b-4849-4cc3-a869-8b6a1608c8cb", + "form": "SOAP Note Template", + "form_name_translation": "Modèle de note SOAP", + "description": "French Translations for SOAP Note Template", + "language": "fr", + "translations": { + "SOAP": "SOAP", + "SOAP Note": "Note SOAP", + "Subjective Findings": "Constatations subjectives", + "Objective Findings": "Constatations objectives", + "Assessment": "L'évaluation", + "Plan": "Plan" + } +}