PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.extensions.r3@1.0.0
    http://hl7.org/fhir/StructureDefinition/auditevent-OnBehalfOf
description: When an AuditEvent is attributed to an agent that is acting on behalf of another agent. Typically needed when multiple agents are acting on behalf of different organizations, and when PractitionerRole is not appropriate.
package_name: hl7.fhir.uv.extensions.r3
derivation: constraint
name: AEOnBehalfOf
type: Extension
elements:
  extension: {index: 0}
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/auditevent-OnBehalfOf'}
    index: 1
  value:
    choices: [valueReference, valueReference, valueReference, valueReference, valueReference, valueReference]
    index: 3
  valueReference:
    type: Reference
    choiceOf: value
    refers: ['http://hl7.org/fhir/StructureDefinition/Organization']
    index: 4
package_version: 1.0.0
extensions: {}
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/auditevent-OnBehalfOf
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 1.0.0
required: [valueReference, value]