I have loked everywhere in the forum but I wasn’t able ti find the solution.
Is there a way to increase the maximum number of characters I can insert in the Title in the Layout form?
When i go to Administration–>List–>MyNewList–>Title, I can insert up to 63 characters, however I need to be able to insert up to 85 - 90 characters, how do I do that?
Thank you for replying, however I am still not able to change the value. What I need to do is to have the title inside a list (not the title of the list itself) to be able to host a 255 characters, so longer than 63.
So to make it simple: let’s say i go to Administration–>List and I create a new list “New_List” then i want to populate this list; the default fields are:
ID / Title / Order / Default / Notes / Code(s)
What i need to change is the max length of (column) Title
So for example, instead of
EDIT LIST: NEW_LIST
ID / Title / Order / Default / Notes / Code(s)
1 --ABC----- 3 ------n.a.------test-----n.a.—
(where ABC is a word made of 63 chars)
It should be:
EDIT LIST: NEW_LIST
ID / Title / Order / Default / Notes / Code(s)
1—XJYKZ---- 3 ------n.a.------test-----n.a.—
It is hard to imagine why label would be that long unless you are describing a situation that user is expected to check off. In those situations it is better to use the notes field that offer templates feature for large formatted texts.
Of course you can always change title column definition in layout_options table from 63 to whatever or explore use of extensions - specifically T.
What is the purpose of a list wherein each item is a paragraph long? If you describe in detail what you wish to achieve, we will be able better to tailor the suggestions.
A list in clinical practice provides a quick selection of fixed terms arranged in a group. It defeats the purpose of a list to have to read entire paragraphs prior to selection.
One does not go to the grocery store with a pack of index cards; each describing the milk, the cheese, the eggs, etc. One goes with a shopping list.
I am trying to create a custom form for mental health treatments. If a patient wants to pay with her insurance we have to send an itemized bill, a superbill including the diagnosis and treatment codes. A diagnosis like
“F31.63 - Bipolar disorder, current episode mixed, severe, without psychotic features”
does not fit in the title column.
To be more specific, I am trying to create a custom form for “progress notes” where we can log, for each visit the following fields:
full name, date, CPT code, ICD-10 code, notes, if the session was rescheduled/canceled/skipped,…
Now, the idea is this: because the Diagnosis (ICD code) and the treatment (CPT) are likely to be the same for the first weeks, it makes sense to create a list from which a clinician can select among 10 most used codes.
So to do that I have created a LBV, and was trying to populate it with custom lists. Two of these lists are ICD and CPT codes which require more than 63 chars.
It is not necessary to have the ICD and CPT codes in the body of the clinical notes. They are only necessary in the superbill and Fee Sheet.
No one, not physicians, billing clerks, or insurers bother with the long descriptions of the codes on a daily basis. Just pick and use the correct codes.
The Billing Manager will handle the insurance claims once everything has been properly set up.
You need to install the CPT codes in one of 3 ways.
Does the practice want the entire CPT data set? See this section of Code Types to find out how.
Most practices need only those codes referable to their own specialty. I’m certain that the practice does not want Ophthalmology procedure codes. Each desired code can be entered manually from Administration->Codes with a fee for each.
A third way is to bum it off a friend from the same type of practice using OpenEMR via a .sql or .csv file and import it in phpMyAdmin.