PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.xver-r2.r4b@0.1.0
    http://hl7.org/fhir/1.0/StructureDefinition/extension-Conformance.messaging.event
description: 'DSTU2: `Conformance.messaging.event` (new:BackboneElement)'
package_name: hl7.fhir.uv.xver-r2.r4b
derivation: constraint
name: ExtensionConformance_Messaging_Event
type: Extension
elements:
  extension:
    base: {max: '*', min: 0, path: Extension.extension}
    array: true
    min: 5
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: 5
      slices:
        code:
          match: {url: code}
          schema:
            short: 'DSTU2: Event type (new)'
            _required: true
            base: {max: '*', min: 0, path: Extension.extension}
            index: 1
            elements:
              url:
                base: {max: '1', min: 1, path: Extension.url}
                pattern: {type: Uri, value: code}
                index: 2
              value:
                short: Event type
                choices: [valueCoding]
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                index: 4
              valueCoding:
                short: Event type
                type: Coding
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                choiceOf: value
                index: 5
            required: [valueCoding, url, value]
        category:
          match: {url: category}
          schema:
            short: 'DSTU2: Consequence | Currency | Notification (new)'
            base: {max: '*', min: 0, path: Extension.extension}
            index: 6
            elements:
              url:
                base: {max: '1', min: 1, path: Extension.url}
                pattern: {type: Uri, value: category}
                index: 7
              value:
                short: Consequence | Currency | Notification
                choices: [valueCode]
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                index: 9
              valueCode:
                short: Consequence | Currency | Notification
                type: code
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                choiceOf: value
                index: 10
            required: [url]
        mode:
          match: {url: mode}
          schema:
            short: 'DSTU2: sender | receiver (new)'
            _required: true
            base: {max: '*', min: 0, path: Extension.extension}
            index: 11
            elements:
              url:
                base: {max: '1', min: 1, path: Extension.url}
                pattern: {type: Uri, value: mode}
                index: 12
              value:
                short: sender | receiver
                choices: [valueCode]
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                index: 14
              valueCode:
                short: sender | receiver
                type: code
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                choiceOf: value
                index: 15
            required: [url, valueCode, value]
        focus:
          match: {url: focus}
          schema:
            short: 'DSTU2: Resource that''s focus of message (new)'
            _required: true
            base: {max: '*', min: 0, path: Extension.extension}
            index: 16
            elements:
              url:
                base: {max: '1', min: 1, path: Extension.url}
                pattern: {type: Uri, value: focus}
                index: 17
              value:
                short: Resource that's focus of message
                choices: [valueCode]
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                index: 19
              valueCode:
                short: Resource that's focus of message
                type: code
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                choiceOf: value
                index: 20
            required: [url, valueCode, value]
        request:
          match: {url: request}
          schema:
            short: 'DSTU2: Profile that describes the request (new)'
            _required: true
            base: {max: '*', min: 0, path: Extension.extension}
            index: 21
            elements:
              url:
                base: {max: '1', min: 1, path: Extension.url}
                pattern: {type: Uri, value: request}
                index: 22
              value:
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                short: Profile that describes the request
                choices: [valueReference]
                index: 24
              valueReference:
                short: Profile that describes the request
                refers: ['http://hl7.org/fhir/1.0/StructureDefinition/profile-StructureDefinition|0.1.0', 'http://hl7.org/fhir/StructureDefinition/StructureDefinition|4.3.0']
                type: Reference
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                choiceOf: value
                index: 25
            required: [url, valueReference, value]
        response:
          match: {url: response}
          schema:
            short: 'DSTU2: Profile that describes the response (new)'
            _required: true
            base: {max: '*', min: 0, path: Extension.extension}
            index: 26
            elements:
              url:
                base: {max: '1', min: 1, path: Extension.url}
                pattern: {type: Uri, value: response}
                index: 27
              value:
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                short: Profile that describes the response
                choices: [valueReference]
                index: 29
              valueReference:
                short: Profile that describes the response
                refers: ['http://hl7.org/fhir/1.0/StructureDefinition/profile-StructureDefinition|0.1.0', 'http://hl7.org/fhir/StructureDefinition/StructureDefinition|4.3.0']
                type: Reference
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                choiceOf: value
                index: 30
            required: [url, valueReference, value]
        documentation:
          match: {url: documentation}
          schema:
            short: 'DSTU2: Endpoint-specific event documentation (new)'
            base: {max: '*', min: 0, path: Extension.extension}
            index: 31
            elements:
              url:
                base: {max: '1', min: 1, path: Extension.url}
                pattern: {type: Uri, value: documentation}
                index: 32
              value:
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                short: Endpoint-specific event documentation
                choices: [valueString]
                index: 34
              valueString:
                short: Endpoint-specific event documentation
                type: string
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                choiceOf: value
                index: 35
            required: [url]
  url:
    base: {max: '1', min: 1, path: Extension.url}
    pattern: {type: Uri, value: 'http://hl7.org/fhir/1.0/StructureDefinition/extension-Conformance.messaging.event'}
    index: 36
  value:
    base: {max: '1', min: 0, path: 'Extension.value[x]'}
    choices: []
    index: 38
package_version: 0.1.0
extensions:
  code:
    url: code
    short: 'DSTU2: Event type (new)'
    _required: true
    base: {max: '*', min: 0, path: Extension.extension}
    index: 1
    elements:
      url:
        base: {max: '1', min: 1, path: Extension.url}
        pattern: {type: Uri, value: code}
        index: 2
      value:
        short: Event type
        choices: [valueCoding]
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        index: 4
      valueCoding:
        short: Event type
        type: Coding
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        choiceOf: value
        index: 5
    required: [valueCoding, url, value]
  category:
    url: category
    short: 'DSTU2: Consequence | Currency | Notification (new)'
    base: {max: '*', min: 0, path: Extension.extension}
    index: 6
    elements:
      url:
        base: {max: '1', min: 1, path: Extension.url}
        pattern: {type: Uri, value: category}
        index: 7
      value:
        short: Consequence | Currency | Notification
        choices: [valueCode]
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        index: 9
      valueCode:
        short: Consequence | Currency | Notification
        type: code
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        choiceOf: value
        index: 10
    required: [url]
  mode:
    url: mode
    short: 'DSTU2: sender | receiver (new)'
    _required: true
    base: {max: '*', min: 0, path: Extension.extension}
    index: 11
    elements:
      url:
        base: {max: '1', min: 1, path: Extension.url}
        pattern: {type: Uri, value: mode}
        index: 12
      value:
        short: sender | receiver
        choices: [valueCode]
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        index: 14
      valueCode:
        short: sender | receiver
        type: code
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        choiceOf: value
        index: 15
    required: [url, valueCode, value]
  focus:
    url: focus
    short: 'DSTU2: Resource that''s focus of message (new)'
    _required: true
    base: {max: '*', min: 0, path: Extension.extension}
    index: 16
    elements:
      url:
        base: {max: '1', min: 1, path: Extension.url}
        pattern: {type: Uri, value: focus}
        index: 17
      value:
        short: Resource that's focus of message
        choices: [valueCode]
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        index: 19
      valueCode:
        short: Resource that's focus of message
        type: code
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        choiceOf: value
        index: 20
    required: [url, valueCode, value]
  request:
    url: request
    short: 'DSTU2: Profile that describes the request (new)'
    _required: true
    base: {max: '*', min: 0, path: Extension.extension}
    index: 21
    elements:
      url:
        base: {max: '1', min: 1, path: Extension.url}
        pattern: {type: Uri, value: request}
        index: 22
      value:
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        short: Profile that describes the request
        choices: [valueReference]
        index: 24
      valueReference:
        short: Profile that describes the request
        refers: ['http://hl7.org/fhir/1.0/StructureDefinition/profile-StructureDefinition|0.1.0', 'http://hl7.org/fhir/StructureDefinition/StructureDefinition|4.3.0']
        type: Reference
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        choiceOf: value
        index: 25
    required: [url, valueReference, value]
  response:
    url: response
    short: 'DSTU2: Profile that describes the response (new)'
    _required: true
    base: {max: '*', min: 0, path: Extension.extension}
    index: 26
    elements:
      url:
        base: {max: '1', min: 1, path: Extension.url}
        pattern: {type: Uri, value: response}
        index: 27
      value:
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        short: Profile that describes the response
        choices: [valueReference]
        index: 29
      valueReference:
        short: Profile that describes the response
        refers: ['http://hl7.org/fhir/1.0/StructureDefinition/profile-StructureDefinition|0.1.0', 'http://hl7.org/fhir/StructureDefinition/StructureDefinition|4.3.0']
        type: Reference
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        choiceOf: value
        index: 30
    required: [url, valueReference, value]
  documentation:
    url: documentation
    short: 'DSTU2: Endpoint-specific event documentation (new)'
    base: {max: '*', min: 0, path: Extension.extension}
    index: 31
    elements:
      url:
        base: {max: '1', min: 1, path: Extension.url}
        pattern: {type: Uri, value: documentation}
        index: 32
      value:
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        short: Endpoint-specific event documentation
        choices: [valueString]
        index: 34
      valueString:
        short: Endpoint-specific event documentation
        type: string
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        choiceOf: value
        index: 35
    required: [url]
class: extension
kind: complex-type
url: http://hl7.org/fhir/1.0/StructureDefinition/extension-Conformance.messaging.event
base: http://hl7.org/fhir/StructureDefinition/Extension|4.3.0
version: 0.1.0
required: [url]