I am old to EMRs but new to centricity. I have done some basic quicktext but looking for a tutorial with the code to use. So I can write " 34 yo wf presents with" using code to pull in age race sex but cant pull in problem list or meds. The code list I was given does not work for that. My view is this has already been done many times so I would like a place to look at other peoples ideas.
You can use quick text for most any MEL function. Your biggest limitation is there is a character limit for each quick text's code. Are you having trouble with a particular quick text you've written? Post it and we can see if there any issues that can be addressed.
I don't even know what MEL is. I was trying to pull the current problem list into an intro such as
" This 56 YO BM with a past history of ( then pull problem list here) . I was able to pull the other identifiers. Also to get past the length limit can you put a quicktext within a quicktext to trigger a longer phrase?
I would love to see a site loaded with examples to give me ideas.
Thanks in advance for you time and answers.
You can export the global quick texts. That should give you a lot of example to look at. You can open the exported file up with your favorite text editor. Go, Setup, Settings, System, Export Clinical Kits. Scroll down the list to Quick Text and when you click Add, choose <Global List>.
The code you need in your quick text is ...a past history of " + PROB_AFTER("comma") + " next text string here".