Skip to content

Commit 6ea92f1

Browse files
Merge branch 'master' into master
2 parents eb8774b + 2a2e9b0 commit 6ea92f1

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Documentation/CommonDataModel_Wiki_Files/StandardizedClinicalDataTables/VISIT_OCCURRENCE.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Field|Required|Type|Description
1414
|care_site_id|No|integer|A foreign key to the care site in the care site table that was visited.|
1515
|visit_source_value|No|varchar(50)|The source code for the visit as it appears in the source data.|
1616
|visit_source_concept_id|No|integer|A foreign key to a Concept that refers to the code used in the source.|
17-
|admitting_source_concept_id |integer |No |A foreign key to the predefined concept in the Place of Service Vocabulary reflecting the admitting source for a visit.|
18-
|admitting_source_value |varchar(50)| No| The source code for the admitting source as it appears in the source data.|
19-
|discharge_to_concept_id | integer |No |A foreign key to the predefined concept in the Place of Service Vocabulary reflecting the discharge disposition for a visit.|
20-
|discharge_to_source_value | varchar(50)| No| The source code for the discharge disposition as it appears in the source data.|
21-
|preceding_visit_occurrence_id |integer| No |A foreign key to the VISIT_OCCURRENCE table of the visit immediately preceding this visit|
17+
|admitting_source_concept_id |No |integer |A foreign key to the predefined concept in the Place of Service Vocabulary reflecting the admitting source for a visit.|
18+
|admitting_source_value | No|varchar(50)| The source code for the admitting source as it appears in the source data.|
19+
|discharge_to_concept_id |No | integer |A foreign key to the predefined concept in the Place of Service Vocabulary reflecting the discharge disposition for a visit.|
20+
|discharge_to_source_value | No| varchar(50)| The source code for the discharge disposition as it appears in the source data.|
21+
|preceding_visit_occurrence_id | No |integer|A foreign key to the VISIT_OCCURRENCE table of the visit immediately preceding this visit|
2222

2323
### Conventions
2424

@@ -37,6 +37,6 @@ Field|Required|Type|Description
3737
* Patient died: 4216643
3838
* Absent without leave: 44814693
3939
* Patient self-discharge against medical advice: 4021968
40-
* In the case where a patient died during admission (Visit_Occurrence.discharge_disposition_concept_id = 4216643 Patient died), a record in the Death table should be created with death_type_concept_id = 44818516 (EHR discharge status "Expired").
40+
* In the case where a patient died during admission (Visit_Occurrence.discharge_disposition_concept_id = 4216643 Patient died), a record in the Death table should be created with death_type_concept_id = 44818516 (EHR discharge status "Expired").
4141
* PRECEDING_VISIT_ID can be used to link a visit immediately preceding the current visit
42-
* Some EMR systems combine emergency room followed by inpatient admission into one visit, and it is close to impossible to separate the two. To annotate this visit type, a new visit concept "Emergency Room and Inpatient Visit" was added (CONCEPT_ID 262).
42+
* Some EMR systems combine emergency room followed by inpatient admission into one visit, and it is close to impossible to separate the two. To annotate this visit type, a new visit concept "Emergency Room and Inpatient Visit" was added (CONCEPT_ID 262).

0 commit comments

Comments
 (0)