You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would recommend this for all "interval" type events (e.g., procedures, infusions, etc.) with appropriate non-linked codes.
EthanSteinberg
changed the title
"end" times for visits in properties causes problems with generic property handling code
"end" times in properties causes problems with generic property handling code
May 11, 2024
The current design has end times (for visits, procedures, etc) in properties, which is somewhat simple and matches the source data.
However, this can cause issues with generic property handling code as it will leak future information (the end of the visit) into the past.
This also makes certain types of operations cumbersome.
The solution here is to introduce a new event type, DISCHARGE, for visits. That DISCHARGE event would be linked to the visit via visit_id.
I would propose using code=MEDS/Discharge for these events, with no ontology linkages.
The text was updated successfully, but these errors were encountered: