eHealth Infrastructure
2.3.0 - release

eHealth Infrastructure - Local Development build (v2.3.0). See the Directory of published versions

: terminology - XML Representation

Active as of 2022-09-14

Raw xml | Download



<CapabilityStatement xmlns="http://hl7.org/fhir">
  <id value="terminology"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>terminology</h2><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td/></tr><tr><td>Transaction</td><td>y</td></tr><tr><td>System History</td><td>y</td></tr><tr><td>System Search</td><td></td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b title="GET a resource (read interaction)">Read</b></th><th><b title="GET past versions of resources (vread interaction)">V-Read</b></th><th><b title="GET all set of resources of the type (search interaction)">Search</b></th><th><b title="PUT a new resource version (update interaction)">Update</b></th><th><b title="PATCH a new resource version (patch interaction)">Patch</b></th><th><b title="POST a new resource (create interaction)">Create</b></th><th><b title="DELETE a resource (delete interaction)">Delete</b></th><th><b title="GET changes to a resource (history interaction on instance)">Updates</b></th><th><b title="GET changes for all resources of the type (history interaction on type)">History</b></th></tr><tr><td>CodeSystem</td><td><a href="http://hl7.org/fhir/StructureDefinition/CodeSystem">http://hl7.org/fhir/StructureDefinition/CodeSystem</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr><tr><td>ConceptMap</td><td><a href="http://hl7.org/fhir/StructureDefinition/ConceptMap">http://hl7.org/fhir/StructureDefinition/ConceptMap</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr><tr><td>Group</td><td><a href="http://hl7.org/fhir/StructureDefinition/Group">http://hl7.org/fhir/StructureDefinition/Group</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr><tr><td>NamingSystem</td><td><a href="http://hl7.org/fhir/StructureDefinition/NamingSystem">http://hl7.org/fhir/StructureDefinition/NamingSystem</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr><tr><td>OperationDefinition</td><td><a href="http://hl7.org/fhir/StructureDefinition/OperationDefinition">http://hl7.org/fhir/StructureDefinition/OperationDefinition</a></td><td>y</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>Practitioner</td><td><a href="http://hl7.org/fhir/StructureDefinition/Practitioner">http://hl7.org/fhir/StructureDefinition/Practitioner</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr><tr><td>StructureDefinition</td><td><a href="http://hl7.org/fhir/StructureDefinition/StructureDefinition">http://hl7.org/fhir/StructureDefinition/StructureDefinition</a></td><td>y</td><td></td><td>y</td><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>ValueSet</td><td><a href="http://hl7.org/fhir/StructureDefinition/ValueSet">http://hl7.org/fhir/StructureDefinition/ValueSet</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr></table></div>
  </text>
  <url
       value="http://ehealth.sundhed.dk/fhir/CapabilityStatement/terminology"/>
  <version value="2.3.0"/>
  <name value="terminology"/>
  <status value="active"/>
  <date value="2022-09-14T03:08:08.120+00:00"/>
  <publisher value="Systematic | Trifork"/>
  <contact>
    <name value="Systematic | Trifork"/>
    <telecom>
      <system value="url"/>
      <value value="http://ehealth.sundhed.dk"/>
    </telecom>
  </contact>
  <kind value="instance"/>
  <software>
    <name value="terminology"/>
    <version value="1.9.0"/>
  </software>
  <implementation>
    <description value="eHealth terminology service"/>
    <url value="https://terminology.devtest.systematic-ehealth.com/fhir"/>
  </implementation>
  <fhirVersion value="4.0.1"/>
  <format value="application/fhir+xml"/>
  <format value="xml"/>
  <format value="application/fhir+json"/>
  <format value="json"/>
  <format value="application/x-turtle"/>
  <format value="ttl"/>
  <format value="html/json"/>
  <format value="html/xml"/>
  <format value="html/turtle"/>
  <rest>
    <mode value="server"/>
    <resource>
      <type value="CodeSystem"/>
      <profile value="http://hl7.org/fhir/StructureDefinition/CodeSystem"/>
      <interaction>
        <code value="update"/>
      </interaction>
      <interaction>
        <code value="vread"/>
      </interaction>
      <interaction>
        <code value="read"/>
      </interaction>
      <interaction>
        <code value="patch"/>
      </interaction>
      <interaction>
        <code value="history-type"/>
      </interaction>
      <interaction>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <code value="delete"/>
      </interaction>
      <interaction>
        <code value="create"/>
      </interaction>
      <interaction>
        <code value="search-type"/>
      </interaction>
      <conditionalCreate value="true"/>
      <conditionalUpdate value="true"/>
      <conditionalDelete value="multiple"/>
      <searchInclude value="*"/>
      <searchInclude value="CodeSystem:supplements"/>
      <searchRevInclude value="CodeSystem:supplements"/>
      <searchRevInclude value="ConceptMap:other"/>
      <searchRevInclude value="ConceptMap:source"/>
      <searchRevInclude value="ConceptMap:source-uri"/>
      <searchRevInclude value="ConceptMap:target"/>
      <searchRevInclude value="ConceptMap:target-uri"/>
      <searchRevInclude value="Group:managing-entity"/>
      <searchRevInclude value="Group:member"/>
      <searchParam>
        <name value="_content"/>
        <type value="string"/>
        <documentation
                       value="Search the contents of the resource's data using a fulltext search"/>
      </searchParam>
      <searchParam>
        <name value="_filter"/>
        <type value="string"/>
        <documentation
                       value="Search the contents of the resource's data using a filter"/>
      </searchParam>
      <searchParam>
        <name value="_has"/>
        <type value="string"/>
        <documentation
                       value="Return resources linked to by the given target"/>
      </searchParam>
      <searchParam>
        <name value="_id"/>
        <type value="token"/>
        <documentation value="The ID of the resource"/>
      </searchParam>
      <searchParam>
        <name value="_lastUpdated"/>
        <type value="date"/>
        <documentation
                       value="Only return resources which were last updated as specified by the given range"/>
      </searchParam>
      <searchParam>
        <name value="_profile"/>
        <type value="uri"/>
        <documentation
                       value="Search for resources which have the given profile"/>
      </searchParam>
      <searchParam>
        <name value="_security"/>
        <type value="token"/>
        <documentation
                       value="Search for resources which have the given security labels"/>
      </searchParam>
      <searchParam>
        <name value="_source"/>
        <type value="uri"/>
        <documentation
                       value="Search for resources which have the given source value (Resource.meta.source)"/>
      </searchParam>
      <searchParam>
        <name value="_tag"/>
        <type value="token"/>
        <documentation value="Search for resources which have the given tag"/>
      </searchParam>
      <searchParam>
        <name value="_text"/>
        <type value="string"/>
        <documentation
                       value="Search the contents of the resource's narrative using a fulltext search"/>
      </searchParam>
      <searchParam>
        <name value="code"/>
        <type value="token"/>
        <documentation value="A code defined in the code system"/>
      </searchParam>
      <searchParam>
        <name value="content-mode"/>
        <type value="token"/>
        <documentation
                       value="not-present | example | fragment | complete | supplement"/>
      </searchParam>
      <searchParam>
        <name value="context"/>
        <type value="token"/>
        <documentation value="A use context assigned to the code system"/>
      </searchParam>
      <searchParam>
        <name value="context-quantity"/>
        <type value="quantity"/>
        <documentation
                       value="A quantity- or range-valued use context assigned to the code system"/>
      </searchParam>
      <searchParam>
        <name value="context-type"/>
        <type value="token"/>
        <documentation
                       value="A type of use context assigned to the code system"/>
      </searchParam>
      <searchParam>
        <name value="context-type-quantity"/>
        <type value="composite"/>
        <documentation
                       value="A use context type and quantity- or range-based value assigned to the code system"/>
      </searchParam>
      <searchParam>
        <name value="context-type-value"/>
        <type value="composite"/>
        <documentation
                       value="A use context type and value assigned to the code system"/>
      </searchParam>
      <searchParam>
        <name value="date"/>
        <type value="date"/>
        <documentation value="The code system publication date"/>
      </searchParam>
      <searchParam>
        <name value="description"/>
        <type value="string"/>
        <documentation value="The description of the code system"/>
      </searchParam>
      <searchParam>
        <name value="identifier"/>
        <type value="token"/>
        <documentation value="External identifier for the code system"/>
      </searchParam>
      <searchParam>
        <name value="jurisdiction"/>
        <type value="token"/>
        <documentation value="Intended jurisdiction for the code system"/>
      </searchParam>
      <searchParam>
        <name value="language"/>
        <type value="token"/>
        <documentation value="A language in which a designation is provided"/>
      </searchParam>
      <searchParam>
        <name value="name"/>
        <type value="string"/>
        <documentation
                       value="Computationally friendly name of the code system"/>
      </searchParam>
      <searchParam>
        <name value="publisher"/>
        <type value="string"/>
        <documentation value="Name of the publisher of the code system"/>
      </searchParam>
      <searchParam>
        <name value="status"/>
        <type value="token"/>
        <documentation value="The current status of the code system"/>
      </searchParam>
      <searchParam>
        <name value="supplements"/>
        <type value="reference"/>
        <documentation
                       value="Find code system supplements for the referenced code system"/>
      </searchParam>
      <searchParam>
        <name value="system"/>
        <type value="uri"/>
        <documentation
                       value="The system for any codes defined by this code system (same as 'url')"/>
      </searchParam>
      <searchParam>
        <name value="title"/>
        <type value="string"/>
        <documentation value="The human-friendly name of the code system"/>
      </searchParam>
      <searchParam>
        <name value="url"/>
        <type value="uri"/>
        <documentation value="The uri that identifies the code system"/>
      </searchParam>
      <searchParam>
        <name value="version"/>
        <type value="token"/>
        <documentation value="The business version of the code system"/>
      </searchParam>
      <operation>
        <name value="upload-external-code-system"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-t-upload-external-code-system"/>
      </operation>
      <operation>
        <name value="apply-codesystem-delta-remove"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-t-apply-codesystem-delta-remove"/>
      </operation>
      <operation>
        <name value="apply-codesystem-delta-add"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-t-apply-codesystem-delta-add"/>
      </operation>
      <operation>
        <name value="validate-code"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystemValueSet-it-validate-code"/>
      </operation>
      <operation>
        <name value="validate"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate"/>
      </operation>
      <operation>
        <name value="meta-delete"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete"/>
        <documentation
                       value="Delete tags, profiles, and/or security labels from a resource"/>
      </operation>
      <operation>
        <name value="meta-add"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add"/>
        <documentation
                       value="Add tags, profiles, and/or security labels to a resource"/>
      </operation>
      <operation>
        <name value="meta"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta"/>
        <documentation
                       value="Request a list of tags, profiles, and security labels for a specfic resource instance"/>
      </operation>
      <operation>
        <name value="expunge"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge"/>
      </operation>
      <operation>
        <name value="subsumes"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-t-subsumes"/>
      </operation>
      <operation>
        <name value="lookup"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-t-lookup"/>
      </operation>
    </resource>
    <resource>
      <type value="ConceptMap"/>
      <profile value="http://hl7.org/fhir/StructureDefinition/ConceptMap"/>
      <interaction>
        <code value="update"/>
      </interaction>
      <interaction>
        <code value="vread"/>
      </interaction>
      <interaction>
        <code value="read"/>
      </interaction>
      <interaction>
        <code value="patch"/>
      </interaction>
      <interaction>
        <code value="history-type"/>
      </interaction>
      <interaction>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <code value="delete"/>
      </interaction>
      <interaction>
        <code value="create"/>
      </interaction>
      <interaction>
        <code value="search-type"/>
      </interaction>
      <conditionalCreate value="true"/>
      <conditionalUpdate value="true"/>
      <conditionalDelete value="multiple"/>
      <searchInclude value="*"/>
      <searchInclude value="ConceptMap:other"/>
      <searchInclude value="ConceptMap:source"/>
      <searchInclude value="ConceptMap:source-uri"/>
      <searchInclude value="ConceptMap:target"/>
      <searchInclude value="ConceptMap:target-uri"/>
      <searchRevInclude value="CodeSystem:supplements"/>
      <searchRevInclude value="ConceptMap:other"/>
      <searchRevInclude value="ConceptMap:source"/>
      <searchRevInclude value="ConceptMap:source-uri"/>
      <searchRevInclude value="ConceptMap:target"/>
      <searchRevInclude value="ConceptMap:target-uri"/>
      <searchRevInclude value="Group:managing-entity"/>
      <searchRevInclude value="Group:member"/>
      <searchParam>
        <name value="_content"/>
        <type value="string"/>
        <documentation
                       value="Search the contents of the resource's data using a fulltext search"/>
      </searchParam>
      <searchParam>
        <name value="_filter"/>
        <type value="string"/>
        <documentation
                       value="Search the contents of the resource's data using a filter"/>
      </searchParam>
      <searchParam>
        <name value="_has"/>
        <type value="string"/>
        <documentation
                       value="Return resources linked to by the given target"/>
      </searchParam>
      <searchParam>
        <name value="_id"/>
        <type value="token"/>
        <documentation value="The ID of the resource"/>
      </searchParam>
      <searchParam>
        <name value="_lastUpdated"/>
        <type value="date"/>
        <documentation
                       value="Only return resources which were last updated as specified by the given range"/>
      </searchParam>
      <searchParam>
        <name value="_profile"/>
        <type value="uri"/>
        <documentation
                       value="Search for resources which have the given profile"/>
      </searchParam>
      <searchParam>
        <name value="_security"/>
        <type value="token"/>
        <documentation
                       value="Search for resources which have the given security labels"/>
      </searchParam>
      <searchParam>
        <name value="_source"/>
        <type value="uri"/>
        <documentation
                       value="Search for resources which have the given source value (Resource.meta.source)"/>
      </searchParam>
      <searchParam>
        <name value="_tag"/>
        <type value="token"/>
        <documentation value="Search for resources which have the given tag"/>
      </searchParam>
      <searchParam>
        <name value="_text"/>
        <type value="string"/>
        <documentation
                       value="Search the contents of the resource's narrative using a fulltext search"/>
      </searchParam>
      <searchParam>
        <name value="context"/>
        <type value="token"/>
        <documentation value="A use context assigned to the concept map"/>
      </searchParam>
      <searchParam>
        <name value="context-quantity"/>
        <type value="quantity"/>
        <documentation
                       value="A quantity- or range-valued use context assigned to the concept map"/>
      </searchParam>
      <searchParam>
        <name value="context-type"/>
        <type value="token"/>
        <documentation
                       value="A type of use context assigned to the concept map"/>
      </searchParam>
      <searchParam>
        <name value="context-type-quantity"/>
        <type value="composite"/>
        <documentation
                       value="A use context type and quantity- or range-based value assigned to the concept map"/>
      </searchParam>
      <searchParam>
        <name value="context-type-value"/>
        <type value="composite"/>
        <documentation
                       value="A use context type and value assigned to the concept map"/>
      </searchParam>
      <searchParam>
        <name value="date"/>
        <type value="date"/>
        <documentation value="The concept map publication date"/>
      </searchParam>
      <searchParam>
        <name value="dependson"/>
        <type value="uri"/>
        <documentation value="Reference to property mapping depends on"/>
      </searchParam>
      <searchParam>
        <name value="description"/>
        <type value="string"/>
        <documentation value="The description of the concept map"/>
      </searchParam>
      <searchParam>
        <name value="identifier"/>
        <type value="token"/>
        <documentation value="External identifier for the concept map"/>
      </searchParam>
      <searchParam>
        <name value="jurisdiction"/>
        <type value="token"/>
        <documentation value="Intended jurisdiction for the concept map"/>
      </searchParam>
      <searchParam>
        <name value="name"/>
        <type value="string"/>
        <documentation
                       value="Computationally friendly name of the concept map"/>
      </searchParam>
      <searchParam>
        <name value="other"/>
        <type value="reference"/>
        <documentation
                       value="canonical reference to an additional ConceptMap to use for mapping if the source concept is unmapped"/>
      </searchParam>
      <searchParam>
        <name value="product"/>
        <type value="uri"/>
        <documentation value="Reference to property mapping depends on"/>
      </searchParam>
      <searchParam>
        <name value="publisher"/>
        <type value="string"/>
        <documentation value="Name of the publisher of the concept map"/>
      </searchParam>
      <searchParam>
        <name value="source"/>
        <type value="reference"/>
        <documentation
                       value="The source value set that contains the concepts that are being mapped"/>
      </searchParam>
      <searchParam>
        <name value="source-code"/>
        <type value="token"/>
        <documentation value="Identifies element being mapped"/>
      </searchParam>
      <searchParam>
        <name value="source-system"/>
        <type value="uri"/>
        <documentation
                       value="Source system where concepts to be mapped are defined"/>
      </searchParam>
      <searchParam>
        <name value="source-uri"/>
        <type value="reference"/>
        <documentation
                       value="The source value set that contains the concepts that are being mapped"/>
      </searchParam>
      <searchParam>
        <name value="status"/>
        <type value="token"/>
        <documentation value="The current status of the concept map"/>
      </searchParam>
      <searchParam>
        <name value="target"/>
        <type value="reference"/>
        <documentation
                       value="The target value set which provides context for the mappings"/>
      </searchParam>
      <searchParam>
        <name value="target-code"/>
        <type value="token"/>
        <documentation value="Code that identifies the target element"/>
      </searchParam>
      <searchParam>
        <name value="target-system"/>
        <type value="uri"/>
        <documentation
                       value="Target system that the concepts are to be mapped to"/>
      </searchParam>
      <searchParam>
        <name value="target-uri"/>
        <type value="reference"/>
        <documentation
                       value="The target value set which provides context for the mappings"/>
      </searchParam>
      <searchParam>
        <name value="title"/>
        <type value="string"/>
        <documentation value="The human-friendly name of the concept map"/>
      </searchParam>
      <searchParam>
        <name value="url"/>
        <type value="uri"/>
        <documentation value="The uri that identifies the concept map"/>
      </searchParam>
      <searchParam>
        <name value="version"/>
        <type value="token"/>
        <documentation value="The business version of the concept map"/>
      </searchParam>
      <operation>
        <name value="validate"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate"/>
      </operation>
      <operation>
        <name value="meta-delete"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete"/>
        <documentation
                       value="Delete tags, profiles, and/or security labels from a resource"/>
      </operation>
      <operation>
        <name value="meta-add"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add"/>
        <documentation
                       value="Add tags, profiles, and/or security labels to a resource"/>
      </operation>
      <operation>
        <name value="meta"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta"/>
        <documentation
                       value="Request a list of tags, profiles, and security labels for a specfic resource instance"/>
      </operation>
      <operation>
        <name value="expunge"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge"/>
      </operation>
      <operation>
        <name value="translate"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ConceptMap-it-translate"/>
      </operation>
    </resource>
    <resource>
      <type value="Group"/>
      <profile value="http://hl7.org/fhir/StructureDefinition/Group"/>
      <interaction>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <code value="update"/>
      </interaction>
      <interaction>
        <code value="vread"/>
      </interaction>
      <interaction>
        <code value="read"/>
      </interaction>
      <interaction>
        <code value="patch"/>
      </interaction>
      <interaction>
        <code value="history-type"/>
      </interaction>
      <interaction>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <code value="delete"/>
      </interaction>
      <interaction>
        <code value="create"/>
      </interaction>
      <conditionalCreate value="true"/>
      <conditionalUpdate value="true"/>
      <conditionalDelete value="multiple"/>
      <searchInclude value="*"/>
      <searchInclude value="Group:managing-entity"/>
      <searchInclude value="Group:member"/>
      <searchRevInclude value="CodeSystem:supplements"/>
      <searchRevInclude value="ConceptMap:other"/>
      <searchRevInclude value="ConceptMap:source"/>
      <searchRevInclude value="ConceptMap:source-uri"/>
      <searchRevInclude value="ConceptMap:target"/>
      <searchRevInclude value="ConceptMap:target-uri"/>
      <searchRevInclude value="Group:managing-entity"/>
      <searchRevInclude value="Group:member"/>
      <searchParam>
        <name value="_content"/>
        <type value="string"/>
        <documentation
                       value="Search the contents of the resource's data using a fulltext search"/>
      </searchParam>
      <searchParam>
        <name value="_filter"/>
        <type value="string"/>
        <documentation
                       value="Search the contents of the resource's data using a filter"/>
      </searchParam>
      <searchParam>
        <name value="_has"/>
        <type value="string"/>
        <documentation
                       value="Return resources linked to by the given target"/>
      </searchParam>
      <searchParam>
        <name value="_id"/>
        <type value="token"/>
        <documentation value="The ID of the resource"/>
      </searchParam>
      <searchParam>
        <name value="_lastUpdated"/>
        <type value="date"/>
        <documentation
                       value="Only return resources which were last updated as specified by the given range"/>
      </searchParam>
      <searchParam>
        <name value="_profile"/>
        <type value="uri"/>
        <documentation
                       value="Search for resources which have the given profile"/>
      </searchParam>
      <searchParam>
        <name value="_security"/>
        <type value="token"/>
        <documentation
                       value="Search for resources which have the given security labels"/>
      </searchParam>
      <searchParam>
        <name value="_source"/>
        <type value="uri"/>
        <documentation
                       value="Search for resources which have the given source value (Resource.meta.source)"/>
      </searchParam>
      <searchParam>
        <name value="_tag"/>
        <type value="token"/>
        <documentation value="Search for resources which have the given tag"/>
      </searchParam>
      <searchParam>
        <name value="_text"/>
        <type value="string"/>
        <documentation
                       value="Search the contents of the resource's narrative using a fulltext search"/>
      </searchParam>
      <searchParam>
        <name value="actual"/>
        <type value="token"/>
        <documentation value="Descriptive or actual"/>
      </searchParam>
      <searchParam>
        <name value="characteristic"/>
        <type value="token"/>
        <documentation value="Kind of characteristic"/>
      </searchParam>
      <searchParam>
        <name value="characteristic-value"/>
        <type value="composite"/>
        <documentation value="A composite of both characteristic and value"/>
      </searchParam>
      <searchParam>
        <name value="code"/>
        <type value="token"/>
        <documentation value="The kind of resources contained"/>
      </searchParam>
      <searchParam>
        <name value="exclude"/>
        <type value="token"/>
        <documentation value="Group includes or excludes"/>
      </searchParam>
      <searchParam>
        <name value="identifier"/>
        <type value="token"/>
        <documentation value="Unique id"/>
      </searchParam>
      <searchParam>
        <name value="managing-entity"/>
        <type value="reference"/>
        <documentation
                       value="Entity that is the custodian of the Group's definition"/>
      </searchParam>
      <searchParam>
        <name value="member"/>
        <type value="reference"/>
        <documentation value="Reference to the group member"/>
      </searchParam>
      <searchParam>
        <name value="type"/>
        <type value="token"/>
        <documentation value="The type of resources the group contains"/>
      </searchParam>
      <searchParam>
        <name value="value"/>
        <type value="token"/>
        <documentation value="Value held by characteristic"/>
      </searchParam>
      <operation>
        <name value="validate"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate"/>
      </operation>
      <operation>
        <name value="meta-delete"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete"/>
        <documentation
                       value="Delete tags, profiles, and/or security labels from a resource"/>
      </operation>
      <operation>
        <name value="meta-add"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add"/>
        <documentation
                       value="Add tags, profiles, and/or security labels to a resource"/>
      </operation>
      <operation>
        <name value="meta"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta"/>
        <documentation
                       value="Request a list of tags, profiles, and security labels for a specfic resource instance"/>
      </operation>
      <operation>
        <name value="expunge"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge"/>
      </operation>
    </resource>
    <resource>
      <type value="NamingSystem"/>
      <profile value="http://hl7.org/fhir/StructureDefinition/NamingSystem"/>
      <interaction>
        <code value="update"/>
      </interaction>
      <interaction>
        <code value="vread"/>
      </interaction>
      <interaction>
        <code value="read"/>
      </interaction>
      <interaction>
        <code value="patch"/>
      </interaction>
      <interaction>
        <code value="history-type"/>
      </interaction>
      <interaction>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <code value="delete"/>
      </interaction>
      <interaction>
        <code value="create"/>
      </interaction>
      <interaction>
        <code value="search-type"/>
      </interaction>
      <conditionalCreate value="true"/>
      <conditionalUpdate value="true"/>
      <conditionalDelete value="multiple"/>
      <searchInclude value="*"/>
      <searchRevInclude value="CodeSystem:supplements"/>
      <searchRevInclude value="ConceptMap:other"/>
      <searchRevInclude value="ConceptMap:source"/>
      <searchRevInclude value="ConceptMap:source-uri"/>
      <searchRevInclude value="ConceptMap:target"/>
      <searchRevInclude value="ConceptMap:target-uri"/>
      <searchRevInclude value="Group:managing-entity"/>
      <searchRevInclude value="Group:member"/>
      <searchParam>
        <name value="_content"/>
        <type value="string"/>
        <documentation
                       value="Search the contents of the resource's data using a fulltext search"/>
      </searchParam>
      <searchParam>
        <name value="_filter"/>
        <type value="string"/>
        <documentation
                       value="Search the contents of the resource's data using a filter"/>
      </searchParam>
      <searchParam>
        <name value="_has"/>
        <type value="string"/>
        <documentation
                       value="Return resources linked to by the given target"/>
      </searchParam>
      <searchParam>
        <name value="_id"/>
        <type value="token"/>
        <documentation value="The ID of the resource"/>
      </searchParam>
      <searchParam>
        <name value="_lastUpdated"/>
        <type value="date"/>
        <documentation
                       value="Only return resources which were last updated as specified by the given range"/>
      </searchParam>
      <searchParam>
        <name value="_profile"/>
        <type value="uri"/>
        <documentation
                       value="Search for resources which have the given profile"/>
      </searchParam>
      <searchParam>
        <name value="_security"/>
        <type value="token"/>
        <documentation
                       value="Search for resources which have the given security labels"/>
      </searchParam>
      <searchParam>
        <name value="_source"/>
        <type value="uri"/>
        <documentation
                       value="Search for resources which have the given source value (Resource.meta.source)"/>
      </searchParam>
      <searchParam>
        <name value="_tag"/>
        <type value="token"/>
        <documentation value="Search for resources which have the given tag"/>
      </searchParam>
      <searchParam>
        <name value="_text"/>
        <type value="string"/>
        <documentation
                       value="Search the contents of the resource's narrative using a fulltext search"/>
      </searchParam>
      <searchParam>
        <name value="contact"/>
        <type value="string"/>
        <documentation value="Name of an individual to contact"/>
      </searchParam>
      <searchParam>
        <name value="context"/>
        <type value="token"/>
        <documentation value="A use context assigned to the naming system"/>
      </searchParam>
      <searchParam>
        <name value="context-quantity"/>
        <type value="quantity"/>
        <documentation
                       value="A quantity- or range-valued use context assigned to the naming system"/>
      </searchParam>
      <searchParam>
        <name value="context-type"/>
        <type value="token"/>
        <documentation
                       value="A type of use context assigned to the naming system"/>
      </searchParam>
      <searchParam>
        <name value="context-type-quantity"/>
        <type value="composite"/>
        <documentation
                       value="A use context type and quantity- or range-based value assigned to the naming system"/>
      </searchParam>
      <searchParam>
        <name value="context-type-value"/>
        <type value="composite"/>
        <documentation
                       value="A use context type and value assigned to the naming system"/>
      </searchParam>
      <searchParam>
        <name value="date"/>
        <type value="date"/>
        <documentation value="The naming system publication date"/>
      </searchParam>
      <searchParam>
        <name value="description"/>
        <type value="string"/>
        <documentation value="The description of the naming system"/>
      </searchParam>
      <searchParam>
        <name value="id-type"/>
        <type value="token"/>
        <documentation value="oid | uuid | uri | other"/>
      </searchParam>
      <searchParam>
        <name value="jurisdiction"/>
        <type value="token"/>
        <documentation value="Intended jurisdiction for the naming system"/>
      </searchParam>
      <searchParam>
        <name value="kind"/>
        <type value="token"/>
        <documentation value="codesystem | identifier | root"/>
      </searchParam>
      <searchParam>
        <name value="name"/>
        <type value="string"/>
        <documentation
                       value="Computationally friendly name of the naming system"/>
      </searchParam>
      <searchParam>
        <name value="period"/>
        <type value="date"/>
        <documentation value="When is identifier valid?"/>
      </searchParam>
      <searchParam>
        <name value="publisher"/>
        <type value="string"/>
        <documentation value="Name of the publisher of the naming system"/>
      </searchParam>
      <searchParam>
        <name value="responsible"/>
        <type value="string"/>
        <documentation value="Who maintains system namespace?"/>
      </searchParam>
      <searchParam>
        <name value="status"/>
        <type value="token"/>
        <documentation value="The current status of the naming system"/>
      </searchParam>
      <searchParam>
        <name value="telecom"/>
        <type value="token"/>
        <documentation
                       value="Contact details for individual or organization"/>
      </searchParam>
      <searchParam>
        <name value="type"/>
        <type value="token"/>
        <documentation value="e.g. driver,  provider,  patient, bank etc."/>
      </searchParam>
      <searchParam>
        <name value="value"/>
        <type value="string"/>
        <documentation value="The unique identifier"/>
      </searchParam>
      <operation>
        <name value="validate"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate"/>
      </operation>
      <operation>
        <name value="meta-delete"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete"/>
        <documentation
                       value="Delete tags, profiles, and/or security labels from a resource"/>
      </operation>
      <operation>
        <name value="meta-add"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add"/>
        <documentation
                       value="Add tags, profiles, and/or security labels to a resource"/>
      </operation>
      <operation>
        <name value="meta"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta"/>
        <documentation
                       value="Request a list of tags, profiles, and security labels for a specfic resource instance"/>
      </operation>
      <operation>
        <name value="expunge"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge"/>
      </operation>
    </resource>
    <resource>
      <type value="OperationDefinition"/>
      <profile
               value="http://hl7.org/fhir/StructureDefinition/OperationDefinition"/>
      <interaction>
        <code value="read"/>
      </interaction>
      <searchInclude value="*"/>
      <searchRevInclude value="CodeSystem:supplements"/>
      <searchRevInclude value="ConceptMap:other"/>
      <searchRevInclude value="ConceptMap:source"/>
      <searchRevInclude value="ConceptMap:source-uri"/>
      <searchRevInclude value="ConceptMap:target"/>
      <searchRevInclude value="ConceptMap:target-uri"/>
      <searchRevInclude value="Group:managing-entity"/>
      <searchRevInclude value="Group:member"/>
    </resource>
    <resource>
      <type value="Practitioner"/>
      <profile value="http://hl7.org/fhir/StructureDefinition/Practitioner"/>
      <interaction>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <code value="update"/>
      </interaction>
      <interaction>
        <code value="vread"/>
      </interaction>
      <interaction>
        <code value="read"/>
      </interaction>
      <interaction>
        <code value="patch"/>
      </interaction>
      <interaction>
        <code value="history-type"/>
      </interaction>
      <interaction>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <code value="delete"/>
      </interaction>
      <interaction>
        <code value="create"/>
      </interaction>
      <conditionalCreate value="true"/>
      <conditionalUpdate value="true"/>
      <conditionalDelete value="multiple"/>
      <searchInclude value="*"/>
      <searchRevInclude value="CodeSystem:supplements"/>
      <searchRevInclude value="ConceptMap:other"/>
      <searchRevInclude value="ConceptMap:source"/>
      <searchRevInclude value="ConceptMap:source-uri"/>
      <searchRevInclude value="ConceptMap:target"/>
      <searchRevInclude value="ConceptMap:target-uri"/>
      <searchRevInclude value="Group:managing-entity"/>
      <searchRevInclude value="Group:member"/>
      <searchParam>
        <name value="_content"/>
        <type value="string"/>
        <documentation
                       value="Search the contents of the resource's data using a fulltext search"/>
      </searchParam>
      <searchParam>
        <name value="_filter"/>
        <type value="string"/>
        <documentation
                       value="Search the contents of the resource's data using a filter"/>
      </searchParam>
      <searchParam>
        <name value="_has"/>
        <type value="string"/>
        <documentation
                       value="Return resources linked to by the given target"/>
      </searchParam>
      <searchParam>
        <name value="_id"/>
        <type value="token"/>
        <documentation value="The ID of the resource"/>
      </searchParam>
      <searchParam>
        <name value="_lastUpdated"/>
        <type value="date"/>
        <documentation
                       value="Only return resources which were last updated as specified by the given range"/>
      </searchParam>
      <searchParam>
        <name value="_profile"/>
        <type value="uri"/>
        <documentation
                       value="Search for resources which have the given profile"/>
      </searchParam>
      <searchParam>
        <name value="_security"/>
        <type value="token"/>
        <documentation
                       value="Search for resources which have the given security labels"/>
      </searchParam>
      <searchParam>
        <name value="_source"/>
        <type value="uri"/>
        <documentation
                       value="Search for resources which have the given source value (Resource.meta.source)"/>
      </searchParam>
      <searchParam>
        <name value="_tag"/>
        <type value="token"/>
        <documentation value="Search for resources which have the given tag"/>
      </searchParam>
      <searchParam>
        <name value="_text"/>
        <type value="string"/>
        <documentation
                       value="Search the contents of the resource's narrative using a fulltext search"/>
      </searchParam>
      <searchParam>
        <name value="active"/>
        <type value="token"/>
        <documentation value="Whether the practitioner record is active"/>
      </searchParam>
      <searchParam>
        <name value="address"/>
        <type value="string"/>
        <documentation
                       value="A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text"/>
      </searchParam>
      <searchParam>
        <name value="address-city"/>
        <type value="string"/>
        <documentation value="A city specified in an address"/>
      </searchParam>
      <searchParam>
        <name value="address-country"/>
        <type value="string"/>
        <documentation value="A country specified in an address"/>
      </searchParam>
      <searchParam>
        <name value="address-postalcode"/>
        <type value="string"/>
        <documentation value="A postalCode specified in an address"/>
      </searchParam>
      <searchParam>
        <name value="address-state"/>
        <type value="string"/>
        <documentation value="A state specified in an address"/>
      </searchParam>
      <searchParam>
        <name value="address-use"/>
        <type value="token"/>
        <documentation value="A use code specified in an address"/>
      </searchParam>
      <searchParam>
        <name value="communication"/>
        <type value="token"/>
        <documentation
                       value="One of the languages that the practitioner can communicate with"/>
      </searchParam>
      <searchParam>
        <name value="email"/>
        <type value="token"/>
        <documentation value="A value in an email contact"/>
      </searchParam>
      <searchParam>
        <name value="family"/>
        <type value="string"/>
        <documentation value="A portion of the family name"/>
      </searchParam>
      <searchParam>
        <name value="gender"/>
        <type value="token"/>
        <documentation value="Gender of the practitioner"/>
      </searchParam>
      <searchParam>
        <name value="given"/>
        <type value="string"/>
        <documentation value="A portion of the given name"/>
      </searchParam>
      <searchParam>
        <name value="identifier"/>
        <type value="token"/>
        <documentation value="A practitioner's Identifier"/>
      </searchParam>
      <searchParam>
        <name value="name"/>
        <type value="string"/>
        <documentation
                       value="A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text"/>
      </searchParam>
      <searchParam>
        <name value="phone"/>
        <type value="token"/>
        <documentation value="A value in a phone contact"/>
      </searchParam>
      <searchParam>
        <name value="phonetic"/>
        <type value="string"/>
        <documentation
                       value="A portion of either family or given name using some kind of phonetic matching algorithm"/>
      </searchParam>
      <searchParam>
        <name value="telecom"/>
        <type value="token"/>
        <documentation value="The value in any kind of contact"/>
      </searchParam>
      <operation>
        <name value="validate"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate"/>
      </operation>
      <operation>
        <name value="meta-delete"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete"/>
        <documentation
                       value="Delete tags, profiles, and/or security labels from a resource"/>
      </operation>
      <operation>
        <name value="meta-add"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add"/>
        <documentation
                       value="Add tags, profiles, and/or security labels to a resource"/>
      </operation>
      <operation>
        <name value="meta"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta"/>
        <documentation
                       value="Request a list of tags, profiles, and security labels for a specfic resource instance"/>
      </operation>
      <operation>
        <name value="expunge"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge"/>
      </operation>
    </resource>
    <resource>
      <type value="StructureDefinition"/>
      <profile
               value="http://hl7.org/fhir/StructureDefinition/StructureDefinition"/>
      <interaction>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <code value="read"/>
      </interaction>
      <searchInclude value="*"/>
      <searchRevInclude value="CodeSystem:supplements"/>
      <searchRevInclude value="ConceptMap:other"/>
      <searchRevInclude value="ConceptMap:source"/>
      <searchRevInclude value="ConceptMap:source-uri"/>
      <searchRevInclude value="ConceptMap:target"/>
      <searchRevInclude value="ConceptMap:target-uri"/>
      <searchRevInclude value="Group:managing-entity"/>
      <searchRevInclude value="Group:member"/>
      <searchParam>
        <name value="type"/>
        <type value="token"/>
        <documentation value="Type defined or constrained by this structure"/>
      </searchParam>
    </resource>
    <resource>
      <type value="ValueSet"/>
      <profile value="http://hl7.org/fhir/StructureDefinition/ValueSet"/>
      <interaction>
        <code value="update"/>
      </interaction>
      <interaction>
        <code value="vread"/>
      </interaction>
      <interaction>
        <code value="read"/>
      </interaction>
      <interaction>
        <code value="patch"/>
      </interaction>
      <interaction>
        <code value="history-type"/>
      </interaction>
      <interaction>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <code value="delete"/>
      </interaction>
      <interaction>
        <code value="create"/>
      </interaction>
      <interaction>
        <code value="search-type"/>
      </interaction>
      <conditionalCreate value="true"/>
      <conditionalUpdate value="true"/>
      <conditionalDelete value="multiple"/>
      <searchInclude value="*"/>
      <searchRevInclude value="CodeSystem:supplements"/>
      <searchRevInclude value="ConceptMap:other"/>
      <searchRevInclude value="ConceptMap:source"/>
      <searchRevInclude value="ConceptMap:source-uri"/>
      <searchRevInclude value="ConceptMap:target"/>
      <searchRevInclude value="ConceptMap:target-uri"/>
      <searchRevInclude value="Group:managing-entity"/>
      <searchRevInclude value="Group:member"/>
      <searchParam>
        <name value="_content"/>
        <type value="string"/>
        <documentation
                       value="Search the contents of the resource's data using a fulltext search"/>
      </searchParam>
      <searchParam>
        <name value="_filter"/>
        <type value="string"/>
        <documentation
                       value="Search the contents of the resource's data using a filter"/>
      </searchParam>
      <searchParam>
        <name value="_has"/>
        <type value="string"/>
        <documentation
                       value="Return resources linked to by the given target"/>
      </searchParam>
      <searchParam>
        <name value="_id"/>
        <type value="token"/>
        <documentation value="The ID of the resource"/>
      </searchParam>
      <searchParam>
        <name value="_lastUpdated"/>
        <type value="date"/>
        <documentation
                       value="Only return resources which were last updated as specified by the given range"/>
      </searchParam>
      <searchParam>
        <name value="_profile"/>
        <type value="uri"/>
        <documentation
                       value="Search for resources which have the given profile"/>
      </searchParam>
      <searchParam>
        <name value="_security"/>
        <type value="token"/>
        <documentation
                       value="Search for resources which have the given security labels"/>
      </searchParam>
      <searchParam>
        <name value="_source"/>
        <type value="uri"/>
        <documentation
                       value="Search for resources which have the given source value (Resource.meta.source)"/>
      </searchParam>
      <searchParam>
        <name value="_tag"/>
        <type value="token"/>
        <documentation value="Search for resources which have the given tag"/>
      </searchParam>
      <searchParam>
        <name value="_text"/>
        <type value="string"/>
        <documentation
                       value="Search the contents of the resource's narrative using a fulltext search"/>
      </searchParam>
      <searchParam>
        <name value="code"/>
        <type value="token"/>
        <documentation
                       value="This special parameter searches for codes in the value set. See additional notes on the ValueSet resource"/>
      </searchParam>
      <searchParam>
        <name value="context"/>
        <type value="token"/>
        <documentation value="A use context assigned to the value set"/>
      </searchParam>
      <searchParam>
        <name value="context-quantity"/>
        <type value="quantity"/>
        <documentation
                       value="A quantity- or range-valued use context assigned to the value set"/>
      </searchParam>
      <searchParam>
        <name value="context-type"/>
        <type value="token"/>
        <documentation
                       value="A type of use context assigned to the value set"/>
      </searchParam>
      <searchParam>
        <name value="context-type-quantity"/>
        <type value="composite"/>
        <documentation
                       value="A use context type and quantity- or range-based value assigned to the value set"/>
      </searchParam>
      <searchParam>
        <name value="context-type-value"/>
        <type value="composite"/>
        <documentation
                       value="A use context type and value assigned to the value set"/>
      </searchParam>
      <searchParam>
        <name value="date"/>
        <type value="date"/>
        <documentation value="The value set publication date"/>
      </searchParam>
      <searchParam>
        <name value="description"/>
        <type value="string"/>
        <documentation value="The description of the value set"/>
      </searchParam>
      <searchParam>
        <name value="expansion"/>
        <type value="uri"/>
        <documentation
                       value="Identifies the value set expansion (business identifier)"/>
      </searchParam>
      <searchParam>
        <name value="identifier"/>
        <type value="token"/>
        <documentation value="External identifier for the value set"/>
      </searchParam>
      <searchParam>
        <name value="jurisdiction"/>
        <type value="token"/>
        <documentation value="Intended jurisdiction for the value set"/>
      </searchParam>
      <searchParam>
        <name value="name"/>
        <type value="string"/>
        <documentation
                       value="Computationally friendly name of the value set"/>
      </searchParam>
      <searchParam>
        <name value="publisher"/>
        <type value="string"/>
        <documentation value="Name of the publisher of the value set"/>
      </searchParam>
      <searchParam>
        <name value="reference"/>
        <type value="uri"/>
        <documentation
                       value="A code system included or excluded in the value set or an imported value set"/>
      </searchParam>
      <searchParam>
        <name value="status"/>
        <type value="token"/>
        <documentation value="The current status of the value set"/>
      </searchParam>
      <searchParam>
        <name value="title"/>
        <type value="string"/>
        <documentation value="The human-friendly name of the value set"/>
      </searchParam>
      <searchParam>
        <name value="url"/>
        <type value="uri"/>
        <documentation value="The uri that identifies the value set"/>
      </searchParam>
      <searchParam>
        <name value="version"/>
        <type value="token"/>
        <documentation value="The business version of the value set"/>
      </searchParam>
      <operation>
        <name value="validate-code"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystemValueSet-it-validate-code"/>
      </operation>
      <operation>
        <name value="invalidate-expansion"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ValueSet-i-invalidate-expansion"/>
      </operation>
      <operation>
        <name value="expand"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ValueSet-it-expand"/>
      </operation>
      <operation>
        <name value="validate"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate"/>
      </operation>
      <operation>
        <name value="meta-delete"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete"/>
        <documentation
                       value="Delete tags, profiles, and/or security labels from a resource"/>
      </operation>
      <operation>
        <name value="meta-add"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add"/>
        <documentation
                       value="Add tags, profiles, and/or security labels to a resource"/>
      </operation>
      <operation>
        <name value="meta"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta"/>
        <documentation
                       value="Request a list of tags, profiles, and security labels for a specfic resource instance"/>
      </operation>
      <operation>
        <name value="expunge"/>
        <definition
                    value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge"/>
      </operation>
    </resource>
    <interaction>
      <code value="transaction"/>
    </interaction>
    <interaction>
      <code value="history-system"/>
    </interaction>
    <operation>
      <name value="import"/>
      <definition
                  value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-import"/>
      <documentation value="Import terminology resources"/>
    </operation>
    <operation>
      <name value="reindex-terminology"/>
      <definition
                  value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-reindex-terminology"/>
    </operation>
    <operation>
      <name value="process-message"/>
      <definition
                  value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-process-message"/>
      <documentation value="Accept a FHIR Message Bundle for processing"/>
    </operation>
    <operation>
      <name value="perform-reindexing-pass"/>
      <definition
                  value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-perform-reindexing-pass"/>
      <documentation
                     value="Forces a single pass of the resource reindexing processor"/>
    </operation>
    <operation>
      <name value="meta"/>
      <definition
                  value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta"/>
    </operation>
    <operation>
      <name value="get-resource-counts"/>
      <definition
                  value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-get-resource-counts"/>
      <documentation
                     value="Provides the number of resources currently stored on the server, broken down by resource type"/>
    </operation>
  </rest>
</CapabilityStatement>