User Tools

Site Tools


documentation:cdm:procedure_occurrence

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
documentation:cdm:procedure_occurrence [2014/11/20 00:08]
cgreich created
documentation:cdm:procedure_occurrence [2017/02/07 03:37]
cukarthik
Line 1: Line 1:
 ===== PROCEDURE_OCCURRENCE table ===== ===== PROCEDURE_OCCURRENCE table =====
  
-The procedure domain ​contains records of activities or processes ordered by, or carried out by, a healthcare provider on the patient to have a diagnostic or therapeutic purpose. Procedures are present in various data sources in different forms with varying levels of standardization. For example:+This table changed in version 5.1 of the OMOP CDM. The field procedure_datetime was added.  
 + 
 +---- 
 + 
 +The PROCEDURE_OCCURRENCE tabe contains records of activities or processes ordered by, or carried out by, a healthcare provider on the patient to have a diagnostic or therapeutic purpose. Procedures are present in various data sources in different forms with varying levels of standardization. For example:
   * Medical Claims include procedure codes that are submitted as part of a claim for health services rendered, including procedures performed.   * Medical Claims include procedure codes that are submitted as part of a claim for health services rendered, including procedures performed.
   * Electronic Health Records that capture procedures as orders.   * Electronic Health Records that capture procedures as orders.
Line 10: Line 14:
 |procedure_concept_id|Yes|integer|A foreign key that refers to a standard procedure Concept identifier in the Standardized Vocabularies.| |procedure_concept_id|Yes|integer|A foreign key that refers to a standard procedure Concept identifier in the Standardized Vocabularies.|
 |procedure_date|Yes|date|The date on which the Procedure was performed.| |procedure_date|Yes|date|The date on which the Procedure was performed.|
 +|procedure_datetime|No|datetime|The date and time on which the Procedure was performed.|
 |procedure_type_concept_id|Yes|integer|A foreign key to the predefined Concept identifier in the Standardized Vocabularies reflecting the type of source data from which the procedure record is derived.| |procedure_type_concept_id|Yes|integer|A foreign key to the predefined Concept identifier in the Standardized Vocabularies reflecting the type of source data from which the procedure record is derived.|
 |modifier_concept_id|No|integer|A foreign key to a Standard Concept identifier for a modifier to the Procedure (e.g. bilateral)| |modifier_concept_id|No|integer|A foreign key to a Standard Concept identifier for a modifier to the Procedure (e.g. bilateral)|
Line 28: Line 33:
   * 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 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.
- 
documentation/cdm/procedure_occurrence.txt · Last modified: 2017/09/25 15:01 by clairblacketer