get_notice
Get the full detail of one Doffin notice by id (e.g. "2026-103178").
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/get_notice/?notice_id={notice_id}&include_form_details=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/get_notice?notice_id={notice_id}&include_form_details=false&limit=25&offset=0.
Open this exact request as JSON.
| Parameter | Requirement | JSON type | Description |
|---|---|---|---|
notice_id | required | string | Doffin notice id from search_doffin results. |
include_form_details | optional | boolean | Also return the complete published eForm as a section tree (procedure details, award criteria, lots, winner and value on RESULT notices...). Large; only request it when the summary fields aren't enough. |
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/get_notice?notice_id={notice_id}&include_form_details=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/get_notice?notice_id={notice_id}&include_form_details=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/get_notice?notice_id={notice_id}&include_form_details=false&limit=25&offset=0"
with urlopen(url) as response:
result = json.load(response)
data = result["data"]
Response structure
{
"source": "doffin",
"operation": "get_notice",
"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
- id:
- 2026-109315
- eFormId:
- 433391f0-6880-498a-9f75-768b8aa219f5
- procedureId:
- 6014c532-5920-4d20-b2ff-a234ada66579
- heading:
- Overfallsalarm til Nye UNN Åsgård i Tromsø, på vegne av Universitetssykehuset Nord-Norge HF (UNN)
- description:
- Dette er en intensjonskunngjøring for å bekjentgjøre at oppdragsgiver UNN HF, planlegger anskaffe overfallsalarm fra dagens leverandør.UNN Åsgård i Tromsø er en sentral psykiatrisk avdeling under Universitetssykehuset Nord-Norge (UNN). Nye UNN Åsgård (NUÅ) er et prosjekt for Universitetssykehuset i Nord-Norge HF og Helse Nord RHF. Målet med NUÅ er å etablere nye arealer for Psykisk helse – og rusklinikken sin virksomhet på Åsgård i Tromsø. Klinikken ivaretar pasienter på alle nivåer, inkludert sikkerhetspsykiatri. Eksisterende bygg på Åsgård er uhensiktsmessige for dagens pasientbehandling og til dels i svært dårlig teknisk tilstand. Nye arealer vil gi et etterlengtet løft i kvalitet på helsetjenestene og bidra til økt pasientsikkerhet. Det skal bygges nybygg på 20.190 m² og rehabiliteres 2740 m² eksisterende bygg. Universitetssykehuset i Nord-Norge HF har engasjert Sykehusbygg HF for å ivareta prosjektledelsen for prosjektet.Sykehusbygg eies av landets fire regionale helseforetak (RHF) som igjen eies av staten ved Helse- og omsorgsdepartementet. Sykehusbygg er en internleverandør for de regionale helseforetakene og landets helseforetak. Sykehusbygg skal som internleverandør legge til rette for og bidra til standardisering, erfaringsoverføring, god ressursutnyttelse og ressurstilgang innen prosjektering og bygging av sykehus
- buyer:
2 results
- id:
- 814630722
- name:
- Sykehusbygg HF
- id:
- 983 974 899
- name:
- Universitetssykehuset i Nord-Norge HF
- location_id:
1 results
- NO072
- placeOfPerformance:
- issueDate:
- 2026-05-21T12:47:11Z
- deadline:
- not reported by source
- qualificationDeadline:
- not reported by source
- noticeType:
- ANNOUNCEMENT_OF_INTENT
- allTypes:
2 results
- ANNOUNCEMENT_OF_INTENT
- RESULT
- allCpvCodes:
- directCpvCodes:
- parentCpvCodes:
- noticeStatus:
- not reported by source
- allReceivedTenders:
- not reported by source
- preferredPublicationDateTed:
- not reported by source
- plannedDateTed:
- not reported by source
- competitionDocsUrl:
- not reported by source
- sentToTed:
- yes
- regulationUrl:
- https://lovdata.no/dokument/SF/forskrift/2016-08-12-974?q=foa
- core:
- estimatedValue:
- not reported by source
- mainActivity:
- not reported by source
- eform:
6 results
- title:
- block01
- sectionId:
- 1
- label:
- Kjøper
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
2 results
- title:
- block0101
- sectionId:
- 1.1
- label:
- Kjøper
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block010101
- sectionId:
- not reported by source
- label:
- Offisielt navn
- useLabelAsValue:
- no
- value:
- Sykehusbygg HF
- sections:
- not reported by source
- title:
- block0101
- sectionId:
- 1.1
- label:
- Kjøper
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block010101
- sectionId:
- not reported by source
- label:
- Offisielt navn
- useLabelAsValue:
- no
- value:
- Universitetssykehuset i Nord-Norge HF
- sections:
- not reported by source
- title:
- block02
- sectionId:
- 2
- label:
- Prosedyre
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block0201
- sectionId:
- 2.1
- label:
- Prosedyre
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
8 results
- title:
- block020101
- sectionId:
- not reported by source
- label:
- Tittel
- useLabelAsValue:
- no
- value:
- Overfallsalarm til Nye UNN Åsgård i Tromsø, på vegne av Universitetssykehuset Nord-Norge HF (UNN)
- sections:
- not reported by source
- title:
- block020102
- sectionId:
- not reported by source
- label:
- Beskrivelse
- useLabelAsValue:
- no
- value:
- Dette er en intensjonskunngjøring for å bekjentgjøre at oppdragsgiver UNN HF, planlegger anskaffe overfallsalarm fra dagens leverandør.UNN Åsgård i Tromsø er en sentral psykiatrisk avdeling under Universitetssykehuset Nord-Norge (UNN). Nye UNN Åsgård (NUÅ) er et prosjekt for Universitetssykehuset i Nord-Norge HF og Helse Nord RHF. Målet med NUÅ er å etablere nye arealer for Psykisk helse – og rusklinikken sin virksomhet på Åsgård i Tromsø. Klinikken ivaretar pasienter på alle nivåer, inkludert sikkerhetspsykiatri. Eksisterende bygg på Åsgård er uhensiktsmessige for dagens pasientbehandling og til dels i svært dårlig teknisk tilstand. Nye arealer vil gi et etterlengtet løft i kvalitet på helsetjenestene og bidra til økt pasientsikkerhet. Det skal bygges nybygg på 20.190 m² og rehabiliteres 2740 m² eksisterende bygg. Universitetssykehuset i Nord-Norge HF har engasjert Sykehusbygg HF for å ivareta prosjektledelsen for prosjektet.Sykehusbygg eies av landets fire regionale helseforetak (RHF) som igjen eies av staten ved Helse- og omsorgsdepartementet. Sykehusbygg er en internleverandør for de regionale helseforetakene og landets helseforetak. Sykehusbygg skal som internleverandør legge til rette for og bidra til standardisering, erfaringsoverføring, god ressursutnyttelse og ressurstilgang innen prosjektering og bygging av sykehus
- sections:
- not reported by source
- title:
- block020103
- sectionId:
- not reported by source
- label:
- Prosedyreidentifikator
- useLabelAsValue:
- no
- value:
- 6014c532-5920-4d20-b2ff-a234ada66579
- sections:
- not reported by source
- title:
- block020105
- sectionId:
- not reported by source
- label:
- Intern identifikator
- useLabelAsValue:
- no
- value:
- Omega prosjektarkiv
- sections:
- not reported by source
- title:
- block020106
- sectionId:
- not reported by source
- label:
- Type prosedyre
- useLabelAsValue:
- no
- value:
- Konkurranse med fohandling uten forutgående kunngjøring
- sections:
- not reported by source
- title:
- block020108
- sectionId:
- 2.1.1
- label:
- Hensikt
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
8 results
- title:
- block02010801
- sectionId:
- not reported by source
- label:
- Kontraktens art
- useLabelAsValue:
- no
- value:
- Varer
- sections:
- not reported by source
- title:
- block02010803
- sectionId:
- not reported by source
- label:
- Hoved klassifisering
- useLabelAsValue:
- no
- value:
- Alarmsystemer
- sections:
- not reported by source
- title:
- block02010805
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Medisinsk utstyr, legemidler og utstyr til personlig pleie
- sections:
- not reported by source
- title:
- block02010805
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Sikkerhetsutstyr
- sections:
- not reported by source
- title:
- block02010805
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Utstyr til sikring av arbeidsplass
- sections:
- not reported by source
- title:
- block02010805
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Individuelt- og støtteutstyr
- sections:
- not reported by source
- title:
- block02010805
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Alarmovervåkningstjenester
- sections:
- not reported by source
- title:
- block02010805
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Tjenester knyttet til psykiatriske avdelinger
- sections:
- not reported by source
- title:
- block020109
- sectionId:
- 2.1.2
- label:
- Sted for gjennomføring
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
2 results
- title:
- block02010904
- sectionId:
- not reported by source
- label:
- Underenhet i land
- useLabelAsValue:
- no
- value:
- Troms/Romsa/Tromssa (NO072)
- sections:
- not reported by source
- title:
- block02010905
- sectionId:
- not reported by source
- label:
- Land
- useLabelAsValue:
- no
- value:
- Norge
- sections:
- not reported by source
- title:
- block020110
- sectionId:
- 2.1.4
- label:
- Generell informasjon
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
4 results
- title:
- block02011001
- sectionId:
- not reported by source
- label:
- Tilleggsinformasjon
- useLabelAsValue:
- no
- value:
- Ta kontakt via kommunikasjonsfanen via Mercell hvis spørsmål
- sections:
- not reported by source
- title:
- block02011002
- sectionId:
- not reported by source
- label:
- Rettslig grunnlag
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block02011003
- sectionId:
- not reported by source
- label:
- Direktiv 2014/24/EU
- useLabelAsValue:
- yes
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block02011004
- sectionId:
- not reported by source
- label:
- not reported by source
- useLabelAsValue:
- no
- value:
- Anskaffelsesforskriften UNN Åsgård benytter i dag løsninger og tjenester fra Ascom AS for overfallsalarm, en viktig sikkerhetstjeneste for ansatte. Utbyggingen vil skje trinnvis, der eksisterende løsning må samvirke med ny løsning, og man må ha kontroll med overganger mellom ny og gammel løsning. For å høyest mulig sikkerhet for ansatte, anses en videreføring med eksisterende leverandør i byggeperioden avgjørende.
- sections:
- not reported by source
- title:
- block04
- sectionId:
- 5
- label:
- Delkontrakt
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block0401
- sectionId:
- 5.1
- label:
- Delkontrakt
- useLabelAsValue:
- no
- value:
- LOT-0000
- sections:
7 results
- title:
- block040101
- sectionId:
- not reported by source
- label:
- Tittel
- useLabelAsValue:
- no
- value:
- Overfallsalarm til Nye UNN Åsgård i Tromsø, på vegne av Universitetssykehuset Nord-Norge HF (UNN)
- sections:
- not reported by source
- title:
- block040102
- sectionId:
- not reported by source
- label:
- Beskrivelse
- useLabelAsValue:
- no
- value:
- Dette er en intensjonskunngjøring for å bekjentgjøre at oppdragsgiver UNN HF, planlegger anskaffe overfallsalarm fra dagens leverandør.UNN Åsgård i Tromsø er en sentral psykiatrisk avdeling under Universitetssykehuset Nord-Norge (UNN). Nye UNN Åsgård (NUÅ) er et prosjekt for Universitetssykehuset i Nord-Norge HF og Helse Nord RHF. Målet med NUÅ er å etablere nye arealer for Psykisk helse – og rusklinikken sin virksomhet på Åsgård i Tromsø. Klinikken ivaretar pasienter på alle nivåer, inkludert sikkerhetspsykiatri. Eksisterende bygg på Åsgård er uhensiktsmessige for dagens pasientbehandling og til dels i svært dårlig teknisk tilstand. Nye arealer vil gi et etterlengtet løft i kvalitet på helsetjenestene og bidra til økt pasientsikkerhet. Det skal bygges nybygg på 20.190 m² og rehabiliteres 2740 m² eksisterende bygg. Universitetssykehuset i Nord-Norge HF har engasjert Sykehusbygg HF for å ivareta prosjektledelsen for prosjektet.Sykehusbygg eies av landets fire regionale helseforetak (RHF) som igjen eies av staten ved Helse- og omsorgsdepartementet. Sykehusbygg er en internleverandør for de regionale helseforetakene og landets helseforetak. Sykehusbygg skal som internleverandør legge til rette for og bidra til standardisering, erfaringsoverføring, god ressursutnyttelse og ressurstilgang innen prosjektering og bygging av sykehus
- sections:
- not reported by source
- title:
- block040103
- sectionId:
- not reported by source
- label:
- Intern identifikator
- useLabelAsValue:
- no
- value:
- Omega prosjektarkiv
- sections:
- not reported by source
- title:
- block040104
- sectionId:
- 5.1.1
- label:
- Hensikt
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
8 results
- title:
- block04010401
- sectionId:
- not reported by source
- label:
- Kontraktens art
- useLabelAsValue:
- no
- value:
- Varer
- sections:
- not reported by source
- title:
- block04010403
- sectionId:
- not reported by source
- label:
- Hoved klassifisering
- useLabelAsValue:
- no
- value:
- Alarmsystemer
- sections:
- not reported by source
- title:
- block04010404
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Medisinsk utstyr, legemidler og utstyr til personlig pleie
- sections:
- not reported by source
- title:
- block04010404
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Sikkerhetsutstyr
- sections:
- not reported by source
- title:
- block04010404
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Utstyr til sikring av arbeidsplass
- sections:
- not reported by source
- title:
- block04010404
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Individuelt- og støtteutstyr
- sections:
- not reported by source
- title:
- block04010404
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Alarmovervåkningstjenester
- sections:
- not reported by source
- title:
- block04010404
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Tjenester knyttet til psykiatriske avdelinger
- sections:
- not reported by source
- title:
- block040105
- sectionId:
- 5.1.2
- label:
- Sted for gjennomføring
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
3 results
- title:
- block04010504
- sectionId:
- not reported by source
- label:
- Underenhet i land
- useLabelAsValue:
- no
- value:
- Troms/Romsa/Tromssa (NO072)
- sections:
- not reported by source
- title:
- block04010505
- sectionId:
- not reported by source
- label:
- Land
- useLabelAsValue:
- no
- value:
- Norge
- sections:
- not reported by source
- title:
- block04010507
- sectionId:
- not reported by source
- label:
- Tilleggsinformasjon
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block040108
- sectionId:
- 5.1.6
- label:
- Generell informasjon
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
2 results
- title:
- block04010802
- sectionId:
- not reported by source
- label:
- Anskaffelsen er omfattet av avtalen om offentlige anskaffelser (GPA), Usann
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block04010804
- sectionId:
- not reported by source
- label:
- Tilleggsinformasjon
- useLabelAsValue:
- no
- value:
- Ta kontakt via kommunikasjonsfanen via Mercell hvis spørsmål
- sections:
- not reported by source
- title:
- block040114
- sectionId:
- 5.1.16
- label:
- Nærmere informasjon, mekling og revisjon
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
5 results
- title:
- block04011402
- sectionId:
- not reported by source
- label:
- Virksomhet som gjennomfører klagebehandling
- useLabelAsValue:
- no
- value:
- Trøndelag tingrett -
- sections:
- not reported by source
- title:
- block04011403
- sectionId:
- not reported by source
- label:
- Informasjon om tidsfrister for gjennomgang
- useLabelAsValue:
- no
- value:
- Dette er en intensjonskunngjøring. Hvis det er noen som har motforestillinger mot at Sykehusbygg HF inngår denne avtalen med Ascom AS må innspill sendes til lillian.slatsve@sykehusbygg.no eller via kommunikasjonsfanen i Mercell, innen 4.juni 2026.
- sections:
- not reported by source
- title:
- block04011410
- sectionId:
- not reported by source
- label:
- Virksomhet hvis budsjett brukes til å betale for kontrakten
- useLabelAsValue:
- no
- value:
- Universitetssykehuset i Nord-Norge HF
- sections:
- not reported by source
- title:
- block04011411
- sectionId:
- not reported by source
- label:
- Virksomhet som utfører betalingen
- useLabelAsValue:
- no
- value:
- Universitetssykehuset i Nord-Norge HF
- sections:
- not reported by source
- title:
- block04011412
- sectionId:
- not reported by source
- label:
- Virksomhet som signerer kontrakten
- useLabelAsValue:
- no
- value:
- Universitetssykehuset i Nord-Norge HF
- sections:
- not reported by source
- title:
- block05
- sectionId:
- 6
- label:
- Resultater
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
2 results
- title:
- block0509
- sectionId:
- not reported by source
- label:
- Direkte tildeling
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
2 results
- title:
- block050901
- sectionId:
- not reported by source
- label:
- Begrunnelse for direkte tildeling
- useLabelAsValue:
- no
- value:
- Behov for ytterligere arbeider eller tjenester fra den opprinnelige entreprenøren
- sections:
- not reported by source
- title:
- block050903
- sectionId:
- not reported by source
- label:
- Annen begrunnelse
- useLabelAsValue:
- no
- value:
- UNN Åsgård benytter i dag løsninger og tjenester fra Ascom AS for overfallsalarm, en viktig sikkerhetstjeneste for ansatte. Utbyggingen vil skje trinnvis, der eksisterende løsning for overfallsalarm må samvirke med ny løsning, og man må ha kontroll med overganger mellom ny og gammel løsning. For å høyest mulig sikkerhet for ansatte, anses en videreføring med eksisterende leverandør best skikket til å håndtere denne prosessen i løpet av byggeperioden.
- sections:
- not reported by source
- title:
- block0510
- sectionId:
- 6.1
- label:
- Identifikator for resultatparti
- useLabelAsValue:
- no
- value:
- LOT-0000
- sections:
1 results
- title:
- block051002
- sectionId:
- 6.1.2
- label:
- Informasjon om vinnere
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block05100201
- sectionId:
- not reported by source
- label:
- Vinner
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
6 results
- title:
- block0510020105
- sectionId:
- not reported by source
- label:
- Offisielt navn
- useLabelAsValue:
- no
- value:
- Ascom AS
- sections:
- not reported by source
- title:
- block0510020107
- sectionId:
- not reported by source
- label:
- Tilbud
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block0510020108
- sectionId:
- not reported by source
- label:
- Betalingsmiddelidentifikator
- useLabelAsValue:
- no
- value:
- A
- sections:
- not reported by source
- title:
- block0510020109
- sectionId:
- not reported by source
- label:
- Identifikator for parti eller gruppe med partier
- useLabelAsValue:
- no
- value:
- LOT-0000
- sections:
- not reported by source
- title:
- block0510020112
- sectionId:
- not reported by source
- label:
- Anbudet ble rangert, Sann
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block0510020127
- sectionId:
- not reported by source
- label:
- Informasjon om kontrakt
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
3 results
- title:
- block051002012701
- sectionId:
- not reported by source
- label:
- Identifikator for kontrakten
- useLabelAsValue:
- no
- value:
- Ascom AS
- sections:
- not reported by source
- title:
- block051002012703
- sectionId:
- not reported by source
- label:
- Datoen da vinneren ble kåret
- useLabelAsValue:
- no
- value:
- 21.05.2026
- sections:
- not reported by source
- title:
- block051002012708
- sectionId:
- not reported by source
- label:
- Virksomhet som signerer kontrakten
- useLabelAsValue:
- no
- value:
- Universitetssykehuset i Nord-Norge HF
- sections:
- not reported by source
- title:
- block06
- sectionId:
- 8
- label:
- Virksomheter
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
4 results
- title:
- block0601
- sectionId:
- 8.1
- label:
- not reported by source
- useLabelAsValue:
- no
- value:
- ORG-0001
- sections:
11 results
- title:
- block060101
- sectionId:
- not reported by source
- label:
- Offisielt navn
- useLabelAsValue:
- no
- value:
- Sykehusbygg HF
- sections:
- not reported by source
- title:
- block060104
- sectionId:
- not reported by source
- label:
- Organisasjonsnummer
- useLabelAsValue:
- no
- value:
- 814630722
- sections:
- not reported by source
- title:
- block060106
- sectionId:
- not reported by source
- label:
- Postadresse
- useLabelAsValue:
- no
- value:
- Holtermanns veg 3
- sections:
- not reported by source
- title:
- block060107
- sectionId:
- not reported by source
- label:
- By
- useLabelAsValue:
- no
- value:
- TRONDHEIM
- sections:
- not reported by source
- title:
- block060108
- sectionId:
- not reported by source
- label:
- Postnummer
- useLabelAsValue:
- no
- value:
- 7030
- sections:
- not reported by source
- title:
- block060109
- sectionId:
- not reported by source
- label:
- Underenhet i land
- useLabelAsValue:
- no
- value:
- Trøndelag/Trööndelage (NO060)
- sections:
- not reported by source
- title:
- block060110
- sectionId:
- not reported by source
- label:
- Land
- useLabelAsValue:
- no
- value:
- Norge
- sections:
- not reported by source
- title:
- block060111
- sectionId:
- not reported by source
- label:
- Kontaktpunkt
- useLabelAsValue:
- no
- value:
- Lillian Slåtsve
- sections:
- not reported by source
- title:
- block060112
- sectionId:
- not reported by source
- label:
- E-post
- useLabelAsValue:
- no
- value:
- lillian.slatsve@sykehusbygg.no
- sections:
- not reported by source
- title:
- block060113
- sectionId:
- not reported by source
- label:
- Telefon
- useLabelAsValue:
- no
- value:
- 93009644
- sections:
- not reported by source
- title:
- block060119
- sectionId:
- not reported by source
- label:
- Rollene til denne virksomheten
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block06011901
- sectionId:
- not reported by source
- label:
- Kjøper
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block0601190101
- sectionId:
- not reported by source
- label:
- Gruppeleder
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block0601
- sectionId:
- 8.1
- label:
- not reported by source
- useLabelAsValue:
- no
- value:
- ORG-0002
- sections:
9 results
- title:
- block060101
- sectionId:
- not reported by source
- label:
- Offisielt navn
- useLabelAsValue:
- no
- value:
- Universitetssykehuset i Nord-Norge HF
- sections:
- not reported by source
- title:
- block060104
- sectionId:
- not reported by source
- label:
- Organisasjonsnummer
- useLabelAsValue:
- no
- value:
- 983 974 899
- sections:
- not reported by source
- title:
- block060107
- sectionId:
- not reported by source
- label:
- By
- useLabelAsValue:
- no
- value:
- Tromsø
- sections:
- not reported by source
- title:
- block060108
- sectionId:
- not reported by source
- label:
- Postnummer
- useLabelAsValue:
- no
- value:
- 5501
- sections:
- not reported by source
- title:
- block060109
- sectionId:
- not reported by source
- label:
- Underenhet i land
- useLabelAsValue:
- no
- value:
- Troms/Romsa/Tromssa (NO072)
- sections:
- not reported by source
- title:
- block060110
- sectionId:
- not reported by source
- label:
- Land
- useLabelAsValue:
- no
- value:
- Norge
- sections:
- not reported by source
- title:
- block060112
- sectionId:
- not reported by source
- label:
- E-post
- useLabelAsValue:
- no
- value:
- lillian.slatsve@sykehusbygg.no
- sections:
- not reported by source
- title:
- block060113
- sectionId:
- not reported by source
- label:
- Telefon
- useLabelAsValue:
- no
- value:
- 93009644
- sections:
- not reported by source
- title:
- block060119
- sectionId:
- not reported by source
- label:
- Rollene til denne virksomheten
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
4 results
- title:
- block06011901
- sectionId:
- not reported by source
- label:
- Kjøper
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block06011912
- sectionId:
- not reported by source
- label:
- Virksomhet som signerer kontrakten
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block06011913
- sectionId:
- not reported by source
- label:
- Virksomhet hvis budsjett brukes til å betale for kontrakten
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block06011914
- sectionId:
- not reported by source
- label:
- Virksomhet som utfører betalingen
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block0601
- sectionId:
- 8.1
- label:
- not reported by source
- useLabelAsValue:
- no
- value:
- ORG-0003
- sections:
7 results
- title:
- block060101
- sectionId:
- not reported by source
- label:
- Offisielt navn
- useLabelAsValue:
- no
- value:
- Ascom AS
- sections:
- not reported by source
- title:
- block060104
- sectionId:
- not reported by source
- label:
- Organisasjonsnummer
- useLabelAsValue:
- no
- value:
- 919 085 061
- sections:
- not reported by source
- title:
- block060107
- sectionId:
- not reported by source
- label:
- By
- useLabelAsValue:
- no
- value:
- oslo
- sections:
- not reported by source
- title:
- block060108
- sectionId:
- not reported by source
- label:
- Postnummer
- useLabelAsValue:
- no
- value:
- 0582
- sections:
- not reported by source
- title:
- block060109
- sectionId:
- not reported by source
- label:
- Underenhet i land
- useLabelAsValue:
- no
- value:
- Oslo (NO081)
- sections:
- not reported by source
- title:
- block060110
- sectionId:
- not reported by source
- label:
- Land
- useLabelAsValue:
- no
- value:
- Norge
- sections:
- not reported by source
- title:
- block060119
- sectionId:
- not reported by source
- label:
- Rollene til denne virksomheten
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
2 results
- title:
- block06011915
- sectionId:
- not reported by source
- label:
- Tilbyder
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block06011918
- sectionId:
- not reported by source
- label:
- Vinner av disse delkontraktene
- useLabelAsValue:
- no
- value:
- LOT-0000
- sections:
- not reported by source
- title:
- block0601
- sectionId:
- 8.1
- label:
- not reported by source
- useLabelAsValue:
- no
- value:
- ORG-0004
- sections:
7 results
- title:
- block060101
- sectionId:
- not reported by source
- label:
- Offisielt navn
- useLabelAsValue:
- no
- value:
- Trøndelag tingrett
- sections:
- not reported by source
- title:
- block060104
- sectionId:
- not reported by source
- label:
- Organisasjonsnummer
- useLabelAsValue:
- no
- value:
- 926 722 794
- sections:
- not reported by source
- title:
- block060107
- sectionId:
- not reported by source
- label:
- By
- useLabelAsValue:
- no
- value:
- Trondheim
- sections:
- not reported by source
- title:
- block060108
- sectionId:
- not reported by source
- label:
- Postnummer
- useLabelAsValue:
- no
- value:
- 7004
- sections:
- not reported by source
- title:
- block060109
- sectionId:
- not reported by source
- label:
- Underenhet i land
- useLabelAsValue:
- no
- value:
- Trøndelag/Trööndelage (NO060)
- sections:
- not reported by source
- title:
- block060110
- sectionId:
- not reported by source
- label:
- Land
- useLabelAsValue:
- no
- value:
- Norge
- sections:
- not reported by source
- title:
- block060119
- sectionId:
- not reported by source
- label:
- Rollene til denne virksomheten
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block06011906
- sectionId:
- not reported by source
- label:
- Virksomhet som gjennomfører klagebehandling
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block08
- sectionId:
- not reported by source
- label:
- Kunngjøringsinformasjon
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
6 results
- title:
- block0801
- sectionId:
- not reported by source
- label:
- Varselidentifikator/-versjon
- useLabelAsValue:
- no
- value:
- 433391f0-6880-498a-9f75-768b8aa219f5 01
- sections:
- not reported by source
- title:
- block0802
- sectionId:
- not reported by source
- label:
- Type skjema
- useLabelAsValue:
- no
- value:
- Forhåndskunngjøring av direkte tildeling
- sections:
- not reported by source
- title:
- block0803
- sectionId:
- not reported by source
- label:
- Type varsel
- useLabelAsValue:
- no
- value:
- Frivillig intensjonskunngjøring
- sections:
- not reported by source
- title:
- block0804
- sectionId:
- not reported by source
- label:
- Varsel utsendelsesdato
- useLabelAsValue:
- no
- value:
- 21.05.2026 14:47
- sections:
- not reported by source
- title:
- block0805
- sectionId:
- not reported by source
- label:
- Varsel om utsendelsesdato (eSender)
- useLabelAsValue:
- no
- value:
- 21.05.2026 15:04
- sections:
- not reported by source
- title:
- block0806
- sectionId:
- not reported by source
- label:
- Språk der denne kunngjøringen er offisielt tilgjengelig
- useLabelAsValue:
- no
- value:
- norsk, English
- sections:
- not reported by source
- awardedNames:
- changeNotices:
- not reported by source
- limitedDataFlag:
- no
- publicationDate:
- 2026-05-26
- tedId:
- 355608-2026
- procurementTimeline:
1 results
- id:
- 2026-109315
- allType:
2 results
- ANNOUNCEMENT_OF_INTENT
- RESULT
- publicationDate:
- 2026-05-26
- selectedNotice:
- yes
- procurementStrategicLabels:
No results.
- lotsNumber:
- 1
- doffin_url:
- https://doffin.no/notices/2026-109315
Will you use the result in generated code?
Is data missing or incorrect? Send feedback about this result.
Continue exploring
- Canonical procurement page
- Back to Doffin and TED
- All sources in Business and economy
- Search for Doffin and TED in the wiki
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 get_notice 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.