PackagesCanonicalsLogsProblems
    Packages
    rs/medcom.fhir.dk.document@1.0.0
    http://medcomfhir.dk/ig/document/StructureDefinition/medcom-document-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: rs/medcom.fhir.dk.document
derivation: constraint
name: MedComDocumentVersionID
type: Extension
elements:
  extension: {index: 0}
  url:
    pattern: {type: uri, value: 'http://medcomfhir.dk/ig/document/StructureDefinition/medcom-document-version-id-extension'}
    type: uri
    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: 1.0.0
extensions: {}
class: extension
kind: complex-type
url: http://medcomfhir.dk/ig/document/StructureDefinition/medcom-document-version-id-extension
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 1.0.0
required: [value, valueString]