Scheduled workflow is about order fidelity from placer to modality
Scheduled imaging remains the backbone of routine radiology. The workflow starts with an explicit order, and the orchestrator’s job is to preserve that order context all the way through acquisition, reporting, and downstream publication.
IHE-style scheduled workflow chain
Loading diagram...
IHE Radiology Technical Framework Volume 1
Final text technical framework that includes the Scheduled Workflow profile and actor expectations.
Read the Scheduled Workflow frameworkThe worklist contract is what keeps the order and the images aligned
In practice, many scheduling failures come from data being re-typed or reinterpreted between systems. The orchestrator should treat worklist integrity as a safety property, not just an interface detail.
The DICOM standard is explicit that Modality Worklist is centered on Scheduled Procedure Steps and queried using C-FIND against the worklist information model. That matters because the modality is not asking for a vague “exam”; it is asking for one scheduled step and the related patient, visit, and requested-procedure context needed for safe acquisition.
Representative HL7 order snippet
A simplified HL7 v2 order message that contains the patient and requested procedure details a downstream workflow needs to preserve.
Click on a segment above to highlight its fields
Hover or click any field value for detailed explanation
Order-side details the orchestrator should preserve
| Source element | Meaning | Why it matters later |
|---|---|---|
| Patient identity | Who the order is for | Prevents orphaned or misfiled imaging studies |
| Order and accession identifiers | How the request is tracked | Links acquisition and reporting back to the original request |
| Requested procedure text or code | What exam should occur | Drives worklist display, routing, and prior-fetch logic |
DICOM ingestion from on-premises to AWS HealthImaging sample project
Specific AWS sample project showing how on-premises imaging systems can feed a cloud-connected imaging workflow after local acquisition.
Review the hybrid ingest sampleDICOM PS3.4 K.6 Modality Worklist SOP Class
Official DICOM definition of the Modality Worklist information model, Scheduled Procedure Step entry point, and baseline C-FIND behavior.
Review the Modality Worklist modelImproving medical imaging workflows with AWS HealthImaging and SageMaker
Architecture blog example of a routed imaging flow that begins after study data and metadata are captured, useful for seeing how the scheduled acquisition handoff becomes a cloud workflow.
See the AWS workflow exampleKnowledge Check
Test your understanding with this quiz. You need to answer all questions correctly to mark this section as complete.