PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.extensions@5.3.0-ballot-tc
    http://hl7.org/fhir/StructureDefinition/package-source
description: Specifies the package in which an artifact is or was included.
package_name: hl7.fhir.uv.extensions
derivation: constraint
name: PackageSource
type: Extension
elements:
  extension:
    type: Extension
    short: NPM-style package id
    index: 0
    slicing:
      slices:
        packageId:
          match: {}
          schema:
            type: Extension
            short: NPM-style package id
            _required: true
            index: 0
            elements:
              url:
                pattern: {type: uri, value: packageId}
                type: uri
                index: 1
              value:
                choices: [valueId]
                index: 3
              valueId: {type: id, choiceOf: value, index: 4}
            required: [value, valueId]
        version:
          match: {}
          schema:
            short: Package version
            type: Extension
            index: 5
            elements:
              url:
                pattern: {type: uri, value: version}
                type: uri
                index: 6
              value:
                choices: [valueString]
                index: 8
              valueString: {type: string, choiceOf: value, index: 9}
            required: [value, valueString]
        uri:
          match: {}
          schema:
            short: Package uri
            type: Extension
            index: 10
            elements:
              url:
                pattern: {type: uri, value: uri}
                type: uri
                index: 11
              value:
                choices: [valueUri]
                index: 13
              valueUri: {type: uri, choiceOf: value, index: 14}
            required: [value, valueUri]
  url:
    pattern: {type: uri, value: 'http://hl7.org/fhir/StructureDefinition/package-source'}
    type: uri
    index: 15
  value:
    choices: []
    index: 17
package_version: 5.3.0-ballot-tc
extensions:
  packageId:
    url: null
    type: Extension
    short: NPM-style package id
    _required: true
    index: 0
    elements:
      url:
        pattern: {type: uri, value: packageId}
        type: uri
        index: 1
      value:
        choices: [valueId]
        index: 3
      valueId: {type: id, choiceOf: value, index: 4}
    required: [value, valueId]
  version:
    url: null
    short: Package version
    type: Extension
    index: 5
    elements:
      url:
        pattern: {type: uri, value: version}
        type: uri
        index: 6
      value:
        choices: [valueString]
        index: 8
      valueString: {type: string, choiceOf: value, index: 9}
    required: [value, valueString]
  uri:
    url: null
    short: Package uri
    type: Extension
    index: 10
    elements:
      url:
        pattern: {type: uri, value: uri}
        type: uri
        index: 11
      value:
        choices: [valueUri]
        index: 13
      valueUri: {type: uri, choiceOf: value, index: 14}
    required: [value, valueUri]
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/package-source
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 5.3.0-ballot-tc
required: [extension]