-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
68 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
## Table name: visit_detail | ||
|
||
### Reading from post_op__icu | ||
|
||
![](md_files/image9.png) | ||
|
||
| Destination Field | Source field | Logic | Comment field | | ||
| --- | --- | --- | --- | | ||
| visit_detail_id | id | | | | ||
| person_id | anon_case_no | Joined with PERSON.PERSON_SOURCE_VALUE for PERSON.PERSON_ID | | | ||
| visit_detail_concept_id | | | 32037 for Intensive Care | | ||
| visit_detail_start_date | icu_admission_date | | | | ||
| visit_detail_start_datetime | icu_admission_time | | | | ||
| visit_detail_end_date | icu_discharge_date | | | | ||
| visit_detail_end_datetime | icu_discharge_time | | | | ||
| visit_detail_type_concept_id | | | 32879 for Registry | | ||
| provider_id | | | | | ||
| care_site_id | icu_location | find care_site_id from care_site table | | | ||
| visit_detail_source_value | | | ICU | | ||
| visit_detail_source_concept_id | | | | | ||
| admitted_from_concept_id | | | | | ||
| admitted_from_source_value | | | | | ||
| discharged_to_source_value | | | | | ||
| discharged_to_concept_id | | | | | ||
| preceding_visit_detail_id | | | | | ||
| parent_visit_detail_id | | | | | ||
| visit_occurrence_id | | | | | ||
|
||
### Reading from intra_op__operation | ||
|
||
![](md_files/image10.png) | ||
|
||
| Destination Field | Source field | Logic | Comment field | | ||
| --- | --- | --- | --- | | ||
| visit_detail_id | | | | | ||
| person_id | | | | | ||
| visit_detail_concept_id | | | 32037 for Intensive Care | | ||
| visit_detail_start_date | | | | | ||
| visit_detail_start_datetime | | | | | ||
| visit_detail_end_date | | | | | ||
| visit_detail_end_datetime | | | | | ||
| visit_detail_type_concept_id | | | 32879 for Registry | | ||
| provider_id | anon_surgeon_name | need to find PROVIDER_ID from PROVIDER table | | | ||
| care_site_id | | | | | ||
| visit_detail_source_value | | | ICU | | ||
| visit_detail_source_concept_id | | | | | ||
| admitted_from_concept_id | | | | | ||
| admitted_from_source_value | | | | | ||
| discharged_to_source_value | | | | | ||
| discharged_to_concept_id | | | | | ||
| preceding_visit_detail_id | | | | | ||
| parent_visit_detail_id | | | | | ||
| visit_occurrence_id | | | | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters