How to calculate surgery duration? #1643
Unanswered
Mahdi-Dolatkhah
asked this question in
MIMIC-IV
Replies: 1 comment 1 reply
-
Unfortunately I don't think that information is captured in MIMIC
currently. There is a separate system for OR data that we haven't
integrated, and we also haven't deidentified the operating notes.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to calculate the surgery duration for each operation.
I managed to find the start time of the surgery in poe_detail (field_name=Transfer to and field_value=Surgery) and poe (filter based on the poe_id from the previous filtered data). Here, ordertime represent the start time of the surgery.
Do you have any idea how can I find or calculate the surgery finish time or the duration of the surgery?
Thanks in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions