Helfo / the Norwegian Directorate of Health
Lookups in the Health Personnel Register (HPR), GP lists with available capacity, reimbursement schemes and medicines data. Important for the health sector and patient rights.
100K rows
Data volume
Daily
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/gp-listFastlegelister
- kommunenummer optional
- Filtrer på kommune (4 siffer)
kommunenummer=0301 - limit optional
- Maks antall fastleger i svaret
limit=20
Show curl example
# GET https://data.ketl.no/api/connectors/helfo/gp-list
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/helfo/gp-list"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/hprSøk etter helsepersonell (etternavn + fødselsdato)
- etternavn required
- Etternavn (minst 2 tegn)
etternavn=Nordmann - fodselsdato optional
- Fødselsdato (YYYY-MM-DD)
fodselsdato=1980-01-15
Show curl example
# GET https://data.ketl.no/api/connectors/helfo/hpr?etternavn=Nordmann
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/helfo/hpr?etternavn=Nordmann"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/hpr/{hprNr}Helsepersonelloppslag
Show curl example
# GET https://data.ketl.no/api/connectors/helfo/hpr/{hprNr}
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/helfo/hpr/{hprNr}"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.