PackagesCanonicalsLogsProblems
    Packages
    robin.gittest@1.1.22-beta
    https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-referralprescription
description: The common structure for referral prescription.
package_name: robin.gittest
derivation: constraint
name: BeReferralPrescription
type: ServiceRequest
elements:
  performerType: {short: Discipline of provider, mustSupport: true, index: 18}
  category:
    binding: {strength: extensible, valueSet: 'https://www.ehealth.fgov.be/standards/fhir/ValueSet/be-referral-category'}
    mustSupport: true
    index: 11
  authoredOn: {mustSupport: true, index: 16}
  requisition: {short: If needed to have a common identifier among different prescriptions., mustSupport: true, index: 9}
  extension:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        statusReason:
          match: {url: null}
          schema:
            type: Extension
            binding: {strength: extensible, valueSet: 'https://www.ehealth.fgov.be/standards/fhir/ValueSet/be-reason-referral-status'}
            mustSupport: true
            url: http://hl7.org/fhir/StructureDefinition/request-statusReason
            index: 1
            elements:
              value:
                choices: []
                index: 3
                slicing:
                  slices:
                    valueCodeableConcept:
                      match: {}
                      schema:
                        choices: []
                        index: 3
        informParty:
          match: {url: null}
          schema: {type: Extension, short: 'Parties to inform of fulfillment of the prescription, besides the prescriber.', mustSupport: true, url: 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-ext-inform-party', index: 4}
  requester:
    type: Reference
    short: Prescriber of the requested service
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson', 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-organization', 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patient', 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner', 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitionerrole']
    index: 17
  status: {mustSupport: true, index: 10}
  code: {mustSupport: true, index: 12}
  identifier:
    mustSupport: true
    index: 5
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: null
      slices:
        UHMEP:
          match: {system: 'https://www.ehealth.fgov.be/standards/fhir/NamingSystem/uhmep'}
          schema:
            short: Reference ID of the UHMEP once available there
            index: 6
            elements:
              system:
                pattern: {type: Uri, value: 'https://www.ehealth.fgov.be/standards/fhir/NamingSystem/uhmep'}
                index: 7
              value: {index: 8}
            required: [value, system]
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Location', 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patient']
    index: 13
  occurrence:
    short: When service shall occur - once this is past, this prescription is no longer valid and the status shall reflect this.
    mustSupport: true
    choices: []
    index: 15
  performer:
    type: Reference
    short: Requested performer - typically reference to practitioner but could also be reference to related person by business identifier or Reference.display
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/CareTeam', 'http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/HealthcareService', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson', 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-organization', 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patient', 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner', 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitionerrole']
    index: 19
package_version: 1.1.22-beta
extensions:
  statusReason:
    url: http://hl7.org/fhir/StructureDefinition/request-statusReason
    type: Extension
    binding: {strength: extensible, valueSet: 'https://www.ehealth.fgov.be/standards/fhir/ValueSet/be-reason-referral-status'}
    mustSupport: true
    index: 1
    elements:
      value:
        choices: []
        index: 3
        slicing:
          slices:
            valueCodeableConcept:
              match: {}
              schema:
                choices: []
                index: 3
  informParty: {url: 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-ext-inform-party', type: Extension, short: 'Parties to inform of fulfillment of the prescription, besides the prescriber.', mustSupport: true, index: 4}
class: profile
kind: resource
url: https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-referralprescription
base: http://hl7.org/fhir/StructureDefinition/ServiceRequest
version: 1.0.0
required: [requester, performerType, category]