PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.livd@1.0.0-ballot
    http://hl7.org/fhir/uv/livd/StructureDefinition/ext-vendorReferenceIdentifier
description: Add a vendor reference identifier to ObservationDefinition.
package_name: hl7.fhir.uv.livd
derivation: constraint
name: LIVDVendorReferenceIdentifier
type: Extension
elements:
  extension: {index: 0}
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/uv/livd/StructureDefinition/ext-vendorReferenceIdentifier'}
    index: 1
  value:
    choices: []
    index: 3
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: 1
      slices:
        valueIdentifier:
          match: {}
          schema:
            choices: [valueIdentifier]
            _required: true
            index: 5
          min: 1
          max: 1
  valueIdentifier:
    type: Identifier
    choiceOf: value
    index: 6
    slicing:
      slices:
        valueIdentifier:
          match: {}
          schema: {type: Identifier, 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-vendorReferenceIdentifier
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 1.0.0-ballot
required: [valueIdentifier, value]