FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/synchronicity-control

Packagehl7.fhir.uv.extensions
Resource TypeCodeSystem
Idsynchronicity-control
FHIR VersionR5
Sourcehttp://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-extensions/CodeSystem-synchronicity-control.html
URLhttp://hl7.org/fhir/synchronicity-control
Version5.3.0-ballot
Statusactive
Date2021-01-05T10:01:24+11:00
NameOperationSynchronicityControlCodeSystem
TitleOperation Synchronicity Control Codes
Realmuv
Authorityhl7
DescriptionIndicates that an operation must always be handled as synchronous or asynchronous, or that the server must provide both, and clients can choose
Contentcomplete

Resources that use this resource

ValueSet
synchronicity-controlOperation Synchronicity Control

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem synchronicity-control

This case-sensitive code system http://hl7.org/fhir/synchronicity-control defines the following codes:

CodeDisplayDefinition
synchronous SynchronousThis operation is invoked synchronously
asynchronous AsynchronousThis operation is invoked asynchronously.
either SystemThis operation can be invoked either synchronously or asynchronously.

Source

{
  "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."
    }
  ]
}