PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.livd@1.0.0-ballot
    http://hl7.org/fhir/uv/livd/StructureDefinition/ext-region
description: Provides the region(s), such as country, state, continent, set of countries or states, where the LIVD Mapping Publication applies.
package_name: hl7.fhir.uv.livd
derivation: constraint
name: LIVDRegion
type: Extension
elements:
  extension: {index: 0}
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/uv/livd/StructureDefinition/ext-region'}
    index: 1
  value:
    choices: []
    index: 3
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: 1
      slices:
        valueCodeableConcept:
          match: {}
          schema:
            choices: [valueCodeableConcept]
            _required: true
            index: 5
          min: 1
          max: 1
  valueCodeableConcept:
    type: CodeableConcept
    choiceOf: value
    index: 6
    slicing:
      slices:
        valueCodeableConcept:
          match: {}
          schema: {type: CodeableConcept, choiceOf: value, _required: true, index: 6}
          min: 1
          max: 1
package_version: 1.0.0-ballot
extensions: {}
class: extension
kind: complex-type
url: http://hl7.org/fhir/uv/livd/StructureDefinition/ext-region
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 1.0.0-ballot
required: [value, valueCodeableConcept]