Farsæld barna — Child Wellbeing Dashboard

SkillDev tools

Child wellbeing dashboard (farsaeldbarna.is) from Barna- og fjölskyldustofa — Power BI static data.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Farsæld barna — Child Wellbeing Dashboard skill

What this skill tells your AI

The instructions your AI receives, as published by jokull/icelandic-data in .agents/skills/farsaeld-barna/SKILL.md and read by ahel’s review.

Statistical indicators on child wellbeing in Iceland: health, happiness, education, safety, opportunities, living standards, social relationships, family life, participation, and influence on decisions.

Run by Barna- og fjölskyldustofa (BOFS), operational since 1 January 2022 (merged from Barnaverndarstofa). Explicitly named in the Hagtalnanefnd report (March 2026, footnote 71) as an example of a dashboard where raw data is not made available — only the dashboard and reports.

Landing page

https://farsaeldbarna.is/ — consolidates statistical data underpinning the Farsældarlögin (Child Wellbeing Act, enacted 2022).

Power BI dashboard

PropertyValue
Tenantbc14a44e-e0fb-4e0b-a535-100579d41b65
Report key1fcb76a3-b53d-4ba1-a5c9-434d8c346408
Embed URLhttps://app.powerbi.com/view?r=<base64> — see scripts/farsaeld_barna.py

Organized around five "foundations" of wellbeing (implementation framework from Farsældarlögin). Specific indicators not listed on the landing page — enumerate them from scraped Power BI descriptors.

Extraction

Playwright-intercept pattern, but note: this dashboard is a "publish to web" Power BI with static embedded data, not live DAX queries. The data lives in the modelsAndExploration endpoint response (~2 MB JSON), not in executeQueries. The scraper captures: modelsAndExploration, conceptualschema, and resourcePackage blobs. No auth needed.

Script usage

uv run python scripts/farsaeld_barna.py fetch

Data files

PathFormatDescription
data/raw/farsaeld_barna/powerbi.jsonJSONRaw Power BI executeQueries responses

Caveats

  1. No raw data download. The Hagtalnanefnd report flags this dashboard as one where grunngögn (raw data) are not made available to users — only the dashboard itself. Scraping the Power BI responses is the only route to structured data.
  2. Stale series warning. Because the data aggregation is across many agency feeds (Hagstofa, HMS, Landlæknir, police, schools), individual indicators may lag the agency's own dashboard. Check the "last updated" text on each tile.
  3. Overlap with source datasets. Many underlying series are already reachable more directly via hagstofan, landlaeknir, or reykjavik (municipality-level welfare data). Prefer source when available.
  4. Attribution. Data sourced from multiple public agencies — BOFS coordinates but does not own the underlying series.
  5. Encoding. Power BI modelsAndExploration payload is UTF-8 throughout (Icelandic chars in dimension labels and indicator titles). Write JSON with ensure_ascii=False and read with encoding="utf-8".

Complementary sources

SourceOverlap
hagstofanEducation, demographics, living conditions
landlaeknirChild health, vaccination, dental health
reykjavikMunicipal welfare services for children
domstolarChild-related court rulings

Signals

GitHub stars
53
Forks
4
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
farsaeld-barna
Source
github.com/jokull/icelandic-data