From 62c4ef6f029bbe9c90e569a63f0db1db356a4d83 Mon Sep 17 00:00:00 2001 From: Gowtham Rao Date: Fri, 11 Aug 2017 15:04:32 -0400 Subject: [PATCH] Update PROCEDURE_OCCURRENCE.md added visit_detail_id https://github.com/OHDSI/CommonDataModel/issues/70 --- .../StandardizedClinicalDataTables/PROCEDURE_OCCURRENCE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/CommonDataModel_Wiki_Files/StandardizedClinicalDataTables/PROCEDURE_OCCURRENCE.md b/Documentation/CommonDataModel_Wiki_Files/StandardizedClinicalDataTables/PROCEDURE_OCCURRENCE.md index 6b0fab0..0a77280 100644 --- a/Documentation/CommonDataModel_Wiki_Files/StandardizedClinicalDataTables/PROCEDURE_OCCURRENCE.md +++ b/Documentation/CommonDataModel_Wiki_Files/StandardizedClinicalDataTables/PROCEDURE_OCCURRENCE.md @@ -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. \ No newline at end of file + * The Provider carrying out the procedure is recorded through a reference to the PROVIDER table. This information is not always available.