PackagesCanonicalsLogsProblems
    Packages
    de.gematik.epa.mhd@1.1.1
    https://profiles.ihe.net/ITI/MHD/StructureDefinition/ihe-full-text-search-match-snippet
description: This extension contains a text snippet describing the context of a full-text search match. It highlights relevant content that corresponds to the provided search terms and provides a concise preview of the search result.
package_name: de.gematik.epa.mhd
derivation: constraint
name: FullTextSearchMatchSnippet
type: Extension
elements:
  extension:
    index: 0
    slicing:
      rules: closed
      description: Extensions are always sliced by (at least) url
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        snippet:
          match: {url: snippet}
          schema:
            index: 1
            extensions: {}
            elements:
              extension: {index: 2}
              url:
                pattern: {type: Uri, value: snippet}
                index: 3
              value:
                short: Human-readable text snippet describing the context of the search match.
                choices: [valueString]
                index: 5
              valueString: {type: string, short: Human-readable text snippet describing the context of the search match., choiceOf: value, index: 6}
            required: [valueString, value]
        pageNumber:
          match: {url: pageNumber}
          schema:
            index: 7
            extensions: {}
            elements:
              extension: {index: 8}
              url:
                pattern: {type: Uri, value: pageNumber}
                index: 9
              value:
                short: For paginated documents (e.g. PDF), indicates the page on which the full-text search match was found.
                choices: [valueString]
                index: 11
              valueString: {type: string, short: 'For paginated documents (e.g. PDF), indicates the page on which the full-text search match was found.', choiceOf: value, index: 12}
            required: [valueString, value]
  url:
    pattern: {type: Uri, value: 'https://profiles.ihe.net/ITI/MHD/StructureDefinition/ihe-full-text-search-match-snippet'}
    index: 13
  value:
    choices: []
    index: 15
package_version: 1.1.1
extensions:
  snippet:
    url: snippet
    index: 1
    extensions: {}
    elements:
      extension: {index: 2}
      url:
        pattern: {type: Uri, value: snippet}
        index: 3
      value:
        short: Human-readable text snippet describing the context of the search match.
        choices: [valueString]
        index: 5
      valueString: {type: string, short: Human-readable text snippet describing the context of the search match., choiceOf: value, index: 6}
    required: [valueString, value]
  pageNumber:
    url: pageNumber
    index: 7
    extensions: {}
    elements:
      extension: {index: 8}
      url:
        pattern: {type: Uri, value: pageNumber}
        index: 9
      value:
        short: For paginated documents (e.g. PDF), indicates the page on which the full-text search match was found.
        choices: [valueString]
        index: 11
      valueString: {type: string, short: 'For paginated documents (e.g. PDF), indicates the page on which the full-text search match was found.', choiceOf: value, index: 12}
    required: [valueString, value]
class: extension
kind: complex-type
url: https://profiles.ihe.net/ITI/MHD/StructureDefinition/ihe-full-text-search-match-snippet
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 4.2.4-current