Update PROCEDURE_OCCURRENCE.md

added visit_detail_id
https://github.com/OHDSI/CommonDataModel/issues/70
This commit is contained in:
Gowtham Rao 2017-08-11 15:04:32 -04:00 committed by GitHub
parent 6cd6b7029a
commit 62c4ef6f02
1 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ Field|Required|Type|Description
|procedure_source_value|No|varchar(50)|The source code for the Procedure as it appears in the source data. This code is mapped to a standard procedure Concept in the Standardized Vocabularies and the original code is, stored here for reference. Procedure source codes are typically ICD-9-Proc, CPT-4, HCPCS or OPCS-4 codes.|
|procedure_source_concept_id|No|integer|A foreign key to a Procedure Concept that refers to the code used in the source.|
|qualifier_source_value|No|varchar(50)|The source code for the qualifier as it appears in the source data.|
|visit_detail_id|No|integer|A foreign key to the visit in the visit table during which the Procedure was carried out.|
### Conventions