FHIR IG analytics| Package | SHIFT-Task-Force.sls-ri |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-sls-load-valuesets.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/SHIFT-Task-Force/sls-ri-ig/OperationDefinition-sls-load-valuesets.html |
| URL | http://SHIFT-Task-Force.github.io/sls-ri/OperationDefinition/sls-load-valuesets |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-02-05 |
| Name | SLSLoadValueSets |
| Title | SLS Load ValueSets for Security Labeling |
| Realm | uv |
| 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. |
| Type | false |
| Kind | operation |
| CapabilityStatement | |
| fhir-sls-server | FHIR Security Labeling Service - Server Capability Statement |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition sls-load-valuesets
URL: [base]/$sls-load-valuesets
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | bundle | 1..1 | Bundle | 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. | ||
| OUT | return | 1..1 | OperationOutcome | An OperationOutcome indicating success or failure. Success includes the number of ValueSets processed, codes extracted, and the earliest effective date. Failure includes error details. |
{
"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"
}
]
}