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
documentation:cdm:procedure_occurrence [2014/11/20 00:08]
cgreich created
documentation:cdm:procedure_occurrence [2017/09/25 15:01] (current)
clairblacketer
Line 1: Line 1:
 ===== PROCEDURE_OCCURRENCE table ===== ===== PROCEDURE_OCCURRENCE table =====
 +**THIS IS OUTDATED. All documentation is now on the [[https://​github.com/​OHDSI/​CommonDataModel/​wiki|github wiki]]. Please refer there or to the [[projects:​workgroups:​cdm-wg|CDM working group]] for more information**
  
-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 15:
 |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 34:
   * 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.1416442095.txt.gz · Last modified: 2014/11/20 00:08 by cgreich