PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.be.drp@1.1.0
    https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-organization-task
description: Subtask to assign the referral task and prescription to one or more members of this organisation
package_name: hl7.fhir.be.drp
derivation: constraint
name: BeOrganizationTask
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]
  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: 4
  status: {mustSupport: true, index: 5}
  intent:
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/task-intent|4.0.1'}
    index: 6
  focus: {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-organization-task', severity: warning, expression: empty() or toString().length()=25}
    mustSupport: true
    index: 8
  owner:
    type: Reference
    short: Reference to the organisation that will assign performers to this referral task
    mustSupport: true
    refers: ['https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-organization|2.2.0']
    index: 9
package_version: 1.1.0
class: profile
kind: resource
url: https://www.ehealth.fgov.be/standards/fhir/drp/StructureDefinition/be-organization-task
base: http://hl7.org/fhir/StructureDefinition/Task
version: 1.1.0
required: [owner, authoredOn, focus, partOf]