Skip to content

Commit

Permalink
Update schema.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanSteinberg authored Jul 19, 2024
1 parent 6544c3d commit 3f7c441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/meds/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
# which vastly simplifies many data analysis pipelines.

# We define some codes for particularly important events
birth_code = "SNOMED/184099003"
death_code = "SNOMED/419620001"
birth_code = "MEDS_BIRTH"
death_code = "MEDS_DEATH"

def patient_events_schema(custom_per_event_properties=[]):
return pa.schema(
Expand Down

0 comments on commit 3f7c441

Please sign in to comment.