FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

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


Source1

{
  "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-tc1",
  "name": "OperationSynchronicityControl",
  "title": "Operation Synchronicity Control ValueSet",
  "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"
      }
    ]
  }
}