PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.be.drp@1.1.0
    https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-performer-task
description: Subtask performed by one performer
package_name: hl7.fhir.be.drp
derivation: constraint
name: BePerformerTask
type: Task
elements:
  executionPeriod: {short: Start and end date when the performer executed the task, mustSupport: true, index: 9}
  statusReason: {mustSupport: true, index: 7}
  authoredOn:
    constraint:
      be-inv-long-date: {human: 'date SHALL contain a long date (YYYY-MM-DDThh:mm:ss+zz:zz)', source: 'https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-performer-task', severity: warning, expression: empty() or toString().length()=25}
    mustSupport: true
    index: 10
  status: {mustSupport: true, index: 6}
  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]
  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: 8
  basedOn:
    type: Reference
    mustSupport: true
    refers: ['https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-organization-task']
    index: 4
  partOf:
    type: Reference
    short: Reference to the BeReferral task linked to the prescription
    mustSupport: true
    refers: ['https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-referral-task']
    index: 5
  owner:
    type: Reference
    short: Reference to the performer of the referral prescription
    mustSupport: true
    refers: ['https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitionerrole|2.2.0']
    index: 11
package_version: 1.1.0
class: profile
kind: resource
url: https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-performer-task
base: http://hl7.org/fhir/StructureDefinition/Task
version: 1.1.0
required: [owner, authoredOn, partOf]