fagsak

Installation
SKILL.md

Fagsak Domain

Fagsak (case/dossier) is the top-level entity representing a social security case in melosys-api. Each fagsak contains one or more behandlinger (treatments) and multiple aktører (actors).

Quick Reference

Module Structure

domain/
├── Fagsak.kt              # Main entity (saksnummer, type, tema, status) - Kotlin
├── Aktoer.java            # Actor entity (citizen, employer, authority) - Java
└── Behandling.kt          # Treatment entity (child of Fagsak) - Kotlin

repository/
└── FagsakRepository.java  # CRUD + custom queries
Installs
1
GitHub Stars
1
First Seen
Jun 20, 2026
fagsak — navikt/melosys-api