Notifications
Clear all
Topic starter
How to identify obs value added by phone note or office visit?
Posted : July 5, 2018 4:02 am
Go into the Flowsheet view for the patient, find the occurrence (under the date column) for the OBS code. Double click on it, and the second line is the properties - type of encounter, date, and by whom.
If trying to do via a report, OBS entries have an SDID field; use that field to link to the DOCUMENT table.
Posted : July 5, 2018 4:25 am
Topic starter
Is it possible in MEL?
Posted : July 5, 2018 11:53 pm
Yes, should be possible using MEL. The command you want to research is LIST_OBS.
There are eleven fields returned, and you will probably want to retrieve the data into an array so that you can cycle through the various entries.
| Field # | Description | Example |
|---|---|---|
| 1 | Observation Value | 69 |
| 2 | Observation Date | 01/01/2003 |
| 3 | Observation Time | 5:05:00 PM |
| 4 | Signing User | Jerry Lewis, M.D.
Note. Blank if unsigned |
| 5 | Entering User | Dean Martin |
| 6 | Flags | AA |
| 7 | Comment | Measured with ruler |
| 8 | State | F |
| 9 | Location of Care | Eastside |
| 10 | Document Type | Phone Note |
| 11 | Visible Document ID | 23 |
Posted : July 6, 2018 4:18 am
