Update PROCEDURE_OCCURRENCE.md
added visit_detail_id https://github.com/OHDSI/CommonDataModel/issues/70
This commit is contained in:
parent
6cd6b7029a
commit
62c4ef6f02
|
@ -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
|
||||
|
||||
|
@ -27,4 +28,4 @@ Field|Required|Type|Description
|
|||
* If the quantity value is omitted, a single procedure is assumed.
|
||||
* The Procedure Type defines from where the Procedure Occurrence is drawn or inferred. For administrative claims records the type indicates whether a Procedure was primary or secondary and their relative positioning within a claim.
|
||||
* The Visit during which the procedure was performed is recorded through a reference to the VISIT_OCCURRENCE table. This information is not always available.
|
||||
* The Provider carrying out the procedure is recorded through a reference to the PROVIDER table. This information is not always available.
|
||||
* The Provider carrying out the procedure is recorded through a reference to the PROVIDER table. This information is not always available.
|
||||
|
|
Loading…
Reference in New Issue