search_doffin
Search Norwegian public procurement notices on Doffin.
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
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.
| Parameter | Requirement | JSON type | Description |
|---|---|---|---|
query | optional | string | Free-text search (Norwegian or English), e.g. "IT-drift", "snørydding", "rammeavtale konsulent". Start here. |
types | optional | union | 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. |
statuses | optional | union | ACTIVE (open for bids), EXPIRED, AWARDED, CANCELLED. |
contract_nature | optional | union | WORKS, SERVICES and/or SUPPLIES. |
cpv_codes | optional | union | 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. |
locations | optional | union | NUTS-style location ids, e.g. ["NO060"] (Trøndelag), or "anyw" for non-location-bound. See list_location_codes(). |
buyer | optional | union | 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. |
winner | optional | union | Doffin's internal supplier id (32-hex). Winner names cannot be used - they are not present in search results to resolve against. |
date_from | optional | union | Publication date lower bound, "YYYY-MM-DD". |
date_to | optional | union | Publication date upper bound, "YYYY-MM-DD". |
sort_by | optional | string | RELEVANCE (default), PUBLICATION_DATE_DESC, PUBLICATION_DATE_ASC, DEADLINE, ESTIMATED_VALUE_ASC, ESTIMATED_VALUE_DESC. |
page | optional | integer | 1-based page number. |
hits_per_page | optional | integer | 1-50 (default 10). |
include_placeholders | optional | boolean | 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. |
limit | optional | integer | Gateway page size; default 25, maximum 100. |
offset | optional | integer | Number 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.
Result
- total_count:
- 200
- hits:
10 results
- id:
- 2025-117138
- buyer:
2 results
- id:
- 7fcceaaff6948f767e629e00b5fcc8d1
- organization_id:
- 916879067
- name:
- SYKEHUSINNKJØP HF
- id:
- 75432ad35ee24c3b66ace2cd98fb6b2a
- organization_id:
- 914 637 651
- name:
- Sykehuspartner
- heading:
- Artifact management and supply chain solution for Sykehuspartner
- description:
- Sykehuspartner is looking for an artifact management system capable of storing, managing and distributing software artifacts/packages from multiple ecosystems. The system will integrate with existing CI/CD pipelines, enterprise identify management and external package sources to ensure smooth developer workflows and organizational compliance.
- location_id:
1 results
- NO081
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-11-17T09:43:39Z
- deadline:
- 2025-11-28T09:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-11-17
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-114660
- buyer:
2 results
- id:
- 7fcceaaff6948f767e629e00b5fcc8d1
- organization_id:
- 916879067
- name:
- SYKEHUSINNKJØP HF
- id:
- 75432ad35ee24c3b66ace2cd98fb6b2a
- organization_id:
- 914 637 651
- name:
- Sykehuspartner
- heading:
- Qualification: Speech to summary (Ambient scribe) for Helse Sør-Øst
- description:
- South-Eastern Norway Regional Health Authority (Helse Sør-Øst RHF) is currently seeking solutions for “Speech-to-Summary” – a technology that utilizes artificial intelligence to generate structured summaries of conversations between healthcare professionals and patients, as well as internal communications among clinicians, primary care providers, and similar stakeholders.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 180000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-10-10T10:25:41Z
- deadline:
- 2025-11-12T09:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-10-13
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-105894
- buyer:
5 results
- id:
- 7fcceaaff6948f767e629e00b5fcc8d1
- organization_id:
- 916879067
- name:
- SYKEHUSINNKJØP HF
- id:
- 75432ad35ee24c3b66ace2cd98fb6b2a
- organization_id:
- 914 637 651
- name:
- Sykehuspartner
- id:
- aee8727c7863d043d7f4f3767ff73cc5
- organization_id:
- 928 033 821
- name:
- Hemit
- id:
- 5fc23a4d0b47a1a74656930a103551e8
- organization_id:
- 918 177 833
- name:
- Helse Nord IKT
- id:
- 89b8c0768c36c07c94cd4c674560723d
- organization_id:
- 987 601 787
- name:
- Helse Vest IKT
- heading:
- Kvalifisering: LSP forhandleravtale administrasjon og forvaltning av Microsofts avtaler for programvare og skytjenester for Helse Sør-Øst, Helse Vest, Helse Midt-Norge og Helse Nord
- description:
- Kundene søker en forhandler for Microsofts programvare og «sky»-tjenester. Forhandleren skal administrere og forvalte avtaler som innbefatter lisenser og tjenester fra Microsoft.
- location_id:
1 results
- anyw
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-04-10T11:39:37Z
- deadline:
- 2025-05-12T08:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-04-11
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-110076
- buyer:
2 results
- id:
- 7fcceaaff6948f767e629e00b5fcc8d1
- organization_id:
- 916879067
- name:
- SYKEHUSINNKJØP HF
- id:
- 75432ad35ee24c3b66ace2cd98fb6b2a
- organization_id:
- 914 637 651
- name:
- Sykehuspartner
- heading:
- Qualification: Retinal image assessment diabetic retiopathy
- description:
- The purpose of this Tender is to enter into an agreement with one vendor of an automated retinal image assessment software (ARIAS) for diabetic retinopathy (DR) screening as a cloud service. Additionally, other software component(s) to enable swift administration of information flow between the Customer’s cameras and image archive system situated within the Customer’s own infrastructure, and the ARIAS solution, should be offered.
- location_id:
1 results
- anyw
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2024-06-28T11:25:32Z
- deadline:
- 2024-08-12T08:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2024-07-01
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-100665
- buyer:
2 results
- id:
- 7fcceaaff6948f767e629e00b5fcc8d1
- organization_id:
- 916879067
- name:
- SYKEHUSINNKJØP HF
- id:
- 75432ad35ee24c3b66ace2cd98fb6b2a
- organization_id:
- 914 637 651
- name:
- Sykehuspartner
- heading:
- Kvalifisering: Rammeavtale KI plattformer til Helse Sør-Øst
- description:
- Formålet med denne konkurransen er å inngå rammeavtale med leverandører av plattformer for kunstig intelligens som muliggjør en rask, dynamisk og kostnadseffektiv tilnærming til implementering av AI-applikasjoner i klinisk rutine.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 10000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2024-01-18T07:31:15Z
- deadline:
- 2024-02-21T09:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2024-01-18
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-100646
- buyer:
2 results
- id:
- 7fcceaaff6948f767e629e00b5fcc8d1
- organization_id:
- 916879067
- name:
- SYKEHUSINNKJØP HF
- id:
- 75432ad35ee24c3b66ace2cd98fb6b2a
- organization_id:
- 914637651
- name:
- Sykehuspartner
- heading:
- Intensjonskunngjøring: Dedikert programvare for CT-analyser til prosedyreplanlegging ved kateterbaserte hjerteintervensjoner
- description:
- OUS har de siste årene hatt en stor økning i strukturell hjerteintervensjon og disse prosedyrene forventes å øke ytterligere i årene som kommer. Som en konsekvens av dette har foretaket behov av programvare for planlegging av kateterbaserte hjerteintervensjoner.
- location_id:
1 results
- NO081
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_INTENT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_INTENT
- status:
- not reported by source
- issueDate:
- 2024-01-16T12:01:31Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2024-01-17
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-105501
- buyer:
2 results
- id:
- 2a43329f1e2ecd622ad52866038ddf05
- organization_id:
- 914637651
- name:
- Sykehuspartner HF
- id:
- 2a43329f1e2ecd622ad52866038ddf05
- organization_id:
- 914637651
- name:
- Sykehuspartner HF
- heading:
- Markedsundersøkelse - Løsning for forbedret og automatisert turnusplanlegging
- description:
- Helse Sør-Øst v/Sykehuspartner HF ønsker å komme i dialog med leverandører av KI-baserte arbeidsplangeneratorer for å kartlegge muligheter og løsninger som kan effektivisere og forbedre arbeidet med turnus- og arbeidsplanlegging ved sykehusene i vår helseregion. Markedsdialogen er en del av forarbeidet og gjennomføres fordi oppdragsgiver ønsker å få innspill til en eventuell anskaffelse fra potensielle leverandører som kan dekke hele eller deler av behovet. Frist for å svare er mandag 23. mars kl. 10.00 Vedlagt finnes ytterligere informasjon.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 0.0
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- PLANNING
- status:
- not reported by source
- issueDate:
- 2026-03-20T10:26:08Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-03-20
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-111251
- buyer:
1 results
- id:
- 2a43329f1e2ecd622ad52866038ddf05
- organization_id:
- 914637651
- name:
- Sykehuspartner HF
- heading:
- Markedsundersøkelse/RFI - Pasientens tilgang til egne bildeserier
- description:
- Pasienter har lovfestet rett til innsyn i egne helseopplysninger, inkludert bidediagnostiske data, jf. pasient- og brukerrettighetsloven § 5-1 og personvernforordningen (GDPR) artikkel 15. I Helse Sør-Øst skjer utlevering av bildedata i dag hovedsakelig via CD/DVD og i enkelte tilfeller minnepinner. Denne løsningen er ressurskrevende for både pasienter og helseforetak, innebærer utfordringer knyttet til fysisk distribusjon og informasjonssikkerhet, og er ikke i tråd med utviklingen mot digital tilgjengeliggjøring av personopplysninger. Datatilsynet har vist til at CD/DVD ikke lenger kan anses som en «vanlig elektronisk form» etter GDPR artikkel 15 nr. 3.Frist for besvarelse av markedsundersøkelsen er 21.8.2026. Besvarelser må sendes i kommunikasjonsmodulen i Mercell.
- location_id:
1 results
- NO081
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- PLANNING
- status:
- not reported by source
- issueDate:
- 2026-06-25T06:57:25Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-06-26
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-107813
- buyer:
1 results
- id:
- 2a43329f1e2ecd622ad52866038ddf05
- organization_id:
- 914637651
- name:
- Sykehuspartner HF
- heading:
- Markedsundersøkelse/RFI Intune tilleggsprodukter - sanntidsstyring drift og support, samt fjernstyring for OT / kritiske klienter
- description:
- Virksomheten har behov for en helhetlig og robust drift- og forvaltningsløsning tett integrert med Microsoft Intune, som gir samlet kontroll over en felles klientplattform på tvers av operativsystemer. Løsningen må understøtte stabil operativ drift gjennom forutsigbar og kontrollert endringshåndtering, prioritert bruk av nettverksressurser og avansert fjernstøtte – også under krevende forhold som lav båndbredde og kritisk operativ bruk både på kontor og ute i felt, blant annet i ambulansetjenesten. Pr. i dag omfatter behovet ca. 3000 klienter, og det er forventet en oppskalering.11.5.26 Frist for innsending av spørsmål til markedsundersøkelsen20.05.26 kl. 12:00 Svarfrist på markedsundersøkelsen
- location_id:
1 results
- NO081
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- PLANNING
- status:
- not reported by source
- issueDate:
- 2026-04-29T10:12:07Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-04-30
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-106832
- buyer:
1 results
- id:
- 2a43329f1e2ecd622ad52866038ddf05
- organization_id:
- 914637651
- name:
- Sykehuspartner HF
- heading:
- Markedsundersøkelse/RFI Observability Platform Project
- description:
- Sykehuspartner inviterer til deltakelse i en markedsdialog i forbindelse med en mulig anskaffelse av en observabilitetsplattform som skal benyttes av IT‑driftssenteret i Sykehuspartner HF.Markedsdialogen er en del av det forberedende arbeidet og gjennomføres fordi oppdragsgiver ønsker å innhente innspill til en eventuell anskaffelse fra potensielle leverandører som kan dekke hele eller deler av behovet.Spørsmålsfrist er satt til 27.4.26.Svarfrist RFI er satt til 4.5.26. Svar sendes gjennom kommunikasjonsmodulen i Mercell.
- location_id:
1 results
- NO081
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- PLANNING
- status:
- not reported by source
- issueDate:
- 2026-04-14T17:57:47Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-04-16
- 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:
- 200
- hits:
10 results
- id:
- 2025-117138
- buyer:
2 results
- id:
- 7fcceaaff6948f767e629e00b5fcc8d1
- organization_id:
- 916879067
- name:
- SYKEHUSINNKJØP HF
- id:
- 75432ad35ee24c3b66ace2cd98fb6b2a
- organization_id:
- 914 637 651
- name:
- Sykehuspartner
- heading:
- Artifact management and supply chain solution for Sykehuspartner
- description:
- Sykehuspartner is looking for an artifact management system capable of storing, managing and distributing software artifacts/packages from multiple ecosystems. The system will integrate with existing CI/CD pipelines, enterprise identify management and external package sources to ensure smooth developer workflows and organizational compliance.
- location_id:
1 results
- NO081
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-11-17T09:43:39Z
- deadline:
- 2025-11-28T09:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-11-17
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-114660
- buyer:
2 results
- id:
- 7fcceaaff6948f767e629e00b5fcc8d1
- organization_id:
- 916879067
- name:
- SYKEHUSINNKJØP HF
- id:
- 75432ad35ee24c3b66ace2cd98fb6b2a
- organization_id:
- 914 637 651
- name:
- Sykehuspartner
- heading:
- Qualification: Speech to summary (Ambient scribe) for Helse Sør-Øst
- description:
- South-Eastern Norway Regional Health Authority (Helse Sør-Øst RHF) is currently seeking solutions for “Speech-to-Summary” – a technology that utilizes artificial intelligence to generate structured summaries of conversations between healthcare professionals and patients, as well as internal communications among clinicians, primary care providers, and similar stakeholders.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 180000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-10-10T10:25:41Z
- deadline:
- 2025-11-12T09:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-10-13
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-105894
- buyer:
5 results
- id:
- 7fcceaaff6948f767e629e00b5fcc8d1
- organization_id:
- 916879067
- name:
- SYKEHUSINNKJØP HF
- id:
- 75432ad35ee24c3b66ace2cd98fb6b2a
- organization_id:
- 914 637 651
- name:
- Sykehuspartner
- id:
- aee8727c7863d043d7f4f3767ff73cc5
- organization_id:
- 928 033 821
- name:
- Hemit
- id:
- 5fc23a4d0b47a1a74656930a103551e8
- organization_id:
- 918 177 833
- name:
- Helse Nord IKT
- id:
- 89b8c0768c36c07c94cd4c674560723d
- organization_id:
- 987 601 787
- name:
- Helse Vest IKT
- heading:
- Kvalifisering: LSP forhandleravtale administrasjon og forvaltning av Microsofts avtaler for programvare og skytjenester for Helse Sør-Øst, Helse Vest, Helse Midt-Norge og Helse Nord
- description:
- Kundene søker en forhandler for Microsofts programvare og «sky»-tjenester. Forhandleren skal administrere og forvalte avtaler som innbefatter lisenser og tjenester fra Microsoft.
- location_id:
1 results
- anyw
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-04-10T11:39:37Z
- deadline:
- 2025-05-12T08:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-04-11
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-110076
- buyer:
2 results
- id:
- 7fcceaaff6948f767e629e00b5fcc8d1
- organization_id:
- 916879067
- name:
- SYKEHUSINNKJØP HF
- id:
- 75432ad35ee24c3b66ace2cd98fb6b2a
- organization_id:
- 914 637 651
- name:
- Sykehuspartner
- heading:
- Qualification: Retinal image assessment diabetic retiopathy
- description:
- The purpose of this Tender is to enter into an agreement with one vendor of an automated retinal image assessment software (ARIAS) for diabetic retinopathy (DR) screening as a cloud service. Additionally, other software component(s) to enable swift administration of information flow between the Customer’s cameras and image archive system situated within the Customer’s own infrastructure, and the ARIAS solution, should be offered.
- location_id:
1 results
- anyw
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2024-06-28T11:25:32Z
- deadline:
- 2024-08-12T08:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2024-07-01
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-100665
- buyer:
2 results
- id:
- 7fcceaaff6948f767e629e00b5fcc8d1
- organization_id:
- 916879067
- name:
- SYKEHUSINNKJØP HF
- id:
- 75432ad35ee24c3b66ace2cd98fb6b2a
- organization_id:
- 914 637 651
- name:
- Sykehuspartner
- heading:
- Kvalifisering: Rammeavtale KI plattformer til Helse Sør-Øst
- description:
- Formålet med denne konkurransen er å inngå rammeavtale med leverandører av plattformer for kunstig intelligens som muliggjør en rask, dynamisk og kostnadseffektiv tilnærming til implementering av AI-applikasjoner i klinisk rutine.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 10000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- status:
- EXPIRED
- issueDate:
- 2024-01-18T07:31:15Z
- deadline:
- 2024-02-21T09:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2024-01-18
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2024-100646
- buyer:
2 results
- id:
- 7fcceaaff6948f767e629e00b5fcc8d1
- organization_id:
- 916879067
- name:
- SYKEHUSINNKJØP HF
- id:
- 75432ad35ee24c3b66ace2cd98fb6b2a
- organization_id:
- 914637651
- name:
- Sykehuspartner
- heading:
- Intensjonskunngjøring: Dedikert programvare for CT-analyser til prosedyreplanlegging ved kateterbaserte hjerteintervensjoner
- description:
- OUS har de siste årene hatt en stor økning i strukturell hjerteintervensjon og disse prosedyrene forventes å øke ytterligere i årene som kommer. Som en konsekvens av dette har foretaket behov av programvare for planlegging av kateterbaserte hjerteintervensjoner.
- location_id:
1 results
- NO081
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_INTENT
- allTypes:
2 results
- RESULT
- ANNOUNCEMENT_OF_INTENT
- status:
- not reported by source
- issueDate:
- 2024-01-16T12:01:31Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2024-01-17
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-105501
- buyer:
2 results
- id:
- 2a43329f1e2ecd622ad52866038ddf05
- organization_id:
- 914637651
- name:
- Sykehuspartner HF
- id:
- 2a43329f1e2ecd622ad52866038ddf05
- organization_id:
- 914637651
- name:
- Sykehuspartner HF
- heading:
- Markedsundersøkelse - Løsning for forbedret og automatisert turnusplanlegging
- description:
- Helse Sør-Øst v/Sykehuspartner HF ønsker å komme i dialog med leverandører av KI-baserte arbeidsplangeneratorer for å kartlegge muligheter og løsninger som kan effektivisere og forbedre arbeidet med turnus- og arbeidsplanlegging ved sykehusene i vår helseregion. Markedsdialogen er en del av forarbeidet og gjennomføres fordi oppdragsgiver ønsker å få innspill til en eventuell anskaffelse fra potensielle leverandører som kan dekke hele eller deler av behovet. Frist for å svare er mandag 23. mars kl. 10.00 Vedlagt finnes ytterligere informasjon.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 0.0
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- PLANNING
- status:
- not reported by source
- issueDate:
- 2026-03-20T10:26:08Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-03-20
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-111251
- buyer:
1 results
- id:
- 2a43329f1e2ecd622ad52866038ddf05
- organization_id:
- 914637651
- name:
- Sykehuspartner HF
- heading:
- Markedsundersøkelse/RFI - Pasientens tilgang til egne bildeserier
- description:
- Pasienter har lovfestet rett til innsyn i egne helseopplysninger, inkludert bidediagnostiske data, jf. pasient- og brukerrettighetsloven § 5-1 og personvernforordningen (GDPR) artikkel 15. I Helse Sør-Øst skjer utlevering av bildedata i dag hovedsakelig via CD/DVD og i enkelte tilfeller minnepinner. Denne løsningen er ressurskrevende for både pasienter og helseforetak, innebærer utfordringer knyttet til fysisk distribusjon og informasjonssikkerhet, og er ikke i tråd med utviklingen mot digital tilgjengeliggjøring av personopplysninger. Datatilsynet har vist til at CD/DVD ikke lenger kan anses som en «vanlig elektronisk form» etter GDPR artikkel 15 nr. 3.Frist for besvarelse av markedsundersøkelsen er 21.8.2026. Besvarelser må sendes i kommunikasjonsmodulen i Mercell.
- location_id:
1 results
- NO081
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- PLANNING
- status:
- not reported by source
- issueDate:
- 2026-06-25T06:57:25Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-06-26
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-107813
- buyer:
1 results
- id:
- 2a43329f1e2ecd622ad52866038ddf05
- organization_id:
- 914637651
- name:
- Sykehuspartner HF
- heading:
- Markedsundersøkelse/RFI Intune tilleggsprodukter - sanntidsstyring drift og support, samt fjernstyring for OT / kritiske klienter
- description:
- Virksomheten har behov for en helhetlig og robust drift- og forvaltningsløsning tett integrert med Microsoft Intune, som gir samlet kontroll over en felles klientplattform på tvers av operativsystemer. Løsningen må understøtte stabil operativ drift gjennom forutsigbar og kontrollert endringshåndtering, prioritert bruk av nettverksressurser og avansert fjernstøtte – også under krevende forhold som lav båndbredde og kritisk operativ bruk både på kontor og ute i felt, blant annet i ambulansetjenesten. Pr. i dag omfatter behovet ca. 3000 klienter, og det er forventet en oppskalering.11.5.26 Frist for innsending av spørsmål til markedsundersøkelsen20.05.26 kl. 12:00 Svarfrist på markedsundersøkelsen
- location_id:
1 results
- NO081
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- PLANNING
- status:
- not reported by source
- issueDate:
- 2026-04-29T10:12:07Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-04-30
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-106832
- buyer:
1 results
- id:
- 2a43329f1e2ecd622ad52866038ddf05
- organization_id:
- 914637651
- name:
- Sykehuspartner HF
- heading:
- Markedsundersøkelse/RFI Observability Platform Project
- description:
- Sykehuspartner inviterer til deltakelse i en markedsdialog i forbindelse med en mulig anskaffelse av en observabilitetsplattform som skal benyttes av IT‑driftssenteret i Sykehuspartner HF.Markedsdialogen er en del av det forberedende arbeidet og gjennomføres fordi oppdragsgiver ønsker å innhente innspill til en eventuell anskaffelse fra potensielle leverandører som kan dekke hele eller deler av behovet.Spørsmålsfrist er satt til 27.4.26.Svarfrist RFI er satt til 4.5.26. Svar sendes gjennom kommunikasjonsmodulen i Mercell.
- location_id:
1 results
- NO081
- estimatedValue:
- not reported by source
- type:
- ADVISORY_NOTICE
- allTypes:
2 results
- ADVISORY_NOTICE
- PLANNING
- status:
- not reported by source
- issueDate:
- 2026-04-14T17:57:47Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-04-16
- 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?
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
- Replace the placeholders in the HTML GET template; remove optional parameters you do not need.
- Check types, units, limits and ID formats in the parameter table.
- 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
- Follow the notice ID to the canonical page; use CPV and location codes to narrow broad free-text searches.
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.
AI agent? Read the complete navigation and programming guide.