PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci-pas@2.2.0-ballot
    http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-documentInformation
description: Information about the document being included such as the type, transmission method, and identifier.
package_name: hl7.fhir.us.davinci-pas
derivation: constraint
name: DocumentInformation
type: Extension
elements:
  extension:
    index: 0
    slicing:
      slices:
        reportTypeCode:
          match: {}
          schema:
            short: The type of additional information being provided
            _required: true
            index: 1
            extensions: {}
            elements:
              extension: {index: 2}
              url:
                pattern: {type: uri, value: reportTypeCode}
                type: uri
                index: 3
              value:
                choices: [valueCodeableConcept]
                index: 5
              valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 6}
        transmissionMethod:
          match: {}
          schema:
            short: How the additional information is being provided
            index: 7
            extensions: {}
            elements:
              extension: {index: 8}
              url:
                pattern: {type: uri, value: transmissionMethod}
                type: uri
                index: 9
              value:
                choices: [valueCodeableConcept]
                index: 11
              valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 12}
        controlNumber:
          match: {}
          schema:
            short: A control number that identifies the document
            index: 13
            extensions: {}
            elements:
              extension: {index: 14}
              url:
                pattern: {type: uri, value: controlNumber}
                type: uri
                index: 15
              value:
                choices: [valueString]
                index: 17
              valueString: {type: string, choiceOf: value, index: 18}
        description:
          match: {}
          schema:
            short: Special information about the additional information provided
            index: 19
            extensions: {}
            elements:
              extension: {index: 20}
              url:
                pattern: {type: uri, value: description}
                type: uri
                index: 21
              value:
                choices: [valueString]
                index: 23
              valueString: {type: string, choiceOf: value, index: 24}
  url:
    pattern: {type: uri, value: 'http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-documentInformation'}
    type: uri
    index: 25
  value:
    choices: []
    index: 27
package_version: 2.2.0-ballot
extensions:
  reportTypeCode:
    url: null
    short: The type of additional information being provided
    _required: true
    index: 1
    extensions: {}
    elements:
      extension: {index: 2}
      url:
        pattern: {type: uri, value: reportTypeCode}
        type: uri
        index: 3
      value:
        choices: [valueCodeableConcept]
        index: 5
      valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 6}
  transmissionMethod:
    url: null
    short: How the additional information is being provided
    index: 7
    extensions: {}
    elements:
      extension: {index: 8}
      url:
        pattern: {type: uri, value: transmissionMethod}
        type: uri
        index: 9
      value:
        choices: [valueCodeableConcept]
        index: 11
      valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 12}
  controlNumber:
    url: null
    short: A control number that identifies the document
    index: 13
    extensions: {}
    elements:
      extension: {index: 14}
      url:
        pattern: {type: uri, value: controlNumber}
        type: uri
        index: 15
      value:
        choices: [valueString]
        index: 17
      valueString: {type: string, choiceOf: value, index: 18}
  description:
    url: null
    short: Special information about the additional information provided
    index: 19
    extensions: {}
    elements:
      extension: {index: 20}
      url:
        pattern: {type: uri, value: description}
        type: uri
        index: 21
      value:
        choices: [valueString]
        index: 23
      valueString: {type: string, choiceOf: value, index: 24}
class: extension
kind: complex-type
url: http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-documentInformation
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 2.2.0-ballot
required: [extension]