PageRenderTime 76ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 2ms

/contrib/util/language_translations/currentLanguage_utf8.sql

https://bitbucket.org/yujun/eac.openemr
SQL | 9625 lines | 9578 code | 24 blank | 23 comment | 0 complexity | 864acfa0eda81c35d709dab66942a272 MD5 | raw file
Possible License(s): BSD-3-Clause, GPL-2.0, MPL-2.0, GPL-3.0, LGPL-2.1, AGPL-1.0, LGPL-3.0

Large files files are truncated, but you can click here to view the full file

  1. --
  2. -- Ensure correct encoding
  3. --
  4. SET NAMES utf8;
  5. --
  6. -- Table structure for table `lang_languages`
  7. --
  8. DROP TABLE IF EXISTS `lang_languages`;
  9. CREATE TABLE `lang_languages` (
  10. `lang_id` int(11) NOT NULL auto_increment,
  11. `lang_code` char(2) NOT NULL default '',
  12. `lang_description` varchar(100) default NULL,
  13. UNIQUE KEY `lang_id` (`lang_id`)
  14. ) ENGINE=MyISAM AUTO_INCREMENT=22 ;
  15. --
  16. -- Dumping data for table `lang_languages`
  17. --
  18. INSERT INTO `lang_languages` (`lang_id`, `lang_code`, `lang_description`) VALUES
  19. (1, 'en', 'English (Standard)'),
  20. (2, 'es', 'Spanish (Spain)'),
  21. (3, 'el', 'Spanish (Latin American)'),
  22. (4, 'de', 'German'),
  23. (5, 'du', 'Dutch'),
  24. (6, 'zh', 'Chinese (Simplified)'),
  25. (7, 'zt', 'Chinese (Traditional)'),
  26. (8, 'ru', 'Russian'),
  27. (9, 'in', 'Bahasa Indonesia'),
  28. (10, 'gr', 'Greek'),
  29. (11, 'ei', 'English (Indian)'),
  30. (12, 'pe', 'Portuguese (European)'),
  31. (13, 'pt', 'Portuguese (Brazilian)'),
  32. (14, 'ar', 'Arabic'),
  33. (15, 'da', 'Danish'),
  34. (16, 'tr', 'Turkish'),
  35. (17, 'it', 'Italian'),
  36. (18, 'vi', 'Vietnamese'),
  37. (19, 'uk', 'Ukrainian'),
  38. (20, 'fa', 'Persian'),
  39. (21, 'dd', 'dummy');
  40. --
  41. --
  42. -- Table structure for table `lang_constants`
  43. --
  44. DROP TABLE IF EXISTS `lang_constants`;
  45. CREATE TABLE `lang_constants` (
  46. `cons_id` int(11) NOT NULL auto_increment,
  47. `constant_name` varchar(255) BINARY default NULL,
  48. UNIQUE KEY `cons_id` (`cons_id`),
  49. KEY `constant_name` (`constant_name`)
  50. ) ENGINE=MyISAM AUTO_INCREMENT=6153 ;
  51. --
  52. -- Dumping data for table `lang_constants`
  53. --
  54. INSERT INTO `lang_constants` (`cons_id`, `constant_name`) VALUES
  55. (1, 'A'),
  56. (2, 'A check number or claim number to identify the payment'),
  57. (3, 'A client certificate for the admin user'),
  58. (4, 'A clinical document is attached.'),
  59. (5, 'A distributor is required'),
  60. (6, 'A GCAC visit form should be added to this visit.'),
  61. (7, 'A lot number is required'),
  62. (8, 'A lot number is required!'),
  63. (9, 'A lowercase letter'),
  64. (10, 'A number'),
  65. (11, 'A patient with this ID already exists.'),
  66. (12, 'A patient with this name already exists.'),
  67. (13, 'A patient with this SS already exists.'),
  68. (14, 'A positive number will show that many past appointments on a Widget in the Patient Summary screen.'),
  69. (15, 'A referral source may be specified for each visit.'),
  70. (16, 'A related IPPF code is required!'),
  71. (17, 'A special character'),
  72. (18, 'A unique value to identify this field, not visible to the user'),
  73. (19, 'a.c.'),
  74. (20, 'a.m.'),
  75. (21, 'A/F Level Right:'),
  76. (22, 'AB'),
  77. (23, 'Abbreviation'),
  78. (24, 'Abcess:'),
  79. (25, 'Abdominal'),
  80. (26, 'Able to Bear Weight four (4) steps:'),
  81. (27, 'Abn'),
  82. (28, 'ABN1'),
  83. (29, 'Abnormal'),
  84. (30, 'Abnormal Blood Test'),
  85. (31, 'Abnormal Hair Growth'),
  86. (32, 'Abnormal Mammogram'),
  87. (33, 'Abortion'),
  88. (34, 'Abortion Issues'),
  89. (35, 'Abortion Method'),
  90. (36, 'Abortion-Related Categories'),
  91. (37, 'Abortions'),
  92. (38, 'About the calendar'),
  93. (39, 'Absences by Diagnosis'),
  94. (40, 'Accept Assignment'),
  95. (41, 'Accept Payment for'),
  96. (42, 'Accept Payment for '),
  97. (43, 'Accepts Assignment'),
  98. (44, 'Access Control'),
  99. (45, 'Access Control List Administration'),
  100. (46, 'Access not allowed'),
  101. (47, 'Access Not Authorized'),
  102. (48, 'Access Your Patient Portal'),
  103. (49, 'Account Name'),
  104. (50, 'Accounting'),
  105. (51, 'Aches'),
  106. (52, 'Acknowledgment Requested (ISA14)'),
  107. (53, 'Acknowledgments, Licensing and Certification'),
  108. (54, 'ACL'),
  109. (55, 'ACL Administration'),
  110. (56, 'ACL Administration Not Authorized'),
  111. (57, 'Acne'),
  112. (58, 'Act'),
  113. (59, 'Act Date'),
  114. (60, 'Action'),
  115. (61, 'Actions'),
  116. (62, 'Activate CCR/CCD Reporting'),
  117. (63, 'Active'),
  118. (64, 'Active Alert'),
  119. (65, 'Active Alert Rules'),
  120. (66, 'Active Alerts/Reminders'),
  121. (67, 'Active Encounter'),
  122. (68, 'Active lists'),
  123. (69, 'Active Patient'),
  124. (70, 'Active Plans'),
  125. (71, 'Activity'),
  126. (72, 'Activity Type'),
  127. (73, 'Acute Intoxication/Withdrawal'),
  128. (74, 'Acute on Chronic'),
  129. (75, 'add'),
  130. (76, 'Add'),
  131. (77, 'ADD'),
  132. (78, 'Add a Company'),
  133. (79, 'Add a Pharmacy'),
  134. (80, 'add an event for '),
  135. (81, 'Add as a new note'),
  136. (82, 'Add as New'),
  137. (83, 'Add Buttons'),
  138. (84, 'Add Buttons for Special Chars,Texts to be Displayed on Top of the Editor for inclusion to the text on a Click'),
  139. (85, 'Add Category'),
  140. (86, 'Add Constant'),
  141. (87, 'Add Context'),
  142. (88, 'Add Copay'),
  143. (89, 'Add criteria'),
  144. (90, 'Add Custom Button'),
  145. (91, 'Add Diagnosis'),
  146. (92, 'Add Drug'),
  147. (93, 'Add Encounter'),
  148. (94, 'Add encounter/notes'),
  149. (95, 'Add Facility'),
  150. (96, 'Add Field'),
  151. (97, 'Add following lines to the Apache configuration file'),
  152. (98, 'Add Group'),
  153. (99, 'Add ICD Code'),
  154. (100, 'Add Immunization'),
  155. (101, 'Add is not authorized!'),
  156. (102, 'Add Issue'),
  157. (103, 'Add Language'),
  158. (104, 'Add New'),
  159. (105, 'Add new'),
  160. (106, 'Add new category : '),
  161. (107, 'Add new certificates to the Apache configuration file'),
  162. (108, 'Add New Group'),
  163. (109, 'Add new lot and transaction'),
  164. (110, 'Add New Note'),
  165. (111, 'Add new note'),
  166. (112, 'Add New Partner'),
  167. (113, 'Add Note'),
  168. (114, 'Add Patient Record'),
  169. (115, 'Add Prescription'),
  170. (116, 'Add Procedure'),
  171. (117, 'Add Provider Number'),
  172. (118, 'Add Rehab'),
  173. (119, 'Add Rule'),
  174. (120, 'Add to'),
  175. (121, 'Add to Medication List'),
  176. (122, 'Add Top Level'),
  177. (123, 'Add Transaction'),
  178. (124, 'Add User'),
  179. (125, 'Add User To Group'),
  180. (126, 'Add/Edit eRx'),
  181. (127, 'Add/Edit Patient Transaction'),
  182. (128, 'added'),
  183. (129, 'Adding demographics is not authorized.'),
  184. (130, 'Addison Syndrom'),
  185. (131, 'Addison Syndrome'),
  186. (132, 'Additional Attributes'),
  187. (133, 'Additional Diagnosis:'),
  188. (134, 'Additional History'),
  189. (135, 'Additional history notes'),
  190. (136, 'Additional Info'),
  191. (137, 'Additional Labs'),
  192. (138, 'Additional Notes'),
  193. (139, 'Additional notes for this result or recommendation'),
  194. (140, 'Additional Notes:'),
  195. (141, 'Additional Notes: '),
  196. (142, 'Additional X-RAY Notes:'),
  197. (143, 'Additionally, the corresponding US Snomed Extension Package can be imported separately after installing the International (English version) Snomed Release'),
  198. (144, 'addonly'),
  199. (145, 'Addr Bk'),
  200. (146, 'Addr Book'),
  201. (147, 'Address'),
  202. (148, 'Address Book'),
  203. (149, 'Address book entry for the company performing this procedure'),
  204. (150, 'Address book entry for the distributor'),
  205. (151, 'Address book entry for the vendor'),
  206. (152, 'Address Book Types'),
  207. (153, 'Address1'),
  208. (154, 'Address2'),
  209. (155, 'ADDRESSEE'),
  210. (156, 'Adj'),
  211. (157, 'Adj Amount'),
  212. (158, 'Adjust'),
  213. (159, 'Adjustment'),
  214. (160, 'Adjustment Amt'),
  215. (161, 'Adjustment Reasons'),
  216. (162, 'Adjustment value for code '),
  217. (163, 'Adjustments'),
  218. (164, 'Adm adjust'),
  219. (165, 'Admin'),
  220. (166, 'Admin Email Address'),
  221. (167, 'Administer Via'),
  222. (168, 'Administered'),
  223. (169, 'Administered By'),
  224. (170, 'Administered Site'),
  225. (171, 'Administration'),
  226. (172, 'Administration Site'),
  227. (173, 'Administrators'),
  228. (174, 'Administrators can do anything'),
  229. (175, 'Admit Date'),
  230. (176, 'Adult Weight Screening and Follow-Up'),
  231. (177, 'Adult Weight Screening and Follow-Up (CQM)'),
  232. (178, 'Advance Directive'),
  233. (179, 'Advance Directives'),
  234. (180, 'Advance Directives Warning'),
  235. (181, 'Advanced'),
  236. (182, 'Advice'),
  237. (183, 'Affect normal'),
  238. (184, 'After hrs calls'),
  239. (185, 'After migration from the old password mechanisms where passwords are stored in the users table without salt is complete, this flag should be set to false so that only authentication by the new method is possible'),
  240. (186, 'After performing above configurations, import the admin client certificate to the browser and restart Apache server (empty password).'),
  241. (187, 'After saving the PDF, click [View Log] to check for errors.'),
  242. (188, 'After saving the TEXT file(s), click [View Log] to check for errors.'),
  243. (189, 'After saving your batch, click [View Log] to check for errors.'),
  244. (190, 'After the information is correctly entered, click the Save button.'),
  245. (191, 'AfterCare Planning'),
  246. (192, 'Again'),
  247. (193, 'Age'),
  248. (194, 'Age By'),
  249. (195, 'Age Category'),
  250. (196, 'Age data is out of range.'),
  251. (197, 'Age Display Format'),
  252. (198, 'Age format for \"age from\" is not valid'),
  253. (199, 'Age format for \"age up to\" is not valid'),
  254. (200, 'Age From'),
  255. (201, 'Age in Years for Display Format Change'),
  256. (202, 'Age max'),
  257. (203, 'Age min'),
  258. (204, 'Age Range'),
  259. (205, 'Aging Columns:'),
  260. (206, 'Albanian'),
  261. (207, 'Alcohol'),
  262. (208, 'Alcohol consumption'),
  263. (209, 'Alert Count'),
  264. (210, 'Alerts'),
  265. (211, 'ALEUT'),
  266. (212, 'All'),
  267. (213, 'ALL'),
  268. (214, 'All (Collated Format A)'),
  269. (215, 'All (Collated Format B)'),
  270. (216, 'All (Cumulative)'),
  271. (217, 'All Categories'),
  272. (218, 'All Codes'),
  273. (219, 'All Day'),
  274. (220, 'All day event'),
  275. (221, 'All demographics fields, with search and duplication check'),
  276. (222, 'All Facilities'),
  277. (223, 'All Injuries/Problems/Issues'),
  278. (224, 'All Languages Allowed'),
  279. (225, 'All or part of the first name'),
  280. (226, 'All or part of the last name'),
  281. (227, 'All or part of the organization'),
  282. (228, 'All Products'),
  283. (229, 'All Providers'),
  284. (230, 'All Reviewed and Negative:'),
  285. (231, 'All Topics'),
  286. (232, 'All Users'),
  287. (233, 'Allergic'),
  288. (234, 'Allergies'),
  289. (235, 'Allergies:'),
  290. (236, 'Allergy'),
  291. (237, 'Allergy import successfully completed'),
  292. (238, 'Allergy Issue List'),
  293. (239, 'Allergy Reaction'),
  294. (240, 'Allocate'),
  295. (241, 'Allow'),
  296. (242, 'Allow all available languages as choices on menu at login.'),
  297. (243, 'Allow creation of claims containing diagnoses but not procedures or charges. Most clinics do not want this.'),
  298. (244, 'Allow Debugging Language'),
  299. (245, 'Allow Email'),
  300. (246, 'Allow email messages?'),
  301. (247, 'Allow Email?'),
  302. (248, 'Allow Encounter Claims'),
  303. (249, 'Allow Health Information Exchange'),
  304. (250, 'Allow Immunization Info Sharing'),
  305. (251, 'Allow Immunization Registry Use'),
  306. (252, 'Allow Mail Message'),
  307. (253, 'Allow Patient Portal'),
  308. (254, 'Allow SMS'),
  309. (255, 'Allow SMS (text messages)?'),
  310. (256, 'Allow submitted events to be made active instantly?'),
  311. (257, 'Allow telephone messages?'),
  312. (258, 'Allow users to publish Global Events'),
  313. (259, 'Allow users to publish Personal Calendars'),
  314. (260, 'Allow Voice Message'),
  315. (261, 'Allowed'),
  316. (262, 'Allowed Languages'),
  317. (263, 'Allowed(c)'),
  318. (264, 'already exists'),
  319. (265, 'already exists.'),
  320. (266, 'Already used, choose another identifier'),
  321. (267, 'Already used, choose another title'),
  322. (268, 'Alt Address'),
  323. (269, 'alter'),
  324. (270, 'Alternatively, you may use the search page to upload an electronic remittance (X12 835) file that you have obtained from your payer or clearinghouse. You can do this by clicking the Browse button and selecting the file to upload, and then clicking Search to perform the upload and display the corresponding invoices. In this case the other parameters mentioned above do not apply and will be ignored. Uploading saves the file but does not yet process its contents -- that is done separately as described below.'),
  325. (271, 'AM'),
  326. (272, 'AM Program'),
  327. (273, 'AMC'),
  328. (274, 'AMC Tracking'),
  329. (275, 'Amend Existing Note'),
  330. (276, 'American Indian'),
  331. (277, 'American Indian or Alaska Native'),
  332. (278, 'AMEX'),
  333. (279, 'Amharic'),
  334. (280, 'Amount'),
  335. (281, 'Amount Administered'),
  336. (282, 'Amount Charges'),
  337. (283, 'Amount for Past Balance'),
  338. (284, 'Amount for This Visit'),
  339. (285, 'Amount Paid'),
  340. (286, 'Amount:'),
  341. (287, 'Amt Billed'),
  342. (288, 'An end date later than the start date is required for repeated events!'),
  343. (289, 'An error occurred while dumping OpenEMR web directory tree'),
  344. (290, 'An error occurred while dumping phpGACL web directory tree'),
  345. (291, 'An error occurred while dumping SQL-Ledger web directory tree'),
  346. (292, 'An incomplete GCAC issue has been created and linked. Someone will need to complete it later.'),
  347. (293, 'An unexpected error has occurred.'),
  348. (294, 'An uppercase letter'),
  349. (295, 'And'),
  350. (296, 'AND'),
  351. (297, 'and'),
  352. (298, 'and '),
  353. (299, 'and all subordinate data? This action will be logged'),
  354. (300, 'and modifier'),
  355. (301, 'and processed.'),
  356. (302, 'and restart Apache server.'),
  357. (303, 'and the Reason is'),
  358. (304, 'Anemia'),
  359. (305, 'Ankle'),
  360. (306, 'Ankle + heel'),
  361. (307, 'Ankle Evaluation Form'),
  362. (308, 'Ankle Problems'),
  363. (309, 'Ankylosing Sondlilitis'),
  364. (310, 'Ankylosing Spondlilitis'),
  365. (311, 'Anorexia'),
  366. (312, 'Another thing you can do in the posting window is request secondary billing. If you select this checkbox before saving, then the original claim will be re-opened and queued on the Billing page, and will be processed during the next billing run.'),
  367. (313, 'ante'),
  368. (314, 'Anus nl, no rectal tenderness/mass'),
  369. (315, 'Anxiety'),
  370. (316, 'Any'),
  371. (317, 'Any Category'),
  372. (318, 'Any part of the desired code or its description'),
  373. (319, 'Any part of the desired specialty'),
  374. (320, 'Any part of the drug id or drug name'),
  375. (321, 'Any part of the immunization id or immunization name'),
  376. (322, 'Any part of the patient name, or \"last,first\", or \"X-Y\"'),
  377. (323, 'Anyother Relevant Information'),
  378. (324, 'API key for SMS Gateway.'),
  379. (325, 'Apnea'),
  380. (326, 'Appearance'),
  381. (327, 'Appearance:'),
  382. (328, 'Append this note'),
  383. (329, 'Append to the existing note'),
  384. (330, 'Append to this note'),
  385. (331, 'Append to This Note'),
  386. (332, 'Appendectomy'),
  387. (333, 'Applicable Patients'),
  388. (334, 'Application'),
  389. (335, 'Application name for login page and main window title.'),
  390. (336, 'Application Receiver Code (GS03 - If blank ISA08 will be used)'),
  391. (337, 'Application Sender Code (GS02)'),
  392. (338, 'Application Title'),
  393. (339, 'Applies to the Vitals form and Growth Chart'),
  394. (340, 'Applies to Vitals form'),
  395. (341, 'Apply the changes to the Current event only, to this and all Future occurrences, or to All occurrences?'),
  396. (342, 'apply to affected area'),
  397. (343, 'apply to skin'),
  398. (344, 'Applying'),
  399. (345, 'Applying Patch to site'),
  400. (346, 'Appointment'),
  401. (347, 'Appointment Date'),
  402. (348, 'Appointment Display Style'),
  403. (349, 'Appointment Reminder Rule'),
  404. (350, 'Appointment status'),
  405. (351, 'Appointment Statuses'),
  406. (352, 'Appointment within'),
  407. (353, 'Appointment/Event Color'),
  408. (354, 'Appointments'),
  409. (355, 'Appointments (write optional)'),
  410. (356, 'Appointments (write,wsome optional)'),
  411. (357, 'Appointments and Encounters'),
  412. (358, 'Appointments Report'),
  413. (359, 'Appointments-Encounters Report'),
  414. (360, 'Approve'),
  415. (361, 'Approved'),
  416. (362, 'Approved Events Administration'),
  417. (363, 'Appt-Enc'),
  418. (364, 'Appts'),
  419. (365, 'Apr'),
  420. (366, 'April'),
  421. (367, 'Arabic'),
  422. (368, 'Archive'),
  423. (369, 'Are access control group names to be translated?'),
  424. (370, 'Are appointment category names to be translated?'),
  425. (371, 'Are document category names to be translated?'),
  426. (372, 'Are fees charged for this type?'),
  427. (373, 'Are patient note titles to be translated?'),
  428. (374, 'Are the codes stored in external sql tables (0-No, 1-ICD10, 2-SNOMED(RF1), 3-SNOMED(RF2)) ?'),
  429. (375, 'Are you prepared to complete a new GCAC issue for this visit?'),
  430. (376, 'Are you sure to post for today?'),
  431. (377, 'Are you sure you want to approve these events?'),
  432. (378, 'Are you sure you want to completely remove this form?'),
  433. (379, 'Are you sure you want to delete this disclosure?'),
  434. (380, 'Are you sure you want to delete this event?'),
  435. (381, 'Are you sure you want to delete this item from the database?'),
  436. (382, 'Are you sure you want to delete this note?'),
  437. (383, 'Are you sure you want to edit these events?'),
  438. (384, 'Are you sure you want to hide these events?'),
  439. (385, 'Are you sure you want to view these events?'),
  440. (386, 'Are you sure you wish to delete the entire group named'),
  441. (387, 'Are you sure you wish to delete the entire list'),
  442. (388, 'Are you sure you wish to delete the field in'),
  443. (389, 'Are you sure you wish to delete the selected fields?'),
  444. (390, 'Are you sure you\'d like to continue with these actions?'),
  445. (391, 'Area not specified'),
  446. (392, 'Arm'),
  447. (393, 'Armenian'),
  448. (394, 'Arrythmia'),
  449. (395, 'Arthritis'),
  450. (396, 'Arthritis / degen joint diseas'),
  451. (397, 'Arthritis / degen joint disease'),
  452. (398, 'as'),
  453. (399, 'As Of'),
  454. (400, 'Asian'),
  455. (401, 'Assessment'),
  456. (402, 'Assigned To'),
  457. (403, 'Assistant'),
  458. (404, 'Asthma'),
  459. (405, 'at'),
  460. (406, 'At least one search parameter is required if you select All.'),
  461. (407, 'At the Navicular'),
  462. (408, 'At the Navicular:'),
  463. (409, 'Athletic team'),
  464. (410, 'Athletic Team'),
  465. (411, 'Athletic/Injury'),
  466. (412, 'ATNA audit CA certificate'),
  467. (413, 'ATNA audit host'),
  468. (414, 'ATNA audit local certificate'),
  469. (415, 'ATNA audit port'),
  470. (416, 'Attention'),
  471. (417, 'Attn'),
  472. (418, 'Audit CDR Engine Queries'),
  473. (419, 'Audit Logging Backups'),
  474. (420, 'Audit Logging Miscellaneous'),
  475. (421, 'Audit Logging Order'),
  476. (422, 'Audit Logging Patient Record'),
  477. (423, 'Audit Logging Scheduling'),
  478. (424, 'Audit Logging Security Administration'),
  479. (425, 'Audit Logging SELECT Query'),
  480. (426, 'Aug'),
  481. (427, 'August'),
  482. (428, 'Auth'),
  483. (429, 'Auth/notes'),
  484. (430, 'Authorization group'),
  485. (431, 'Authorization Status'),
  486. (432, 'Authorizations'),
  487. (433, 'Authorize'),
  488. (434, 'Authorize - any encounters'),
  489. (435, 'Authorize - my encounters'),
  490. (436, 'Authorize.net'),
  491. (437, 'Authorized'),
  492. (438, 'Authorized Only'),
  493. (439, 'Auto Send'),
  494. (440, 'Auto-Create New Encounters'),
  495. (441, 'Auto-generated'),
  496. (442, 'Automated Measure Calculations (AMC)'),
  497. (443, 'Automated Measure Calculations (AMC) Tracking'),
  498. (444, 'Automated Measures (AMC)'),
  499. (445, 'Automatic'),
  500. (446, 'Automatically create a new encounter when appointment status is set to \"@\" (arrived).'),
  501. (447, 'Automobile Medical'),
  502. (448, 'autosaved'),
  503. (449, 'Available categories'),
  504. (450, 'Available Times'),
  505. (451, 'Avg Monthly'),
  506. (452, 'Avulsion / avulsion fracture'),
  507. (453, 'Avulsion lateral malleolus'),
  508. (454, 'Avulsion medial malleolus '),
  509. (455, 'Awareness-Based'),
  510. (456, 'Axillary'),
  511. (457, 'b.i.d.'),
  512. (458, 'Back'),
  513. (459, 'back'),
  514. (460, 'Back eight visits'),
  515. (461, 'Back eleven visits'),
  516. (462, 'Back five visits'),
  517. (463, 'Back four visits'),
  518. (464, 'Back nine visits'),
  519. (465, 'Back one visit'),
  520. (466, 'Back Pain'),
  521. (467, 'Back Problems'),
  522. (468, 'Back seven visits'),
  523. (469, 'Back six visits'),
  524. (470, 'Back Surgery'),
  525. (471, 'Back ten visits'),
  526. (472, 'Back three visits'),
  527. (473, 'Back to Admin Page'),
  528. (474, 'Back To Patient'),
  529. (475, 'Back to Users'),
  530. (476, 'Back To View'),
  531. (477, 'Back twelve visits'),
  532. (478, 'Back two visits'),
  533. (479, 'Background Services'),
  534. (480, 'Backup'),
  535. (481, 'Backup file has been created. Will now send download.'),
  536. (482, 'Backup Successfully taken in'),
  537. (483, 'Bad check'),
  538. (484, 'Bad debt'),
  539. (485, 'Bahasa Indonesia'),
  540. (486, 'Bal'),
  541. (487, 'Balance'),
  542. (488, 'balance'),
  543. (489, 'Balance Amt'),
  544. (490, 'Balance Due'),
  545. (491, 'Bank Draft'),
  546. (492, 'Base of fifth (5th) Metarsal'),
  547. (493, 'Base of fifth (5th) Metarsal:'),
  548. (494, 'Batch Claim'),
  549. (495, 'Batch Communication Tool'),
  550. (496, 'Batch Payment Entry'),
  551. (497, 'Batch Payments'),
  552. (498, 'Batch processing initiated; this may take a while.'),
  553. (499, 'Batch Results'),
  554. (500, 'BatchCom'),
  555. (501, 'because that id does not exist.'),
  556. (502, 'Begin'),
  557. (503, 'Begin Date'),
  558. (504, 'Beginning date of service yyyy-mm-dd'),
  559. (505, 'Beginning hour of day for calendar events.'),
  560. (506, 'Belching'),
  561. (507, 'Bengali'),
  562. (508, 'between'),
  563. (509, 'Bilateral'),
  564. (510, 'Bilateral:'),
  565. (511, 'Bill Date:'),
  566. (512, 'Bill/Collect'),
  567. (513, 'Billed'),
  568. (514, 'Billing'),
  569. (515, 'Billing (write optional)'),
  570. (516, 'Billing Attn'),
  571. (517, 'Billing Code for Requested Service'),
  572. (518, 'Billing codes'),
  573. (519, 'Billing Data'),
  574. (520, 'Billing Department'),
  575. (521, 'Billing Facility'),
  576. (522, 'Billing Information'),
  577. (523, 'Billing Location'),
  578. (524, 'Billing Manager'),
  579. (525, 'Billing Note'),
  580. (526, 'Billing Note for '),
  581. (527, 'Billing Note:'),
  582. (528, 'Billing queue results:'),
  583. (529, 'Billing Report'),
  584. (530, 'Billing Status'),
  585. (531, 'Billing Status = Unbilled'),
  586. (532, 'billing to '),
  587. (533, 'Biopsy'),
  588. (534, 'Birth Date'),
  589. (535, 'Birth-24 months'),
  590. (536, 'Black'),
  591. (537, 'Black Lung'),
  592. (538, 'Black or African American'),
  593. (539, 'Bladder Cancer'),
  594. (540, 'Bladder Infections'),
  595. (541, 'Blank Forms'),
  596. (542, 'Bleeding Problems'),
  597. (543, 'Blind Spots'),
  598. (544, 'Bloating'),
  599. (545, 'Blocked'),
  600. (546, 'Blood'),
  601. (547, 'Blood Pressure'),
  602. (548, 'Blood pressure'),
  603. (549, 'Bloody Nose'),
  604. (550, 'Blue Cross Blue Shield'),
  605. (551, 'Blue lines in this report are informational. Black lines show previously existing information. Green lines show changes that were successfully applied. Red lines indicate errors, or changes that were not applied; these must be processed manually. Currently denied claims and payment reversals are not handled automatically and so will appear in red.'),
  606. (552, 'Blurred Vision'),
  607. (553, 'BMI'),
  608. (554, 'BMI Status'),
  609. (555, 'Body Region'),
  610. (556, 'Body Site'),
  611. (557, 'Body site, if applicable'),
  612. (558, 'Bone Tenderness:'),
  613. (559, 'Bone Tenderness: Medial Malleolus'),
  614. (560, 'Boolean'),
  615. (561, 'Bot'),
  616. (562, 'Both Ears'),
  617. (563, 'both ears'),
  618. (564, 'Bottom'),
  619. (565, 'BOX 10 A. Employment related '),
  620. (566, 'BOX 10 B. Auto Accident '),
  621. (567, 'BOX 10 C. Other Accident '),
  622. (568, 'BOX 15. Date of same or similar illness (yyyy-mm-dd):'),
  623. (569, 'BOX 16. Date unable to work from (yyyy-mm-dd):'),
  624. (570, 'BOX 16. Date unable to work to (yyyy-mm-dd):'),
  625. (571, 'BOX 18. Hospitalization date from (yyyy-mm-dd): '),
  626. (572, 'BOX 18. Hospitalization date to (yyyy-mm-dd): '),
  627. (573, 'BOX 20. Is Outside Lab used?'),
  628. (574, 'BOX 22. Medicaid Resubmission Code (ICD-9) '),
  629. (575, 'BOX 23. Prior Authorization No. '),
  630. (576, 'BP'),
  631. (577, 'BP Diastolic'),
  632. (578, 'BP Systolic'),
  633. (579, 'Bpd'),
  634. (580, 'Bps'),
  635. (581, 'Brazilian Portuguese'),
  636. (582, 'Breast'),
  637. (583, 'Breast Biopsy'),
  638. (584, 'Breast Discharge'),
  639. (585, 'Breast Disease'),
  640. (586, 'Breast Exam'),
  641. (587, 'Breast Mass'),
  642. (588, 'Breath Sounds:'),
  643. (589, 'Broken Bones'),
  644. (590, 'Bronchitis Form'),
  645. (591, 'Browse'),
  646. (592, 'Browse for Record'),
  647. (593, 'Bruising/haematoma'),
  648. (594, 'Bulging Right:'),
  649. (595, 'Burning with Urination'),
  650. (596, 'Burning With Urination'),
  651. (597, 'Busy'),
  652. (598, 'but not yet processed.'),
  653. (599, 'Buttock'),
  654. (600, 'Buttock + S.I.'),
  655. (601, 'by'),
  656. (602, 'By'),
  657. (603, 'by mouth'),
  658. (604, 'By/Source'),
  659. (605, 'By:'),
  660. (606, 'C'),
  661. (607, 'CA Certificate for verifying the RFC 5425 TLS syslog server.'),
  662. (608, 'Cache Lifetime (in seconds)'),
  663. (609, 'Cache template output?'),
  664. (610, 'Caffeine consumption'),
  665. (611, 'Calendar'),
  666. (612, 'Calendar Ending Hour'),
  667. (613, 'Calendar Interval'),
  668. (614, 'Calendar Screen'),
  669. (615, 'Calendar Settings'),
  670. (616, 'Calendar Starting Hour'),
  671. (617, 'Calendar UI'),
  672. (618, 'Calendar View'),
  673. (619, 'Call to addForm() goes here.<br>'),
  674. (620, 'Calories'),
  675. (621, 'Cambodian'),
  676. (622, 'CAMOS'),
  677. (623, 'Cancel'),
  678. (624, 'Cancel Changes'),
  679. (625, 'Canceled'),
  680. (626, 'Cancer'),
  681. (627, 'Cancer Screening: Colon Cancer Screening'),
  682. (628, 'Cancer Screening: Mammogram'),
  683. (629, 'Cancer Screening: Pap Smear'),
  684. (630, 'Cancer Screening: Prostate Cancer Screening'),
  685. (631, 'Cannot add this entry because it already exists!'),
  686. (632, 'Cannot add/update this entry because a duplicate already exists!'),
  687. (633, 'cannot be archived, ignored'),
  688. (634, 'cannot be converted to JPEG. Perhaps ImageMagick is not installed?'),
  689. (635, 'cannot be deleted, ignored'),
  690. (636, 'cannot be displayed inline because its type is not supported by the browser.'),
  691. (637, 'cannot be displayed inline becuase its type is not supported by the browser'),
  692. (638, 'cannot be displayed inline becuase its type is not supported by the browser.'),
  693. (639, 'Cannot create'),
  694. (640, 'Cannot find '),
  695. (641, 'Cannot find a destination filename'),
  696. (642, 'Cannot find patient from SQL-Ledger customer id'),
  697. (643, 'Cannot find postscript document reference in '),
  698. (644, 'Cannot find provider from SQL-Ledger employee = '),
  699. (645, 'Cannot Modify Payments.Undistributed is Negative.'),
  700. (646, 'Cannot open '),
  701. (647, 'Cannot Post for Insurance.The Paying Entity selected is Patient.'),
  702. (648, 'Cannot Post for Patient.The Paying Entity selected is Insurance.'),
  703. (649, 'Cannot Post Payments.Undistributed is Negative.'),
  704. (650, 'Cannot read'),
  705. (651, 'Cannot read directory'),
  706. (652, 'Cannot update because you are not editing an existing entry!'),
  707. (653, 'Capitalize'),
  708. (654, 'capsule'),
  709. (655, 'Card'),
  710. (656, 'Cardiac Catheterization'),
  711. (657, 'Cardiac Echo'),
  712. (658, 'Cardiovascular'),
  713. (659, 'Cartilage / chondral / disc damage'),
  714. (660, 'Cartilage injury'),
  715. (661, 'Cartoid pulsations nl, pedal pulses nl'),
  716. (662, 'cash'),
  717. (663, 'Cash'),
  718. (664, 'Cash Rec'),
  719. (665, 'Cash Receipts by Provider'),
  720. (666, 'Cataract Surgery'),
  721. (667, 'Cataracts'),
  722. (668, 'Categories'),
  723. (669, 'Categories for'),
  724. (670, 'Category'),
  725. (671, 'category'),
  726. (672, 'Category '),
  727. (673, 'Category Details'),
  728. (674, 'Category Limits'),
  729. (675, 'Category Name'),
  730. (676, 'Category name is empty'),
  731. (677, 'Category/Title'),
  732. (678, 'Caucasian'),
  733. (679, 'Causes Receipts to Print Encounter/Primary Provider Info'),
  734. (680, 'CDR'),
  735. (681, 'CDR Reports Processing Priority'),
  736. (682, 'Cell'),
  737. (683, 'Cell Phone'),
  738. (684, 'Cell Phone Number'),
  739. (685, 'Central Certification'),
  740. (686, 'Central/South American'),
  741. (687, 'Certificate Authority crt file location cannot be empty'),
  742. (688, 'Certificate Authority key file location cannot be empty'),
  743. (689, 'Certificate to send to RFC 5425 TLS syslog server.'),
  744. (690, 'Certificate User'),
  745. (691, 'Certificates'),
  746. (692, 'ChampUS'),
  747. (693, 'ChampUSVA'),
  748. (694, 'change'),
  749. (695, 'Change'),
  750. (696, 'Change Activity'),
  751. (697, 'Change failed! CouchDB connect error?'),
  752. (698, 'Change in Vision'),
  753. (699, 'Change In Vision'),
  754. (700, 'Change Password'),
  755. (701, 'Changed'),
  756. (702, 'Changed Bowel'),
  757. (703, 'Changing patient ID for document'),
  758. (704, 'Characteristics'),
  759. (705, 'Characters Remaining'),
  760. (706, 'Charge'),
  761. (707, 'Charge adjustment'),
  762. (708, 'Charge Coded'),
  763. (709, 'Charges'),
  764. (710, 'Chart'),
  765. (711, 'Chart Activity'),
  766. (712, 'Chart Check-in/out Activity Report'),
  767. (713, 'Chart ID'),
  768. (714, 'Chart ID:'),
  769. (715, 'Chart Location Activity'),
  770. (716, 'Chart Note'),
  771. (717, 'Chart Number'),
  772. (718, 'Chart Storage Locations'),
  773. (719, 'Chart Tracker'),
  774. (720, 'Chart Trk'),
  775. (721, 'Charts Checked Out'),
  776. (722, 'Charts Out'),
  777. (723, 'Check'),
  778. (724, 'check'),
  779. (725, 'Check All'),
  780. (726, 'Check Amount'),
  781. (727, 'Check Date'),
  782. (728, 'Check for differences of translations with custom language table.'),
  783. (729, 'Check In To'),
  784. (730, 'Check Input Data'),
  785. (731, 'Check Lab Results'),
  786. (732, 'Check mark indicates reviewed'),
  787. (733, 'Check No'),
  788. (734, 'Check Number'),
  789. (735, 'Check Payment'),
  790. (736, 'Check the box if this is an encrypted file'),
  791. (737, 'Check this if you want providers to see all appointments by default and not just their own.'),
  792. (738, 'Check to create problem from this diagnosis'),
  793. (739, 'Check/EOB Date:'),
  794. (740, 'Check/EOB No.:'),
  795. (741, 'Check/Ref Number'),
  796. (742, 'Check/Reference Number'),
  797. (743, 'Checkbox list'),
  798. (744, 'checkbox list'),
  799. (745, 'checkbox w/ text'),
  800. (746, 'Checkbox w/text'),
  801. (747, 'Checked'),
  802. (748, 'Checked box = yes , empty = no'),
  803. (749, 'Checkout'),
  804. (750, 'Checksum'),
  805. (751, 'Chest'),
  806. (752, 'Chest CTAB'),
  807. (753, 'Chest Pain'),
  808. (754, 'Chest Pain:'),
  809. (755, 'Chest Pains'),
  810. (756, 'Chg'),
  811. (757, 'Chief Complaint'),
  812. (758, 'Child'),
  813. (759, 'Childhood immunization Status (CQM)'),
  814. (760, 'Chills'),
  815. (761, 'Chinese'),
  816. (762, 'Chinese (Simplified)'),
  817. (763, 'Chinese (Traditional)'),
  818. (764, 'Choices'),
  819. (765, 'Cholecystectomy'),
  820. (766, 'Cholecystestomy'),
  821. (767, 'Choose'),
  822. (768, 'Choose a section and click an item within it; then in the other section you will see the related items highlighted, and you can click in that section to add and delete relationships.'),
  823. (769, 'Choose Criteria'),
  824. (770, 'Choose File'),
  825. (771, 'Choose from list'),
  826. (772, 'Choose list'),
  827. (773, 'Choose print format for this encounter report.'),
  828. (774, 'Chronic Bronchitis'),
  829. (775, 'Chronic Joint Pain'),
  830. (776, 'Chronic Kidney Disease (CKD)'),
  831. (777, 'Chronic synovitis / effusion / joint pain / gout'),
  832. (778, 'Chronic/Recurrent'),
  833. (779, 'Cirrhosis of the Liver'),
  834. (780, 'Cirrhosis Of The Liver'),
  835. (781, 'City'),
  836. (782, 'City Name'),
  837. (783, 'City, State'),
  838. (784, 'City, State Zip'),
  839. (785, 'City/State'),
  840. (786, 'Claim'),
  841. (787, 'Claim '),
  842. (788, 'Claim Status'),
  843. (789, 'Claim test has completed running'),
  844. (790, 'Claim Type'),
  845. (791, 'Claim was generated to file'),
  846. (792, 'Claim was generated to file '),
  847. (793, 'Claims'),
  848. (794, 'Classification'),
  849. (795, 'Clear'),
  850. (796, 'CLEAR ACTIVE PATIENT'),
  851. (797, 'Clear All'),
  852. (798, 'Clear HL7 Data'),
  853. (799, 'Clear Justification'),
  854. (800, 'Clear Smarty Cache'),
  855. (801, 'Clearing house info required for EDI 270 batch creation.'),
  856. (802, 'CLIA Number'),
  857. (803, 'Click'),
  858. (804, 'Click \'export\' to export your Category, Subcategory, Item, Content data to a text file. Any resemblance of this file to an XML file is purely coincidental. The opening and closing tags must be on the same line, they must be lowercase with no spaces. To import, browse for a file and click \'import\'. If the data is completely different, it will merge with your existing data. If there are similar item names, The old one will be kept and the new one saved with a number added to the end.'),
  859. (805, 'Click a spot on the graphic to add a new annotation, click it again to remove it'),
  860. (806, 'Click Download Certificate to download the certificates in the file ssl.zip'),
  861. (807, 'click for more'),
  862. (808, 'Click for more details'),
  863. (809, 'Click for order summary'),
  864. (810, 'Click for results'),
  865. (811, 'Click here'),
  866. (812, 'Click Here to add a new patient.'),
  867. (813, 'Click here to add new injury change status and edit daily activity'),
  868. (814, 'Click here to choose a date'),
  869. (815, 'Click here to choose a date and time'),
  870. (816, 'Click here to choose a start date'),
  871. (817, 'click here to search'),
  872. (818, 'click here to update priority, category and nickname settings'),
  873. (819, 'Click here to view all.'),
  874. (820, 'Click here to view and graph'),
  875. (821, 'Click here to view and graph all vitals.'),
  876. (822, 'Click here to view patient details'),
  877. (823, 'Click here to view them all.'),
  878. (824, 'Click here to view/edit more details'),
  879. (825, 'Click Install button to install database release from the following date'),
  880. (826, 'Click on any of the time parts to increase it'),
  881. (827, 'Click Patient Name to Open Patient File'),
  882. (828, 'Click Refresh to view all results, or please input search criteria above to view specific results.'),
  883. (829, 'Click to add a diagnosis'),
  884. (830, 'Click to add new components'),
  885. (831, 'Click to add new consultation'),
  886. (832, 'Click to download'),
  887. (833, 'Click to edit'),
  888. (834, 'Click to edit description'),
  889. (835, 'Click to edit this event'),
  890. (836, 'Click to generate the report'),
  891. (837, 'Click to print'),
  892. (838, 'Click to receive (add) new lot'),
  893. (839, 'Click to select'),
  894. (840, 'Click To Select'),
  895. (841, 'Click to select an industry-standard code for this procedure'),
  896. (842, 'Click to select optional procedure code'),
  897. (843, 'Click to select or change CVX code'),
  898. (844, 'Click to select or change diagnoses'),
  899. (845, 'Click to select or change service codes'),
  900. (846, 'Click to select patient'),
  901. (847, 'Click to select related code'),
  902. (848, 'Click to select services to perform if this result is abnormal'),
  903. (849, 'Click to select the desired procedure'),
  904. (850, 'Click to sort'),
  905. (851, 'Click to view'),
  906. (852, 'Click to view or edit'),
  907. (853, 'Click to view/edit'),
  908. (854, 'Click Upgrade button to upgrade database release from the following date'),
  909. (855, 'Click:'),
  910. (856, 'Client Certificate Expiration Days'),
  911. (857, 'Client certificate validation period'),
  912. (858, 'Client certificate validity should be a valid number.'),
  913. (859, 'Client Copy'),
  914. (860, 'Client medical history summary'),
  915. (861, 'Client Name'),
  916. (862, 'Client Number'),
  917. (863, 'Client Profile - New Clients'),
  918. (864, 'Client Profile - Unique Clients'),
  919. (865, 'Clients'),
  920. (866, 'Clinic'),
  921. (867, 'Clinic Copy'),
  922. (868, 'Clinic Daily Record'),
  923. (869, 'Clinic ID'),
  924. (870, 'Clinical'),
  925. (871, 'Clinical Decision Rules Alert Manager'),
  926. (872, 'Clinical History'),
  927. (873, 'Clinical Plans'),
  928. (874, 'Clinical Quality Measures (CQM)'),
  929. (875, 'Clinical Reminders'),
  930. (876, 'Clinical Reports'),
  931. (877, 'Clinical Rule Action Category'),
  932. (878, 'Clinical Rule Action Item'),
  933. (879, 'Clinical Rule Filter Methods'),
  934. (880, 'Clinical Rule Target Methods'),
  935. (881, 'Clinical Rules'),
  936. (882, 'Clinical Rules Age Intervals'),
  937. (883, 'Clinical Rules Comparisons'),
  938. (884, 'Clinical Rules Encounter Types'),
  939. (885, 'Clinical Rules Reminder Due Options'),
  940. (886, 'Clinical Rules Reminder Inactivation Options'),
  941. (887, 'Clinical Rules Reminder Intervals'),
  942. (888, 'Clinical Rules Reminder Methods'),
  943. (889, 'Clinical Rules Target Intervals'),
  944. (890, 'Clinical targets'),
  945. (891, 'Clinical Term'),
  946. (892, 'Clinical Term Code(s)'),
  947. (893, 'Clinicians'),
  948. (894, 'Clone'),
  949. (895, 'Clone Past Visit'),
  950. (896, 'Close'),
  951. (897, 'close window'),
  952. (898, 'Closed'),
  953. (899, 'cm'),
  954. (900, 'CMS 1500 Margins'),
  955. (901, 'CMS ID'),
  956. (902, 'CN2-12 intact'),
  957. (903, 'Co Pay'),
  958. (904, 'Co Pay Paid'),
  959. (905, 'CO-PAY'),
  960. (906, 'Code'),
  961. (907, 'code'),
  962. (908, 'Code Finder'),
  963. (909, 'Code must be two letter lowercase'),
  964. (910, 'Code or symbol to indicate currency'),
  965. (911, 'Code Text'),
  966. (912, 'code type'),
  967. (913, 'Code Types'),
  968. (914, 'Code(s)'),
  969. (915, 'Coded'),
  970. (916, 'Codes'),
  971. (917, 'Coding'),
  972. (918, 'Coding - any encounters (write,wsome optional)'),
  973. (919, 'Coding - my encounters (write,wsome optional)'),
  974. (920, 'Coding not authorized'),
  975. (921, 'Coffee'),
  976. (922, 'Coinsurance'),
  977. (923, 'Coll w/o'),
  978. (924, 'Collapse'),
  979. (925, 'collapse'),
  980. (926, 'Collapse All'),
  981. (927, 'Collapse all'),
  982. (928, 'collapse all'),
  983. (929, 'Collection Date'),
  984. (930, 'Collections'),
  985. (931, 'Collections Report'),
  986. (932, 'Colon Cancer'),
  987. (933, 'Colon Cancer Screening'),
  988. (934, 'Colon Cancer Surgery'),
  989. (935, 'Colonoscopy'),
  990. (936, 'colonoscopy'),
  991. (937, 'Color'),
  992. (938, 'Color:Abbr'),
  993. (939, 'Column'),
  994. (940, 'Columns'),
  995. (941, 'Combining Lots'),
  996. (942, 'Comma'),
  997. (943, 'Comment'),
  998. (944, 'Comments'),
  999. (945, 'Comments for this result or recommendation'),
  1000. (946, 'Commercial Insurance Co.'),
  1001. (947, 'Commit Changes'),
  1002. (948, 'Communications'),
  1003. (949, 'Company'),
  1004. (950, 'Company Name'),
  1005. (951, 'Complete'),
  1006. (952, 'Completed'),
  1007. (953, 'Completed?'),
  1008. (954, 'Complications by Service Provider'),
  1009. (955, 'Complications of Abortion'),
  1010. (956, 'Components'),
  1011. (957, 'Computer Aided Medical Ordering System'),
  1012. (958, 'Conclusions'),
  1013. (959, 'Configuration'),
  1014. (960, 'Configuration Export/Import'),
  1015. (961, 'Configure Apache and OpenEMR to use Client side SSL certificates.'),
  1016. (962, 'Configure Apache to use Client side SSL certificates'),
  1017. (963, 'Configure Apache to use HTTPS.'),
  1018. (964, 'Configure Openemr to use Client side SSL certificates'),
  1019. (965, 'Confirm Create New Patient'),
  1020. (966, 'Confirm New Password'),
  1021. (967, 'Confirm Payment'),
  1022. (968, 'Congenital'),
  1023. (969, 'Conjuntiva, pupils'),
  1024. (970, 'Connectors'),
  1025. (971, 'Constant'),
  1026. (972, 'constant name'),
  1027. (973, 'Constant name is blank'),
  1028. (974, 'constants'),
  1029. (975, 'Constipation'),
  1030. (976, 'Constitutional'),
  1031. (977, 'Consultation Brief Description'),
  1032. (978, 'Contact'),
  1033. (979, 'Contact Email'),
  1034. (980, 'Contact Email Address'),
  1035. (981, 'Contact EMR Direct to subscribe to the phiMail Direct messaging service'),
  1036. (982, 'contact info'),
  1037. (983, 'Contact Lenses'),
  1038. (984, 'Contact Medical Information Integration, LLC at http://mi-squared.com for Lab Exchange Service.'),
  1039. (985, 'Contact Medical Information Integration, LLC at http://mi-squared.com or ZH Healthcare at http://zhservices.com for subscribing the eRx service'),
  1040. (986, 'Contact name'),
  1041. (987, 'Contact Person'),
  1042. (988, 'Contact Phone Number'),
  1043. (989, 'Contact ZMG, LLC (zmghealth@gmail.com) for subscribing the eRx service'),
  1044. (990, 'contain at least three of the four following items:'),
  1045. (991, 'Container Group Name'),
  1046. (992, 'Content'),
  1047. (993, 'content'),
  1048. (994, 'Context'),
  1049. (995, 'Context name can\'t be empty'),
  1050. (996, 'Continue'),
  1051. (997, 'Continuity of Care Document (CCD)'),
  1052. (998, 'Continuity of Care Record (CCR)'),
  1053. (999, 'Contra Clients'),
  1054. (1000, 'Contraception'),
  1055. (1001, 'Contraception Issues'),
  1056. (1002, 'Contraceptive Complication (specify)'),
  1057. (1003, 'Contraceptive Method'),
  1058. (1004, 'Contraceptive Products'),
  1059. (1005, 'Contraceptive services previously started'),
  1060. (1006, 'Contraceptives Start'),
  1061. (1007, 'Control ID'),
  1062. (1008, 'Control No.'),
  1063. (1009, 'COPAY'),
  1064. (1010, 'Copay'),
  1065. (1011, 'CoPay'),
  1066. (1012, 'Copay not positive'),
  1067. (1013, 'Copays'),
  1068. (1014, 'COPD'),
  1069. (1015, 'Copy Pages to Patient Chart'),
  1070. (1016, 'Copy Values'),
  1071. (1017, 'Copying the database file. This will take some time...'),
  1072. (1018, 'Copyright Notice'),
  1073. (1019, 'Coronary Artery Bypass'),
  1074. (1020, 'Coronary Artery Bypass Graft (CABG)'),
  1075. (1021, 'Corrected'),
  1076. (1022, 'CouchDB'),
  1077. (1023, 'CouchDB Connection Failed.'),
  1078. (1024, 'CouchDB Database'),
  1079. (1025, 'CouchDB database name'),
  1080. (1026, 'CouchDB host'),
  1081. (1027, 'CouchDB HostName'),
  1082. (1028, 'CouchDB Log Enable'),
  1083. (1029, 'CouchDB Password'),
  1084. (1030, 'CouchDB Port'),
  1085. (1031, 'CouchDB port'),
  1086. (1032, 'CouchDB UserName'),
  1087. (1033, 'Cough'),
  1088. (1034, 'Cough:'),
  1089. (1035, 'Could not read file'),
  1090. (1036, 'Could not send email due to a server problem, '),
  1091. (1037, 'Could not send email due to a server problem. '),
  1092. (1038, 'Couldn\'t create backup dir:'),
  1093. (1039, 'Couldn\'t remove dir:'),
  1094. (1040, 'Couldn\'t remove old backup file:'),
  1095. (1041, 'Couldn\'t remove old export file: '),
  1096. (1042, 'Coumadin Management - INR Monitoring'),
  1097. (1043, 'Couns by Method'),
  1098. (1044, 'Counseling'),
  1099. (1045, 'Counseling activities'),
  1100. (1046, 'COUNTER REFERRAL FORM'),
  1101. (1047, 'Counter-Referral'),
  1102. (1048, 'Country'),
  1103. (1049, 'Country Data Type'),
  1104. (1050, 'Country list'),
  1105. (1051, 'Country List (write,addonly optional)'),
  1106. (1052, 'Country Name should be represent in two letters. (Example: United States is US)'),
  1107. (1053, 'county'),
  1108. (1054, 'Coupon'),
  1109. (1055, 'CPT'),
  1110. (1056, 'CPT Code'),
  1111. (1057, 'CPT Codes'),
  1112. (1058, 'CPT4 Procedure/Service'),
  1113. (1059, 'CPTII Performance Measures'),
  1114. (1060, 'CQM'),
  1115. (1061, 'Crackles:'),
  1116. (1062, 'cream'),
  1117. (1063, 'Create a Client side SSL certificate for each user or client machine.'),
  1118. (1064, 'Create a client side SSL certificate for either a user or a client hostname.'),
  1119. (1065, 'Create an Event'),
  1120. (1066, 'Create and download a full backup'),
  1121. (1067, 'Create Backup'),
  1122. (1068, 'Create batch'),
  1123. (1069, 'Create Client Certificate'),
  1124. (1070, 'Create Client side SSL certificates'),
  1125. (1071, 'Create Duplicate'),
  1126. (1072, 'Create Eventlog Backup'),
  1127. (1073, 'Create new issue'),
  1128. (1074, 'Create New Patient'),
  1129. (1075, 'Create Offsite Portal Credentials'),
  1130. (1076, 'Create Onsite Portal Credentials'),
  1131. (1077, 'Create Patient Note'),
  1132. (1078, 'Create the SSL Certificate Authority and Server certificates.'),
  1133. (1079, 'Create Visit'),
  1134. (1080, 'Created'),
  1135. (1081, 'Creating export file'),
  1136. (1082, 'Creating this file on remote host failed'),
  1137. (1083, 'Creator'),
  1138. (1084, 'credit'),
  1139. (1085, 'Credit Card'),
  1140. (1086, 'Credits'),
  1141. (1087, 'Criteria'),
  1142. (1088, 'Crohn\'s Disease'),
  1143. (1089, 'Crohns Disease'),
  1144. (1090, 'CSV Export'),
  1145. (1091, 'CSV File'),
  1146. (1092, 'CSV Tables'),
  1147. (1093, 'CU.MM'),
  1148. (1094, 'Cuban'),
  1149. (1095, 'Currency Decimal Places'),
  1150. (1096, 'Currency Decimal Point Symbol'),
  1151. (1097, 'Currency Designator'),
  1152. (1098, 'Currency Thousands Separator'),
  1153. (1099, 'Current'),
  1154. (1100, 'Current Alcohol'),
  1155. (1101, 'Current Consultation'),
  1156. (1102, 'Current Criteria'),
  1157. (1103, 'Current day highlight color'),
  1158. (1104, 'Current every day smoker'),
  1159. (1105, 'Current file name was changed to'),
  1160. (1106, 'Current Hash'),
  1161. (1107, 'Current Location'),
  1162. (1108, 'Current Medications'),
  1163. (1109, 'Current Password'),
  1164. (1110, 'Current Patient'),
  1165. (1111, 'Current Recreational Drugs'),
  1166. (1112, 'Current some day smoker'),
  1167. (1113, 'Currently Active'),
  1168. (1114, 'Currently Running'),
  1169. (1115, 'Currently there are no facilities.'),
  1170. (1116, 'Cushing Syndrom'),
  1171. (1117, 'Cushing Syndrome'),
  1172. (1118, 'Custom'),
  1173. (1119, 'Custom input?'),
  1174. (1120, 'Custom Table'),
  1175. (1121, 'CVX Code'),
  1176. (1122, 'CVX Code Mapping'),
  1177. (1123, 'CVX Immunization'),
  1178. (1124, 'Cycle'),
  1179. (1125, 'CYP'),
  1180. (1126, 'CYP Factor'),
  1181. (1127, 'CYP Report'),
  1182. (1128, 'Czech'),
  1183. (1129, 'D'),
  1184. (1130, 'D&C'),
  1185. (1131, 'D&E'),
  1186. (1132, 'D.O.B.'),
  1187. (1133, 'daily'),
  1188. (1134, 'Daily Record'),
  1189. (1135, 'Danish'),
  1190. (1136, 'Data Alike is already in database, please change code and/or description'),
  1191. (1137, 'Data Alike is already in database, please change constant name'),
  1192. (1138, 'Data Cols'),
  1193. (1139, 'Data Error'),
  1194. (1140, 'Data Type'),
  1195. (1141, 'Database'),
  1196. (1142, 'Database is not installed.'),
  1197. (1143, 'Database Patch'),
  1198. (1144, 'Database Reporting'),
  1199. (1145, 'Database upgrade finished.'),
  1200. (1146, 'DataCols must be a number between 1 and 999'),
  1201. (1147, 'Date'),
  1202. (1148, 'DATE'),
  1203. (1149, 'Date & Time Administered'),
  1204. (1150, 'Date Administered'),
  1205. (1151, 'Date and time of sample collection'),
  1206. (1152, 'Date and time of this observation'),
  1207. (1153, 'Date and time that the sample was collected'),
  1208. (1154, 'Date Cannot be greater than Today'),
  1209. (1155, 'Date contraceptive services initially provided'),
  1210. (1156, 'Date Created'),
  1211. (1157, 'Date Deceased'),
  1212. (1158, 'Date Destroyed'),
  1213. (1159, 'Date Display Format'),
  1214. (1160, 'Date format for \"appointment end\" is not valid'),
  1215. (1161, 'Date format for \"appointment start\" is not valid'),
  1216. (1162, 'Date format for \"Next Appointment\" is not valid'),
  1217. (1163, 'Date format for \"not seen since\" is not valid'),
  1218. (1164, 'Date format for \"seen since\" is not valid'),
  1219. (1165, 'Date Immunization Information Statements Given'),
  1220. (1166, 'Date is missing for code '),
  1221. (1167, 'Date Master Criteria'),
  1222. (1168, 'Date of bank deposit yyyy-mm-dd'),
  1223. (1169, 'Date of Billing'),
  1224. (1170, 'Date of Birth'),
  1225. (1171, 'Date of birth'),
  1226. (1172, 'Date Of Birth'),
  1227. (1173, 'Date of Entry'),
  1228. (1174, 'Date of Injury'),
  1229. (1175, 'Date of payment yyyy-mm-dd'),
  1230. (1176, 'Date of referral'),
  1231. (1177, 'Date of reply'),
  1232. (1178, 'Date of Report'),
  1233. (1179, 'Date of Service'),
  1234. (1180, 'Date Of Service'),
  1235. (1181, 'Date of Service = Today'),
  1236. (1182, 'Date of service mm/dd/yyyy'),
  1237. (1183, 'Date of Service:'),
  1238. (1184, 'Date Of Signature'),
  1239. (1185, 'Date of Status Change'),
  1240. (1186, 'Date of this order'),
  1241. (1187, 'Date of this report'),
  1242. (1188, 'Date of VIS Statement'),
  1243. (1189, 'Date Ordered'),
  1244. (1190, 'Date selector'),
  1245. (1191, 'Date Sent'),
  1246. (1192, 'Date The Message Was Sent'),
  1247. (1193, 'Date values Cannot be Blank.'),
  1248. (1194, 'Date/Appt'),
  1249. (1195, 'Date/Notes'),
  1250. (1196, 'Date/Notes of Last'),
  1251. (1197, 'Date/Time'),
  1252. (1198, 'Date:'),
  1253. (1199, 'Dated Message Log'),
  1254. (1200, 'day'),
  1255. (1201, 'Day'),
  1256. (1202, 'Day View'),
  1257. (1203, 'Day(s)'),
  1258. (1204, 'Day(s) M-F'),
  1259. (1205, 'days'),
  1260. (1206, 'Days'),
  1261. (1207, 'days ago'),
  1262. (1208, 'Days and Games Missed'),
  1263. (1209, 'Days From Last Encounter'),
  1264. (1210, 'Days Missed'),
  1265. (1211, 'Days per Column:'),
  1266. (1212, 'Days/Col:'),
  1267. (1213, 'DB installed'),
  1268. (1214, 'DD/MM/YYYY'),
  1269. (1215, 'De Identification'),
  1270. (1216, 'De Identification Process is completed'),
  1271. (1217, 'De Identification Process is ongoing'),
  1272. (1218, 'De Identification process is started and running in background'),
  1273. (1219, 'De Identified data may not be complete'),
  1274. (1220, 'De-identification files will be saved in'),
  1275. (1221, 'DEA'),
  1276. (1222, 'Deaf'),
  1277. (1223, 'Debug Information'),
  1278. (1224, 'Debugging'),
  1279. (1225, 'Dec'),
  1280. (1226, 'DECEASED'),
  1281. (1227, 'December'),
  1282. (1228, 'Decimal pounds or pounds and ounces separated by #(e.g. 5#4)'),
  1283. (1229, 'Deductible'),
  1284. (1230, 'Deductible Met'),
  1285. (1231, 'Default'),
  1286. (1232, 'Default Calendar View'),
  1287. (1233, 'Default Encounter Form ID'),
  1288. (1234, 'Default Facility'),
  1289. (1235, 'Default Language'),
  1290. (1236, 'Default language if no other is allowed or chosen.'),
  1291. (1237, 'Default List (write,addonly optional)'),
  1292. (1238, 'Default Method'),
  1293. (1239, 'Default Password Expiration Days'),
  1294. (1240, 'Default password expiration period in days. 0 means this feature is disabled.'),
  1295. (1241, 'Default Patient Country'),
  1296. (1242, 'Default Priority'),
  1297. (1243, 'Default Provider'),
  1298. (1244, 'Default Range'),
  1299. (1245, 'Default Reason for Visit'),
  1300. (1246, 'Default Setting'),
  1301. (1247, 'Default state of New Window checkbox in the patient list.'),
  1302. (1248, 'Default Template'),
  1303. (1249, 'Default Units'),
  1304. (1250, 'Default Value'),
  1305. (1251, 'Default Warehouse'),
  1306. (1252, 'Default X12 Partner'),
  1307. (1253, 'Default/Global'),
  1308. (1254, 'Del'),
  1309. (1255, 'del'),
  1310. (1256, 'Delayed Recurrence (> 12 Mo)'),
  1311. (1257, 'Delete'),
  1312. (1258, 'delete'),
  1313. (1259, 'Delete Categories with ID(s) : '),
  1314. (1260, 'Delete Category'),
  1315. (1261, 'Delete failed!'),
  1316. (1262, 'Delete Group'),
  1317. (1263, 'Delete List'),
  1318. (1264, 'Delete Pages'),
  1319. (1265, 'Delete Patient, Encounter, Form, Issue, Document, Payment, Billing or Transaction'),
  1320. (1266, 'Delete Row'),
  1321. (1267, 'Delete Selected Items'),
  1322. (1268, 'Delete successful.'),
  1323. (1269, 'Delete this document'),
  1324. (1270, 'Delete this form'),
  1325. (1271, 'Delete this note'),
  1326. (1272, 'Deleted Successfully.'),
  1327. (1273, 'Deleting'),
  1328. (1274, 'Deleting this event cannot be undone. It cannot be recovered once it is gone. Are you sure you wish to delete this event?'),
  1329. (1275, 'Delivery Confirmed'),
  1330. (1276, 'Delivery is not currently permitted to the specified Direct Address.'),
  1331. (1277, 'Delivery of the attached clinical document was requested by the patient.'),
  1332. (1278, 'Dementia'),
  1333. (1279, 'Demographics'),
  1334. (1280, 'Demographics (write,addonly optional)'),
  1335. (1281, 'Demographics filter criteria'),
  1336. (1282, 'Demographics not authorized'),
  1337. (1283, 'Demographics not authorized.'),
  1338. (1284, 'Denied'),
  1339. (1285, 'Denominator'),
  1340. (1286, 'Dental'),
  1341. (1287, 'Dental Issue List'),
  1342. (1288, 'Dental Issues'),
  1343. (1289, 'Depending on the type of bill you are testing you will see HCFA like output on a blank page for HCFA bills, you will see many lines of somewhat garbled text and information if you are testing an X12 claim. That garbled text is the X12 EDI 4010A format. Occasionally you will see odd characters that look like dominoes or squiglies, these are control characters such as page feeds and are normal.'),
  1344. (1290, 'Deposit Date'),
  1345. (1291, 'Deposit Date Cannot be greater than Today'),
  1346. (1292, 'Deposit Date:'),
  1347. (1293, 'Depressed'),
  1348. (1294, 'Depression'),
  1349. (1295, 'Description'),
  1350. (1296, 'description'),
  1351. (1297, 'Description of the Disclosure'),
  1352. (1298, 'Description of this procedure or result code'),
  1353. (1299, 'Description Translation'),
  1354. (1300, 'Destination'),
  1355. (1301, 'Destination Filename'),
  1356. (1302, 'Destroy Lot'),
  1357. (1303, 'Destroy...'),
  1358. (1304, 'Destroyed'),
  1359. (1305, 'Destroyed Drugs'),
  1360. (1306, 'Destroyed Drugs Report'),
  1361. (1307, 'Detail'),
  1362. (1308, 'Details'),
  1363. (1309, 'Developmental abnormality'),
  1364. (1310, 'Diabetes'),
  1365. (1311, 'Diabetes Mellitus'),
  1366. (1312, 'Diabetes: Blood Pressure Management (CQM)'),
  1367. (1313, 'Diabetes: Eye Exam'),
  1368. (1314, 'Diabetes: Eye Exam (CQM)'),
  1369. (1315, 'Diabetes: Foot Exam'),
  1370. (1316, 'Diabetes: Foot Exam (CQM)'),
  1371. (1317, 'Diabetes: HbA1c Poor Control (CQM)'),
  1372. (1318, 'Diabetes: Hemoglobin A1C'),
  1373. (1319, 'Diabetes: LDL Management & Control (CQM)'),
  1374. (1320, 'Diabetes: Urine Microalbumin'),
  1375. (1321, 'Diag'),
  1376. (1322, 'Diagnoses'),
  1377. (1323, 'Diagnosis'),
  1378. (1324, 'Diagnosis Code'),
  1379. (1325, 'Diagnosis Date'),
  1380. (1326, 'Diagnosis must be coded into a linked encounter'),
  1381. (1327, 'Diagnosis Name'),
  1382. (1328, 'Diagnosis Report'),
  1383. (1329, 'Diagnosis Reporting'),
  1384. (1330, 'Diagnosis Reporting Only'),
  1385. (1331, 'Diagnosis Title'),
  1386. (1332, 'Diagnosis:'),
  1387. (1333, 'Diagnosis: '),
  1388. (1334, 'Diagnostic Tests:'),
  1389. (1335, 'Dials'),
  1390. (1336, 'Diaphragms/Caps'),
  1391. (1337, 'Diarrhea'),
  1392. (1338, 'Dictation'),
  1393. (1339, 'Dictation: '),
  1394. (1340, 'Did you receive a copy of the HIPAA Notice?'),
  1395. (1341, 'Diffuse:'),
  1396. (1342, 'Digitally Signed'),
  1397. (1343, 'Direct Mail'),
  1398. (1344, 'Direct Message Log'),
  1399. (1345, 'Direct Message Received.'),
  1400. (1346, 'Direct messaging is currently unavailable.'),
  1401. (1347, 'Direct Messaging Send Failure.'),
  1402. (1348, 'Director Name'),
  1403. (1349, 'Directory delete failed; continuing.'),
  1404. (1350, 'Disability'),
  1405. (1351, 'Disable Calendar'),
  1406. (1352, 'Disable Chart Tracker'),
  1407. (1353, 'Disable Immunizations'),
  1408. (1354, 'Disable Old Metric Vitals Form'),
  1409. (1355, 'Disable phpMyAdmin'),
  1410. (1356, 'Disable Prescriptions'),
  1411. (1357, 'Disable User Groups'),
  1412. (1358, 'disabled'),
  1413. (1359, 'Disabled'),
  1414. (1360, 'Disabled Beneficiary Under Age 65 with Large Group Health Plan (LGHP)'),
  1415. (1361, 'DISC'),
  1416. (1362, 'Discharge'),
  1417. (1363, 'Discharge From Urethra'),
  1418. (1364, 'Discharge Right'),
  1419. (1365, 'Discharge Right:'),
  1420. (1366, 'Discharged'),
  1421. (1367, 'Disclosure Info'),
  1422. (1368, 'Disclosure Type'),
  1423. (1369, 'Disclosure Types'),
  1424. (1370, 'Disclosures'),
  1425. (1371, 'Discount'),
  1426. (1372, 'Discount Amount'),
  1427. (1373, 'Discount Level'),
  1428. (1374, 'Discount Percentage'),
  1429. (1375, 'Discounts as Monetary Amounts'),
  1430. (1376, 'Discounts at checkout time are entered as money amounts, as opposed to percentage.'),
  1431. (1377, 'Discrete Result'),
  1432. (1378, 'Disease'),
  1433. (1379, 'Dislocation'),
  1434. (1380, 'Disp #'),
  1435. (1381, 'Dispatch'),
  1436. (1382, 'Dispatch Received Document'),
  1437. (1383, 'Dispensed'),
  1438. (1384, 'Display advance directives in the demographics page.'),
  1439. (1385, 'Display event dates in block?'),
  1440. (1386, 'Display Format for US Weights'),
  1441. (1387, 'Display how many events?'),
  1442. (1388, 'Display location in block?'),
  1443. (1389, 'Display Name'),
  1444. (1390, 'Display the calendar?'),
  1445. (1391, 'Display today\'s events in the block?'),
  1446. (1392, 'Display topic in block?'),
  1447. (1393, 'Display upcoming events in block?'),
  1448. (1394, 'Displayed Columns'),
  1449. (1395, 'Displaying the following number of most recent disclosures:'),
  1450. (1396, 'Displaying the following number of most recent notes'),
  1451. (1397, 'Displaying the following number of most recent notes:'),
  1452. (1398, 'Distribution'),
  1453. (1399, 'Distributions'),
  1454. (1400, 'Distributor'),
  1455. (1401, 'Diverticulitis'),
  1456. (1402, 'Diverticulitis Surgery'),
  1457. (1403, 'Divirticulitis'),
  1458. (1404, 'Divirticulitis Surgery'),
  1459. (1405, 'Divorced'),
  1460. (1406, 'Dizziness:'),
  1461. (1407, 'Do not change'),
  1462. (1408, 'Do not display Allergy uploaded to NewCrop'),
  1463. (1409, 'Do not display Medications uploaded to NewCrop'),
  1464. (1410, 'Do not display the calendar.'),
  1465. (1411, 'Do not inventory and sell any products'),
  1466. (1412, 'Do not require patient notes to be authorized'),
  1467. (1413, 'Do Not Resuscitate Order'),
  1468. (1414, 'do not save'),
  1469. (1415, 'do not substitute'),
  1470. (1416, 'do nothing'),
  1471. (1417, 'Do you really want to delete'),
  1472. (1418, 'Do you really want to delete the selection?'),
  1473. (1419, 'Do you really want to delete this group'),
  1474. (1420, 'Do you want to continue?'),
  1475. (1421, 'Do you want to delete this?'),
  1476. (1422, 'Do you want to delete?'),
  1477. (1423, 'Do you want to remove this record?'),
  1478. (1424, 'Do you wish to continue adding this new patient?'),
  1479. (1425, 'Do you wish to continue with the new name?'),
  1480. (1426, 'Do you wish to PERMANENTLY delete this immunization record?'),
  1481. (1427, 'DOB'),
  1482. (1428, 'DOB is missing, please enter if possible'),
  1483. (1429, 'Docs'),
  1484. (1430, 'Doctor'),
  1485. (1431, 'Doctor:'),
  1486. (1432, 'Doctor\'s name and signature'),
  1487. (1433, 'Document'),
  1488. (1434, 'document'),
  1489. (1435, 'Document Categories'),
  1490. (1436, 'Document could not be moved to patient id'),
  1491. (1437, 'Document Date'),
  1492. (1438, 'Document date and issue updated successfully'),
  1493. (1439, 'Document ID'),
  1494. (1440, 'Document moved to new category'),
  1495. (1441, 'Document moved to patient id'),

Large files files are truncated, but you can click here to view the full file