PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.dk.core@3.5.0
    http://hl7.dk/fhir/core/StructureDefinition/dk-core-documentreference-version-id-extension
description: Extension containing information about the version of the DocumentReference for a specific standard. The version is included in the R5 version of the resource.
package_name: hl7.fhir.dk.core
derivation: constraint
name: DkCoreDocumentReferenceVersionID
type: Extension
elements:
  extension: {index: 0}
  url:
    pattern: {type: Uri, value: 'http://hl7.dk/fhir/core/StructureDefinition/dk-core-documentreference-version-id-extension'}
    index: 1
  value:
    choices: []
    index: 3
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: 1
      slices:
        valueString:
          match: {}
          schema:
            mustSupport: true
            choices: [valueString]
            _required: true
            index: 5
          min: 1
          max: 1
  valueString:
    type: string
    mustSupport: true
    choiceOf: value
    index: 6
    slicing:
      slices:
        valueString:
          match: {}
          schema: {type: string, mustSupport: true, choiceOf: value, _required: true, index: 6}
          min: 1
          max: 1
package_version: 3.5.0
extensions: {}
class: extension
kind: complex-type
url: http://hl7.dk/fhir/core/StructureDefinition/dk-core-documentreference-version-id-extension
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 3.5.0
required: [valueString, value]