The Norwegian Institute of Public Health (FHI)
The MSIS notification system for infectious diseases, vaccination coverage (SYSVAK), the Kommunehelsa municipality-health statistics bank and the public-health profiles. A central data source for public health and preparedness.
—
Data volume
Weekly
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/msisDegradedMSIS smittevernstatistikk — svarer 503 til bulk-ingest er deployert
statistikk.fhi.no migrerte til en web-applikasjon uten åpent JSON-API; ruta svarer 503 (detailCode source_migrated) og retry hjelper ikke. Kapabiliteten kommer tilbake når bulk-ingest-jobben «fhi-msis-ingest» fyller Firestore-cachen. Alternativer i mellomtiden: msis.no/api og folkehelseprofil.fhi.no.
Show curl example
# GET https://data.ketl.no/api/connectors/fhi/msis
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/fhi/msis"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/health-profilesDegradedFolkehelseprofiler per kommune
statistikk.fhi.no migrerte til en web-applikasjon uten åpent JSON-API; ruta svarer 503 (detailCode source_migrated) og retry hjelper ikke. Kapabiliteten kommer tilbake når bulk-ingest-jobben «fhi-folkehelseprofil-ingest» fyller Firestore-cachen. Alternativ i mellomtiden: folkehelseprofil.fhi.no.
- municipality required
- Kommunenummer (4 siffer). Alias: kommunenr.
municipality=0301 - year optional
- Årgang for indikatorverdiene. Alias: aar.
year=2023 - indicator optional
- Filtrer på indikatornavn. Alias: indikatornavn.
indicator=levealder
Show curl example
# GET https://data.ketl.no/api/connectors/fhi/health-profiles?municipality=0301
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/fhi/health-profiles?municipality=0301"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.