At one time I had a report (.rpt) file in the crwrpt folder called OBSTEMS in Use.rpt. It listed all obs terms in use in the EMR. It is still shown in the choices for reports but the report file is not present in the /crwrpt folder in Centricity. It has been so long ago that I'm not sure of it's origin (Logician, GE Centricity or one written by a user out there in CHUG land (or perhaps as far back as LUG land).
Does anyone have a copy of this report (OBSTERMS in Use.rpt) they could send me? It would be greatly appreciated. I need to know the obs terms we currently have mapped or in use.
send to [email protected] please.
Thank you.
I'm not sure if this is it, but this thread might still be handy for you:
https://centricityusers.com/forum/obs-term-report/
If you want to run a SQL query, you can run:
select * from OBSHEAD where ACTIVE = 'A'
That will get you all the observation terms in the database that have been used. From the data dictionary - the ACTIVE column:
A single character that indicates if the term is active. This column contains "I" if the term is inactive and no content has requested it.
The application queries only for active terms when documenting a patient visit. When designing content, all terms may be requested.
A = Active; active term that has been used when documenting patient visits.
I = Inactive; no clinical content has requested this term