PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.extensions.r5@5.3.0
    http://hl7.org/fhir/StructureDefinition/task-candidateList
description: Identifies the individuals who are candidates for being the owner of the task. The list of candidates that perform a task is now achieved by using Task.requestedPerformer and this element can be implemented using the cross version extension mechanism (i.e., the extension is no longer needed).
package_name: hl7.fhir.uv.extensions.r5
derivation: constraint
name: CandidateList
type: Extension
elements:
  extension: {index: 0}
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/task-candidateList'}
    index: 1
  value:
    choices: [valueReference]
    index: 3
  valueReference:
    type: Reference
    choiceOf: value
    refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
    index: 4
package_version: 5.3.0
extensions: {}
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/task-candidateList
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 5.3.0
required: [valueReference, value]