This file contains clinical quality measure data: BMI, BP, Colonoscopy, Depression Screening, Diabetic Eye Exam, Fall Risk Assessment, HbA1c, Influenza, LVEF, Mammogram, Medication Reconciliation, Pneumo Vaccine, Tobacco Screening.
NAME |
TYPE |
LENGTH |
REQUIRED |
NOTES |
hj_import_int |
INT |
|
Y |
|
client_id |
VARCHAR |
100 |
Y |
Healthjump’s client identifier. |
patient_id |
VARCHAR |
50 |
Y |
Related to demographic.patient_id = demographic.patient_id |
encounter_id |
VARCHAR |
40 |
Y |
Related to encounter |
item_name |
VARCHAR |
500 |
Y |
Name of the quality data being captured. |
value |
VARCHAR |
500 |
|
The value obtained / recorded for the test / procedure performed. |
observation_date |
VARCHAR |
30 |
Y |
Format: MM/DD/YYYY HH:MM:SS AM/PM |
code |
VARCHAR |
50 |
|
Value only exists if it is obtained from the source system. |
code_type |
VARCHAR |
250 |
|
LOINC, SNOMED, etc. |
emr_section |
VARCHAR |
250 |
|
HPI, Lab, Etc. This is the module from the EMRsystem where the data is pulled. |
recorded_elsewhere_within_extracts |
VARCHAR |
1 |
|
Y = is recorded elsewhere in the data captured by jumpSTART. |
hj_create_timestamp |
TIMESTAMP |
|
|
For internal Healthjump use and reference. |
hj_modify_timestamp |
TIMESTAMP |
|
|
For internal Healthjump use and reference. |
row_hash |
CHAR |
32 |
|
For internal Healthjump use and reference. |