PackagesCanonicalsLogsProblems
    Packages
    fhir.org.nz.ig.base@2.0.0
    http://hl7.org.nz/fhir/StructureDefinition/messaging-address
description: The address to where electronic communications might be sent. For historical reasons, there is an overlap with edi-address.
package_name: fhir.org.nz.ig.base
derivation: constraint
name: Messaging_address
type: Extension
elements:
  extension:
    array: true
    min: 2
    index: 0
    slicing:
      slices:
        provider:
          match: {}
          schema:
            _required: true
            index: 1
            extensions: {}
            elements:
              extension: {index: 2}
              url:
                pattern: {type: uri, value: provider}
                type: uri
                index: 3
              value:
                choices: [valueString]
                index: 5
              valueString: {type: string, choiceOf: value, index: 6}
        value:
          match: {}
          schema:
            _required: true
            index: 7
            extensions: {}
            elements:
              extension: {index: 8}
              url:
                pattern: {type: uri, value: value}
                type: uri
                index: 9
              value:
                choices: [valueString]
                index: 11
              valueString: {type: string, choiceOf: value, index: 12}
  url:
    pattern: {type: uri, value: 'http://hl7.org.nz/fhir/StructureDefinition/messaging-address'}
    type: uri
    index: 13
  value:
    choices: []
    index: 15
package_version: 2.0.0
extensions:
  provider:
    url: null
    _required: true
    index: 1
    extensions: {}
    elements:
      extension: {index: 2}
      url:
        pattern: {type: uri, value: provider}
        type: uri
        index: 3
      value:
        choices: [valueString]
        index: 5
      valueString: {type: string, choiceOf: value, index: 6}
  value:
    url: null
    _required: true
    index: 7
    extensions: {}
    elements:
      extension: {index: 8}
      url:
        pattern: {type: uri, value: value}
        type: uri
        index: 9
      value:
        choices: [valueString]
        index: 11
      valueString: {type: string, choiceOf: value, index: 12}
class: extension
kind: complex-type
url: http://hl7.org.nz/fhir/StructureDefinition/messaging-address
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 0.1.0