<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="ConceptMap-closure" />
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>The narrative has been removed to reduce the size of the distribution of the Hl7.Fhir.Specification library</p>
    </div>
  </text>
  <url value="http://hl7.org/fhir/OperationDefinition/ConceptMap-closure" />
  <name value="Closure Table Maintenance" />
  <status value="draft" />
  <kind value="operation" />
  <publisher value="HL7 (FHIR Project)" />
  <contact>
    <telecom>
      <system value="url" />
      <value value="http://hl7.org/fhir" />
    </telecom>
    <telecom>
      <system value="email" />
      <value value="fhir@lists.hl7.org" />
    </telecom>
  </contact>
  <description value="This operation provides support for ongoing maintenance of a client-side [transitive closure table](https://en.wikipedia.org/wiki/Transitive_closure#In_graph_theory) based on server-side terminological logic. For details of how this is used, see [Maintaining a Closure Table](terminology-service.html#closure)" />
  <code value="closure" />
  <resource value="ConceptMap" />
  <system value="true" />
  <type value="false" />
  <instance value="false" />
  <parameter>
    <name value="name" />
    <use value="in" />
    <min value="1" />
    <max value="1" />
    <documentation value="The name that defines the particular context for the subsumption based closure table" />
    <type value="string" />
  </parameter>
  <parameter>
    <name value="concept" />
    <use value="in" />
    <min value="0" />
    <max value="*" />
    <documentation value="Concepts to add to the closure table" />
    <type value="Coding" />
  </parameter>
  <parameter>
    <name value="version" />
    <use value="in" />
    <min value="0" />
    <max value="1" />
    <documentation value="A request to resynchronise - request to send all new entries since the nominated version was sent by the server" />
    <type value="id" />
  </parameter>
  <parameter>
    <name value="return" />
    <use value="out" />
    <min value="1" />
    <max value="1" />
    <documentation value="A list of new entries (code / system --&gt; code/system) that the client should add to its closure table. The only kind of entry mapping equivalences that can be returned are equal, specializes, subsumes and unmatched" />
    <type value="ConceptMap" />
  </parameter>
</OperationDefinition>