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

FHIR IG Statistics: ValueSet/synchronicity-control

Packagehl7.fhir.uv.extensions
Resource TypeValueSet
Idsynchronicity-control
FHIR VersionR5
Sourcehttp://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-extensions/ValueSet-synchronicity-control.html
URLhttp://hl7.org/fhir/ValueSet/synchronicity-control
Version5.3.0-ballot
Statusactive
Date2020-12-28T16:55:11+11:00
NameOperationSynchronicityControl
TitleOperation Synchronicity Control
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

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
synchronicity-controlOperation Synchronicity Control Codes

Narrative

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

Generated Narrative: ValueSet synchronicity-control


Source

{
  "resourceType": "ValueSet",
  "id": "synchronicity-control",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "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/ValueSet/synchronicity-control",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.3.3206"
    }
  ],
  "version": "5.3.0-ballot",
  "name": "OperationSynchronicityControl",
  "title": "Operation Synchronicity Control",
  "status": "active",
  "experimental": false,
  "date": "2020-12-28T16:55:11+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"
        }
      ]
    }
  ],
  "immutable": true,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/synchronicity-control"
      }
    ]
  }
}