EHI Export Implementation Guide
0.1.0 - ci-build
EHI Export Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
As part of the Electronic Health Information (EHI) Bulk Data Export, all Assessments data is included. The Assessments data is exported in tabular Comma Separated Value (CSV) files. These files are generated in the following directory structure:
All assessments that are not contained in MDS are included in the "non_mds_assessments" directory for the corresponding patient.
| File | Description |
|---|---|
| assessment.csv | Generated one file per Assessment. Contains name and description of the Assessment and other top-level information. All other files generated in the folder pertain to the assessment referenced in this file. |
| sections.csv | References and identifiers pertaining to individual sections of the Assessment. The sections depend on the assessment. |
| score.csv | Scoring for the assessment |
| responses.csv | Individual responses were captured per question. |
| sdoh_and_health_status_responses.csv | Detailed response data for Social Determinants of Health (SDOH) and Health Status Evaluation assessments for the assessment. |
| Column | Type | Nullable | Description |
|---|---|---|---|
| assess_id | Int | No | Primary Key for the Assessment |
| name | String | No | Name of the facility where Patient's Assessment was captured |
| std_assess_id | Int | No | The key of the Assessment Type |
| description | String | No | The Assessment Type name |
| created_by | String | No | The EHR User who created the Assessment |
| created_date | Date Time | No | The date and time when the Assessment was created |
| revision_by | String | No | The EHR User who last updated the Assessment |
| revision_date | Date Time | No | The date and time when the Assessment was last updated |
| client_id | Int | No | The key of the facility resident of the Assessment |
| is_mds | String | No | Yes/No is this an MDS Assessment |
| assess_type_code | String | No | Item Set Code (ISC) for the Assessment |
| assess_date | Date Time | No | Assessment creation Date |
| status | String | No | Assessment completion status code |
| edited_by | String | No | The EHR User who last edited the Assessment |
| edited_date | Date Time | No | The date and time when the Assessment was last edited |
| locked_date | Date Time | Yes | The date and time when the Assessment was last locked |
| incorrect_assess_id | Int | Yes | The key of Modified or Canceled Assessment |
| effective_date | Date Time | Yes | The start date and time of the Assessment |
| ineffective_date | Date Time | Yes | The stop date and time of the Assessment |
| strikeout_flag | String | Yes | Yes/No indicator denoting the Assessment was struck from the chart |
| strikeout_desc | String | Yes | The reason the Assessment was struck from the chart |
| strikeout_by | String | Yes | The EHR User who struck out the Assessment from the chart |
| strikeout_date | Date Time | Yes | The start date and time when User struck out the Assessment from the chart |
| used_for_payment | Int | No | Indicator that the Assessment will be used for payment purposes |
| submission_req | String | Yes | Yes/No indicator that submission is required for the Assessment |
| Column | Type | Nullable | Description |
|---|---|---|---|
| section_code | String | No | Primary Key for the Assessment |
| title | String | No | The Assessment Section name |
| sequence | Int | No | The Assessment Section order indicator |
| description | String | Yes | Additional Section name information |
| complete | String | Yes | Section complete status of the Assessment |
| created_by | String | No | The EHR User who created the Assessment |
| created_title | String | Yes | The EHR User's title who created the Assessment |
| created_date | Date Time | No | The date and time when the Assessment Section was created |
| notes | String | Yes | Comment and notation for the Assessment section |
| Column | Type | Nullable | Description |
|---|---|---|---|
| description | String | No | The RUG or PDPM calculation score type title |
| score | String | Yes | The RUG or PDPM calculation score value |
| Column | Type | Nullable | Description |
|---|---|---|---|
| assess_response_id | Int | No | Primary Key for the Assessment Response |
| question_key | String | No | The Question Key assigned to the response value |
| control_type | String | No | The Question Key user interface data entry control assigned to the response value |
| title | String | Yes | The Question Title assigned to the Question Key |
| question_text | String | No | The Question Text assigned to the Question Key |
| item_value | String | Yes | The last entered assessment Response value assigned to the Question Key |
| item_description | String | Yes | The text description assigned to the Question Key Response value |
| revision_by | String | No | The EHR User who last edited the question key response value |
| revision_date | Date Time | No | The date and time when the question response was last updated |
| Column | Type | Nullable | Description |
|---|---|---|---|
| question_key | String | No | The unique key assigned to the question in the assessment |
| item_value | String | Yes | The response value for the question; formatted as MM/dd/yyyy for date type questions |
| long_username | String | Yes | The full name of the EHR user who entered or updated the response |
| assess_id | String | No | The unique identifier for the assessment |
| assess_date | Date | No | The date when the assessment was performed |
| question_code | String | Yes | The terminology code assigned to the question |
| question_display | String | Yes | The display text for the question code |
| question_system | String | Yes | The code system for the question terminology |
| group_type | String | Yes | The group type classification for the question |
| response_code | String | Yes | The terminology code assigned to the response |
| response_display | String | Yes | The display text for the response code |
| response_system | String | Yes | The code system for the response terminology |
| question_text | String | No | The text of the question as defined in the assessment |
| control_type | String | No | The user interface control type for the question (e.g., text, date, checkbox, radio) |