search_doffin

Search Norwegian public procurement notices on Doffin.

Signature: search_doffin(query: string, optional, default ''; types: list of string (comma-separated), optional, default None; statuses: list of string (comma-separated), optional, default None; contract_nature: list of string (comma-separated), optional, default None; cpv_codes: list of string (comma-separated), optional, default None; locations: list of string (comma-separated), optional, default None; buyer: list of string (comma-separated), optional, default None; winner: list of string (comma-separated), optional, default None; date_from: string, optional, default None; date_to: string, optional, default None; sort_by: string, optional, default 'RELEVANCE'; page: integer, optional, default 1; hits_per_page: integer, optional, default 10; include_placeholders: yes/no, optional, default False; limit: integer, items, optional, default 25; offset: integer, items, optional, default 0)

Direct GET

For navigating agents: open the HTML page with parameters in the URL. The result is fetched and displayed without screenshots or form filling.

Open this validated HTML GET URL

https://allemannsdata.com/wiki/kilder/doffin/search_doffin/?query=&types={types}&statuses={statuses}&contract_nature={contract_nature}&cpv_codes={cpv_codes}&locations={locations}&buyer={buyer}&winner={winner}&date_from={date_from}&date_to={date_to}&sort_by=RELEVANCE&page=1&hits_per_page=10&include_placeholders=false&limit=25&offset=0

Replace {query}, {types}, {statuses}, {contract_nature}, {cpv_codes}, {locations}, {buyer}, {winner}, {date_from}, {date_to}, {sort_by}, {page}, {hits_per_page}, {include_placeholders} with values. Remove unused optional parameters from the URL.

For software and dashboards: Read the operation descriptor. The JSON GET template is https://allemannsdata.com/wiki/api/v1/kilder/doffin/search_doffin?query=&types={types}&statuses={statuses}&contract_nature={contract_nature}&cpv_codes={cpv_codes}&locations={locations}&buyer={buyer}&winner={winner}&date_from={date_from}&date_to={date_to}&sort_by=RELEVANCE&page=1&hits_per_page=10&include_placeholders=false&limit=25&offset=0. Open this exact request as JSON.

ParameterRequirementJSON typeDescription
queryoptionalstringFree-text search (Norwegian or English), e.g. "IT-drift", "snørydding", "rammeavtale konsulent". Start here.
typesoptionalunionFilter by notice type. Parent types: PLANNING, COMPETITION, RESULT. Specific types: ANNOUNCEMENT_OF_COMPETITION, DYNAMIC_PURCHASING_SCHEME, QUALIFICATION_SCHEME, ANNOUNCEMENT_OF_INTENT, PRE_ANNOUNCEMENT, ADVISORY_NOTICE, NOTICE_ON_BUYER_PROFILE, ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT, CHANGE_OF_CONCLUSION_OF_CONTRACT, CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT. Use ["COMPETITION"] + statuses=["ACTIVE"] for open tenders.
statusesoptionalunionACTIVE (open for bids), EXPIRED, AWARDED, CANCELLED.
contract_natureoptionalunionWORKS, SERVICES and/or SUPPLIES.
cpv_codesoptionalunion8-digit CPV codes, e.g. ["45000000"]. Matches the code and its children. Find codes with search_cpv_codes(). Best combined with a free-text query.
locationsoptionalunionNUTS-style location ids, e.g. ["NO060"] (Trøndelag), or "anyw" for non-location-bound. See list_location_codes().
buyeroptionalunionBuyer organization full name(s) exactly as written on notices, e.g. ["Trondheim kommune"]. Resolved to Doffin's internal buyer id via a free-text lookup; names that match no buyer are reported in "note" and, if none match, no results are returned (rather than an unfiltered search). Pass the 32-hex buyer id from a result's buyer field directly to skip the lookup.
winneroptionalunionDoffin's internal supplier id (32-hex). Winner names cannot be used - they are not present in search results to resolve against.
date_fromoptionalunionPublication date lower bound, "YYYY-MM-DD".
date_tooptionalunionPublication date upper bound, "YYYY-MM-DD".
sort_byoptionalstringRELEVANCE (default), PUBLICATION_DATE_DESC, PUBLICATION_DATE_ASC, DEADLINE, ESTIMATED_VALUE_ASC, ESTIMATED_VALUE_DESC.
pageoptionalinteger1-based page number.
hits_per_pageoptionalinteger1-50 (default 10).
include_placeholdersoptionalbooleanBy default, hits whose buyer fields look like unfilled eForm template values (org id 123456789, placeholder buyer names) are dropped from the results as junk. Set True to keep them, each flagged with "possible_placeholder": true.
limitoptionalintegerGateway page size; default 25, maximum 100.
offsetoptionalintegerNumber of list items to skip; default 0.
Generated JavaScript, Python and response structure

Use JSON when the user requests code, machine-readable data, value extraction or further computation. Use the HTML GET page to identify the correct source and verify parameters.

Example for generated JavaScript and Python

https://allemannsdata.com/wiki/api/v1/kilder/doffin/search_doffin?query=&types={types}&statuses={statuses}&contract_nature={contract_nature}&cpv_codes={cpv_codes}&locations={locations}&buyer={buyer}&winner={winner}&date_from={date_from}&date_to={date_to}&sort_by=RELEVANCE&page=1&hits_per_page=10&include_placeholders=false&limit=25&offset=0

Replace URL placeholders and remove unused optional parameters.

JavaScript in a dashboard

const url = "https://allemannsdata.com/wiki/api/v1/kilder/doffin/search_doffin?query=&types={types}&statuses={statuses}&contract_nature={contract_nature}&cpv_codes={cpv_codes}&locations={locations}&buyer={buyer}&winner={winner}&date_from={date_from}&date_to={date_to}&sort_by=RELEVANCE&page=1&hits_per_page=10&include_placeholders=false&limit=25&offset=0";
const response = await fetch(url);
if (!response.ok) {
  const failure = await response.json();
  throw new Error(`${failure.error.code}: ${failure.error.message} ${failure.suggestion}`);
}
const result = await response.json();
const data = result.data;

Python without additional packages

import json
from urllib.request import urlopen

url = "https://allemannsdata.com/wiki/api/v1/kilder/doffin/search_doffin?query=&types={types}&statuses={statuses}&contract_nature={contract_nature}&cpv_codes={cpv_codes}&locations={locations}&buyer={buyer}&winner={winner}&date_from={date_from}&date_to={date_to}&sort_by=RELEVANCE&page=1&hits_per_page=10&include_placeholders=false&limit=25&offset=0"
with urlopen(url) as response:
    result = json.load(response)
data = result["data"]

Response structure

{
  "source": "doffin",
  "operation": "search_doffin",
  "parameters": {},
  "data": {},
  "entities": [],
  "_meta": {"retrieved_at": "...", "sources": [], "cache": {}},
  "_links": {"self": "...", "source": "...", "wiki": "...", "feedback": "..."}
}
Form for manual use

The form is a fallback for people and browser agents that cannot open the GET URL directly.

Type: string. Free-text search (Norwegian or English), e.g. "IT-drift", "snørydding", "rammeavtale konsulent". Start here.
Type: list of string (comma-separated). Filter by notice type. Parent types: PLANNING, COMPETITION, RESULT. Specific types: ANNOUNCEMENT_OF_COMPETITION, DYNAMIC_PURCHASING_SCHEME, QUALIFICATION_SCHEME, ANNOUNCEMENT_OF_INTENT, PRE_ANNOUNCEMENT, ADVISORY_NOTICE, NOTICE_ON_BUYER_PROFILE, ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT, CHANGE_OF_CONCLUSION_OF_CONTRACT, CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT. Use ["COMPETITION"] + statuses=["ACTIVE"] for open tenders.
Type: list of string (comma-separated). ACTIVE (open for bids), EXPIRED, AWARDED, CANCELLED.
Type: list of string (comma-separated). WORKS, SERVICES and/or SUPPLIES.
Type: list of string (comma-separated). 8-digit CPV codes, e.g. ["45000000"]. Matches the code and its children. Find codes with search_cpv_codes(). Best combined with a free-text query.
Type: list of string (comma-separated). NUTS-style location ids, e.g. ["NO060"] (Trøndelag), or "anyw" for non-location-bound. See list_location_codes().
Type: list of string (comma-separated). Buyer organization full name(s) exactly as written on notices, e.g. ["Trondheim kommune"]. Resolved to Doffin's internal buyer id via a free-text lookup; names that match no buyer are reported in "note" and, if none match, no results are returned (rather than an unfiltered search). Pass the 32-hex buyer id from a result's buyer field directly to skip the lookup.
Type: list of string (comma-separated). Doffin's internal supplier id (32-hex). Winner names cannot be used - they are not present in search results to resolve against.
Type: string. Publication date lower bound, "YYYY-MM-DD".
Type: string. Publication date upper bound, "YYYY-MM-DD".
Type: string. RELEVANCE (default), PUBLICATION_DATE_DESC, PUBLICATION_DATE_ASC, DEADLINE, ESTIMATED_VALUE_ASC, ESTIMATED_VALUE_DESC.
Type: integer. 1-based page number.
Type: integer. 1-50 (default 10).
Type: yes/no. By default, hits whose buyer fields look like unfilled eForm template values (org id 123456789, placeholder buyer names) are dropped from the results as junk. Set True to keep them, each flagged with "possible_placeholder": true.

Result

Source: Doffin and TED. Retrieved 2026-09-08T23:14:53Z in 0.372 seconds.

total_count:
14
hits:

10 results

  1. id:
    2026-113210
    buyer:

    2 results

    1. id:
      add07e68024033628b014232c2a5d5bb
      organization_id:
      985 359 385
      name:
      IKT Agder IKS
    2. id:
      938abd7ab68d80dfe2a78261439c8aef
      organization_id:
      930 654 914
      name:
      DDV IKS
    heading:
    System for FDVU, boligadministrasjon og renhold - IKT Agder og DDV
    description:
    Denne anskaffelsen gjennomføres som et samarbeid mellom de to største IKT-samarbeidene i Agder, IKT Agder IKS og Det Digitale Vestre Agder IKS (DDV). Anskaffelsen inngår som en vesentlig del av prosjektet for nytt fagsystem for • forvaltning, drift, vedlikehold og utvikling av bygg- og bygningsmasse • boligforvaltning • renhold Formålet med anskaffelsen er å anskaffe et felles fagsystem for FDVU, boligforvaltning og renhold som eierkommunene kan benytte. Anskaffelsen skal sikre fremtidsrettede løsninger for kommunene i samarbeidet, samt bidra til å forenkle og effektivisere hverdagen for brukere av løsningen. Kommunene skal tilbys nye teknologier etter som de blir tilgjengelige og interessante. Funksjonalitet skal være tilgjengelig etter enklest mulig prismodell som ikke begrenser utvikling, og med størst mulig integrasjon mellom ulike tjenester og teknologier.
    location_id:

    1 results

    1. NO092
    estimatedValue:
    currencyCode:
    NOK
    amount:
    16000000.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2026-08-19T10:03:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-08-20
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  2. id:
    2026-102499
    buyer:

    2 results

    1. id:
      add07e68024033628b014232c2a5d5bb
      organization_id:
      985 359 385
      name:
      IKT Agder IKS
    2. id:
      938abd7ab68d80dfe2a78261439c8aef
      organization_id:
      930 654 914
      name:
      DDV IKS
    heading:
    System for FDVU, boligadministrasjon og renhold - IKT Agder og DDV
    description:
    Denne anskaffelsen gjennomføres som et samarbeid mellom de to største IKT-samarbeidene i Agder, IKT Agder IKS og Det Digitale Vestre Agder IKS (DDV). Anskaffelsen inngår som en vesentlig del av prosjektet for nytt fagsystem for • forvaltning, drift, vedlikehold og utvikling av bygg- og bygningsmasse • boligforvaltning • renhold Formålet med anskaffelsen er å anskaffe et felles fagsystem for FDVU, boligforvaltning og renhold som eierkommunene kan benytte. Anskaffelsen skal sikre fremtidsrettede løsninger for kommunene i samarbeidet, samt bidra til å forenkle og effektivisere hverdagen for brukere av løsningen. Kommunene skal tilbys nye teknologier etter som de blir tilgjengelige og interessante. Funksjonalitet skal være tilgjengelig etter enklest mulig prismodell som ikke begrenser utvikling, og med størst mulig integrasjon mellom ulike tjenester og teknologier.
    location_id:

    1 results

    1. NO092
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    AWARDED
    issueDate:
    2026-02-03T21:08:08Z
    deadline:
    2026-03-06T11:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-02-05
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  3. id:
    2026-101117
    buyer:

    28 results

    1. id:
      539277481bc5f447014aaf91ffe4f447
      organization_id:
      820852982
      name:
      KRISTIANSAND KOMMUNE
    2. id:
      938abd7ab68d80dfe2a78261439c8aef
      organization_id:
      930 654 914
      name:
      DDV IKS
    3. id:
      add07e68024033628b014232c2a5d5bb
      organization_id:
      985 359 385
      name:
      IKT AGDER IKS
    4. id:
      cfb01f6f3078f12ebd8e7287e5433a4f
      organization_id:
      964 965 404
      name:
      LILLESAND KOMMUNE
    5. id:
      d5b8153bda08796cfa9b1176f4a5c331
      organization_id:
      964 965 870
      name:
      BIRKENES KOMMUNE
    6. id:
      45df69f050e0f6dd3f877fa1b4818d69
      organization_id:
      964 964 165
      name:
      SIRDAL KOMMUNE
    7. id:
      7853094408bbdaa9c8d9423aae5775e7
      organization_id:
      940 493 021
      name:
      ARENDAL KOMMUNE
    8. id:
      a7ddbed8e12b55ace5d40b3828ef2652
      organization_id:
      958 814 968
      name:
      BYKLE KOMMUNE
    9. id:
      e5f543ee2efbc362636147fda3c2630e
      organization_id:
      964 966 397
      name:
      BYGLAND KOMMUNE
    10. id:
      f01f7956884d022acbd0a2b2538f9157
      organization_id:
      964 966 109
      name:
      EVJE OG HORNNES KOMMUNE
    11. id:
      6bb9ce3c3e2772e855f787b878c6cc14
      organization_id:
      946 439 045
      name:
      FROLAND KOMMUNE
    12. id:
      c182a026084c3f9a312c08fca4455a5c
      organization_id:
      964 964 998
      name:
      GJERSTAD KOMMUNE
    13. id:
      377e39a08ba51158923c98eee87da5d6
      organization_id:
      864 964 702
      name:
      GRIMSTAD KOMMUNE
    14. id:
      ce714e4562d04da1b7104c9b58e52cbe
      organization_id:
      864 966 012
      name:
      IVELAND KOMMUNE
    15. id:
      3332bad8a1e75d796f616f576b6bcb2a
      organization_id:
      964 977 402
      name:
      RISØR KOMMUNE
    16. id:
      590855bb1d294b565aeaa6c9ff994df7
      organization_id:
      964 965 781
      name:
      TVEDESTRAND KOMMUNE
    17. id:
      f2bf30e31d445161c9d854b8e215a412
      organization_id:
      964 966 575
      name:
      VALLE KOMMUNE
    18. id:
      d23212580dfe9697f86020aa83b3a573
      organization_id:
      964 965 048
      name:
      VEGÅRSHEI KOMMUNE
    19. id:
      85a378918f7c90436242d6e1a12fd14c
      organization_id:
      936 846 777
      name:
      VENNESLA KOMMUNE
    20. id:
      855cc5445044f32a8ee2860a2e15437c
      organization_id:
      864 965 962
      name:
      ÅMLI KOMMUNE
    21. id:
      b4d07b65979ff1c7968dc28b60d375d4
      organization_id:
      921 707 134
      name:
      AGDER FYLKESKOMMUNE
    22. id:
      d676fa887472f5b9b0bba00013e96797
      organization_id:
      964 083 266
      name:
      FARSUND KOMMUNE
    23. id:
      31e4faa4ea5c9fee62aa58b87f198299
      organization_id:
      964 967 369
      name:
      FLEKKEFJORD KOMMUNE
    24. id:
      9fe8ba3a8982af1e58781d1c4eb5d177
      organization_id:
      964 963 916
      name:
      HÆGEBOSTAD KOMMUNE
    25. id:
      6357715d90f538d51dee6cacc6f0d75d
      organization_id:
      964 964 076
      name:
      KVINESDAL KOMMUNE
    26. id:
      33f3c9713d6cfab7345b37fbfdb94d0a
      organization_id:
      921 060 440
      name:
      LINDESNES KOMMUNE
    27. id:
      451c252d0f4fe7730b55b7007c0bee31
      organization_id:
      922 421 498
      name:
      LYNGDAL KOMMUNE
    28. id:
      4254d45a39b6212dd718abb4c2114d38
      organization_id:
      964 966 842
      name:
      ÅSERAL KOMMUNE
    heading:
    (Trinn 1) Kvalifiseringsfase: Elektronisk pasientjournalløsning for Agder-regionen
    description:
    Dette er en konkurranse for kontrakt som omfatter leveranse av skybasert elektronisk pasientjournal (EPJ) til Agder-regionen.
    location_id:

    1 results

    1. NO092
    estimatedValue:
    currencyCode:
    NOK
    amount:
    250000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-01-15T09:59:15Z
    deadline:
    2026-02-17T11:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-01-16
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  4. id:
    2026-100624
    buyer:

    28 results

    1. id:
      539277481bc5f447014aaf91ffe4f447
      organization_id:
      820852982
      name:
      KRISTIANSAND KOMMUNE
    2. id:
      938abd7ab68d80dfe2a78261439c8aef
      organization_id:
      930 654 914
      name:
      DDV IKS
    3. id:
      add07e68024033628b014232c2a5d5bb
      organization_id:
      985 359 385
      name:
      IKT AGDER IKS
    4. id:
      cfb01f6f3078f12ebd8e7287e5433a4f
      organization_id:
      964 965 404
      name:
      LILLESAND KOMMUNE
    5. id:
      d5b8153bda08796cfa9b1176f4a5c331
      organization_id:
      964 965 870
      name:
      BIRKENES KOMMUNE
    6. id:
      45df69f050e0f6dd3f877fa1b4818d69
      organization_id:
      964 964 165
      name:
      SIRDAL KOMMUNE
    7. id:
      7853094408bbdaa9c8d9423aae5775e7
      organization_id:
      940 493 021
      name:
      ARENDAL KOMMUNE
    8. id:
      a7ddbed8e12b55ace5d40b3828ef2652
      organization_id:
      958 814 968
      name:
      BYKLE KOMMUNE
    9. id:
      e5f543ee2efbc362636147fda3c2630e
      organization_id:
      964 966 397
      name:
      BYGLAND KOMMUNE
    10. id:
      f01f7956884d022acbd0a2b2538f9157
      organization_id:
      964 966 109
      name:
      EVJE OG HORNNES KOMMUNE
    11. id:
      6bb9ce3c3e2772e855f787b878c6cc14
      organization_id:
      946 439 045
      name:
      FROLAND KOMMUNE
    12. id:
      c182a026084c3f9a312c08fca4455a5c
      organization_id:
      964 964 998
      name:
      GJERSTAD KOMMUNE
    13. id:
      377e39a08ba51158923c98eee87da5d6
      organization_id:
      864 964 702
      name:
      GRIMSTAD KOMMUNE
    14. id:
      ce714e4562d04da1b7104c9b58e52cbe
      organization_id:
      864 966 012
      name:
      IVELAND KOMMUNE
    15. id:
      3332bad8a1e75d796f616f576b6bcb2a
      organization_id:
      964 977 402
      name:
      RISØR KOMMUNE
    16. id:
      590855bb1d294b565aeaa6c9ff994df7
      organization_id:
      964 965 781
      name:
      TVEDESTRAND KOMMUNE
    17. id:
      f2bf30e31d445161c9d854b8e215a412
      organization_id:
      964 966 575
      name:
      VALLE KOMMUNE
    18. id:
      d23212580dfe9697f86020aa83b3a573
      organization_id:
      964 965 048
      name:
      VEGÅRSHEI KOMMUNE
    19. id:
      85a378918f7c90436242d6e1a12fd14c
      organization_id:
      936 846 777
      name:
      VENNESLA KOMMUNE
    20. id:
      855cc5445044f32a8ee2860a2e15437c
      organization_id:
      864 965 962
      name:
      ÅMLI KOMMUNE
    21. id:
      b4d07b65979ff1c7968dc28b60d375d4
      organization_id:
      921 707 134
      name:
      AGDER FYLKESKOMMUNE
    22. id:
      d676fa887472f5b9b0bba00013e96797
      organization_id:
      964 083 266
      name:
      FARSUND KOMMUNE
    23. id:
      31e4faa4ea5c9fee62aa58b87f198299
      organization_id:
      964 967 369
      name:
      FLEKKEFJORD KOMMUNE
    24. id:
      9fe8ba3a8982af1e58781d1c4eb5d177
      organization_id:
      964 963 916
      name:
      HÆGEBOSTAD KOMMUNE
    25. id:
      6357715d90f538d51dee6cacc6f0d75d
      organization_id:
      964 964 076
      name:
      KVINESDAL KOMMUNE
    26. id:
      33f3c9713d6cfab7345b37fbfdb94d0a
      organization_id:
      921 060 440
      name:
      LINDESNES KOMMUNE
    27. id:
      451c252d0f4fe7730b55b7007c0bee31
      organization_id:
      922 421 498
      name:
      LYNGDAL KOMMUNE
    28. id:
      4254d45a39b6212dd718abb4c2114d38
      organization_id:
      964 966 842
      name:
      ÅSERAL KOMMUNE
    heading:
    Trinn 1 - Kvalifiseringsfase: Elektronisk pasientjournalløsning for Agder-regionen
    description:
    Dette er en konkurranse for kontrakt som omfatter leveranse av skybasert elektronisk pasientjournal (EPJ) til Agder-regionen.
    location_id:

    1 results

    1. NO092
    estimatedValue:
    not reported by source
    type:
    CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2026-01-08T13:18:33Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-01-12
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  5. id:
    2025-121457
    buyer:

    2 results

    1. id:
      1bff3bfe0313adec54df6f4a6bbe712b
      organization_id:
      914 006 813
      name:
      OFA IKS
    2. id:
      938abd7ab68d80dfe2a78261439c8aef
      organization_id:
      930654914
      name:
      DDV IKS
    heading:
    DDV-Kval-Intk-styring-2026
    description:
    Konkurransen gjelder anskaffelse av nytt kvalitets- og internkontrollsystem til alle kommunene. DDV- kommunene benytter i dag enten Qm+ eller Compilo. Prosjektets overordnede mål er å innføre et kvalitets- og internkontrollsystem som dekker dagens og fremtidige funksjonelle og tekniske behov for DDV og eierkommunene. Dokumentet inneholder en beskrivelse av retningslinjer og krav til løsning. Forventninger til leveransen og til leverandøren er beskrevet i eget dokument Målbilde kvalitetssystem, vedlagt i anbudsdokumentene. Vi ønsker totaltilbud fra én leverandør, men stiller ikke krav til at alle deler av totalløsningen skal komme fra samme leverandør. Vi oppfordrer med andre ord til samarbeid for å gi oss best mulig funksjonalitet. Samtidig vil vi kreve at det i en samarbeidskonstellasjon på leverandørsiden vil være én part som er hovedleverandør og blir DDVs kontraktspartner.
    location_id:

    1 results

    1. anyw
    estimatedValue:
    currencyCode:
    NOK
    amount:
    2800000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2025-12-30T07:44:08Z
    deadline:
    2026-01-30T11:00:00Z
    sentToTed:
    yes
    publicationDate:
    2025-12-31
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  6. id:
    2025-121463
    buyer:

    2 results

    1. id:
      1bff3bfe0313adec54df6f4a6bbe712b
      organization_id:
      914 006 813
      name:
      OFA IKS
    2. id:
      938abd7ab68d80dfe2a78261439c8aef
      organization_id:
      930654914N
      name:
      DDV IKS
    heading:
    DDV-Skjema-2026
    description:
    Målet med anskaffelsen er å opprette en løsning for digitale skjema til seks av våre kommuner (se pkt. 1.1) slik at de er i drift fra 31.3.26 – Farsund, Flekkefjord, Hægebostad, Kvinesdal, Lindesnes og Åseral. Lyngdal kommune, som blir med i DDV-samarbeidet i 2025, skal ikke være med på fellesanskaffelsen, men det er ønskelig at det tas høyde for en opsjon i tilbudet om at Lyngdal kan tiltre avtalen de andre kommunene har inngått på samme vilkår i løpet av avtaleperioden.
    location_id:

    1 results

    1. anyw
    estimatedValue:
    currencyCode:
    NOK
    amount:
    1400000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2025-12-30T09:32:51Z
    deadline:
    2026-02-06T14:00:00Z
    sentToTed:
    no
    publicationDate:
    2025-12-31
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  7. id:
    2025-121382
    buyer:

    28 results

    1. id:
      539277481bc5f447014aaf91ffe4f447
      organization_id:
      820852982
      name:
      KRISTIANSAND KOMMUNE
    2. id:
      938abd7ab68d80dfe2a78261439c8aef
      organization_id:
      930 654 914
      name:
      DDV IKS
    3. id:
      add07e68024033628b014232c2a5d5bb
      organization_id:
      985 359 385
      name:
      IKT AGDER IKS
    4. id:
      cfb01f6f3078f12ebd8e7287e5433a4f
      organization_id:
      964 965 404
      name:
      LILLESAND KOMMUNE
    5. id:
      d5b8153bda08796cfa9b1176f4a5c331
      organization_id:
      964 965 870
      name:
      BIRKENES KOMMUNE
    6. id:
      45df69f050e0f6dd3f877fa1b4818d69
      organization_id:
      964 964 165
      name:
      SIRDAL KOMMUNE
    7. id:
      7853094408bbdaa9c8d9423aae5775e7
      organization_id:
      940 493 021
      name:
      ARENDAL KOMMUNE
    8. id:
      a7ddbed8e12b55ace5d40b3828ef2652
      organization_id:
      958 814 968
      name:
      BYKLE KOMMUNE
    9. id:
      e5f543ee2efbc362636147fda3c2630e
      organization_id:
      964 966 397
      name:
      BYGLAND KOMMUNE
    10. id:
      f01f7956884d022acbd0a2b2538f9157
      organization_id:
      964 966 109
      name:
      EVJE OG HORNNES KOMMUNE
    11. id:
      6bb9ce3c3e2772e855f787b878c6cc14
      organization_id:
      946 439 045
      name:
      FROLAND KOMMUNE
    12. id:
      c182a026084c3f9a312c08fca4455a5c
      organization_id:
      964 964 998
      name:
      GJERSTAD KOMMUNE
    13. id:
      377e39a08ba51158923c98eee87da5d6
      organization_id:
      864 964 702
      name:
      GRIMSTAD KOMMUNE
    14. id:
      ce714e4562d04da1b7104c9b58e52cbe
      organization_id:
      864 966 012
      name:
      IVELAND KOMMUNE
    15. id:
      3332bad8a1e75d796f616f576b6bcb2a
      organization_id:
      964 977 402
      name:
      RISØR KOMMUNE
    16. id:
      590855bb1d294b565aeaa6c9ff994df7
      organization_id:
      964 965 781
      name:
      TVEDESTRAND KOMMUNE
    17. id:
      f2bf30e31d445161c9d854b8e215a412
      organization_id:
      964 966 575
      name:
      VALLE KOMMUNE
    18. id:
      d23212580dfe9697f86020aa83b3a573
      organization_id:
      964 965 048
      name:
      VEGÅRSHEI KOMMUNE
    19. id:
      85a378918f7c90436242d6e1a12fd14c
      organization_id:
      936 846 777
      name:
      VENNESLA KOMMUNE
    20. id:
      855cc5445044f32a8ee2860a2e15437c
      organization_id:
      864 965 962
      name:
      ÅMLI KOMMUNE
    21. id:
      b4d07b65979ff1c7968dc28b60d375d4
      organization_id:
      921 707 134
      name:
      AGDER FYLKESKOMMUNE
    22. id:
      d676fa887472f5b9b0bba00013e96797
      organization_id:
      964 083 266
      name:
      FARSUND KOMMUNE
    23. id:
      31e4faa4ea5c9fee62aa58b87f198299
      organization_id:
      964 967 369
      name:
      FLEKKEFJORD KOMMUNE
    24. id:
      9fe8ba3a8982af1e58781d1c4eb5d177
      organization_id:
      964 963 916
      name:
      HÆGEBOSTAD KOMMUNE
    25. id:
      6357715d90f538d51dee6cacc6f0d75d
      organization_id:
      964 964 076
      name:
      KVINESDAL KOMMUNE
    26. id:
      33f3c9713d6cfab7345b37fbfdb94d0a
      organization_id:
      921 060 440
      name:
      LINDESNES KOMMUNE
    27. id:
      451c252d0f4fe7730b55b7007c0bee31
      organization_id:
      922 421 498
      name:
      LYNGDAL KOMMUNE
    28. id:
      4254d45a39b6212dd718abb4c2114d38
      organization_id:
      964 966 842
      name:
      ÅSERAL KOMMUNE
    heading:
    Trinn 1 - Kvalifiseringsfase: Elektronisk pasientjournalløsning for Agder-regionen
    description:
    Dette er en konkurranse for kontrakt som omfatter leveranse av skybasert elektronisk pasientjournal (EPJ) til Agder-regionen.
    location_id:

    1 results

    1. NO092
    estimatedValue:
    currencyCode:
    NOK
    amount:
    250000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    CANCELLED
    issueDate:
    2025-12-23T05:55:31Z
    deadline:
    2026-01-30T11:00:00Z
    sentToTed:
    yes
    publicationDate:
    2025-12-24
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  8. id:
    2025-115334
    buyer:

    2 results

    1. id:
      1bff3bfe0313adec54df6f4a6bbe712b
      organization_id:
      914 006 813
      name:
      OFA IKS
    2. id:
      938abd7ab68d80dfe2a78261439c8aef
      organization_id:
      930654914
      name:
      DDV IKS
    heading:
    DDV-Vann innsikt 1025
    description:
    Det skal anskaffes automatisk avleste vannmålere på rammeavtale samt tjeneste for innsamling og bearbeiding av vannmålerdata
    location_id:

    1 results

    1. anyw
    estimatedValue:
    currencyCode:
    NOK
    amount:
    6000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2025-10-23T10:00:51Z
    deadline:
    2025-11-21T15:00:00Z
    sentToTed:
    yes
    publicationDate:
    2025-10-24
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  9. id:
    2025-106093
    buyer:

    2 results

    1. id:
      1bff3bfe0313adec54df6f4a6bbe712b
      organization_id:
      914 006 813
      name:
      OFA IKS
    2. id:
      938abd7ab68d80dfe2a78261439c8aef
      organization_id:
      930654914
      name:
      DDV IKS
    heading:
    DDV_Renh2025
    description:
    Anskaffelsen gjelder renhold av kontorlokalene til DDV på Vigeland
    location_id:

    1 results

    1. anyw
    estimatedValue:
    currencyCode:
    NOK
    amount:
    500000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2025-04-14T10:53:07Z
    deadline:
    2025-05-16T13:00:00Z
    sentToTed:
    no
    publicationDate:
    2025-04-15
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  10. id:
    2024-112517
    buyer:

    2 results

    1. id:
      1bff3bfe0313adec54df6f4a6bbe712b
      organization_id:
      914 006 813
      name:
      OFA IKS
    2. id:
      938abd7ab68d80dfe2a78261439c8aef
      organization_id:
      930654914
      name:
      DDV IKS
    heading:
    DDV-Inkasso_0924
    description:
    Kommunene i DDV har nylig anskaffet Visma Enterprise Plus, som skal i drift i alle kommunene fra 1.1.25. Dette omfatter delsystemene Enterprise Plus Økonomi, Enterprise Plus HRM og Enterprise Plus Innkjøp. Siden ERP-løsningen fra Visma ikke inneholder funksjonalitet for inkasso, skal de fire kommunene Lindesnes, Kvinesdal, Hægebostad og Åseral gå til innkjøp av inkassoløsning. De øvrige kommunene, Farsund og Flekkefjord, har ekstern inkassopartner og inngår ikke i anskaffelsen. Det kan være aktuelt for disse kommunene å inngå i avtalen på et senere tidspunkt.
    location_id:

    1 results

    1. NO092
    estimatedValue:
    currencyCode:
    NOK
    amount:
    900000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2024-09-03T08:09:45Z
    deadline:
    2024-10-04T13:00:00Z
    sentToTed:
    no
    publicationDate:
    2024-09-04
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

limit:
25
offset:
0
returned:
10
has_more_results:
yes
truncated:
yes
next_offset:
10
Show all fields in HTML
total_count:
14
hits:

10 results

  1. id:
    2026-113210
    buyer:

    2 results

    1. id:
      add07e68024033628b014232c2a5d5bb
      organization_id:
      985 359 385
      name:
      IKT Agder IKS
    2. id:
      938abd7ab68d80dfe2a78261439c8aef
      organization_id:
      930 654 914
      name:
      DDV IKS
    heading:
    System for FDVU, boligadministrasjon og renhold - IKT Agder og DDV
    description:
    Denne anskaffelsen gjennomføres som et samarbeid mellom de to største IKT-samarbeidene i Agder, IKT Agder IKS og Det Digitale Vestre Agder IKS (DDV). Anskaffelsen inngår som en vesentlig del av prosjektet for nytt fagsystem for • forvaltning, drift, vedlikehold og utvikling av bygg- og bygningsmasse • boligforvaltning • renhold Formålet med anskaffelsen er å anskaffe et felles fagsystem for FDVU, boligforvaltning og renhold som eierkommunene kan benytte. Anskaffelsen skal sikre fremtidsrettede løsninger for kommunene i samarbeidet, samt bidra til å forenkle og effektivisere hverdagen for brukere av løsningen. Kommunene skal tilbys nye teknologier etter som de blir tilgjengelige og interessante. Funksjonalitet skal være tilgjengelig etter enklest mulig prismodell som ikke begrenser utvikling, og med størst mulig integrasjon mellom ulike tjenester og teknologier.
    location_id:

    1 results

    1. NO092
    estimatedValue:
    currencyCode:
    NOK
    amount:
    16000000.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2026-08-19T10:03:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-08-20
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  2. id:
    2026-102499
    buyer:

    2 results

    1. id:
      add07e68024033628b014232c2a5d5bb
      organization_id:
      985 359 385
      name:
      IKT Agder IKS
    2. id:
      938abd7ab68d80dfe2a78261439c8aef
      organization_id:
      930 654 914
      name:
      DDV IKS
    heading:
    System for FDVU, boligadministrasjon og renhold - IKT Agder og DDV
    description:
    Denne anskaffelsen gjennomføres som et samarbeid mellom de to største IKT-samarbeidene i Agder, IKT Agder IKS og Det Digitale Vestre Agder IKS (DDV). Anskaffelsen inngår som en vesentlig del av prosjektet for nytt fagsystem for • forvaltning, drift, vedlikehold og utvikling av bygg- og bygningsmasse • boligforvaltning • renhold Formålet med anskaffelsen er å anskaffe et felles fagsystem for FDVU, boligforvaltning og renhold som eierkommunene kan benytte. Anskaffelsen skal sikre fremtidsrettede løsninger for kommunene i samarbeidet, samt bidra til å forenkle og effektivisere hverdagen for brukere av løsningen. Kommunene skal tilbys nye teknologier etter som de blir tilgjengelige og interessante. Funksjonalitet skal være tilgjengelig etter enklest mulig prismodell som ikke begrenser utvikling, og med størst mulig integrasjon mellom ulike tjenester og teknologier.
    location_id:

    1 results

    1. NO092
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    AWARDED
    issueDate:
    2026-02-03T21:08:08Z
    deadline:
    2026-03-06T11:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-02-05
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  3. id:
    2026-101117
    buyer:

    28 results

    1. id:
      539277481bc5f447014aaf91ffe4f447
      organization_id:
      820852982
      name:
      KRISTIANSAND KOMMUNE
    2. id:
      938abd7ab68d80dfe2a78261439c8aef
      organization_id:
      930 654 914
      name:
      DDV IKS
    3. id:
      add07e68024033628b014232c2a5d5bb
      organization_id:
      985 359 385
      name:
      IKT AGDER IKS
    4. id:
      cfb01f6f3078f12ebd8e7287e5433a4f
      organization_id:
      964 965 404
      name:
      LILLESAND KOMMUNE
    5. id:
      d5b8153bda08796cfa9b1176f4a5c331
      organization_id:
      964 965 870
      name:
      BIRKENES KOMMUNE
    6. id:
      45df69f050e0f6dd3f877fa1b4818d69
      organization_id:
      964 964 165
      name:
      SIRDAL KOMMUNE
    7. id:
      7853094408bbdaa9c8d9423aae5775e7
      organization_id:
      940 493 021
      name:
      ARENDAL KOMMUNE
    8. id:
      a7ddbed8e12b55ace5d40b3828ef2652
      organization_id:
      958 814 968
      name:
      BYKLE KOMMUNE
    9. id:
      e5f543ee2efbc362636147fda3c2630e
      organization_id:
      964 966 397
      name:
      BYGLAND KOMMUNE
    10. id:
      f01f7956884d022acbd0a2b2538f9157
      organization_id:
      964 966 109
      name:
      EVJE OG HORNNES KOMMUNE
    11. id:
      6bb9ce3c3e2772e855f787b878c6cc14
      organization_id:
      946 439 045
      name:
      FROLAND KOMMUNE
    12. id:
      c182a026084c3f9a312c08fca4455a5c
      organization_id:
      964 964 998
      name:
      GJERSTAD KOMMUNE
    13. id:
      377e39a08ba51158923c98eee87da5d6
      organization_id:
      864 964 702
      name:
      GRIMSTAD KOMMUNE
    14. id:
      ce714e4562d04da1b7104c9b58e52cbe
      organization_id:
      864 966 012
      name:
      IVELAND KOMMUNE
    15. id:
      3332bad8a1e75d796f616f576b6bcb2a
      organization_id:
      964 977 402
      name:
      RISØR KOMMUNE
    16. id:
      590855bb1d294b565aeaa6c9ff994df7
      organization_id:
      964 965 781
      name:
      TVEDESTRAND KOMMUNE
    17. id:
      f2bf30e31d445161c9d854b8e215a412
      organization_id:
      964 966 575
      name:
      VALLE KOMMUNE
    18. id:
      d23212580dfe9697f86020aa83b3a573
      organization_id:
      964 965 048
      name:
      VEGÅRSHEI KOMMUNE
    19. id:
      85a378918f7c90436242d6e1a12fd14c
      organization_id:
      936 846 777
      name:
      VENNESLA KOMMUNE
    20. id:
      855cc5445044f32a8ee2860a2e15437c
      organization_id:
      864 965 962
      name:
      ÅMLI KOMMUNE
    21. id:
      b4d07b65979ff1c7968dc28b60d375d4
      organization_id:
      921 707 134
      name:
      AGDER FYLKESKOMMUNE
    22. id:
      d676fa887472f5b9b0bba00013e96797
      organization_id:
      964 083 266
      name:
      FARSUND KOMMUNE
    23. id:
      31e4faa4ea5c9fee62aa58b87f198299
      organization_id:
      964 967 369
      name:
      FLEKKEFJORD KOMMUNE
    24. id:
      9fe8ba3a8982af1e58781d1c4eb5d177
      organization_id:
      964 963 916
      name:
      HÆGEBOSTAD KOMMUNE
    25. id:
      6357715d90f538d51dee6cacc6f0d75d
      organization_id:
      964 964 076
      name:
      KVINESDAL KOMMUNE
    26. id:
      33f3c9713d6cfab7345b37fbfdb94d0a
      organization_id:
      921 060 440
      name:
      LINDESNES KOMMUNE
    27. id:
      451c252d0f4fe7730b55b7007c0bee31
      organization_id:
      922 421 498
      name:
      LYNGDAL KOMMUNE
    28. id:
      4254d45a39b6212dd718abb4c2114d38
      organization_id:
      964 966 842
      name:
      ÅSERAL KOMMUNE
    heading:
    (Trinn 1) Kvalifiseringsfase: Elektronisk pasientjournalløsning for Agder-regionen
    description:
    Dette er en konkurranse for kontrakt som omfatter leveranse av skybasert elektronisk pasientjournal (EPJ) til Agder-regionen.
    location_id:

    1 results

    1. NO092
    estimatedValue:
    currencyCode:
    NOK
    amount:
    250000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2026-01-15T09:59:15Z
    deadline:
    2026-02-17T11:00:00Z
    sentToTed:
    yes
    publicationDate:
    2026-01-16
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  4. id:
    2026-100624
    buyer:

    28 results

    1. id:
      539277481bc5f447014aaf91ffe4f447
      organization_id:
      820852982
      name:
      KRISTIANSAND KOMMUNE
    2. id:
      938abd7ab68d80dfe2a78261439c8aef
      organization_id:
      930 654 914
      name:
      DDV IKS
    3. id:
      add07e68024033628b014232c2a5d5bb
      organization_id:
      985 359 385
      name:
      IKT AGDER IKS
    4. id:
      cfb01f6f3078f12ebd8e7287e5433a4f
      organization_id:
      964 965 404
      name:
      LILLESAND KOMMUNE
    5. id:
      d5b8153bda08796cfa9b1176f4a5c331
      organization_id:
      964 965 870
      name:
      BIRKENES KOMMUNE
    6. id:
      45df69f050e0f6dd3f877fa1b4818d69
      organization_id:
      964 964 165
      name:
      SIRDAL KOMMUNE
    7. id:
      7853094408bbdaa9c8d9423aae5775e7
      organization_id:
      940 493 021
      name:
      ARENDAL KOMMUNE
    8. id:
      a7ddbed8e12b55ace5d40b3828ef2652
      organization_id:
      958 814 968
      name:
      BYKLE KOMMUNE
    9. id:
      e5f543ee2efbc362636147fda3c2630e
      organization_id:
      964 966 397
      name:
      BYGLAND KOMMUNE
    10. id:
      f01f7956884d022acbd0a2b2538f9157
      organization_id:
      964 966 109
      name:
      EVJE OG HORNNES KOMMUNE
    11. id:
      6bb9ce3c3e2772e855f787b878c6cc14
      organization_id:
      946 439 045
      name:
      FROLAND KOMMUNE
    12. id:
      c182a026084c3f9a312c08fca4455a5c
      organization_id:
      964 964 998
      name:
      GJERSTAD KOMMUNE
    13. id:
      377e39a08ba51158923c98eee87da5d6
      organization_id:
      864 964 702
      name:
      GRIMSTAD KOMMUNE
    14. id:
      ce714e4562d04da1b7104c9b58e52cbe
      organization_id:
      864 966 012
      name:
      IVELAND KOMMUNE
    15. id:
      3332bad8a1e75d796f616f576b6bcb2a
      organization_id:
      964 977 402
      name:
      RISØR KOMMUNE
    16. id:
      590855bb1d294b565aeaa6c9ff994df7
      organization_id:
      964 965 781
      name:
      TVEDESTRAND KOMMUNE
    17. id:
      f2bf30e31d445161c9d854b8e215a412
      organization_id:
      964 966 575
      name:
      VALLE KOMMUNE
    18. id:
      d23212580dfe9697f86020aa83b3a573
      organization_id:
      964 965 048
      name:
      VEGÅRSHEI KOMMUNE
    19. id:
      85a378918f7c90436242d6e1a12fd14c
      organization_id:
      936 846 777
      name:
      VENNESLA KOMMUNE
    20. id:
      855cc5445044f32a8ee2860a2e15437c
      organization_id:
      864 965 962
      name:
      ÅMLI KOMMUNE
    21. id:
      b4d07b65979ff1c7968dc28b60d375d4
      organization_id:
      921 707 134
      name:
      AGDER FYLKESKOMMUNE
    22. id:
      d676fa887472f5b9b0bba00013e96797
      organization_id:
      964 083 266
      name:
      FARSUND KOMMUNE
    23. id:
      31e4faa4ea5c9fee62aa58b87f198299
      organization_id:
      964 967 369
      name:
      FLEKKEFJORD KOMMUNE
    24. id:
      9fe8ba3a8982af1e58781d1c4eb5d177
      organization_id:
      964 963 916
      name:
      HÆGEBOSTAD KOMMUNE
    25. id:
      6357715d90f538d51dee6cacc6f0d75d
      organization_id:
      964 964 076
      name:
      KVINESDAL KOMMUNE
    26. id:
      33f3c9713d6cfab7345b37fbfdb94d0a
      organization_id:
      921 060 440
      name:
      LINDESNES KOMMUNE
    27. id:
      451c252d0f4fe7730b55b7007c0bee31
      organization_id:
      922 421 498
      name:
      LYNGDAL KOMMUNE
    28. id:
      4254d45a39b6212dd718abb4c2114d38
      organization_id:
      964 966 842
      name:
      ÅSERAL KOMMUNE
    heading:
    Trinn 1 - Kvalifiseringsfase: Elektronisk pasientjournalløsning for Agder-regionen
    description:
    Dette er en konkurranse for kontrakt som omfatter leveranse av skybasert elektronisk pasientjournal (EPJ) til Agder-regionen.
    location_id:

    1 results

    1. NO092
    estimatedValue:
    not reported by source
    type:
    CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
    2. RESULT
    status:
    not reported by source
    issueDate:
    2026-01-08T13:18:33Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-01-12
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  5. id:
    2025-121457
    buyer:

    2 results

    1. id:
      1bff3bfe0313adec54df6f4a6bbe712b
      organization_id:
      914 006 813
      name:
      OFA IKS
    2. id:
      938abd7ab68d80dfe2a78261439c8aef
      organization_id:
      930654914
      name:
      DDV IKS
    heading:
    DDV-Kval-Intk-styring-2026
    description:
    Konkurransen gjelder anskaffelse av nytt kvalitets- og internkontrollsystem til alle kommunene. DDV- kommunene benytter i dag enten Qm+ eller Compilo. Prosjektets overordnede mål er å innføre et kvalitets- og internkontrollsystem som dekker dagens og fremtidige funksjonelle og tekniske behov for DDV og eierkommunene. Dokumentet inneholder en beskrivelse av retningslinjer og krav til løsning. Forventninger til leveransen og til leverandøren er beskrevet i eget dokument Målbilde kvalitetssystem, vedlagt i anbudsdokumentene. Vi ønsker totaltilbud fra én leverandør, men stiller ikke krav til at alle deler av totalløsningen skal komme fra samme leverandør. Vi oppfordrer med andre ord til samarbeid for å gi oss best mulig funksjonalitet. Samtidig vil vi kreve at det i en samarbeidskonstellasjon på leverandørsiden vil være én part som er hovedleverandør og blir DDVs kontraktspartner.
    location_id:

    1 results

    1. anyw
    estimatedValue:
    currencyCode:
    NOK
    amount:
    2800000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2025-12-30T07:44:08Z
    deadline:
    2026-01-30T11:00:00Z
    sentToTed:
    yes
    publicationDate:
    2025-12-31
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  6. id:
    2025-121463
    buyer:

    2 results

    1. id:
      1bff3bfe0313adec54df6f4a6bbe712b
      organization_id:
      914 006 813
      name:
      OFA IKS
    2. id:
      938abd7ab68d80dfe2a78261439c8aef
      organization_id:
      930654914N
      name:
      DDV IKS
    heading:
    DDV-Skjema-2026
    description:
    Målet med anskaffelsen er å opprette en løsning for digitale skjema til seks av våre kommuner (se pkt. 1.1) slik at de er i drift fra 31.3.26 – Farsund, Flekkefjord, Hægebostad, Kvinesdal, Lindesnes og Åseral. Lyngdal kommune, som blir med i DDV-samarbeidet i 2025, skal ikke være med på fellesanskaffelsen, men det er ønskelig at det tas høyde for en opsjon i tilbudet om at Lyngdal kan tiltre avtalen de andre kommunene har inngått på samme vilkår i løpet av avtaleperioden.
    location_id:

    1 results

    1. anyw
    estimatedValue:
    currencyCode:
    NOK
    amount:
    1400000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2025-12-30T09:32:51Z
    deadline:
    2026-02-06T14:00:00Z
    sentToTed:
    no
    publicationDate:
    2025-12-31
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  7. id:
    2025-121382
    buyer:

    28 results

    1. id:
      539277481bc5f447014aaf91ffe4f447
      organization_id:
      820852982
      name:
      KRISTIANSAND KOMMUNE
    2. id:
      938abd7ab68d80dfe2a78261439c8aef
      organization_id:
      930 654 914
      name:
      DDV IKS
    3. id:
      add07e68024033628b014232c2a5d5bb
      organization_id:
      985 359 385
      name:
      IKT AGDER IKS
    4. id:
      cfb01f6f3078f12ebd8e7287e5433a4f
      organization_id:
      964 965 404
      name:
      LILLESAND KOMMUNE
    5. id:
      d5b8153bda08796cfa9b1176f4a5c331
      organization_id:
      964 965 870
      name:
      BIRKENES KOMMUNE
    6. id:
      45df69f050e0f6dd3f877fa1b4818d69
      organization_id:
      964 964 165
      name:
      SIRDAL KOMMUNE
    7. id:
      7853094408bbdaa9c8d9423aae5775e7
      organization_id:
      940 493 021
      name:
      ARENDAL KOMMUNE
    8. id:
      a7ddbed8e12b55ace5d40b3828ef2652
      organization_id:
      958 814 968
      name:
      BYKLE KOMMUNE
    9. id:
      e5f543ee2efbc362636147fda3c2630e
      organization_id:
      964 966 397
      name:
      BYGLAND KOMMUNE
    10. id:
      f01f7956884d022acbd0a2b2538f9157
      organization_id:
      964 966 109
      name:
      EVJE OG HORNNES KOMMUNE
    11. id:
      6bb9ce3c3e2772e855f787b878c6cc14
      organization_id:
      946 439 045
      name:
      FROLAND KOMMUNE
    12. id:
      c182a026084c3f9a312c08fca4455a5c
      organization_id:
      964 964 998
      name:
      GJERSTAD KOMMUNE
    13. id:
      377e39a08ba51158923c98eee87da5d6
      organization_id:
      864 964 702
      name:
      GRIMSTAD KOMMUNE
    14. id:
      ce714e4562d04da1b7104c9b58e52cbe
      organization_id:
      864 966 012
      name:
      IVELAND KOMMUNE
    15. id:
      3332bad8a1e75d796f616f576b6bcb2a
      organization_id:
      964 977 402
      name:
      RISØR KOMMUNE
    16. id:
      590855bb1d294b565aeaa6c9ff994df7
      organization_id:
      964 965 781
      name:
      TVEDESTRAND KOMMUNE
    17. id:
      f2bf30e31d445161c9d854b8e215a412
      organization_id:
      964 966 575
      name:
      VALLE KOMMUNE
    18. id:
      d23212580dfe9697f86020aa83b3a573
      organization_id:
      964 965 048
      name:
      VEGÅRSHEI KOMMUNE
    19. id:
      85a378918f7c90436242d6e1a12fd14c
      organization_id:
      936 846 777
      name:
      VENNESLA KOMMUNE
    20. id:
      855cc5445044f32a8ee2860a2e15437c
      organization_id:
      864 965 962
      name:
      ÅMLI KOMMUNE
    21. id:
      b4d07b65979ff1c7968dc28b60d375d4
      organization_id:
      921 707 134
      name:
      AGDER FYLKESKOMMUNE
    22. id:
      d676fa887472f5b9b0bba00013e96797
      organization_id:
      964 083 266
      name:
      FARSUND KOMMUNE
    23. id:
      31e4faa4ea5c9fee62aa58b87f198299
      organization_id:
      964 967 369
      name:
      FLEKKEFJORD KOMMUNE
    24. id:
      9fe8ba3a8982af1e58781d1c4eb5d177
      organization_id:
      964 963 916
      name:
      HÆGEBOSTAD KOMMUNE
    25. id:
      6357715d90f538d51dee6cacc6f0d75d
      organization_id:
      964 964 076
      name:
      KVINESDAL KOMMUNE
    26. id:
      33f3c9713d6cfab7345b37fbfdb94d0a
      organization_id:
      921 060 440
      name:
      LINDESNES KOMMUNE
    27. id:
      451c252d0f4fe7730b55b7007c0bee31
      organization_id:
      922 421 498
      name:
      LYNGDAL KOMMUNE
    28. id:
      4254d45a39b6212dd718abb4c2114d38
      organization_id:
      964 966 842
      name:
      ÅSERAL KOMMUNE
    heading:
    Trinn 1 - Kvalifiseringsfase: Elektronisk pasientjournalløsning for Agder-regionen
    description:
    Dette er en konkurranse for kontrakt som omfatter leveranse av skybasert elektronisk pasientjournal (EPJ) til Agder-regionen.
    location_id:

    1 results

    1. NO092
    estimatedValue:
    currencyCode:
    NOK
    amount:
    250000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    CANCELLED
    issueDate:
    2025-12-23T05:55:31Z
    deadline:
    2026-01-30T11:00:00Z
    sentToTed:
    yes
    publicationDate:
    2025-12-24
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  8. id:
    2025-115334
    buyer:

    2 results

    1. id:
      1bff3bfe0313adec54df6f4a6bbe712b
      organization_id:
      914 006 813
      name:
      OFA IKS
    2. id:
      938abd7ab68d80dfe2a78261439c8aef
      organization_id:
      930654914
      name:
      DDV IKS
    heading:
    DDV-Vann innsikt 1025
    description:
    Det skal anskaffes automatisk avleste vannmålere på rammeavtale samt tjeneste for innsamling og bearbeiding av vannmålerdata
    location_id:

    1 results

    1. anyw
    estimatedValue:
    currencyCode:
    NOK
    amount:
    6000000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2025-10-23T10:00:51Z
    deadline:
    2025-11-21T15:00:00Z
    sentToTed:
    yes
    publicationDate:
    2025-10-24
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  9. id:
    2025-106093
    buyer:

    2 results

    1. id:
      1bff3bfe0313adec54df6f4a6bbe712b
      organization_id:
      914 006 813
      name:
      OFA IKS
    2. id:
      938abd7ab68d80dfe2a78261439c8aef
      organization_id:
      930654914
      name:
      DDV IKS
    heading:
    DDV_Renh2025
    description:
    Anskaffelsen gjelder renhold av kontorlokalene til DDV på Vigeland
    location_id:

    1 results

    1. anyw
    estimatedValue:
    currencyCode:
    NOK
    amount:
    500000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2025-04-14T10:53:07Z
    deadline:
    2025-05-16T13:00:00Z
    sentToTed:
    no
    publicationDate:
    2025-04-15
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  10. id:
    2024-112517
    buyer:

    2 results

    1. id:
      1bff3bfe0313adec54df6f4a6bbe712b
      organization_id:
      914 006 813
      name:
      OFA IKS
    2. id:
      938abd7ab68d80dfe2a78261439c8aef
      organization_id:
      930654914
      name:
      DDV IKS
    heading:
    DDV-Inkasso_0924
    description:
    Kommunene i DDV har nylig anskaffet Visma Enterprise Plus, som skal i drift i alle kommunene fra 1.1.25. Dette omfatter delsystemene Enterprise Plus Økonomi, Enterprise Plus HRM og Enterprise Plus Innkjøp. Siden ERP-løsningen fra Visma ikke inneholder funksjonalitet for inkasso, skal de fire kommunene Lindesnes, Kvinesdal, Hægebostad og Åseral gå til innkjøp av inkassoløsning. De øvrige kommunene, Farsund og Flekkefjord, har ekstern inkassopartner og inngår ikke i anskaffelsen. Det kan være aktuelt for disse kommunene å inngå i avtalen på et senere tidspunkt.
    location_id:

    1 results

    1. NO092
    estimatedValue:
    currencyCode:
    NOK
    amount:
    900000.0
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. COMPETITION
    2. ANNOUNCEMENT_OF_COMPETITION
    status:
    EXPIRED
    issueDate:
    2024-09-03T08:09:45Z
    deadline:
    2024-10-04T13:00:00Z
    sentToTed:
    no
    publicationDate:
    2024-09-04
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

limit:
25
offset:
0
returned:
10
has_more_results:
yes
truncated:
yes
next_offset:
10
Will you use the result in generated code?

Open the same result as JSON

Is data missing or incorrect? Send feedback about this result.

Continue exploring

How an AI agent should use this page

Ground rule: Navigate with HTML GET links to keep explanations and relationships. Use the page's JSON alternative only when concrete values must be extracted, compared or computed.

How to use the search_doffin lookup

  1. Replace the placeholders in the HTML GET template; remove optional parameters you do not need.
  2. Check types, units, limits and ID formats in the parameter table.
  3. Follow linked results to canonical pages before combining sources.

Misreading to avoid: An empty list means "no results for this lookup". An error message or unavailable source does not mean the data does not exist.

Source-specific next step

Go to the source page for other operations. Use the JSON template only after the HTML result shows that the parameters and source are correct.