PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.xver-r5.r3@0.1.0
    http://hl7.org/fhir/5.0/StructureDefinition/extension-Citation.relatedArtifact
description: 'R5: `Citation.relatedArtifact` (new:RelatedArtifact)'
package_name: hl7.fhir.uv.xver-r5.r3
derivation: constraint
name: ExtensionCitation_RelatedArtifact
type: Extension
elements:
  extension:
    base: {max: '*', min: 0, path: Extension.extension}
    array: true
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: 0
      slices:
        classifier:
          match: {url: classifier}
          schema:
            short: 'R5: Additional classifiers (new)'
            array: true
            base: {max: '*', min: 0, path: Extension.extension}
            index: 11
            elements:
              url:
                base: {max: '1', min: 1, path: Extension.url}
                pattern: {type: Uri, value: classifier}
                index: 12
              value:
                short: Additional classifiers
                choices: [valueCodeableConcept]
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                index: 14
              valueCodeableConcept:
                short: Additional classifiers
                type: CodeableConcept
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                choiceOf: value
                index: 15
            required: [url]
        _datatype:
          match: {url: 'http://hl7.org/fhir/StructureDefinition/_datatype'}
          schema:
            base: {max: '*', min: 0, path: Extension.extension}
            short: DataType slice for a FHIR R5 `RelatedArtifact` value
            _required: true
            index: 1
            elements:
              url:
                base: {max: '1', min: 1, path: Extension.url}
                pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/_datatype'}
                index: 2
              value:
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                pattern: {type: String, value: RelatedArtifact}
                choices: [valueString]
                index: 4
              valueString:
                type: string
                pattern: {type: String, value: RelatedArtifact}
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                choiceOf: value
                index: 5
            required: [url, valueString, value]
        type:
          match: {url: type}
          schema:
            short: 'R5: documentation | justification | citation | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | documents | specification-of | created-with | cite-as'
            _required: true
            base: {max: '*', min: 0, path: Extension.extension}
            index: 6
            elements:
              url:
                base: {max: '1', min: 1, path: Extension.url}
                pattern: {type: Uri, value: type}
                index: 7
              value:
                short: documentation | justification | citation | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | documents | specification-of | created-with | cite-as
                choices: [valueCode]
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                index: 9
              valueCode:
                short: documentation | justification | citation | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | documents | specification-of | created-with | cite-as
                type: code
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                choiceOf: value
                index: 10
            required: [url, valueCode, value]
        resourceReference:
          match: {url: resourceReference}
          schema:
            short: 'R5: What artifact, if not a conformance resource (new)'
            base: {max: '*', min: 0, path: Extension.extension}
            index: 41
            elements:
              url:
                base: {max: '1', min: 1, path: Extension.url}
                pattern: {type: Uri, value: resourceReference}
                index: 42
              value:
                short: What artifact, if not a conformance resource
                choices: [valueReference, valueReference]
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                index: 44
              valueReference:
                short: What artifact, if not a conformance resource
                refers: ['http://hl7.org/fhir/5.0/StructureDefinition/profile-Resource|0.1.0']
                type: Reference
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                choiceOf: value
                index: 45
            required: [url]
        document:
          match: {url: document}
          schema:
            short: 'R5: document'
            base: {max: '*', min: 0, path: Extension.extension}
            index: 31
            elements:
              url:
                base: {max: '1', min: 1, path: Extension.url}
                pattern: {type: Uri, value: document}
                index: 32
              value:
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                short: What document is being referenced
                choices: [valueAttachment]
                index: 34
              valueAttachment:
                short: What document is being referenced
                type: Attachment
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                choiceOf: value
                index: 35
            required: [url]
        citation:
          match: {url: citation}
          schema:
            short: 'R5: citation'
            base: {max: '*', min: 0, path: Extension.extension}
            index: 26
            elements:
              url:
                base: {max: '1', min: 1, path: Extension.url}
                pattern: {type: Uri, value: citation}
                index: 27
              value:
                short: Bibliographic citation for the artifact
                choices: [valueMarkdown]
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                index: 29
              valueMarkdown:
                short: Bibliographic citation for the artifact
                type: markdown
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                choiceOf: value
                index: 30
            required: [url]
        label:
          match: {url: label}
          schema:
            short: 'R5: Short label (new)'
            base: {max: '*', min: 0, path: Extension.extension}
            index: 16
            elements:
              url:
                base: {max: '1', min: 1, path: Extension.url}
                pattern: {type: Uri, value: label}
                index: 17
              value:
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                short: Short label
                choices: [valueString]
                index: 19
              valueString:
                short: Short label
                type: string
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                choiceOf: value
                index: 20
            required: [url]
        resource:
          match: {url: resource}
          schema:
            short: 'R5: What artifact is being referenced additional types'
            base: {max: '*', min: 0, path: Extension.extension}
            index: 36
            elements:
              url:
                base: {max: '1', min: 1, path: Extension.url}
                pattern: {type: Uri, value: resource}
                index: 37
              value:
                short: What artifact is being referenced
                choices: [valueUri]
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                index: 39
              valueUri:
                short: What artifact is being referenced
                type: uri
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                choiceOf: value
                index: 40
            required: [url]
        publicationStatus:
          match: {url: publicationStatus}
          schema:
            short: 'R5: draft | active | retired | unknown (new)'
            base: {max: '*', min: 0, path: Extension.extension}
            index: 47
            elements:
              url:
                base: {max: '1', min: 1, path: Extension.url}
                pattern: {type: Uri, value: publicationStatus}
                index: 48
              value:
                short: draft | active | retired | unknown
                choices: [valueCode]
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                index: 50
              valueCode:
                short: draft | active | retired | unknown
                type: code
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                choiceOf: value
                index: 51
            required: [url]
        display:
          match: {url: display}
          schema:
            short: 'R5: display'
            base: {max: '*', min: 0, path: Extension.extension}
            index: 21
            elements:
              url:
                base: {max: '1', min: 1, path: Extension.url}
                pattern: {type: Uri, value: display}
                index: 22
              value:
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                short: Brief description of the related artifact
                choices: [valueString]
                index: 24
              valueString:
                short: Brief description of the related artifact
                type: string
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                choiceOf: value
                index: 25
            required: [url]
        publicationDate:
          match: {url: publicationDate}
          schema:
            short: 'R5: Date of publication of the artifact being referred to (new)'
            base: {max: '*', min: 0, path: Extension.extension}
            index: 52
            elements:
              url:
                base: {max: '1', min: 1, path: Extension.url}
                pattern: {type: Uri, value: publicationDate}
                index: 53
              value:
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                short: Date of publication of the artifact being referred to
                choices: [valueDate]
                index: 55
              valueDate:
                short: Date of publication of the artifact being referred to
                type: date
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                choiceOf: value
                index: 56
            required: [url]
  url:
    base: {max: '1', min: 1, path: Extension.url}
    pattern: {type: Uri, value: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-Citation.relatedArtifact'}
    index: 57
  value:
    base: {max: '1', min: 0, path: 'Extension.value[x]'}
    choices: []
    index: 59
package_version: 0.1.0
extensions:
  classifier:
    url: classifier
    short: 'R5: Additional classifiers (new)'
    array: true
    base: {max: '*', min: 0, path: Extension.extension}
    index: 11
    elements:
      url:
        base: {max: '1', min: 1, path: Extension.url}
        pattern: {type: Uri, value: classifier}
        index: 12
      value:
        short: Additional classifiers
        choices: [valueCodeableConcept]
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        index: 14
      valueCodeableConcept:
        short: Additional classifiers
        type: CodeableConcept
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        choiceOf: value
        index: 15
    required: [url]
  _datatype:
    url: http://hl7.org/fhir/StructureDefinition/_datatype
    base: {max: '*', min: 0, path: Extension.extension}
    short: DataType slice for a FHIR R5 `RelatedArtifact` value
    _required: true
    index: 1
    elements:
      url:
        base: {max: '1', min: 1, path: Extension.url}
        pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/_datatype'}
        index: 2
      value:
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        pattern: {type: String, value: RelatedArtifact}
        choices: [valueString]
        index: 4
      valueString:
        type: string
        pattern: {type: String, value: RelatedArtifact}
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        choiceOf: value
        index: 5
    required: [url, valueString, value]
  type:
    url: type
    short: 'R5: documentation | justification | citation | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | documents | specification-of | created-with | cite-as'
    _required: true
    base: {max: '*', min: 0, path: Extension.extension}
    index: 6
    elements:
      url:
        base: {max: '1', min: 1, path: Extension.url}
        pattern: {type: Uri, value: type}
        index: 7
      value:
        short: documentation | justification | citation | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | documents | specification-of | created-with | cite-as
        choices: [valueCode]
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        index: 9
      valueCode:
        short: documentation | justification | citation | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | documents | specification-of | created-with | cite-as
        type: code
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        choiceOf: value
        index: 10
    required: [url, valueCode, value]
  resourceReference:
    url: resourceReference
    short: 'R5: What artifact, if not a conformance resource (new)'
    base: {max: '*', min: 0, path: Extension.extension}
    index: 41
    elements:
      url:
        base: {max: '1', min: 1, path: Extension.url}
        pattern: {type: Uri, value: resourceReference}
        index: 42
      value:
        short: What artifact, if not a conformance resource
        choices: [valueReference, valueReference]
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        index: 44
      valueReference:
        short: What artifact, if not a conformance resource
        refers: ['http://hl7.org/fhir/5.0/StructureDefinition/profile-Resource|0.1.0']
        type: Reference
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        choiceOf: value
        index: 45
    required: [url]
  document:
    url: document
    short: 'R5: document'
    base: {max: '*', min: 0, path: Extension.extension}
    index: 31
    elements:
      url:
        base: {max: '1', min: 1, path: Extension.url}
        pattern: {type: Uri, value: document}
        index: 32
      value:
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        short: What document is being referenced
        choices: [valueAttachment]
        index: 34
      valueAttachment:
        short: What document is being referenced
        type: Attachment
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        choiceOf: value
        index: 35
    required: [url]
  citation:
    url: citation
    short: 'R5: citation'
    base: {max: '*', min: 0, path: Extension.extension}
    index: 26
    elements:
      url:
        base: {max: '1', min: 1, path: Extension.url}
        pattern: {type: Uri, value: citation}
        index: 27
      value:
        short: Bibliographic citation for the artifact
        choices: [valueMarkdown]
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        index: 29
      valueMarkdown:
        short: Bibliographic citation for the artifact
        type: markdown
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        choiceOf: value
        index: 30
    required: [url]
  label:
    url: label
    short: 'R5: Short label (new)'
    base: {max: '*', min: 0, path: Extension.extension}
    index: 16
    elements:
      url:
        base: {max: '1', min: 1, path: Extension.url}
        pattern: {type: Uri, value: label}
        index: 17
      value:
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        short: Short label
        choices: [valueString]
        index: 19
      valueString:
        short: Short label
        type: string
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        choiceOf: value
        index: 20
    required: [url]
  resource:
    url: resource
    short: 'R5: What artifact is being referenced additional types'
    base: {max: '*', min: 0, path: Extension.extension}
    index: 36
    elements:
      url:
        base: {max: '1', min: 1, path: Extension.url}
        pattern: {type: Uri, value: resource}
        index: 37
      value:
        short: What artifact is being referenced
        choices: [valueUri]
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        index: 39
      valueUri:
        short: What artifact is being referenced
        type: uri
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        choiceOf: value
        index: 40
    required: [url]
  publicationStatus:
    url: publicationStatus
    short: 'R5: draft | active | retired | unknown (new)'
    base: {max: '*', min: 0, path: Extension.extension}
    index: 47
    elements:
      url:
        base: {max: '1', min: 1, path: Extension.url}
        pattern: {type: Uri, value: publicationStatus}
        index: 48
      value:
        short: draft | active | retired | unknown
        choices: [valueCode]
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        index: 50
      valueCode:
        short: draft | active | retired | unknown
        type: code
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        choiceOf: value
        index: 51
    required: [url]
  display:
    url: display
    short: 'R5: display'
    base: {max: '*', min: 0, path: Extension.extension}
    index: 21
    elements:
      url:
        base: {max: '1', min: 1, path: Extension.url}
        pattern: {type: Uri, value: display}
        index: 22
      value:
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        short: Brief description of the related artifact
        choices: [valueString]
        index: 24
      valueString:
        short: Brief description of the related artifact
        type: string
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        choiceOf: value
        index: 25
    required: [url]
  publicationDate:
    url: publicationDate
    short: 'R5: Date of publication of the artifact being referred to (new)'
    base: {max: '*', min: 0, path: Extension.extension}
    index: 52
    elements:
      url:
        base: {max: '1', min: 1, path: Extension.url}
        pattern: {type: Uri, value: publicationDate}
        index: 53
      value:
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        short: Date of publication of the artifact being referred to
        choices: [valueDate]
        index: 55
      valueDate:
        short: Date of publication of the artifact being referred to
        type: date
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        choiceOf: value
        index: 56
    required: [url]
class: extension
kind: complex-type
url: http://hl7.org/fhir/5.0/StructureDefinition/extension-Citation.relatedArtifact
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 0.1.0
required: [url]