description: 'This structure is defined to allow the FHIR Validator to validate a CDSHooks order-dispatch context. TODO: This content will be moved to the CDS Hooks specification in the future' package_name: hl7.fhir.uv.tools.r5 derivation: specialization name: CDSHookOrderDispatchContext type: http://hl7.org/fhir/tools/StructureDefinition/CDSHookOrderDispatchContext elements: patientId: {type: id, short: The FHIR Patient.id of the current patient in context, index: 0} dispatchedOrders: {type: Bundle, short: FHIR Bundle of Request resources, index: 1} performer: {type: url, short: 'Who orders are dispatched to in form [ResourceType]/[ResourceId]', index: 2} fulfillmentTasks: {type: Bundle, short: FHIR Bundle of Task resources, index: 3} package_version: 0.8.0 class: logical kind: logical url: http://hl7.org/fhir/tools/StructureDefinition/CDSHookOrderDispatchContext base: http://hl7.org/fhir/tools/StructureDefinition/CDSHookContext version: 0.8.0 required: [dispatchedOrders, patientId]