View raw Markdown
type: codesystemcodesystem: transaction-mode

Transaction Mode

Concepts

CodeDisplayDefinition
not-supportedNoneNeither batch or transaction is supported.
batchBatches supportedBatches are supported.
transactionTransactions SupportedTransactions are supported.
bothBatches & TransactionsBoth batches and transactions are supported.

CodeSystem XML

<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="transaction-mode"/>
  <meta>

  </meta>
  <url value="http://hl7.org/fhir/transaction-mode"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.193"/>
  </identifier>
  <identifier>
    <use value="old"/>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.1.183"/>
  </identifier>
  <identifier>
    <use value="old"/>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.2.90"/>
  </identifier>
  <version value="6.0.0"/>
  <name value="TransactionMode"/>
  <title value="Transaction Mode"/>
  <experimental value="false"/>
  <description value="TransactionMode"/>
  <concept>
    <code value="not-supported"/>
    <display value="None"/>
    <definition value="Neither batch or transaction is supported."/>
  </concept>
  <concept>
    <code value="batch"/>
    <display value="Batches supported"/>
    <definition value="Batches are  supported."/>
  </concept>
  <concept>
    <code value="transaction"/>
    <display value="Transactions Supported"/>
    <definition value="Transactions are supported."/>
  </concept>
  <concept>
    <code value="both"/>
    <display value="Batches &amp; Transactions"/>
    <definition value="Both batches and transactions are supported."/>
  </concept>
</CodeSystem>