PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.be.drp@1.1.0
    https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-referral-task
description: The task that is referred to in the referral prescription (this is the common task for the execution of the prescription). The subtasks per performer can be found in BePerformerTask
package_name: hl7.fhir.be.drp
derivation: constraint
name: BeReferralTask
type: Task
elements:
  identifier:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: null
      slices:
        UHMEP:
          match: {system: 'https://www.ehealth.fgov.be/standards/fhir/drp/NamingSystem/uhmep'}
          schema:
            short: Reference ID of the UHMEP once available there
            mustSupport: true
            index: 1
            elements:
              system:
                pattern: {type: Uri, value: 'https://www.ehealth.fgov.be/standards/fhir/drp/NamingSystem/uhmep'}
                index: 2
              value: {index: 3}
            required: [value, system]
  statusReason:
    binding: {strength: example, valueSet: 'https://www.ehealth.fgov.be/standards/fhir/drp/ValueSet/be-vs-treatment-status-reason'}
    mustSupport: true
    index: 4
  intent:
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/task-intent|4.0.1'}
    mustSupport: true
    index: 5
  focus:
    type: Reference
    mustSupport: true
    refers: ['https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-annex-81', 'https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-referral-servicerequest']
    index: 6
  executionPeriod: {short: Start and end date of the treatment, mustSupport: true, index: 7}
package_version: 1.1.0
class: profile
kind: resource
url: https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-referral-task
base: http://hl7.org/fhir/StructureDefinition/Task
version: 1.1.0
required: [focus]