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

FHIR IG analytics

PackageSHIFT-Task-Force.sls-ri
Resource TypeOperationDefinition
IdOperationDefinition-sls-load-valuesets.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/SHIFT-Task-Force/sls-ri-ig/OperationDefinition-sls-load-valuesets.html
URLhttp://SHIFT-Task-Force.github.io/sls-ri/OperationDefinition/sls-load-valuesets
Version0.1.0
Statusdraft
Date2026-02-05
NameSLSLoadValueSets
TitleSLS Load ValueSets for Security Labeling
Realmuv
DescriptionProcesses a Bundle containing ValueSet resources to establish security labeling rules. Each ValueSet defines codes that correspond to sensitive topics (e.g., mental health, substance abuse). The operation extracts codes from the ValueSet expansion and associates them with topic codes defined in the ValueSet.topic or ValueSet.useContext elements. Multiple topic codes per ValueSet are supported.
Typefalse
Kindoperation

Resources that use this resource

CapabilityStatement
fhir-sls-serverFHIR Security Labeling Service - Server Capability Statement

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: OperationDefinition sls-load-valuesets

URL: [base]/$sls-load-valuesets

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INbundle1..1Bundle

A FHIR Bundle (type 'collection' or 'batch') containing one or more ValueSet resources. If a ValueSet does not have an expansion, the operation will attempt to expand it using tx.fhir.org.

OUTreturn1..1OperationOutcome

An OperationOutcome indicating success or failure. Success includes the number of ValueSets processed, codes extracted, and the earliest effective date. Failure includes error details.


Source1

{
  "resourceType": "OperationDefinition",
  "id": "sls-load-valuesets",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://SHIFT-Task-Force.github.io/sls-ri/OperationDefinition/sls-load-valuesets",
  "version": "0.1.0",
  "name": "SLSLoadValueSets",
  "title": "SLS Load ValueSets for Security Labeling",
  "status": "draft",
  "kind": "operation",
  "date": "2026-02-05",
  "publisher": "SHIFT-Task-Force",
  "contact": [
    {
      "name": "SHIFT-Task-Force",
      "telecom": [
        {
          "system": "url",
          "value": "http://shift-project.org"
        }
      ]
    }
  ],
  "description": "Processes a Bundle containing ValueSet resources to establish security labeling rules. Each ValueSet defines codes that correspond to sensitive topics (e.g., mental health, substance abuse). The operation extracts codes from the ValueSet expansion and associates them with topic codes defined in the ValueSet.topic or ValueSet.useContext elements. Multiple topic codes per ValueSet are supported.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "affectsState": true,
  "code": "sls-load-valuesets",
  "resource": [
    "ValueSet"
  ],
  "system": true,
  "type": false,
  "instance": false,
  "parameter": [
    {
      "name": "bundle",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "A FHIR Bundle (type 'collection' or 'batch') containing one or more ValueSet resources. If a ValueSet does not have an expansion, the operation will attempt to expand it using tx.fhir.org.",
      "type": "Bundle"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "An OperationOutcome indicating success or failure. Success includes the number of ValueSets processed, codes extracted, and the earliest effective date. Failure includes error details.",
      "type": "OperationOutcome"
    }
  ]
}