type: codesystemcodesystem: transaction-mode
Transaction Mode
- Official URL: http://hl7.org/fhir/transaction-mode
- Version: 6.0.0
- Name: TransactionMode
- Title: Transaction Mode
- Description: TransactionMode
Concepts
| Code | Display | Definition |
|---|---|---|
| not-supported | None | Neither batch or transaction is supported. |
| batch | Batches supported | Batches are supported. |
| transaction | Transactions Supported | Transactions are supported. |
| both | Batches & Transactions | Both 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 & Transactions"/>
<definition value="Both batches and transactions are supported."/>
</concept>
</CodeSystem>