We have an issue with using the OBSANY term. Our multi-line edit box shows a connection box of new observation(default previous). The translation for the chart note shows:
{CFMT(OBSANY(
"SOCIAL HX"), "", "Social History ", "B", "
"
)}
When we display the chart for a patient, it shows the following :
Social History
test test
Test to see if the SH populates more than once.
Alcohol use: denies
Drug use: never
Employment status: not working
Occupation: retired
However, the first 2 lines are from an older obs value. For some reason, the chart is pulling in multiple obs values for the same obs term. The flowsheet does not reflect the old values, but just the chart. Does anyone know why ? We actually have a patient that shows the same values 4 or 5 times on the chart. Thanks.
John Mazurowski
check your code panel. you might be appending to the obs term somewhere.
check the page-close handlers also to see if you're changing the value.
look for something that looks like:
OBSNOW("SOCIAL HX", OBSPREV("SOCIAL HX") + ..... + .... )