{ "description": "Indicates that an operation must always be handled as synchronous or asynchronous, or that the server must provide both, and clients can choose", "_filename": "CodeSystem-synchronicity-control.json", "package_name": "hl7.fhir.uv.extensions.r3", "date": "2021-01-05T10:01:24+11:00", "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ] }, "publisher": "HL7 International / FHIR Infrastructure", "jurisdiction": [ { "coding": [ { "code": "001", "system": "http://unstats.un.org/unsd/methods/m49/m49.htm" } ] } ], "content": "complete", "name": "OperationSynchronicityControlCodeSystem", "type": null, "experimental": "false", "resourceType": "CodeSystem", "title": "Operation Synchronicity Control Codes", "package_version": "5.3.0-ballot-tc1", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "fhir" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "normative" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 5 } ], "status": "active", "id": "d09def72-185a-44d7-b9c2-edf3c1990b76", "valueSet": "http://hl7.org/fhir/ValueSet/synchronicity-control", "kind": null, "url": "http://hl7.org/fhir/synchronicity-control", "identifier": { "value": "urn:oid:2.16.840.1.113883.4.642.4.2055", "system": "urn:ietf:rfc:3986" }, "concept": [ { "code": "synchronous", "display": "Synchronous", "definition": "This operation is invoked synchronously" }, { "code": "asynchronous", "display": "Asynchronous", "definition": "This operation is invoked asynchronously." }, { "code": "either", "display": "System", "definition": "This operation can be invoked either synchronously or asynchronously." } ], "caseSensitive": true, "version": "5.3.0-ballot-tc1", "contact": [ { "telecom": [ { "value": "http://www.hl7.org/Special/committees/fiwg", "system": "url" }, { "value": "fhir@lists.hl7.org", "system": "email" } ] } ] }