Stream: implementers
Topic: Procedure Resource for a future date?
Dom (Jan 17 2019 at 03:40):
Hi, is it ok to use performed.performedDateTime for a planned operation date coming up in a few days? If not, what should be the correct way? Thanks
Richard Townley-O'Neill (Jan 17 2019 at 04:23):
I think that Procedure is for started procedures.
Consider ServiceRequest.occurrence[x]
Lloyd McKenzie (Jan 17 2019 at 04:31):
Procedure might exist for something where you've already started the prep. E.g. you might have a Procedure instance for a surgery that starts well before the first incision to encompass all of the actions (typically 'billable') tied to the surgery
Dom (Jan 17 2019 at 19:27):
Thanks. Do you know what's the STU3 equivalent?
Dom (Jan 17 2019 at 19:34):
I'm thinking ProcedureRequest
Lloyd McKenzie (Jan 17 2019 at 20:54):
Yes - or ReferralRequest. Those two got merged to become ServiceRequest
Last updated: Apr 12 2022 at 19:14 UTC