Diagnosis
Medications
Notes
SQL 101
Misc.
100

Billing diagnosis dates are traditionally _ the discharge date of the visit

After

100

The table you utilize to pull the patient_id for medications administered to the patient

med_order

100

Notes from this table should be excluded when returning notes to researchers unless they have explicit permission from the IRB to obtain them

HNO_NOTE_CONFIDENTIAL

100

Use this command to de-duplicate results

DISTINCT

100

The standard we map lab results and clinical observations to is

LOINC

200

This table's dx_code column can be null

Problem List

200

AVS stands for 

after visit summary

200

Since the notes are stored as a _ datatype, it is best practice to pull a distinct list of _ using a _ _ and return notes from that temporary table to remove duplicate notes

CLOB, NOTE_IDS, WITH CLAUSE

200
In oracle, instead of temporary tables we use

with clauses

200

Scheduled visits can be found in this table

VISIT_APPOINTMENT

300

The diagnosis codes used to populate the PHENOTYPE table columns can be found in these two tables

REF_CMS_CHRONIC & REF_CMS_CHRONIC_PVT

300

To review at home medications the patient is taking I would pull back data from this table

MED_CURRENT

300

Imaging notes are found in this table

NOTE

300

Use this functionality to organize rows of data into columns of data

PIVOT CLAUSE
300

The two types of billing are

Professional Billing & Hospital Billing

400

The month and year ICD switched from ICD9 to ICD10

October 2015
400

The two standards we map medications to are

RXNORM & NDC

400

NOTE_RSLT has notes from these two tables

LAB_RESULT & ORDERS

400

The difference between VARCHAR and VARCHAR2 oracle datatypes is

VARCHAR can store up to 2000 bytes and varchar2 can store up to 4000 bytes. VARCHAR will occupy space for NULL values and VARCHAR2 will not occupy any space.

400

Social vulnerability index can be found in this table

GEOCODE_MUSC

500

The table that contains the diagnosis codes shown on the Order Summary screen of EPIC

VISIT_DIAGNOSIS

500

To find the first chemo date of a patient I would go to this table

HCC.TREATMENT_SUMRY (MST_DEF_CHEMO_DATE)

500

When filtering on date fields for HNO notes it is best practice to do a coalesce between these two columns

coalesce(ni.date_of_service, n.contact_date)


500

To select rows from one or more data sources for updating and insertion into a table or a view we use a 

merge statement

500
Telehealth departments can be identified by this prefix

T-