-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewritten/Changed/Stopped differences in INPUTEVENTS_MV #47
Comments
The documentation is limited on this topic so empirical observations are very welcome here. I do know that I really don't know about the rest - do you have any notable observations? |
Does anyone have any further insight on these ambiguities? I'm trying to understand which rows can be safely filtered out and whether a I can assume that a "Changed" order has run from the |
For
As far as we know, all rewritten rows should only be used for audit purposes, i.e. these rows correspond to drug doses never being given to patients. We are considering removing this audit trail in the future as its use in research seems limited and it only acts to create a confusing table. (N.B. strictly speaking, there are a two other order status, 'Reported' and 'Bolus', but they seem to be used extremely rarely if at all). I haven't investigated |
Thanks very much! In the cases where a medicine was Paused or Stopped, can we understand that the medicine was administered through the |
No problem. That is exactly what you should assume. Stopping/pausing a drug generates the |
Excellent, thanks again. |
Can someone please clarify the roles of
CANCELREASON
andSTATUSDESCRIPTION
in the INPUTEVENTS_MV table.From what I have seen
CANCELREASON
can be 0, 1 or 2 - what is the difference between 1 and 2?And
STATUSDESCRIPTION
can be Rewrtten, Changed or Stopped - what is the difference and why does theAMOUNT
field sometimes match theORIGINALAMOUNT
even though the order was rewritten/changed/stopped?I've also noticed that
CANCELREASON
andSTATUSSDESCRIPTION
don't always match. That is rewritten orders can haveCANCELREASON
of 0, 1 or 2.The text was updated successfully, but these errors were encountered: