http://hl7.org/fhir/StructureDefinition/package-source|5.2.0

Specifies the package in which an artifact is or was included.
description: Specifies the package in which an artifact is or was included.
derivation: constraint
name: PackageSource
type: Extension
elements:
  extension:
    short: NPM-style package id
    index: 0
    slicing:
      slices:
        packageId:
          match: {}
          schema:
            short: NPM-style package id
            _required: true
            index: 0
            elements:
              url:
                pattern: {type: Uri, value: packageId}
                index: 1
              value:
                choices: []
                index: 3
            required: [value]
        version:
          match: {}
          schema:
            short: Package version
            index: 4
            elements:
              url:
                pattern: {type: Uri, value: version}
                index: 5
              value:
                choices: []
                index: 7
            required: [value]
        uri:
          match: {}
          schema:
            short: Package uri
            index: 8
            elements:
              url:
                pattern: {type: Uri, value: uri}
                index: 9
              value:
                choices: []
                index: 11
            required: [value]
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/package-source'}
    index: 12
  value:
    choices: []
    index: 14
extensions:
  packageId:
    url: null
    short: NPM-style package id
    _required: true
    index: 0
    elements:
      url:
        pattern: {type: Uri, value: packageId}
        index: 1
      value:
        choices: []
        index: 3
    required: [value]
  version:
    url: null
    short: Package version
    index: 4
    elements:
      url:
        pattern: {type: Uri, value: version}
        index: 5
      value:
        choices: []
        index: 7
    required: [value]
  uri:
    url: null
    short: Package uri
    index: 8
    elements:
      url:
        pattern: {type: Uri, value: uri}
        index: 9
      value:
        choices: []
        index: 11
    required: [value]
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/package-source
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 5.2.0
required: [extension]