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: string, short: FHIR Bundle of Request resources, array: true, min: 1, index: 1} performer: {type: url, short: 'Who orders are dispatched to in form [ResourceType]/[ResourceId]', index: 2} fulfillmentTasks: {type: Resource, short: FHIR Bundle of Task resources, array: true, index: 3} package_version: 1.1.2 class: logical kind: logical url: http://hl7.org/fhir/tools/StructureDefinition/CDSHookOrderDispatchContext base: http://hl7.org/fhir/tools/StructureDefinition/CDSHookContext version: 1.1.2 required: [patientId, dispatchedOrders]