Skip to content

Commit

Permalink
Revert "extract events from the discharged_concept_id field of the vi…
Browse files Browse the repository at this point in the history
…sit table"
  • Loading branch information
EthanSteinberg authored Oct 25, 2024
1 parent 09532b8 commit a0e70a3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/meds_etl/omop.py
Original file line number Diff line number Diff line change
Expand Up @@ -668,15 +668,7 @@ def main():
"drug_exposure": {
"concept_id_field": "drug_concept_id",
},
"visit": [
{
"fallback_concept_id": DEFAULT_VISIT_CONCEPT_ID,
"file_suffix": "occurrence"
},
{
"concept_id_field": "discharged_to_concept_id",
},
],
"visit": {"fallback_concept_id": DEFAULT_VISIT_CONCEPT_ID, "file_suffix": "occurrence"},
"condition": {
"file_suffix": "occurrence",
},
Expand Down

0 comments on commit a0e70a3

Please sign in to comment.