PackagesCanonicalsLogsProblems
    Packages
    flc.fhir.base@0.2.4
    http://canonical.fhir.link/flc/base/StructureDefinition/attachment-folder-structure
description: An extension to describe the logical folder structure and file name of an attachment used in Library.content or Binary resources.
package_name: flc.fhir.base
derivation: constraint
name: AttachmentFolderStructure
type: Extension
elements:
  extension:
    index: 0
    slicing:
      slices:
        folder-path:
          match: {}
          schema:
            _required: true
            index: 1
            extensions: {}
            elements:
              extension: {index: 2}
              url:
                pattern: {type: Uri, value: folder-path}
                index: 3
              value:
                short: The logical folder path where the attachment belongs, e.g., 'templates/resources'.
                choices: [valueString]
                index: 5
              valueString: {type: string, short: 'The logical folder path where the attachment belongs, e.g., ''templates/resources''.', choiceOf: value, index: 6}
        logical-filename:
          match: {}
          schema:
            index: 7
            extensions: {}
            elements:
              extension: {index: 8}
              url:
                pattern: {type: Uri, value: logical-filename}
                index: 9
              value:
                short: The logical file name of the attachment, e.g., '_patient.liquid'.
                choices: [valueString]
                index: 11
              valueString: {type: string, short: 'The logical file name of the attachment, e.g., ''_patient.liquid''.', choiceOf: value, index: 12}
        description:
          match: {}
          schema:
            index: 13
            extensions: {}
            elements:
              extension: {index: 14}
              url:
                pattern: {type: Uri, value: description}
                index: 15
              value:
                short: Field for describing the file's useage and content
                choices: [valueString]
                index: 17
              valueString: {type: string, short: Field for describing the file's useage and content, choiceOf: value, index: 18}
  url:
    pattern: {type: Uri, value: 'http://canonical.fhir.link/flc/base/StructureDefinition/attachment-folder-structure'}
    index: 19
  value:
    choices: []
    index: 21
package_version: 0.2.4
extensions:
  folder-path:
    url: null
    _required: true
    index: 1
    extensions: {}
    elements:
      extension: {index: 2}
      url:
        pattern: {type: Uri, value: folder-path}
        index: 3
      value:
        short: The logical folder path where the attachment belongs, e.g., 'templates/resources'.
        choices: [valueString]
        index: 5
      valueString: {type: string, short: 'The logical folder path where the attachment belongs, e.g., ''templates/resources''.', choiceOf: value, index: 6}
  logical-filename:
    url: null
    index: 7
    extensions: {}
    elements:
      extension: {index: 8}
      url:
        pattern: {type: Uri, value: logical-filename}
        index: 9
      value:
        short: The logical file name of the attachment, e.g., '_patient.liquid'.
        choices: [valueString]
        index: 11
      valueString: {type: string, short: 'The logical file name of the attachment, e.g., ''_patient.liquid''.', choiceOf: value, index: 12}
  description:
    url: null
    index: 13
    extensions: {}
    elements:
      extension: {index: 14}
      url:
        pattern: {type: Uri, value: description}
        index: 15
      value:
        short: Field for describing the file's useage and content
        choices: [valueString]
        index: 17
      valueString: {type: string, short: Field for describing the file's useage and content, choiceOf: value, index: 18}
class: extension
kind: complex-type
url: http://canonical.fhir.link/flc/base/StructureDefinition/attachment-folder-structure
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 0.2.4
required: [extension]