Package | hl7.fhir.uv.extensions |
Resource Type | CodeSystem |
Id | synchronicity-control |
FHIR Version | R5 |
Source | http://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-extensions/CodeSystem-synchronicity-control.html |
URL | http://hl7.org/fhir/synchronicity-control |
Version | 5.3.0-ballot |
Status | active |
Date | 2021-01-05T10:01:24+11:00 |
Name | OperationSynchronicityControlCodeSystem |
Title | Operation Synchronicity Control Codes |
Realm | uv |
Authority | hl7 |
Description | Indicates that an operation must always be handled as synchronous or asynchronous, or that the server must provide both, and clients can choose |
Content | complete |
ValueSet | |
synchronicity-control | Operation Synchronicity Control |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem synchronicity-control
Profile: Shareable CodeSystem
This case-sensitive code system http://hl7.org/fhir/synchronicity-control
defines the following codes:
{ "resourceType": "CodeSystem", "id": "synchronicity-control", "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ] }, "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "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 } ], "url": "http://hl7.org/fhir/synchronicity-control", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.4.2055" } ], "version": "5.3.0-ballot", "name": "OperationSynchronicityControlCodeSystem", "title": "Operation Synchronicity Control Codes", "status": "active", "experimental": false, "date": "2021-01-05T10:01:24+11:00", "publisher": "HL7 International / FHIR Infrastructure", "contact": [ { "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/fiwg" }, { "system": "email", "value": "fhir@lists.hl7.org" } ] } ], "description": "Indicates that an operation must always be handled as synchronous or asynchronous, or that the server must provide both, and clients can choose", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001" } ] } ], "caseSensitive": true, "valueSet": "http://hl7.org/fhir/ValueSet/synchronicity-control", "content": "complete", "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." } ] }