Sha256: 4f3de358b1146b96880e1b24fe3afd613a0631f3e9882c19c0b02578462fa614
Contents?: true
Size: 1.45 KB
Versions: 3
Compression:
Stored size: 1.45 KB
Contents
{ "resourceType": "CodeSystem", "id": "transaction-mode", "meta": { "lastUpdated": "2018-12-27T22:37:54.724+11:00" }, "url": "http://hl7.org/fhir/transaction-mode", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.1.193" } ], "version": "4.0.0", "name": "TransactionMode", "title": "TransactionMode", "status": "draft", "experimental": false, "date": "2018-12-27T22:37:54+11:00", "publisher": "HL7 (FHIR Project)", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" }, { "system": "email", "value": "fhir@lists.hl7.org" } ] } ], "description": "A code that indicates how transactions are supported.", "caseSensitive": true, "valueSet": "http://hl7.org/fhir/ValueSet/transaction-mode", "content": "complete", "concept": [ { "code": "not-supported", "display": "None", "definition": "Neither batch or transaction is supported." }, { "code": "batch", "display": "Batches supported", "definition": "Batches are supported." }, { "code": "transaction", "display": "Transactions Supported", "definition": "Transactions are supported." }, { "code": "both", "display": "Batches & Transactions", "definition": "Both batches and transactions are supported." } ] }
Version data entries
3 entries across 3 versions & 1 rubygems