description: This profile specifies constraints on the Task resource to capture details of dispatching a request to a particular performer. package_name: hl7.fhir.us.davinci derivation: constraint name: CRDTaskDispatch type: Task elements: status: pattern: {type: Code, value: draft} mustSupport: true index: 0 intent: pattern: {type: Code, value: order} mustSupport: true index: 1 code: pattern: type: CodeableConcept value: coding: - {code: fulfill, system: 'http://hl7.org/fhir/CodeSystem/task-code'} index: 2 focus: type: Reference mustSupport: true refers: ['http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-servicerequest'] index: 3 for: type: Reference mustSupport: true refers: ['http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-patient'] index: 4 owner: type: Reference mustSupport: true refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner', 'http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-practitionerrole'] index: 5 location: type: Reference mustSupport: true refers: ['http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-location'] index: 6 restriction: mustSupport: true index: 7 elements: repetitions: {mustSupport: true, index: 8} period: {mustSupport: true, index: 9} package_version: crd-2.1.0 class: profile kind: resource url: http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-task-dispatch base: http://hl7.org/fhir/StructureDefinition/Task version: 2.1.0 required: [focus, for]