http://hl7.org/fhir/StructureDefinition/TerminologyCapabilities|4.0.1

A TerminologyCapabilities resource documents a set of capabilities (behaviors) of a FHIR Terminology Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.
description: A TerminologyCapabilities resource documents a set of capabilities (behaviors) of a FHIR Terminology Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.
derivation: specialization
name: TerminologyCapabilities
type: TerminologyCapabilities
elements:
  description: {short: Natural language description of the terminology capabilities, index: 9}
  date: {short: Date last changed, isSummary: true, index: 6}
  publisher: {short: Name of the publisher (organization or individual), isSummary: true, index: 7}
  jurisdiction:
    short: Intended jurisdiction for terminology capabilities (if applicable)
    array: true
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/jurisdiction'}
    isSummary: true
    index: 11
  purpose: {short: Why this terminology capabilities is defined, index: 12}
  name: {short: Name for this terminology capabilities (computer friendly), isSummary: true, index: 2}
  useContext: {short: The context that the content is intended to support, array: true, isSummary: true, index: 10}
  copyright: {short: Use and/or publishing restrictions, isSummary: true, index: 13}
  experimental: {short: 'For testing purposes, not real usage', isSummary: true, index: 5}
  expansion:
    short: Information about the [ValueSet/$expand](valueset-operation-expand.html) operation
    index: 34
    elements:
      hierarchical: {short: Whether the server can return nested value sets, index: 35}
      paging: {short: Whether the server supports paging on expansion, index: 36}
      incomplete: {short: 'Allow request for incomplete expansions?', index: 37}
      parameter:
        short: Supported expansion parameter
        array: true
        index: 38
        elements:
          name: {short: Expansion Parameter name, index: 39}
          documentation: {short: Description of support for parameter, index: 40}
        required: [name]
      textFilter: {short: Documentation about text searching works, index: 41}
  title: {short: Name for this terminology capabilities (human friendly), isSummary: true, index: 3}
  status:
    isModifier: true
    short: draft | active | retired | unknown
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/publication-status|4.0.1'}
    isModifierReason: This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration
    isSummary: true
    index: 4
  validateCode:
    short: Information about the [ValueSet/$validate-code](valueset-operation-validate-code.html) operation
    index: 43
    elements:
      translations: {short: Whether translations are validated, index: 44}
    required: [translations]
  kind:
    short: instance | capability | requirements
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/capability-statement-kind|4.0.1'}
    isSummary: true
    index: 14
  translation:
    short: Information about the [ConceptMap/$translate](conceptmap-operation-translate.html) operation
    index: 45
    elements:
      needsMap: {short: Whether the client must identify the map, index: 46}
    required: [needsMap]
  url: {short: 'Canonical identifier for this terminology capabilities, represented as a URI (globally unique)', isSummary: true, index: 0}
  codeSystem:
    constraint:
      tcp-1: {human: 'If there is more than one version, a version code must be defined', severity: error, expression: version.count() > 1 implies version.all(code.exists())}
    short: A code system supported by the server
    array: true
    index: 22
    elements:
      uri: {short: URI for the Code System, index: 23}
      version:
        short: Version of Code System supported
        array: true
        index: 24
        elements:
          code: {short: Version identifier for this version, isSummary: true, index: 25}
          isDefault: {short: If this is the default version for this code system, isSummary: true, index: 26}
          compositional: {short: If compositional grammar is supported, index: 27}
          language: {short: Language Displays supported, array: true, index: 28}
          filter:
            short: Filter Properties supported
            array: true
            index: 29
            elements:
              code: {short: Code of the property supported, index: 30}
              op: {min: 1, short: Operations supported for the property, array: true, index: 31}
            required: [op, code]
          property: {short: Properties supported for $lookup, array: true, index: 32}
      subsumption: {short: Whether subsumption is supported, index: 33}
  software:
    short: Software that is covered by this terminology capability statement
    isSummary: true
    index: 15
    elements:
      name: {short: A name the software is known by, isSummary: true, index: 16}
      version: {short: Version covered by this statement, isSummary: true, index: 17}
    required: [name]
  version: {short: Business version of the terminology capabilities, isSummary: true, index: 1}
  contact: {short: Contact details for the publisher, array: true, isSummary: true, index: 8}
  implementation:
    short: If this describes a specific instance
    isSummary: true
    index: 18
    elements:
      description: {short: Describes this specific instance, isSummary: true, index: 19}
      url: {short: Base URL for the implementation, isSummary: true, index: 20}
    required: [description]
  codeSearch:
    short: explicit | all
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/code-search-support|4.0.1'}
    index: 42
  lockedDate: {short: Whether lockedDate is supported, isSummary: true, index: 21}
  closure:
    short: Information about the [ConceptMap/$closure](conceptmap-operation-closure.html) operation
    index: 47
    elements:
      translation: {short: If cross-system closure is supported, index: 48}
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/TerminologyCapabilities
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.0.1
required: [status, kind, date]