PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.base@2.2.0-ballot
    http://hl7.org.au/fhir/StructureDefinition/information-recipient
description: This extension applies to the Composition resource and is used to represent an intended recipient of the composition.
package_name: hl7.fhir.au.base
derivation: constraint
name: InformationRecipient
type: Extension
elements:
  url:
    pattern: {type: Uri, value: 'http://hl7.org.au/fhir/StructureDefinition/information-recipient'}
    index: 0
  value:
    short: Information recipient
    choices: [valueReference]
    index: 2
    slicing:
      slices:
        valueReference:
          match: {}
          schema:
            short: Information recipient
            choices: [valueReference]
            _required: true
            index: 2
          min: 1
  valueReference:
    type: Reference
    short: Information recipient
    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/PractitionerRole', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
    index: 3
    slicing:
      slices:
        valueReference:
          match: {}
          schema:
            type: Reference
            short: Information recipient
            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/PractitionerRole', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
            _required: true
            index: 3
          min: 1
package_version: 2.2.0-ballot
class: extension
kind: complex-type
url: http://hl7.org.au/fhir/StructureDefinition/information-recipient
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 2.2.0
required: [valueReference, value]