Stream: implementers
Topic: Nested ProcedureRequest and Request pattern
Brad Genereaux (Jul 12 2016 at 10:32):
Question on nesting ProcedureRequest under a DiagnosticOrder, and on what is happening for STU3. Here's the use case:
A physician orders an investigation for congestive heart failure, which is performed by a CT of the Thorax, with and without contrast (two separate studies; the first CT is performed without a contrast agent, then a contrast agent is injected, and then the second CT is performed). So, we would create a DiagnosticOrder for the "Congestive Heart Failure" reason, and that would contain two ProcedureRequests 1) CT Without Contrast and 2) CT With Contrast.
What is unclear is how do we group that these ProcedureRequests underneath the original DiagnosticOrder.
Remembering what was discussed in May - http://wiki.hl7.org/index.php?title=File:FHIR_Workflow.pptx - both DiagnosticOrder and ProcedureRequest would be based on the Request pattern - where there is a field called basedOn - which seems to make the most sense, but the current build does not have these fields. I'm not sure if there are plans to extend the DiagnosticOrder and ProcedureRequest with the items in the Request pattern. Or if the resource will be renamed DiagnosticRequest.
I'm sure this has to have been hit before (especially in Lab), but I haven't been able to find any discussion on imaging workflows specifically. Any input would be appreciated.
Lloyd McKenzie (Jul 12 2016 at 13:22):
The decision coming out of FHIR Workflow is that we *won't* have parent-child orders. Instead we'd have a single order for the comparison CT and the imaging department would define 3 separate orders (CT1, contrast admin, CT2) in fulfillment of the first CT. Alternatively, the placer could just create two orders and have both share the same requisition id. All work groups have been asked to add "basedOn" and I expect by next week you'll see it on both DiagnosticOrder and ProcedureRequest.
Elliot Silver (Jul 12 2016 at 21:06):
@Brad Genereaux , wouldn't that typically be ordered as a single procedure, "Chest CT W & W/O contrast"? I didn't think that the administration of the contrast was considered a separate procedure. Also, the imaging comes through as one study with both series.
Brad Genereaux (Jul 13 2016 at 08:03):
Thanks @Lloyd McKenzie - that helps. Much appreicated. I'm looking forward to these updates.
@Elliot Silver - for this, my perspective is more from the RIS / pre-acquisition side, than on the PACS side. On the "PACS side", we would expect that only one ImagingStudy and DiagnosticReport to be created - but from the RIS, there is a need for finer granularity, i.e. for example -
1) where things need to be protocoled prior to the request needing to be accepted, the protocol might have different parameters
2) where we have a definition of "with contrast", "without contrast", and having a third one of "with and without contrast" means there'd be a lot of duplication of pre-acquisition tasks
3) there's a chance that certain procedure requests would be cancelled over the course of the acquisition (i.e., patient is nauseous at time of exam, they may choose to not do the WITH CONTRAST, but they don't want to cancel the entire order - they will only fulfill the first part, and not fulfill the other parts)
Last updated: Apr 12 2022 at 19:14 UTC