1. Docs
  2. Catalog
  3. Försäkringskassan

Catalog · fk

SwedenFörsäkringskassan

Swedish social insurance register metadata — benefits, claims, and case records

Overview

Provider Swedish Social Insurance Agency
Country Sweden
Domain code fk
Status Live
Latest version 20260418 · 2026-04-18
Schema v2.0

Bundle downloads

Each bundle is a ZIP of the five autolabel schema v2 files (manifest, scope, variables, value_labels, release_sets) for one (version, language) pair. Use these for offline installs in secure environments without internet access; otherwise the autolabel client fetches them automatically on first use.

v20260418 Latest
Schema v2.0 · Released 2026-04-18

Initial Försäkringskassan release in Schema v2 format. Swedish originals with English translations.

Install & apply

The autolabel client fetches the fk bundle on first use. No manual download needed unless you're working offline.

Stata

net install registream, from("https://registream.org/install/stata/latest") replace
use your_data.dta, clear
autolabel variables, domain(fk) lang(eng)
autolabel values,    domain(fk) lang(eng)

Python

pip install registream
import pandas as pd
import registream.autolabel
df = pd.read_stata("your_data.dta")
df.autolabel(domain="fk", lang="eng")

R

install.packages("autolabel", repos = "https://registream.org/r/")
library(haven); library(autolabel)
df <- read_dta("your_data.dta")
df <- rs_autolabel(df, domain = "fk", lang = "eng")

Version history

VersionDateSchemaStateChangelog
20260418 2026-04-18 v2.0 Latest Initial Försäkringskassan release in Schema v2 format. Swedish originals with English translations.

Sources

Metadata ingested from: