Sha256: 323af64830684fb793ba0e69c3964441d9f0a592d8dbf47742ca7a59ce127a32
Contents?: true
Size: 1.45 KB
Versions: 7
Compression:
Stored size: 1.45 KB
Contents
{ "resourceType": "CodeSystem", "id": "transaction-mode", "meta": { "lastUpdated": "2019-11-01T09:29:23.356+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.4.193" } ], "version": "4.0.1", "name": "TransactionMode", "title": "TransactionMode", "status": "draft", "experimental": false, "date": "2019-11-01T09:29:23+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
7 entries across 7 versions & 1 rubygems