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:
- 57
- hits:
10 results
- id:
- 2026-112971
- buyer:
19 results
- id:
- c525d33fad6d5082b75f6da7c59ef5bb
- organization_id:
- 964338531
- name:
- Bergen kommune - Innkjøp konsern
- id:
- d3835164bb839dbf757b5feac4c22516
- organization_id:
- 920 290 922
- name:
- Alver kommune
- id:
- 97797bf3f40c5baebc42a84a66b4433f
- organization_id:
- 964 338 442
- name:
- Askøy kommune
- id:
- 99d0e1afde414992136b192396dee3db
- organization_id:
- 948 350 823
- name:
- Austrheim kommune
- id:
- 02e26f06fd12a3cd5d8e81e7b13c5cb1
- organization_id:
- 844 458 312
- name:
- Bjørnafjorden kommune
- id:
- e23f83db5d263d910e7d17a180c90938
- organization_id:
- 944 233 199
- name:
- Kvam Herad
- id:
- e75a588d4bc75930f85e58d3b4e5486d
- organization_id:
- 864 338 712
- name:
- Osterøy kommune
- id:
- 8256c71a6cbb7cce802c722e2ff04d8c
- organization_id:
- 964 968 985
- name:
- Samnanger kommune
- id:
- b932195c9b0c4c3f56f343f591a9b8ef
- organization_id:
- 961 821 967
- name:
- Vaksdal kommune
- id:
- 9d0bfbd13d11bdddf04ad83f990e405b
- organization_id:
- 960 510 542
- name:
- Voss herad
- id:
- 1557c26e4d626fdfaa452b2b4f591fc7
- organization_id:
- 922 530 890
- name:
- Øygarden kommune
- id:
- 57d901a0d103db8974bcc7fc374eb819
- organization_id:
- 920 500 633
- name:
- Ullensvang kommune
- id:
- 4cedff4e77901ba6d992033cca33df4c
- organization_id:
- 968 349 627
- name:
- Betanien rehabilitering og sykehjem
- id:
- ac43f809a660db875c59c6ae08a3937c
- organization_id:
- 964 338 531
- name:
- Omsorgssenteret Bergens Indremisjon
- id:
- e9146175c9ad93929955419daad5d52d
- organization_id:
- 964 338 531
- name:
- Signo Konows senter
- id:
- cf2ad591a58d09fd2f80ac96d1a974a7
- organization_id:
- 915 612 164
- name:
- Solsletten sykehjem
- id:
- e2a3b7d5de7cc1d0d9bd59b83aeec74a
- organization_id:
- 971 427 337
- name:
- Stiftelsen Metodisthjemmet Bergen
- id:
- c05ba1017e0aefe5d8e5e00c47b0179f
- organization_id:
- 994 241 222
- name:
- Stiftelsen Nykirkehjemmet
- id:
- 01ac4b0139e166a08df2444f363f06df
- organization_id:
- 971 472 345
- name:
- Stiftelsen St. Johanneshjemmet
- heading:
- IK-EØS 055-2026 Matvarer til tjenestesteder med matservering i Bergen kommune og samarbeidsparter (2. utlysning)
- description:
- Rammeavtale for levering av matvarer til tjenestesteder med matservering i Bergen kommune og samarbeidsparter.Enhetene som omfattes av avtalen har anledning til å kjøpe lokalproduserte matvarer fra Vestland fylke utenfor avtalen, forutsatt at varene kjøpes direkte fra produsenten eller fra utsalgssteder som utelukkende selger lokalprodusert mat. Kjøp fra dagligvarekjeder eller utsalgssteder med blandet vareutvalg omfattes ikke av unntaket.Dette er en inkluderende kontrakt med krav om 5 personer på arbeidsinkludering.Merk:Det finnes egne avtaler for byrådsavdeling for barnehage og skole og for produksjonskjøkken.Avtalen gjelder ikke for administrative enheter.Rammeavtalen omfatter levering av matvarer i husholdningspakninger, tilpasset bruk i postkjøkken og andre mindre enheter. I tillegg inkluderer avtalen relevante forbruksartikler som bakepapir, aluminiumsfolie, plastfolie og andre produkter som naturlig inngår ved innkjøp av matvarer.
- location_id:
1 results
- NO0A2
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 520000000.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2026-08-13T07:14:28Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-08-14
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-111410
- buyer:
9 results
- id:
- c525d33fad6d5082b75f6da7c59ef5bb
- organization_id:
- 964338531
- name:
- Bergen kommune - Innkjøp konsern
- id:
- d3835164bb839dbf757b5feac4c22516
- organization_id:
- 920290922
- name:
- Alver kommune
- id:
- 97797bf3f40c5baebc42a84a66b4433f
- organization_id:
- 964338442
- name:
- Askøy kommune
- id:
- 1cff6f3c5e76b856a2d3a5dc1ba96040
- organization_id:
- 997273826
- name:
- Bergen Røde Kors sykehjem
- id:
- 6c55014f127e54fc3d645161dcb8e72f
- organization_id:
- 974252724
- name:
- Landås Menighets Eldresenter
- id:
- ac43f809a660db875c59c6ae08a3937c
- organization_id:
- 974316412
- name:
- Omsorgssenteret Bergens Indremisjon
- id:
- 3237842303f4f7dfcfea044983b8447e
- organization_id:
- 938277184
- name:
- Stiftelsen Domkirkehjemmet
- id:
- e2a3b7d5de7cc1d0d9bd59b83aeec74a
- organization_id:
- 971427337
- name:
- Stiftelsen Metodisthjemmet Bergen
- id:
- 55cdba27b0f3798eda7419c51617f2b8
- organization_id:
- 959320780
- name:
- Stiftelsen Slettebakken Menighets Eldresenter
- heading:
- IK-EØS 024-2026 Leie og vask av løse gulvmatter til Bergen kommune og samarbeidsparter
- description:
- Avtalen gjelder leie og vask av løse gulvmatter inkludert distribusjon til og fra brukerstedene, innhenting av skitne matter og levering av rene matter til Bergen kommune og samarbeidsparter.
- location_id:
1 results
- NO0A2
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 22000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2026-06-26T10:41:36Z
- deadline:
- 2026-08-31T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-06-29
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-108944
- buyer:
19 results
- id:
- c525d33fad6d5082b75f6da7c59ef5bb
- organization_id:
- 964338531
- name:
- Bergen kommune - Innkjøp konsern
- id:
- d3835164bb839dbf757b5feac4c22516
- organization_id:
- 920 290 922
- name:
- Alver kommune
- id:
- 97797bf3f40c5baebc42a84a66b4433f
- organization_id:
- 964 338 442
- name:
- Askøy kommune
- id:
- 99d0e1afde414992136b192396dee3db
- organization_id:
- 948 350 823
- name:
- Austrheim kommune
- id:
- 02e26f06fd12a3cd5d8e81e7b13c5cb1
- organization_id:
- 844 458 312
- name:
- Bjørnafjorden kommune
- id:
- e23f83db5d263d910e7d17a180c90938
- organization_id:
- 944 233 199
- name:
- Kvam Herad
- id:
- e75a588d4bc75930f85e58d3b4e5486d
- organization_id:
- 864 338 712
- name:
- Osterøy kommune
- id:
- 8256c71a6cbb7cce802c722e2ff04d8c
- organization_id:
- 964 968 985
- name:
- Samnanger kommune
- id:
- b932195c9b0c4c3f56f343f591a9b8ef
- organization_id:
- 961 821 967
- name:
- Vaksdal kommune
- id:
- 9d0bfbd13d11bdddf04ad83f990e405b
- organization_id:
- 960 510 542
- name:
- Voss herad
- id:
- 1557c26e4d626fdfaa452b2b4f591fc7
- organization_id:
- 922 530 890
- name:
- Øygarden kommune
- id:
- 57d901a0d103db8974bcc7fc374eb819
- organization_id:
- 920 500 633
- name:
- Ullensvang kommune
- id:
- 4cedff4e77901ba6d992033cca33df4c
- organization_id:
- 968 349 627
- name:
- Betanien rehabilitering og sykehjem
- id:
- ac43f809a660db875c59c6ae08a3937c
- organization_id:
- 964 338 531
- name:
- Omsorgssenteret Bergens Indremisjon
- id:
- e9146175c9ad93929955419daad5d52d
- organization_id:
- 964 338 531
- name:
- Signo Konows senter
- id:
- cf2ad591a58d09fd2f80ac96d1a974a7
- organization_id:
- 915 612 164
- name:
- Solsletten sykehjem
- id:
- e2a3b7d5de7cc1d0d9bd59b83aeec74a
- organization_id:
- 971 427 337
- name:
- Stiftelsen Metodisthjemmet Bergen
- id:
- c05ba1017e0aefe5d8e5e00c47b0179f
- organization_id:
- 994 241 222
- name:
- Stiftelsen Nykirkehjemmet
- id:
- 01ac4b0139e166a08df2444f363f06df
- organization_id:
- 971 472 345
- name:
- Stiftelsen St. Johanneshjemmet
- heading:
- IK-EØS 020-2025 Matvarer til tjenestesteder med matservering i Bergen kommune og samarbeidsparter
- description:
- Rammeavtale for levering av matvarer til tjenestesteder med matservering i Bergen kommune og samarbeidsparter.Enhetene som omfattes av avtalen har anledning til å kjøpe lokalproduserte matvarer fra Vestland fylke utenfor avtalen, forutsatt at varene kjøpes direkte fra produsenten eller fra utsalgssteder som utelukkende selger lokalprodusert mat. Kjøp fra dagligvarekjeder eller utsalgssteder med blandet vareutvalg omfattes ikke av unntaket.Dette er en inkluderende kontrakt med krav om 5 personer på arbeidsinkludering.Merk:Det finnes egne avtaler for byrådsavdeling for barnehage og skole og for produksjonskjøkken.Avtalen gjelder ikke for administrative enheter.Rammeavtalen omfatter levering av matvarer i husholdningspakninger, tilpasset bruk i postkjøkken og andre mindre enheter. I tillegg inkluderer avtalen relevante forbruksartikler som bakepapir, aluminiumsfolie, plastfolie og andre produkter som naturlig inngår ved innkjøp av matvarer.
- location_id:
1 results
- NO0A2
- estimatedValue:
- not reported by source
- type:
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2026-05-18T10:21:29Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-05-19
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-108340
- buyer:
19 results
- id:
- c525d33fad6d5082b75f6da7c59ef5bb
- organization_id:
- 964338531
- name:
- Bergen kommune - Innkjøp konsern
- id:
- d3835164bb839dbf757b5feac4c22516
- organization_id:
- 920 290 922
- name:
- Alver kommune
- id:
- 97797bf3f40c5baebc42a84a66b4433f
- organization_id:
- 964 338 442
- name:
- Askøy kommune
- id:
- 99d0e1afde414992136b192396dee3db
- organization_id:
- 948 350 823
- name:
- Austrheim kommune
- id:
- 02e26f06fd12a3cd5d8e81e7b13c5cb1
- organization_id:
- 844 458 312
- name:
- Bjørnafjorden kommune
- id:
- e23f83db5d263d910e7d17a180c90938
- organization_id:
- 944 233 199
- name:
- Kvam Herad
- id:
- e75a588d4bc75930f85e58d3b4e5486d
- organization_id:
- 864 338 712
- name:
- Osterøy kommune
- id:
- 8256c71a6cbb7cce802c722e2ff04d8c
- organization_id:
- 964 968 985
- name:
- Samnanger kommune
- id:
- b932195c9b0c4c3f56f343f591a9b8ef
- organization_id:
- 961 821 967
- name:
- Vaksdal kommune
- id:
- 9d0bfbd13d11bdddf04ad83f990e405b
- organization_id:
- 960 510 542
- name:
- Voss herad
- id:
- 1557c26e4d626fdfaa452b2b4f591fc7
- organization_id:
- 922 530 890
- name:
- Øygarden kommune
- id:
- 57d901a0d103db8974bcc7fc374eb819
- organization_id:
- 920 500 633
- name:
- Ullensvang kommune
- id:
- 4cedff4e77901ba6d992033cca33df4c
- organization_id:
- 968 349 627
- name:
- Betanien rehabilitering og sykehjem
- id:
- ac43f809a660db875c59c6ae08a3937c
- organization_id:
- 964 338 531
- name:
- Omsorgssenteret Bergens Indremisjon
- id:
- e9146175c9ad93929955419daad5d52d
- organization_id:
- 964 338 531
- name:
- Signo Konows senter
- id:
- cf2ad591a58d09fd2f80ac96d1a974a7
- organization_id:
- 915 612 164
- name:
- Solsletten sykehjem
- id:
- e2a3b7d5de7cc1d0d9bd59b83aeec74a
- organization_id:
- 971 427 337
- name:
- Stiftelsen Metodisthjemmet Bergen
- id:
- c05ba1017e0aefe5d8e5e00c47b0179f
- organization_id:
- 994 241 222
- name:
- Stiftelsen Nykirkehjemmet
- id:
- 01ac4b0139e166a08df2444f363f06df
- organization_id:
- 971 472 345
- name:
- Stiftelsen St. Johanneshjemmet
- heading:
- IK-EØS 055-2026 Matvarer til tjenestesteder med matservering i Bergen kommune og samarbeidsparter (2. utlysning)
- description:
- Rammeavtale for levering av matvarer til tjenestesteder med matservering i Bergen kommune og samarbeidsparter.Enhetene som omfattes av avtalen har anledning til å kjøpe lokalproduserte matvarer fra Vestland fylke utenfor avtalen, forutsatt at varene kjøpes direkte fra produsenten eller fra utsalgssteder som utelukkende selger lokalprodusert mat. Kjøp fra dagligvarekjeder eller utsalgssteder med blandet vareutvalg omfattes ikke av unntaket.Dette er en inkluderende kontrakt med krav om 5 personer på arbeidsinkludering.Merk:Det finnes egne avtaler for byrådsavdeling for barnehage og skole og for produksjonskjøkken.Avtalen gjelder ikke for administrative enheter.Rammeavtalen omfatter levering av matvarer i husholdningspakninger, tilpasset bruk i postkjøkken og andre mindre enheter. I tillegg inkluderer avtalen relevante forbruksartikler som bakepapir, aluminiumsfolie, plastfolie og andre produkter som naturlig inngår ved innkjøp av matvarer.
- location_id:
1 results
- NO0A2
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 520000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- AWARDED
- issueDate:
- 2026-05-07T08:39:06Z
- deadline:
- 2026-06-10T12:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-05-08
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-106844
- buyer:
89 results
- id:
- 7e05723806d184bb5004ce3b860f0376
- organization_id:
- 942110464
- name:
- Trondheim kommune
- id:
- fb06b63aeb60d374a48a9689d8ae3d3b
- organization_id:
- 970161414
- name:
- Bakklandet Menighets Omsorgsenter
- id:
- bb81f8eb8c95d553e6efa726ec385f37
- organization_id:
- 938658374
- name:
- Trondhjems Hospital
- id:
- c2597403b21a0225af1fc0e40e56b483
- organization_id:
- 875383922
- name:
- Kystad helse- og velferdssenter
- id:
- 97ea1486ff7782b7fb298918d2f99257
- organization_id:
- 967033065
- name:
- KONG CARL JOHANS ARBEIDSSTIFTELSE
- id:
- 269a0fab4a08056897498fb27d591471
- organization_id:
- 939865942
- name:
- SKAUN KOMMUNE
- id:
- f4592f81dc15aa5ab9c5b038e2c4ba17
- organization_id:
- 938726027
- name:
- MELHUS KOMMUNE
- id:
- b832f34d62016f1238b8bb83cfc23502
- organization_id:
- 970187715
- name:
- MIDTRE GAULDAL KOMMUNE
- id:
- 7bafa0b72bfbaaf7bb4d2159b5e1975a
- organization_id:
- 964338531
- name:
- BERGEN KOMMUNE
- id:
- d3835164bb839dbf757b5feac4c22516
- organization_id:
- 920290922
- name:
- ALVER KOMMUNE
- id:
- 97797bf3f40c5baebc42a84a66b4433f
- organization_id:
- 964338442
- name:
- ASKØY KOMMUNE
- id:
- 02e26f06fd12a3cd5d8e81e7b13c5cb1
- organization_id:
- 844458312
- name:
- BJØRNAFJORDEN KOMMUNE
- id:
- e23f83db5d263d910e7d17a180c90938
- organization_id:
- 944233199
- name:
- KVAM HERAD
- id:
- 21e8ff1d2bf533b69d30adba3e40d838
- organization_id:
- 945627913
- name:
- MASFJORDEN KOMMUNE
- id:
- e75a588d4bc75930f85e58d3b4e5486d
- organization_id:
- 864338712
- name:
- OSTERØY KOMMUNE
- id:
- 8256c71a6cbb7cce802c722e2ff04d8c
- organization_id:
- 964968985
- name:
- SAMNANGER KOMMUNE
- id:
- b932195c9b0c4c3f56f343f591a9b8ef
- organization_id:
- 961821967
- name:
- VAKSDAL KOMMUNE
- id:
- 9d0bfbd13d11bdddf04ad83f990e405b
- organization_id:
- 960510542
- name:
- VOSS HERAD
- id:
- 1557c26e4d626fdfaa452b2b4f591fc7
- organization_id:
- 922530890
- name:
- ØYGARDEN KOMMUNE
- id:
- 57d901a0d103db8974bcc7fc374eb819
- organization_id:
- 920500633
- name:
- ULLENSVANG KOMMUNE
- id:
- 6204feab6c5b7c827e7d988fd2fee0b1
- organization_id:
- 983948332
- name:
- STIFTELSEN ADVENTISTKIRKENS SYKEHJEM NORDÅS
- id:
- 1cff6f3c5e76b856a2d3a5dc1ba96040
- organization_id:
- 997273826
- name:
- BERGEN RØDE KORS SYKEHJEM AS
- id:
- 2154c35561a2c2153a3d54badbce474d
- organization_id:
- 974252724
- name:
- STIFTELSEN LANDÅS MENIGHETS ELDRESENTER
- id:
- 49f1005183008751491e99f7ff499c89
- organization_id:
- 971561890
- name:
- BERGENS INDREMISJON
- id:
- 43d9674be476eb5f83d5c46bf4e0fa85
- organization_id:
- 968349627
- name:
- STIFTELSEN BETANIEN
- id:
- e9146175c9ad93929955419daad5d52d
- organization_id:
- 973091522
- name:
- SIGNO KONOWS SENTER
- id:
- cf2ad591a58d09fd2f80ac96d1a974a7
- organization_id:
- 915612164
- name:
- SOLSLETTEN SYKEHJEM AS
- id:
- 836cdc077044dc75e4547188112ec301
- organization_id:
- 938277184
- name:
- STIFTELSEN DOMKIRKEHJEMMET I BERGEN
- id:
- e2a3b7d5de7cc1d0d9bd59b83aeec74a
- organization_id:
- 971427337
- name:
- STIFTELSEN METODISTHJEMMET BERGEN
- id:
- 55cdba27b0f3798eda7419c51617f2b8
- organization_id:
- 959320780
- name:
- STIFTELSEN SLETTEBAKKEN MENIGHETS ELDRESENTER
- id:
- fdf3a3f0af03a9829a5997f0cffcd8f6
- organization_id:
- 971427345
- name:
- STIFTELSEN SANKT JOHANNESHJEMMET
- id:
- 8d25cf1dc844e664afad2547641bacdb
- organization_id:
- 921577605
- name:
- STIFTELSEN DIAKONOVA HARALDSPLASS AVD SILJUSLÅTTEN
- id:
- b96199a15ebd24ff1d77dc32f3b4ed7d
- organization_id:
- 964965226
- name:
- STAVANGER KOMMUNE
- id:
- 646c233d090ad32b5c786b1530f1a1e0
- organization_id:
- 864979092
- name:
- HJELMELAND KOMMUNE
- id:
- 2108076ef901393e0ecfd862ff4b0f30
- organization_id:
- 964969590
- name:
- HÅ KOMMUNE
- id:
- 0209cd337c6b47383be98da0c0fd0deb
- organization_id:
- 964978573
- name:
- GJESDAL KOMMUNE
- id:
- e40e5398836139e6ab37373db288b28f
- organization_id:
- 948243113
- name:
- SOLA KOMMUNE
- id:
- d8f5e2796ebbbb93dc212638e5cb940b
- organization_id:
- 934945514
- name:
- RANDABERG KOMMUNE
- id:
- bef6fb5d9c06d9cd63e34843c6e96ebb
- organization_id:
- 964978751
- name:
- STRAND KOMMUNE
- id:
- 7f8f7f460f302ab2b4dc075b582339ea
- organization_id:
- 964979634
- name:
- KVITSØY KOMMUNE
- id:
- 27a86c95e72b6d16a34cbc4006871587
- organization_id:
- 864969682
- name:
- KLEPP KOMMUNE
- id:
- 4ff7252fb294044c6974c8ec8d7bc744
- organization_id:
- 859223672
- name:
- TIME KOMMUNE
- id:
- c5d382007bf43e0c4303533eaac115d2
- organization_id:
- 944496394
- name:
- EIGERSUND KOMMUNE
- id:
- aa434c6ab3139a7d8c522a4f874a22e4
- organization_id:
- 871461422
- name:
- DIAKONISENTERET STAVANGER
- id:
- 12db414367ed1cb8b2d08f7eb7d3934b
- organization_id:
- 976924487
- name:
- STAVANGER SPAREKASSES SYKEHJEM STI
- id:
- 6d7ad8392c73bb86fa6e9751b42dfaf0
- organization_id:
- 940555450
- name:
- STAVANGER HAANDVÆRKERSTIFTELSE ALDERS HVILE
- id:
- d8e23f1d71874490fb0b801fee0a814f
- organization_id:
- 974611961
- name:
- ST. JOHANNES SYKEHJEM
- id:
- 3902738a00c2bb29a8f959e570f7582f
- organization_id:
- 939958851
- name:
- STJØRDAL KOMMUNE
- id:
- 94aea81e4e0d269a24c635eb1333bd5a
- organization_id:
- 971197609
- name:
- SELBU KOMMUNE
- id:
- 2b24118bdcef96bd1cf1d2c34a7cb168
- organization_id:
- 864983472
- name:
- TYDAL KOMMUNE
- id:
- adbb0ba6dd17bc8dc2c3c32bdf07f711
- organization_id:
- 835231712
- name:
- MERÅKER KOMMUNE
- id:
- 295dfccfae011ce3a2fc9c68e093e395
- organization_id:
- 944482253
- name:
- FROSTA KOMMUNE
- id:
- c19ed2e74227b1b2e66e6f9046739455
- organization_id:
- 937697767
- name:
- HOLTÅLEN KOMMUNE
- id:
- 373107b6e7117ac0cfa8deb35c173c1f
- organization_id:
- 964950113
- name:
- EIDSVOLL KOMMUNE
- id:
- 23ca6bf663005a374a56ce79560965e7
- organization_id:
- 864949762
- name:
- GJERDRUM KOMMUNE
- id:
- f55be01b91255186f617a5e1759638ea
- organization_id:
- 939780777
- name:
- HURDAL KOMMUNE
- id:
- 92d3ab7d1dd9d12c017db7f68321e074
- organization_id:
- 964950202
- name:
- NANNESTAD KOMMUNE
- id:
- cca61ec9b9c117e767831485cbb449cd
- organization_id:
- 938679088
- name:
- NES KOMMUNE
- id:
- d9eb4f7643d4e623893a843931b9f735
- organization_id:
- 933649768
- name:
- ULLENSAKER KOMMUNE
- id:
- 8fad0b4711ec539dd006b97e4e017474
- organization_id:
- 929911709
- name:
- ÅLESUND KOMMUNE
- id:
- 46a2be9f3ab71bf96cf7390c2d459d45
- organization_id:
- 939760946
- name:
- VOLDA KOMMUNE
- id:
- 1b37f6d04a77ae305c670f1bc3ac7df8
- organization_id:
- 964978840
- name:
- HERØY KOMMUNE
- id:
- d14fbe2b23a14edef399068203a9c19e
- organization_id:
- 964980098
- name:
- STRANDA KOMMUNE
- id:
- b571733532cdfd2694cb43122666b947
- organization_id:
- 964980365
- name:
- SYKKYLVEN KOMMUNE
- id:
- 8a80d976c56b064ee4910153691b6c38
- organization_id:
- 964979278
- name:
- HAREID KOMMUNE
- id:
- 78c4104fbcecb2607315cfe74d032605
- organization_id:
- 964979456
- name:
- ULSTEIN KOMMUNE
- id:
- 815705bcb7d50305ae4b03072744323f
- organization_id:
- 939461450
- name:
- ØRSTA KOMMUNE
- id:
- d7f1b0aa3ac2e795f178f0569a3d3dd2
- organization_id:
- 939901965
- name:
- VESTNES KOMMUNE
- id:
- b4034655d371d015d270f81274348ea0
- organization_id:
- 964980721
- name:
- GISKE KOMMUNE
- id:
- 8b217da939eeab17a60fad9ecedf238c
- organization_id:
- 921891687
- name:
- FJORD KOMMUNE
- id:
- a5ba5f6ce723cf72ab5867f59e7630f5
- organization_id:
- 822534422
- name:
- SANDE KOMMUNE
- id:
- b77eda59af237589159ba3f83074ff09
- organization_id:
- 829912252
- name:
- HARAM KOMMUNE
- id:
- 8dccdb83b6b675c1faa3312fcbfec0ed
- organization_id:
- 964978662
- name:
- VANYLVEN KOMMUNE
- id:
- 32a75155b581fd9cc2bc096880d0b0d6
- organization_id:
- 964980543
- name:
- SULA KOMMUNE
- id:
- a859040014ea3ad6de02b5b69a01b961
- organization_id:
- 964981337
- name:
- AUKRA KOMMUNE
- id:
- fcb1d3b416e66cec0de80cd2eeb1b64e
- organization_id:
- 921221967
- name:
- MOLDE KOMMUNE
- id:
- c5b554d82f27dfd31c1de1d6a891ee82
- organization_id:
- 864980902
- name:
- RAUMA KOMMUNE
- id:
- 539277481bc5f447014aaf91ffe4f447
- organization_id:
- 820852982
- name:
- KRISTIANSAND KOMMUNE
- id:
- 838cb98142f977d6a6d4ee5fbaa8d44a
- organization_id:
- 971035560
- name:
- MALVIK KOMMUNE
- id:
- 4ef95fabe603a688fe26958e359be823
- organization_id:
- 991891919
- name:
- KRISTIANSUND KOMMUNE
- id:
- 125e3402f4e00120e4b85c7b64e50c91
- organization_id:
- 988913898
- name:
- AURE KOMMUNE
- id:
- 19cd56539fa9604faa37ad4b91aa2e65
- organization_id:
- 962378064
- name:
- AVERØY KOMMUNE
- id:
- 97d0c8963189d45c5e7e0d9627ebcf48
- organization_id:
- 964981426
- name:
- GJEMNES KOMMUNE
- id:
- d02a1e27faa4427bc0b2f30bd9695d7a
- organization_id:
- 921133642
- name:
- HUSTADVIKA KOMMUNE
- id:
- fb6f864f335446a1c7c267e61ecb4d1f
- organization_id:
- 940138051
- name:
- RINDAL KOMMUNE
- id:
- c78d67c09abdf60e68212b68dedba032
- organization_id:
- 945012986
- name:
- SMØLA KOMMUNE
- id:
- 44b69c2f3f47ba9ed34a387f7f1f34af
- organization_id:
- 964981604
- name:
- SUNNDAL KOMMUNE
- id:
- b89c2d89ca24c53291c0715ada8eb410
- organization_id:
- 964981892
- name:
- SURNADAL KOMMUNE
- id:
- 1ddb0d8d169a24996cb554e9c0840a34
- organization_id:
- 964981515
- name:
- TINGVOLL KOMMUNE
- heading:
- Legemiddel og multidose (Storby 2)
- description:
- Trondheim kommune inviterer til åpen anbudskonkurranse i forbindelse med inngåelse av avtale på legemiddel og multidose til Oppdragsgivers enheter og samarbeidsparter, totalt ca. 90 samarbeidsparter (jf. vedlegg 7 - Tilsluttede parter).Avtalen gjelder levering av:Reseptpliktige og ikke reseptpliktige legemidlerApotekspesifikke handelsvarerPakking av multidose og endoseOpsjon på spesialbestillinger (f.eks. smertepumper, IV antibiotika)Opsjon på farmasøytiske tjenester som rådgivning, revisjon/tilsyn, legemiddelgjennomgang eller legemiddelhåndteringskurs m.v. Opsjon på beredskapslagerDette inkluderer:Levering til lagerLevering til pasienter på sykehjem, andre helseinstitusjoner, fengselshelsetjeneste, legevakt, barnebolig m.v. Levering til hjemmeboende pasienter der Oppdragsgiver administrerer legemidlene, f.eks. via hjemmetjenesten, bofellesskap m.v. Viser til vedlagte konkurransegrunnlag med vedlegg for detaljer. Statistikker ettersendes som tilleggsinformasjon i Kommunikasjonsfanen uke 4.
- location_id:
1 results
- anyw
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2026-04-15T10:25:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-04-16
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-103166
- buyer:
89 results
- id:
- 7e05723806d184bb5004ce3b860f0376
- organization_id:
- 942110464
- name:
- Trondheim kommune
- id:
- fb06b63aeb60d374a48a9689d8ae3d3b
- organization_id:
- 970161414
- name:
- Bakklandet Menighets Omsorgsenter
- id:
- bb81f8eb8c95d553e6efa726ec385f37
- organization_id:
- 938658374
- name:
- Trondhjems Hospital
- id:
- c2597403b21a0225af1fc0e40e56b483
- organization_id:
- 875383922
- name:
- Kystad helse- og velferdssenter
- id:
- 97ea1486ff7782b7fb298918d2f99257
- organization_id:
- 967033065
- name:
- KONG CARL JOHANS ARBEIDSSTIFTELSE
- id:
- 269a0fab4a08056897498fb27d591471
- organization_id:
- 939865942
- name:
- SKAUN KOMMUNE
- id:
- f4592f81dc15aa5ab9c5b038e2c4ba17
- organization_id:
- 938726027
- name:
- MELHUS KOMMUNE
- id:
- b832f34d62016f1238b8bb83cfc23502
- organization_id:
- 970187715
- name:
- MIDTRE GAULDAL KOMMUNE
- id:
- 7bafa0b72bfbaaf7bb4d2159b5e1975a
- organization_id:
- 964338531
- name:
- BERGEN KOMMUNE
- id:
- d3835164bb839dbf757b5feac4c22516
- organization_id:
- 920290922
- name:
- ALVER KOMMUNE
- id:
- 97797bf3f40c5baebc42a84a66b4433f
- organization_id:
- 964338442
- name:
- ASKØY KOMMUNE
- id:
- 02e26f06fd12a3cd5d8e81e7b13c5cb1
- organization_id:
- 844458312
- name:
- BJØRNAFJORDEN KOMMUNE
- id:
- e23f83db5d263d910e7d17a180c90938
- organization_id:
- 944233199
- name:
- KVAM HERAD
- id:
- 21e8ff1d2bf533b69d30adba3e40d838
- organization_id:
- 945627913
- name:
- MASFJORDEN KOMMUNE
- id:
- e75a588d4bc75930f85e58d3b4e5486d
- organization_id:
- 864338712
- name:
- OSTERØY KOMMUNE
- id:
- 8256c71a6cbb7cce802c722e2ff04d8c
- organization_id:
- 964968985
- name:
- SAMNANGER KOMMUNE
- id:
- b932195c9b0c4c3f56f343f591a9b8ef
- organization_id:
- 961821967
- name:
- VAKSDAL KOMMUNE
- id:
- 9d0bfbd13d11bdddf04ad83f990e405b
- organization_id:
- 960510542
- name:
- VOSS HERAD
- id:
- 1557c26e4d626fdfaa452b2b4f591fc7
- organization_id:
- 922530890
- name:
- ØYGARDEN KOMMUNE
- id:
- 57d901a0d103db8974bcc7fc374eb819
- organization_id:
- 920500633
- name:
- ULLENSVANG KOMMUNE
- id:
- 6204feab6c5b7c827e7d988fd2fee0b1
- organization_id:
- 983948332
- name:
- STIFTELSEN ADVENTISTKIRKENS SYKEHJEM NORDÅS
- id:
- 1cff6f3c5e76b856a2d3a5dc1ba96040
- organization_id:
- 997273826
- name:
- BERGEN RØDE KORS SYKEHJEM AS
- id:
- 2154c35561a2c2153a3d54badbce474d
- organization_id:
- 974252724
- name:
- STIFTELSEN LANDÅS MENIGHETS ELDRESENTER
- id:
- 49f1005183008751491e99f7ff499c89
- organization_id:
- 971561890
- name:
- BERGENS INDREMISJON
- id:
- 43d9674be476eb5f83d5c46bf4e0fa85
- organization_id:
- 968349627
- name:
- STIFTELSEN BETANIEN
- id:
- e9146175c9ad93929955419daad5d52d
- organization_id:
- 973091522
- name:
- SIGNO KONOWS SENTER
- id:
- cf2ad591a58d09fd2f80ac96d1a974a7
- organization_id:
- 915612164
- name:
- SOLSLETTEN SYKEHJEM AS
- id:
- 836cdc077044dc75e4547188112ec301
- organization_id:
- 938277184
- name:
- STIFTELSEN DOMKIRKEHJEMMET I BERGEN
- id:
- e2a3b7d5de7cc1d0d9bd59b83aeec74a
- organization_id:
- 971427337
- name:
- STIFTELSEN METODISTHJEMMET BERGEN
- id:
- 55cdba27b0f3798eda7419c51617f2b8
- organization_id:
- 959320780
- name:
- STIFTELSEN SLETTEBAKKEN MENIGHETS ELDRESENTER
- id:
- fdf3a3f0af03a9829a5997f0cffcd8f6
- organization_id:
- 971427345
- name:
- STIFTELSEN SANKT JOHANNESHJEMMET
- id:
- 8d25cf1dc844e664afad2547641bacdb
- organization_id:
- 921577605
- name:
- STIFTELSEN DIAKONOVA HARALDSPLASS AVD SILJUSLÅTTEN
- id:
- b96199a15ebd24ff1d77dc32f3b4ed7d
- organization_id:
- 964965226
- name:
- STAVANGER KOMMUNE
- id:
- 646c233d090ad32b5c786b1530f1a1e0
- organization_id:
- 864979092
- name:
- HJELMELAND KOMMUNE
- id:
- 2108076ef901393e0ecfd862ff4b0f30
- organization_id:
- 964969590
- name:
- HÅ KOMMUNE
- id:
- 0209cd337c6b47383be98da0c0fd0deb
- organization_id:
- 964978573
- name:
- GJESDAL KOMMUNE
- id:
- e40e5398836139e6ab37373db288b28f
- organization_id:
- 948243113
- name:
- SOLA KOMMUNE
- id:
- d8f5e2796ebbbb93dc212638e5cb940b
- organization_id:
- 934945514
- name:
- RANDABERG KOMMUNE
- id:
- bef6fb5d9c06d9cd63e34843c6e96ebb
- organization_id:
- 964978751
- name:
- STRAND KOMMUNE
- id:
- 7f8f7f460f302ab2b4dc075b582339ea
- organization_id:
- 964979634
- name:
- KVITSØY KOMMUNE
- id:
- 27a86c95e72b6d16a34cbc4006871587
- organization_id:
- 864969682
- name:
- KLEPP KOMMUNE
- id:
- 4ff7252fb294044c6974c8ec8d7bc744
- organization_id:
- 859223672
- name:
- TIME KOMMUNE
- id:
- c5d382007bf43e0c4303533eaac115d2
- organization_id:
- 944496394
- name:
- EIGERSUND KOMMUNE
- id:
- aa434c6ab3139a7d8c522a4f874a22e4
- organization_id:
- 871461422
- name:
- DIAKONISENTERET STAVANGER
- id:
- 12db414367ed1cb8b2d08f7eb7d3934b
- organization_id:
- 976924487
- name:
- STAVANGER SPAREKASSES SYKEHJEM STI
- id:
- 6d7ad8392c73bb86fa6e9751b42dfaf0
- organization_id:
- 940555450
- name:
- STAVANGER HAANDVÆRKERSTIFTELSE ALDERS HVILE
- id:
- d8e23f1d71874490fb0b801fee0a814f
- organization_id:
- 974611961
- name:
- ST. JOHANNES SYKEHJEM
- id:
- 3902738a00c2bb29a8f959e570f7582f
- organization_id:
- 939958851
- name:
- STJØRDAL KOMMUNE
- id:
- 94aea81e4e0d269a24c635eb1333bd5a
- organization_id:
- 971197609
- name:
- SELBU KOMMUNE
- id:
- 2b24118bdcef96bd1cf1d2c34a7cb168
- organization_id:
- 864983472
- name:
- TYDAL KOMMUNE
- id:
- adbb0ba6dd17bc8dc2c3c32bdf07f711
- organization_id:
- 835231712
- name:
- MERÅKER KOMMUNE
- id:
- 295dfccfae011ce3a2fc9c68e093e395
- organization_id:
- 944482253
- name:
- FROSTA KOMMUNE
- id:
- c19ed2e74227b1b2e66e6f9046739455
- organization_id:
- 937697767
- name:
- HOLTÅLEN KOMMUNE
- id:
- 373107b6e7117ac0cfa8deb35c173c1f
- organization_id:
- 964950113
- name:
- EIDSVOLL KOMMUNE
- id:
- 23ca6bf663005a374a56ce79560965e7
- organization_id:
- 864949762
- name:
- GJERDRUM KOMMUNE
- id:
- f55be01b91255186f617a5e1759638ea
- organization_id:
- 939780777
- name:
- HURDAL KOMMUNE
- id:
- 92d3ab7d1dd9d12c017db7f68321e074
- organization_id:
- 964950202
- name:
- NANNESTAD KOMMUNE
- id:
- cca61ec9b9c117e767831485cbb449cd
- organization_id:
- 938679088
- name:
- NES KOMMUNE
- id:
- d9eb4f7643d4e623893a843931b9f735
- organization_id:
- 933649768
- name:
- ULLENSAKER KOMMUNE
- id:
- 8fad0b4711ec539dd006b97e4e017474
- organization_id:
- 929911709
- name:
- ÅLESUND KOMMUNE
- id:
- 46a2be9f3ab71bf96cf7390c2d459d45
- organization_id:
- 939760946
- name:
- VOLDA KOMMUNE
- id:
- 1b37f6d04a77ae305c670f1bc3ac7df8
- organization_id:
- 964978840
- name:
- HERØY KOMMUNE
- id:
- d14fbe2b23a14edef399068203a9c19e
- organization_id:
- 964980098
- name:
- STRANDA KOMMUNE
- id:
- b571733532cdfd2694cb43122666b947
- organization_id:
- 964980365
- name:
- SYKKYLVEN KOMMUNE
- id:
- 8a80d976c56b064ee4910153691b6c38
- organization_id:
- 964979278
- name:
- HAREID KOMMUNE
- id:
- 78c4104fbcecb2607315cfe74d032605
- organization_id:
- 964979456
- name:
- ULSTEIN KOMMUNE
- id:
- 815705bcb7d50305ae4b03072744323f
- organization_id:
- 939461450
- name:
- ØRSTA KOMMUNE
- id:
- d7f1b0aa3ac2e795f178f0569a3d3dd2
- organization_id:
- 939901965
- name:
- VESTNES KOMMUNE
- id:
- b4034655d371d015d270f81274348ea0
- organization_id:
- 964980721
- name:
- GISKE KOMMUNE
- id:
- 8b217da939eeab17a60fad9ecedf238c
- organization_id:
- 921891687
- name:
- FJORD KOMMUNE
- id:
- a5ba5f6ce723cf72ab5867f59e7630f5
- organization_id:
- 822534422
- name:
- SANDE KOMMUNE
- id:
- b77eda59af237589159ba3f83074ff09
- organization_id:
- 829912252
- name:
- HARAM KOMMUNE
- id:
- 8dccdb83b6b675c1faa3312fcbfec0ed
- organization_id:
- 964978662
- name:
- VANYLVEN KOMMUNE
- id:
- 32a75155b581fd9cc2bc096880d0b0d6
- organization_id:
- 964980543
- name:
- SULA KOMMUNE
- id:
- a859040014ea3ad6de02b5b69a01b961
- organization_id:
- 964981337
- name:
- AUKRA KOMMUNE
- id:
- fcb1d3b416e66cec0de80cd2eeb1b64e
- organization_id:
- 921221967
- name:
- MOLDE KOMMUNE
- id:
- c5b554d82f27dfd31c1de1d6a891ee82
- organization_id:
- 864980902
- name:
- RAUMA KOMMUNE
- id:
- 539277481bc5f447014aaf91ffe4f447
- organization_id:
- 820852982
- name:
- KRISTIANSAND KOMMUNE
- id:
- 838cb98142f977d6a6d4ee5fbaa8d44a
- organization_id:
- 971035560
- name:
- MALVIK KOMMUNE
- id:
- 4ef95fabe603a688fe26958e359be823
- organization_id:
- 991891919
- name:
- KRISTIANSUND KOMMUNE
- id:
- 125e3402f4e00120e4b85c7b64e50c91
- organization_id:
- 988913898
- name:
- AURE KOMMUNE
- id:
- 19cd56539fa9604faa37ad4b91aa2e65
- organization_id:
- 962378064
- name:
- AVERØY KOMMUNE
- id:
- 97d0c8963189d45c5e7e0d9627ebcf48
- organization_id:
- 964981426
- name:
- GJEMNES KOMMUNE
- id:
- d02a1e27faa4427bc0b2f30bd9695d7a
- organization_id:
- 921133642
- name:
- HUSTADVIKA KOMMUNE
- id:
- fb6f864f335446a1c7c267e61ecb4d1f
- organization_id:
- 940138051
- name:
- RINDAL KOMMUNE
- id:
- c78d67c09abdf60e68212b68dedba032
- organization_id:
- 945012986
- name:
- SMØLA KOMMUNE
- id:
- 44b69c2f3f47ba9ed34a387f7f1f34af
- organization_id:
- 964981604
- name:
- SUNNDAL KOMMUNE
- id:
- b89c2d89ca24c53291c0715ada8eb410
- organization_id:
- 964981892
- name:
- SURNADAL KOMMUNE
- id:
- 1ddb0d8d169a24996cb554e9c0840a34
- organization_id:
- 964981515
- name:
- TINGVOLL KOMMUNE
- heading:
- Legemiddel og multidose (Storby 2)
- description:
- Trondheim kommune inviterer til åpen anbudskonkurranse i forbindelse med inngåelse av avtale på legemiddel og multidose til Oppdragsgivers enheter og samarbeidsparter, totalt ca. 90 samarbeidsparter (jf. vedlegg 7 - Tilsluttede parter).Avtalen gjelder levering av:Reseptpliktige og ikke reseptpliktige legemidlerApotekspesifikke handelsvarerPakking av multidose og endoseOpsjon på spesialbestillinger (f.eks. smertepumper, IV antibiotika)Opsjon på farmasøytiske tjenester som rådgivning, revisjon/tilsyn, legemiddelgjennomgang eller legemiddelhåndteringskurs m.v. Opsjon på beredskapslagerDette inkluderer:Levering til lagerLevering til pasienter på sykehjem, andre helseinstitusjoner, fengselshelsetjeneste, legevakt, barnebolig m.v. Levering til hjemmeboende pasienter der Oppdragsgiver administrerer legemidlene, f.eks. via hjemmetjenesten, bofellesskap m.v. Viser til vedlagte konkurransegrunnlag med vedlegg for detaljer. Statistikker ettersendes som tilleggsinformasjon i Kommunikasjonsfanen uke 4.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 1650000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- AWARDED
- issueDate:
- 2026-02-16T12:53:05Z
- deadline:
- 2026-02-25T13:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-02-16
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-101809
- buyer:
19 results
- id:
- c525d33fad6d5082b75f6da7c59ef5bb
- organization_id:
- 964338531
- name:
- Bergen kommune - Innkjøp konsern
- id:
- d3835164bb839dbf757b5feac4c22516
- organization_id:
- 920 290 922
- name:
- Alver kommune
- id:
- 97797bf3f40c5baebc42a84a66b4433f
- organization_id:
- 964 338 442
- name:
- Askøy kommune
- id:
- 99d0e1afde414992136b192396dee3db
- organization_id:
- 948 350 823
- name:
- Austrheim kommune
- id:
- 02e26f06fd12a3cd5d8e81e7b13c5cb1
- organization_id:
- 844 458 312
- name:
- Bjørnafjorden kommune
- id:
- e23f83db5d263d910e7d17a180c90938
- organization_id:
- 944 233 199
- name:
- Kvam Herad
- id:
- e75a588d4bc75930f85e58d3b4e5486d
- organization_id:
- 864 338 712
- name:
- Osterøy kommune
- id:
- 8256c71a6cbb7cce802c722e2ff04d8c
- organization_id:
- 964 968 985
- name:
- Samnanger kommune
- id:
- b932195c9b0c4c3f56f343f591a9b8ef
- organization_id:
- 961 821 967
- name:
- Vaksdal kommune
- id:
- 9d0bfbd13d11bdddf04ad83f990e405b
- organization_id:
- 960 510 542
- name:
- Voss herad
- id:
- 1557c26e4d626fdfaa452b2b4f591fc7
- organization_id:
- 922 530 890
- name:
- Øygarden kommune
- id:
- 57d901a0d103db8974bcc7fc374eb819
- organization_id:
- 920 500 633
- name:
- Ullensvang kommune
- id:
- 4cedff4e77901ba6d992033cca33df4c
- organization_id:
- 968 349 627
- name:
- Betanien rehabilitering og sykehjem
- id:
- ac43f809a660db875c59c6ae08a3937c
- organization_id:
- 964 338 531
- name:
- Omsorgssenteret Bergens Indremisjon
- id:
- e9146175c9ad93929955419daad5d52d
- organization_id:
- 964 338 531
- name:
- Signo Konows senter
- id:
- cf2ad591a58d09fd2f80ac96d1a974a7
- organization_id:
- 915 612 164
- name:
- Solsletten sykehjem
- id:
- e2a3b7d5de7cc1d0d9bd59b83aeec74a
- organization_id:
- 971 427 337
- name:
- Stiftelsen Metodisthjemmet Bergen
- id:
- c05ba1017e0aefe5d8e5e00c47b0179f
- organization_id:
- 994 241 222
- name:
- Stiftelsen Nykirkehjemmet
- id:
- 01ac4b0139e166a08df2444f363f06df
- organization_id:
- 971 472 345
- name:
- Stiftelsen St. Johanneshjemmet
- heading:
- IK-EØS 020-2025 Matvarer til tjenestesteder med matservering i Bergen kommune og samarbeidsparter
- description:
- Rammeavtale for levering av matvarer til tjenestesteder med matservering i Bergen kommune og samarbeidsparter.Enhetene som omfattes av avtalen har anledning til å kjøpe lokalproduserte matvarer fra Vestland fylke utenfor avtalen, forutsatt at varene kjøpes direkte fra produsenten eller fra utsalgssteder som utelukkende selger lokalprodusert mat. Kjøp fra dagligvarekjeder eller utsalgssteder med blandet vareutvalg omfattes ikke av unntaket.Dette er en inkluderende kontrakt med krav om 5 personer på arbeidsinkludering.Merk:Det finnes egne avtaler for byrådsavdeling for barnehage og skole og for produksjonskjøkken.Avtalen gjelder ikke for administrative enheter.Rammeavtalen omfatter levering av matvarer i husholdningspakninger, tilpasset bruk i postkjøkken og andre mindre enheter. I tillegg inkluderer avtalen relevante forbruksartikler som bakepapir, aluminiumsfolie, plastfolie og andre produkter som naturlig inngår ved innkjøp av matvarer.
- location_id:
1 results
- NO0A2
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 520000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- AWARDED
- issueDate:
- 2026-01-26T14:43:59Z
- deadline:
- 2026-02-12T13:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-01-26
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-119322
- buyer:
20 results
- id:
- c525d33fad6d5082b75f6da7c59ef5bb
- organization_id:
- 964338531
- name:
- Bergen kommune - Innkjøp konsern
- id:
- d3835164bb839dbf757b5feac4c22516
- organization_id:
- 920 290 922
- name:
- Alver kommune
- id:
- 97797bf3f40c5baebc42a84a66b4433f
- organization_id:
- 964 338 442
- name:
- Askøy kommune
- id:
- 258b09ae986da19875d83c42b804a18d
- organization_id:
- 941 139 787
- name:
- Austevoll kommune
- id:
- 99d0e1afde414992136b192396dee3db
- organization_id:
- 948 350 823
- name:
- Austrheim kommune
- id:
- 02e26f06fd12a3cd5d8e81e7b13c5cb1
- organization_id:
- 844 458 312
- name:
- Bjørnafjorden kommune
- id:
- e23f83db5d263d910e7d17a180c90938
- organization_id:
- 944 233 199
- name:
- Kvam Herad
- id:
- 21e8ff1d2bf533b69d30adba3e40d838
- organization_id:
- 945 627 913
- name:
- Masfjorden kommune
- id:
- 12d6a2c7765ed6295fc9d3015af22be5
- organization_id:
- 964 969 302
- name:
- Modalen kommune
- id:
- e75a588d4bc75930f85e58d3b4e5486d
- organization_id:
- 864 338 712
- name:
- Osterøy kommune
- id:
- 8256c71a6cbb7cce802c722e2ff04d8c
- organization_id:
- 964 968 985
- name:
- Samnanger kommune
- id:
- b932195c9b0c4c3f56f343f591a9b8ef
- organization_id:
- 961 821 967
- name:
- Vaksdal kommune
- id:
- 9d0bfbd13d11bdddf04ad83f990e405b
- organization_id:
- 960 510 542
- name:
- Voss herad
- id:
- 1557c26e4d626fdfaa452b2b4f591fc7
- organization_id:
- 922 530 890
- name:
- Øygarden kommune
- id:
- 57d901a0d103db8974bcc7fc374eb819
- organization_id:
- 920 500 633
- name:
- Ullensvang kommune
- id:
- 4cedff4e77901ba6d992033cca33df4c
- organization_id:
- 968 349 627
- name:
- Betanien rehabilitering og sykehjem
- id:
- ac43f809a660db875c59c6ae08a3937c
- organization_id:
- 964 338 531
- name:
- Omsorgssenteret Bergens Indremisjon
- id:
- e2a3b7d5de7cc1d0d9bd59b83aeec74a
- organization_id:
- 971 427 337
- name:
- Stiftelsen Metodisthjemmet Bergen
- id:
- 01ac4b0139e166a08df2444f363f06df
- organization_id:
- 971 472 345
- name:
- Stiftelsen St. Johanneshjemmet
- id:
- 7bd21e45238a90ca598aef6d4d0e8ae9
- organization_id:
- 976 994 434
- name:
- Bergen Kirkelige Fellesråd
- heading:
- IK-EØS 005-2025 Kontormøbler til Bergen kommune og samarbeidsparter
- description:
- Rammeavtale for kontormøbler.Avtalen omfatter kjøp nye møbler, kjøp av brukte møbler, reparasjon, redesign, møbelkartlegging og lagerplass for møbler.Avtalen skal ha en bærekraftig profil med fokus på sirkulært design. Dette gjenspeiles både i minimumskravene og tildelingskriteriene. Bergen kommune skal i løpet av avtaleperioden øke andelen brukte møbler, og i henhold til Grønn virksomhet for Bergen kommune er det satt et mål om å redusere innkjøp av nye møbler med minst 50% innen 2030.Alle nye møbler som tilbys skal være tilpasset offentlig bruk, og ha en forventet levetid på 15-20 år.Ombruksavdelingen til Bergen kommune har egen avtale som skal benyttes til reparasjon og redesign av møbler ombruksavdelingen er ansvarlig for. Utover dette vil Oppdragsgiver benytte tjenestene fra leverandør.Oppdragsgiver har avtaler for helsemøbler, skolemøbler og barnehagemøbler. Det skal likevel leveres kontormøbler til skoler, barnehager og institusjoner på avtalen for kontormøbler.
- location_id:
1 results
- NO0A2
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2025-12-05T08:55:10Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-12-08
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-119323
- buyer:
21 results
- id:
- c525d33fad6d5082b75f6da7c59ef5bb
- organization_id:
- 964338531
- name:
- Bergen kommune - Innkjøp konsern
- id:
- d3835164bb839dbf757b5feac4c22516
- organization_id:
- 920 290 922
- name:
- Alver kommune
- id:
- 97797bf3f40c5baebc42a84a66b4433f
- organization_id:
- 964 338 442
- name:
- Askøy kommune
- id:
- 258b09ae986da19875d83c42b804a18d
- organization_id:
- 941 139 787
- name:
- Austevoll kommune
- id:
- 99d0e1afde414992136b192396dee3db
- organization_id:
- 948 350 823
- name:
- Austrheim kommune
- id:
- 02e26f06fd12a3cd5d8e81e7b13c5cb1
- organization_id:
- 844 458 312
- name:
- Bjørnafjorden kommune
- id:
- e23f83db5d263d910e7d17a180c90938
- organization_id:
- 944 233 199
- name:
- Kvam Herad
- id:
- 21e8ff1d2bf533b69d30adba3e40d838
- organization_id:
- 945 627 913
- name:
- Masfjorden kommune
- id:
- 12d6a2c7765ed6295fc9d3015af22be5
- organization_id:
- 964 969 302
- name:
- Modalen kommune
- id:
- e75a588d4bc75930f85e58d3b4e5486d
- organization_id:
- 864 338 712
- name:
- Osterøy kommune
- id:
- 8256c71a6cbb7cce802c722e2ff04d8c
- organization_id:
- 964 968 985
- name:
- Samnanger kommune
- id:
- b932195c9b0c4c3f56f343f591a9b8ef
- organization_id:
- 961 821 967
- name:
- Vaksdal kommune
- id:
- 9d0bfbd13d11bdddf04ad83f990e405b
- organization_id:
- 960 510 542
- name:
- Voss herad
- id:
- 1557c26e4d626fdfaa452b2b4f591fc7
- organization_id:
- 922 530 890
- name:
- Øygarden kommune
- id:
- 57d901a0d103db8974bcc7fc374eb819
- organization_id:
- 920 500 633
- name:
- Ullensvang kommune
- id:
- 4cedff4e77901ba6d992033cca33df4c
- organization_id:
- 968 349 627
- name:
- Betanien rehabilitering og sykehjem
- id:
- ac43f809a660db875c59c6ae08a3937c
- organization_id:
- 964 338 531
- name:
- Omsorgssenteret Bergens Indremisjon
- id:
- e9146175c9ad93929955419daad5d52d
- organization_id:
- 964 338 531
- name:
- Signo Konows senter
- id:
- e2a3b7d5de7cc1d0d9bd59b83aeec74a
- organization_id:
- 971 427 337
- name:
- Stiftelsen Metodisthjemmet Bergen
- id:
- 01ac4b0139e166a08df2444f363f06df
- organization_id:
- 971 472 345
- name:
- Stiftelsen St. Johanneshjemmet
- id:
- ee78d604c6478b0164e7d9909cb4abc4
- organization_id:
- 944 888 799
- name:
- N.K.S Bergen sanitetsforening ved N.K.S Fayehagen avlastningsbolig
- heading:
- IK-EØS 006-2025 Helsemøbler til Bergen kommune og samarbeidsparter
- description:
- Rammeavtale for helsemøbler.Avtalen omfatter nye møbler, brukte møbler, reparasjon, redesign, møbelkartlegging og lagerplass for møbler.Avtalen skal ha en bærekraftig profil med fokus på sirkulært design. Dette gjenspeiles både i minimumskravene og tildelingskriteriene. Bergen kommune skal i løpet av avtaleperioden øke andelen brukte møbler, og i henhold til Grønn virksomhet for Bergen kommune er det satt et mål om å redusere innkjøp av nye møbler med minst 50% innen 2030.Alle nye møbler som tilbys skal være tilpasset offentlig bruk, og ha en forventet levetid på 15-20 år.Ombruksavdelingen til Bergen kommune har egen avtale som skal benyttes til reparasjon og redesign av møbler ombruksavdelingen er ansvarlig for. Utover dette vil Oppdragsgiver benytte tjenestene fra leverandør.Kontormøbler til institusjoner leveres av leverandør for kontormøbler.
- location_id:
1 results
- NO0A2
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2025-12-05T09:08:21Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-12-08
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-117954
- buyer:
14 results
- id:
- c525d33fad6d5082b75f6da7c59ef5bb
- organization_id:
- 964338531
- name:
- Bergen kommune - Innkjøp konsern
- id:
- 8256c71a6cbb7cce802c722e2ff04d8c
- organization_id:
- 964968985
- name:
- Samnanger kommune
- id:
- b932195c9b0c4c3f56f343f591a9b8ef
- organization_id:
- 961821967
- name:
- Vaksdal kommune
- id:
- 9d0bfbd13d11bdddf04ad83f990e405b
- organization_id:
- 960 510 542
- name:
- Voss herad
- id:
- 1cff6f3c5e76b856a2d3a5dc1ba96040
- organization_id:
- 997 273 826
- name:
- Bergen Røde Kors sykehjem
- id:
- 4cedff4e77901ba6d992033cca33df4c
- organization_id:
- 968 349 627
- name:
- Betanien rehabilitering og sykehjem
- id:
- 6c55014f127e54fc3d645161dcb8e72f
- organization_id:
- 974 252 724
- name:
- Landås Menighets Eldresenter
- id:
- ac43f809a660db875c59c6ae08a3937c
- organization_id:
- 971 561 890
- name:
- Omsorgssenteret Bergens Indremisjon
- id:
- e9146175c9ad93929955419daad5d52d
- organization_id:
- 964 338 531
- name:
- Signo Konows senter
- id:
- 641f35f2a07bbd39e0d65285fa2fb060
- organization_id:
- 921 577 605
- name:
- Siljuslåtten (Haraldsplass Diakonale Stiftelse)
- id:
- 3237842303f4f7dfcfea044983b8447e
- organization_id:
- 938 277 184
- name:
- Stiftelsen Domkirkehjemmet
- id:
- e2a3b7d5de7cc1d0d9bd59b83aeec74a
- organization_id:
- 971 427 337
- name:
- Stiftelsen Metodisthjemmet Bergen
- id:
- c05ba1017e0aefe5d8e5e00c47b0179f
- organization_id:
- 994 241 222
- name:
- Stiftelsen Nykirkehjemmet
- id:
- 55cdba27b0f3798eda7419c51617f2b8
- organization_id:
- 959 320 780
- name:
- Stiftelsen Slettebakken Menighets Eldresenter
- heading:
- IK-EØS 025-2025 Leie og vask av sengetøy, frotté og tilhørende produkter til sykehjem i Bergen kommune og samarbeidsparter
- description:
- Avtalen gjelder leie og vask av sengetøy, frotté og tilhørende produkter til behandlingssentre og sykehjem i Bergen kommune og samarbeidsparter. Avtalen omfatter også enkelte sengeutstyr som eies av oppdragsgiveren der det kun er behov for vask og levering.
- location_id:
1 results
- NO0A2
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 110000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-11-24T13:12:07Z
- deadline:
- 2026-01-14T11:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-11-25
- 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:
- 57
- hits:
10 results
- id:
- 2026-112971
- buyer:
19 results
- id:
- c525d33fad6d5082b75f6da7c59ef5bb
- organization_id:
- 964338531
- name:
- Bergen kommune - Innkjøp konsern
- id:
- d3835164bb839dbf757b5feac4c22516
- organization_id:
- 920 290 922
- name:
- Alver kommune
- id:
- 97797bf3f40c5baebc42a84a66b4433f
- organization_id:
- 964 338 442
- name:
- Askøy kommune
- id:
- 99d0e1afde414992136b192396dee3db
- organization_id:
- 948 350 823
- name:
- Austrheim kommune
- id:
- 02e26f06fd12a3cd5d8e81e7b13c5cb1
- organization_id:
- 844 458 312
- name:
- Bjørnafjorden kommune
- id:
- e23f83db5d263d910e7d17a180c90938
- organization_id:
- 944 233 199
- name:
- Kvam Herad
- id:
- e75a588d4bc75930f85e58d3b4e5486d
- organization_id:
- 864 338 712
- name:
- Osterøy kommune
- id:
- 8256c71a6cbb7cce802c722e2ff04d8c
- organization_id:
- 964 968 985
- name:
- Samnanger kommune
- id:
- b932195c9b0c4c3f56f343f591a9b8ef
- organization_id:
- 961 821 967
- name:
- Vaksdal kommune
- id:
- 9d0bfbd13d11bdddf04ad83f990e405b
- organization_id:
- 960 510 542
- name:
- Voss herad
- id:
- 1557c26e4d626fdfaa452b2b4f591fc7
- organization_id:
- 922 530 890
- name:
- Øygarden kommune
- id:
- 57d901a0d103db8974bcc7fc374eb819
- organization_id:
- 920 500 633
- name:
- Ullensvang kommune
- id:
- 4cedff4e77901ba6d992033cca33df4c
- organization_id:
- 968 349 627
- name:
- Betanien rehabilitering og sykehjem
- id:
- ac43f809a660db875c59c6ae08a3937c
- organization_id:
- 964 338 531
- name:
- Omsorgssenteret Bergens Indremisjon
- id:
- e9146175c9ad93929955419daad5d52d
- organization_id:
- 964 338 531
- name:
- Signo Konows senter
- id:
- cf2ad591a58d09fd2f80ac96d1a974a7
- organization_id:
- 915 612 164
- name:
- Solsletten sykehjem
- id:
- e2a3b7d5de7cc1d0d9bd59b83aeec74a
- organization_id:
- 971 427 337
- name:
- Stiftelsen Metodisthjemmet Bergen
- id:
- c05ba1017e0aefe5d8e5e00c47b0179f
- organization_id:
- 994 241 222
- name:
- Stiftelsen Nykirkehjemmet
- id:
- 01ac4b0139e166a08df2444f363f06df
- organization_id:
- 971 472 345
- name:
- Stiftelsen St. Johanneshjemmet
- heading:
- IK-EØS 055-2026 Matvarer til tjenestesteder med matservering i Bergen kommune og samarbeidsparter (2. utlysning)
- description:
- Rammeavtale for levering av matvarer til tjenestesteder med matservering i Bergen kommune og samarbeidsparter.Enhetene som omfattes av avtalen har anledning til å kjøpe lokalproduserte matvarer fra Vestland fylke utenfor avtalen, forutsatt at varene kjøpes direkte fra produsenten eller fra utsalgssteder som utelukkende selger lokalprodusert mat. Kjøp fra dagligvarekjeder eller utsalgssteder med blandet vareutvalg omfattes ikke av unntaket.Dette er en inkluderende kontrakt med krav om 5 personer på arbeidsinkludering.Merk:Det finnes egne avtaler for byrådsavdeling for barnehage og skole og for produksjonskjøkken.Avtalen gjelder ikke for administrative enheter.Rammeavtalen omfatter levering av matvarer i husholdningspakninger, tilpasset bruk i postkjøkken og andre mindre enheter. I tillegg inkluderer avtalen relevante forbruksartikler som bakepapir, aluminiumsfolie, plastfolie og andre produkter som naturlig inngår ved innkjøp av matvarer.
- location_id:
1 results
- NO0A2
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 520000000.0
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2026-08-13T07:14:28Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-08-14
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-111410
- buyer:
9 results
- id:
- c525d33fad6d5082b75f6da7c59ef5bb
- organization_id:
- 964338531
- name:
- Bergen kommune - Innkjøp konsern
- id:
- d3835164bb839dbf757b5feac4c22516
- organization_id:
- 920290922
- name:
- Alver kommune
- id:
- 97797bf3f40c5baebc42a84a66b4433f
- organization_id:
- 964338442
- name:
- Askøy kommune
- id:
- 1cff6f3c5e76b856a2d3a5dc1ba96040
- organization_id:
- 997273826
- name:
- Bergen Røde Kors sykehjem
- id:
- 6c55014f127e54fc3d645161dcb8e72f
- organization_id:
- 974252724
- name:
- Landås Menighets Eldresenter
- id:
- ac43f809a660db875c59c6ae08a3937c
- organization_id:
- 974316412
- name:
- Omsorgssenteret Bergens Indremisjon
- id:
- 3237842303f4f7dfcfea044983b8447e
- organization_id:
- 938277184
- name:
- Stiftelsen Domkirkehjemmet
- id:
- e2a3b7d5de7cc1d0d9bd59b83aeec74a
- organization_id:
- 971427337
- name:
- Stiftelsen Metodisthjemmet Bergen
- id:
- 55cdba27b0f3798eda7419c51617f2b8
- organization_id:
- 959320780
- name:
- Stiftelsen Slettebakken Menighets Eldresenter
- heading:
- IK-EØS 024-2026 Leie og vask av løse gulvmatter til Bergen kommune og samarbeidsparter
- description:
- Avtalen gjelder leie og vask av løse gulvmatter inkludert distribusjon til og fra brukerstedene, innhenting av skitne matter og levering av rene matter til Bergen kommune og samarbeidsparter.
- location_id:
1 results
- NO0A2
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 22000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2026-06-26T10:41:36Z
- deadline:
- 2026-08-31T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-06-29
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-108944
- buyer:
19 results
- id:
- c525d33fad6d5082b75f6da7c59ef5bb
- organization_id:
- 964338531
- name:
- Bergen kommune - Innkjøp konsern
- id:
- d3835164bb839dbf757b5feac4c22516
- organization_id:
- 920 290 922
- name:
- Alver kommune
- id:
- 97797bf3f40c5baebc42a84a66b4433f
- organization_id:
- 964 338 442
- name:
- Askøy kommune
- id:
- 99d0e1afde414992136b192396dee3db
- organization_id:
- 948 350 823
- name:
- Austrheim kommune
- id:
- 02e26f06fd12a3cd5d8e81e7b13c5cb1
- organization_id:
- 844 458 312
- name:
- Bjørnafjorden kommune
- id:
- e23f83db5d263d910e7d17a180c90938
- organization_id:
- 944 233 199
- name:
- Kvam Herad
- id:
- e75a588d4bc75930f85e58d3b4e5486d
- organization_id:
- 864 338 712
- name:
- Osterøy kommune
- id:
- 8256c71a6cbb7cce802c722e2ff04d8c
- organization_id:
- 964 968 985
- name:
- Samnanger kommune
- id:
- b932195c9b0c4c3f56f343f591a9b8ef
- organization_id:
- 961 821 967
- name:
- Vaksdal kommune
- id:
- 9d0bfbd13d11bdddf04ad83f990e405b
- organization_id:
- 960 510 542
- name:
- Voss herad
- id:
- 1557c26e4d626fdfaa452b2b4f591fc7
- organization_id:
- 922 530 890
- name:
- Øygarden kommune
- id:
- 57d901a0d103db8974bcc7fc374eb819
- organization_id:
- 920 500 633
- name:
- Ullensvang kommune
- id:
- 4cedff4e77901ba6d992033cca33df4c
- organization_id:
- 968 349 627
- name:
- Betanien rehabilitering og sykehjem
- id:
- ac43f809a660db875c59c6ae08a3937c
- organization_id:
- 964 338 531
- name:
- Omsorgssenteret Bergens Indremisjon
- id:
- e9146175c9ad93929955419daad5d52d
- organization_id:
- 964 338 531
- name:
- Signo Konows senter
- id:
- cf2ad591a58d09fd2f80ac96d1a974a7
- organization_id:
- 915 612 164
- name:
- Solsletten sykehjem
- id:
- e2a3b7d5de7cc1d0d9bd59b83aeec74a
- organization_id:
- 971 427 337
- name:
- Stiftelsen Metodisthjemmet Bergen
- id:
- c05ba1017e0aefe5d8e5e00c47b0179f
- organization_id:
- 994 241 222
- name:
- Stiftelsen Nykirkehjemmet
- id:
- 01ac4b0139e166a08df2444f363f06df
- organization_id:
- 971 472 345
- name:
- Stiftelsen St. Johanneshjemmet
- heading:
- IK-EØS 020-2025 Matvarer til tjenestesteder med matservering i Bergen kommune og samarbeidsparter
- description:
- Rammeavtale for levering av matvarer til tjenestesteder med matservering i Bergen kommune og samarbeidsparter.Enhetene som omfattes av avtalen har anledning til å kjøpe lokalproduserte matvarer fra Vestland fylke utenfor avtalen, forutsatt at varene kjøpes direkte fra produsenten eller fra utsalgssteder som utelukkende selger lokalprodusert mat. Kjøp fra dagligvarekjeder eller utsalgssteder med blandet vareutvalg omfattes ikke av unntaket.Dette er en inkluderende kontrakt med krav om 5 personer på arbeidsinkludering.Merk:Det finnes egne avtaler for byrådsavdeling for barnehage og skole og for produksjonskjøkken.Avtalen gjelder ikke for administrative enheter.Rammeavtalen omfatter levering av matvarer i husholdningspakninger, tilpasset bruk i postkjøkken og andre mindre enheter. I tillegg inkluderer avtalen relevante forbruksartikler som bakepapir, aluminiumsfolie, plastfolie og andre produkter som naturlig inngår ved innkjøp av matvarer.
- location_id:
1 results
- NO0A2
- estimatedValue:
- not reported by source
- type:
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2026-05-18T10:21:29Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-05-19
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-108340
- buyer:
19 results
- id:
- c525d33fad6d5082b75f6da7c59ef5bb
- organization_id:
- 964338531
- name:
- Bergen kommune - Innkjøp konsern
- id:
- d3835164bb839dbf757b5feac4c22516
- organization_id:
- 920 290 922
- name:
- Alver kommune
- id:
- 97797bf3f40c5baebc42a84a66b4433f
- organization_id:
- 964 338 442
- name:
- Askøy kommune
- id:
- 99d0e1afde414992136b192396dee3db
- organization_id:
- 948 350 823
- name:
- Austrheim kommune
- id:
- 02e26f06fd12a3cd5d8e81e7b13c5cb1
- organization_id:
- 844 458 312
- name:
- Bjørnafjorden kommune
- id:
- e23f83db5d263d910e7d17a180c90938
- organization_id:
- 944 233 199
- name:
- Kvam Herad
- id:
- e75a588d4bc75930f85e58d3b4e5486d
- organization_id:
- 864 338 712
- name:
- Osterøy kommune
- id:
- 8256c71a6cbb7cce802c722e2ff04d8c
- organization_id:
- 964 968 985
- name:
- Samnanger kommune
- id:
- b932195c9b0c4c3f56f343f591a9b8ef
- organization_id:
- 961 821 967
- name:
- Vaksdal kommune
- id:
- 9d0bfbd13d11bdddf04ad83f990e405b
- organization_id:
- 960 510 542
- name:
- Voss herad
- id:
- 1557c26e4d626fdfaa452b2b4f591fc7
- organization_id:
- 922 530 890
- name:
- Øygarden kommune
- id:
- 57d901a0d103db8974bcc7fc374eb819
- organization_id:
- 920 500 633
- name:
- Ullensvang kommune
- id:
- 4cedff4e77901ba6d992033cca33df4c
- organization_id:
- 968 349 627
- name:
- Betanien rehabilitering og sykehjem
- id:
- ac43f809a660db875c59c6ae08a3937c
- organization_id:
- 964 338 531
- name:
- Omsorgssenteret Bergens Indremisjon
- id:
- e9146175c9ad93929955419daad5d52d
- organization_id:
- 964 338 531
- name:
- Signo Konows senter
- id:
- cf2ad591a58d09fd2f80ac96d1a974a7
- organization_id:
- 915 612 164
- name:
- Solsletten sykehjem
- id:
- e2a3b7d5de7cc1d0d9bd59b83aeec74a
- organization_id:
- 971 427 337
- name:
- Stiftelsen Metodisthjemmet Bergen
- id:
- c05ba1017e0aefe5d8e5e00c47b0179f
- organization_id:
- 994 241 222
- name:
- Stiftelsen Nykirkehjemmet
- id:
- 01ac4b0139e166a08df2444f363f06df
- organization_id:
- 971 472 345
- name:
- Stiftelsen St. Johanneshjemmet
- heading:
- IK-EØS 055-2026 Matvarer til tjenestesteder med matservering i Bergen kommune og samarbeidsparter (2. utlysning)
- description:
- Rammeavtale for levering av matvarer til tjenestesteder med matservering i Bergen kommune og samarbeidsparter.Enhetene som omfattes av avtalen har anledning til å kjøpe lokalproduserte matvarer fra Vestland fylke utenfor avtalen, forutsatt at varene kjøpes direkte fra produsenten eller fra utsalgssteder som utelukkende selger lokalprodusert mat. Kjøp fra dagligvarekjeder eller utsalgssteder med blandet vareutvalg omfattes ikke av unntaket.Dette er en inkluderende kontrakt med krav om 5 personer på arbeidsinkludering.Merk:Det finnes egne avtaler for byrådsavdeling for barnehage og skole og for produksjonskjøkken.Avtalen gjelder ikke for administrative enheter.Rammeavtalen omfatter levering av matvarer i husholdningspakninger, tilpasset bruk i postkjøkken og andre mindre enheter. I tillegg inkluderer avtalen relevante forbruksartikler som bakepapir, aluminiumsfolie, plastfolie og andre produkter som naturlig inngår ved innkjøp av matvarer.
- location_id:
1 results
- NO0A2
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 520000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- AWARDED
- issueDate:
- 2026-05-07T08:39:06Z
- deadline:
- 2026-06-10T12:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-05-08
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-106844
- buyer:
89 results
- id:
- 7e05723806d184bb5004ce3b860f0376
- organization_id:
- 942110464
- name:
- Trondheim kommune
- id:
- fb06b63aeb60d374a48a9689d8ae3d3b
- organization_id:
- 970161414
- name:
- Bakklandet Menighets Omsorgsenter
- id:
- bb81f8eb8c95d553e6efa726ec385f37
- organization_id:
- 938658374
- name:
- Trondhjems Hospital
- id:
- c2597403b21a0225af1fc0e40e56b483
- organization_id:
- 875383922
- name:
- Kystad helse- og velferdssenter
- id:
- 97ea1486ff7782b7fb298918d2f99257
- organization_id:
- 967033065
- name:
- KONG CARL JOHANS ARBEIDSSTIFTELSE
- id:
- 269a0fab4a08056897498fb27d591471
- organization_id:
- 939865942
- name:
- SKAUN KOMMUNE
- id:
- f4592f81dc15aa5ab9c5b038e2c4ba17
- organization_id:
- 938726027
- name:
- MELHUS KOMMUNE
- id:
- b832f34d62016f1238b8bb83cfc23502
- organization_id:
- 970187715
- name:
- MIDTRE GAULDAL KOMMUNE
- id:
- 7bafa0b72bfbaaf7bb4d2159b5e1975a
- organization_id:
- 964338531
- name:
- BERGEN KOMMUNE
- id:
- d3835164bb839dbf757b5feac4c22516
- organization_id:
- 920290922
- name:
- ALVER KOMMUNE
- id:
- 97797bf3f40c5baebc42a84a66b4433f
- organization_id:
- 964338442
- name:
- ASKØY KOMMUNE
- id:
- 02e26f06fd12a3cd5d8e81e7b13c5cb1
- organization_id:
- 844458312
- name:
- BJØRNAFJORDEN KOMMUNE
- id:
- e23f83db5d263d910e7d17a180c90938
- organization_id:
- 944233199
- name:
- KVAM HERAD
- id:
- 21e8ff1d2bf533b69d30adba3e40d838
- organization_id:
- 945627913
- name:
- MASFJORDEN KOMMUNE
- id:
- e75a588d4bc75930f85e58d3b4e5486d
- organization_id:
- 864338712
- name:
- OSTERØY KOMMUNE
- id:
- 8256c71a6cbb7cce802c722e2ff04d8c
- organization_id:
- 964968985
- name:
- SAMNANGER KOMMUNE
- id:
- b932195c9b0c4c3f56f343f591a9b8ef
- organization_id:
- 961821967
- name:
- VAKSDAL KOMMUNE
- id:
- 9d0bfbd13d11bdddf04ad83f990e405b
- organization_id:
- 960510542
- name:
- VOSS HERAD
- id:
- 1557c26e4d626fdfaa452b2b4f591fc7
- organization_id:
- 922530890
- name:
- ØYGARDEN KOMMUNE
- id:
- 57d901a0d103db8974bcc7fc374eb819
- organization_id:
- 920500633
- name:
- ULLENSVANG KOMMUNE
- id:
- 6204feab6c5b7c827e7d988fd2fee0b1
- organization_id:
- 983948332
- name:
- STIFTELSEN ADVENTISTKIRKENS SYKEHJEM NORDÅS
- id:
- 1cff6f3c5e76b856a2d3a5dc1ba96040
- organization_id:
- 997273826
- name:
- BERGEN RØDE KORS SYKEHJEM AS
- id:
- 2154c35561a2c2153a3d54badbce474d
- organization_id:
- 974252724
- name:
- STIFTELSEN LANDÅS MENIGHETS ELDRESENTER
- id:
- 49f1005183008751491e99f7ff499c89
- organization_id:
- 971561890
- name:
- BERGENS INDREMISJON
- id:
- 43d9674be476eb5f83d5c46bf4e0fa85
- organization_id:
- 968349627
- name:
- STIFTELSEN BETANIEN
- id:
- e9146175c9ad93929955419daad5d52d
- organization_id:
- 973091522
- name:
- SIGNO KONOWS SENTER
- id:
- cf2ad591a58d09fd2f80ac96d1a974a7
- organization_id:
- 915612164
- name:
- SOLSLETTEN SYKEHJEM AS
- id:
- 836cdc077044dc75e4547188112ec301
- organization_id:
- 938277184
- name:
- STIFTELSEN DOMKIRKEHJEMMET I BERGEN
- id:
- e2a3b7d5de7cc1d0d9bd59b83aeec74a
- organization_id:
- 971427337
- name:
- STIFTELSEN METODISTHJEMMET BERGEN
- id:
- 55cdba27b0f3798eda7419c51617f2b8
- organization_id:
- 959320780
- name:
- STIFTELSEN SLETTEBAKKEN MENIGHETS ELDRESENTER
- id:
- fdf3a3f0af03a9829a5997f0cffcd8f6
- organization_id:
- 971427345
- name:
- STIFTELSEN SANKT JOHANNESHJEMMET
- id:
- 8d25cf1dc844e664afad2547641bacdb
- organization_id:
- 921577605
- name:
- STIFTELSEN DIAKONOVA HARALDSPLASS AVD SILJUSLÅTTEN
- id:
- b96199a15ebd24ff1d77dc32f3b4ed7d
- organization_id:
- 964965226
- name:
- STAVANGER KOMMUNE
- id:
- 646c233d090ad32b5c786b1530f1a1e0
- organization_id:
- 864979092
- name:
- HJELMELAND KOMMUNE
- id:
- 2108076ef901393e0ecfd862ff4b0f30
- organization_id:
- 964969590
- name:
- HÅ KOMMUNE
- id:
- 0209cd337c6b47383be98da0c0fd0deb
- organization_id:
- 964978573
- name:
- GJESDAL KOMMUNE
- id:
- e40e5398836139e6ab37373db288b28f
- organization_id:
- 948243113
- name:
- SOLA KOMMUNE
- id:
- d8f5e2796ebbbb93dc212638e5cb940b
- organization_id:
- 934945514
- name:
- RANDABERG KOMMUNE
- id:
- bef6fb5d9c06d9cd63e34843c6e96ebb
- organization_id:
- 964978751
- name:
- STRAND KOMMUNE
- id:
- 7f8f7f460f302ab2b4dc075b582339ea
- organization_id:
- 964979634
- name:
- KVITSØY KOMMUNE
- id:
- 27a86c95e72b6d16a34cbc4006871587
- organization_id:
- 864969682
- name:
- KLEPP KOMMUNE
- id:
- 4ff7252fb294044c6974c8ec8d7bc744
- organization_id:
- 859223672
- name:
- TIME KOMMUNE
- id:
- c5d382007bf43e0c4303533eaac115d2
- organization_id:
- 944496394
- name:
- EIGERSUND KOMMUNE
- id:
- aa434c6ab3139a7d8c522a4f874a22e4
- organization_id:
- 871461422
- name:
- DIAKONISENTERET STAVANGER
- id:
- 12db414367ed1cb8b2d08f7eb7d3934b
- organization_id:
- 976924487
- name:
- STAVANGER SPAREKASSES SYKEHJEM STI
- id:
- 6d7ad8392c73bb86fa6e9751b42dfaf0
- organization_id:
- 940555450
- name:
- STAVANGER HAANDVÆRKERSTIFTELSE ALDERS HVILE
- id:
- d8e23f1d71874490fb0b801fee0a814f
- organization_id:
- 974611961
- name:
- ST. JOHANNES SYKEHJEM
- id:
- 3902738a00c2bb29a8f959e570f7582f
- organization_id:
- 939958851
- name:
- STJØRDAL KOMMUNE
- id:
- 94aea81e4e0d269a24c635eb1333bd5a
- organization_id:
- 971197609
- name:
- SELBU KOMMUNE
- id:
- 2b24118bdcef96bd1cf1d2c34a7cb168
- organization_id:
- 864983472
- name:
- TYDAL KOMMUNE
- id:
- adbb0ba6dd17bc8dc2c3c32bdf07f711
- organization_id:
- 835231712
- name:
- MERÅKER KOMMUNE
- id:
- 295dfccfae011ce3a2fc9c68e093e395
- organization_id:
- 944482253
- name:
- FROSTA KOMMUNE
- id:
- c19ed2e74227b1b2e66e6f9046739455
- organization_id:
- 937697767
- name:
- HOLTÅLEN KOMMUNE
- id:
- 373107b6e7117ac0cfa8deb35c173c1f
- organization_id:
- 964950113
- name:
- EIDSVOLL KOMMUNE
- id:
- 23ca6bf663005a374a56ce79560965e7
- organization_id:
- 864949762
- name:
- GJERDRUM KOMMUNE
- id:
- f55be01b91255186f617a5e1759638ea
- organization_id:
- 939780777
- name:
- HURDAL KOMMUNE
- id:
- 92d3ab7d1dd9d12c017db7f68321e074
- organization_id:
- 964950202
- name:
- NANNESTAD KOMMUNE
- id:
- cca61ec9b9c117e767831485cbb449cd
- organization_id:
- 938679088
- name:
- NES KOMMUNE
- id:
- d9eb4f7643d4e623893a843931b9f735
- organization_id:
- 933649768
- name:
- ULLENSAKER KOMMUNE
- id:
- 8fad0b4711ec539dd006b97e4e017474
- organization_id:
- 929911709
- name:
- ÅLESUND KOMMUNE
- id:
- 46a2be9f3ab71bf96cf7390c2d459d45
- organization_id:
- 939760946
- name:
- VOLDA KOMMUNE
- id:
- 1b37f6d04a77ae305c670f1bc3ac7df8
- organization_id:
- 964978840
- name:
- HERØY KOMMUNE
- id:
- d14fbe2b23a14edef399068203a9c19e
- organization_id:
- 964980098
- name:
- STRANDA KOMMUNE
- id:
- b571733532cdfd2694cb43122666b947
- organization_id:
- 964980365
- name:
- SYKKYLVEN KOMMUNE
- id:
- 8a80d976c56b064ee4910153691b6c38
- organization_id:
- 964979278
- name:
- HAREID KOMMUNE
- id:
- 78c4104fbcecb2607315cfe74d032605
- organization_id:
- 964979456
- name:
- ULSTEIN KOMMUNE
- id:
- 815705bcb7d50305ae4b03072744323f
- organization_id:
- 939461450
- name:
- ØRSTA KOMMUNE
- id:
- d7f1b0aa3ac2e795f178f0569a3d3dd2
- organization_id:
- 939901965
- name:
- VESTNES KOMMUNE
- id:
- b4034655d371d015d270f81274348ea0
- organization_id:
- 964980721
- name:
- GISKE KOMMUNE
- id:
- 8b217da939eeab17a60fad9ecedf238c
- organization_id:
- 921891687
- name:
- FJORD KOMMUNE
- id:
- a5ba5f6ce723cf72ab5867f59e7630f5
- organization_id:
- 822534422
- name:
- SANDE KOMMUNE
- id:
- b77eda59af237589159ba3f83074ff09
- organization_id:
- 829912252
- name:
- HARAM KOMMUNE
- id:
- 8dccdb83b6b675c1faa3312fcbfec0ed
- organization_id:
- 964978662
- name:
- VANYLVEN KOMMUNE
- id:
- 32a75155b581fd9cc2bc096880d0b0d6
- organization_id:
- 964980543
- name:
- SULA KOMMUNE
- id:
- a859040014ea3ad6de02b5b69a01b961
- organization_id:
- 964981337
- name:
- AUKRA KOMMUNE
- id:
- fcb1d3b416e66cec0de80cd2eeb1b64e
- organization_id:
- 921221967
- name:
- MOLDE KOMMUNE
- id:
- c5b554d82f27dfd31c1de1d6a891ee82
- organization_id:
- 864980902
- name:
- RAUMA KOMMUNE
- id:
- 539277481bc5f447014aaf91ffe4f447
- organization_id:
- 820852982
- name:
- KRISTIANSAND KOMMUNE
- id:
- 838cb98142f977d6a6d4ee5fbaa8d44a
- organization_id:
- 971035560
- name:
- MALVIK KOMMUNE
- id:
- 4ef95fabe603a688fe26958e359be823
- organization_id:
- 991891919
- name:
- KRISTIANSUND KOMMUNE
- id:
- 125e3402f4e00120e4b85c7b64e50c91
- organization_id:
- 988913898
- name:
- AURE KOMMUNE
- id:
- 19cd56539fa9604faa37ad4b91aa2e65
- organization_id:
- 962378064
- name:
- AVERØY KOMMUNE
- id:
- 97d0c8963189d45c5e7e0d9627ebcf48
- organization_id:
- 964981426
- name:
- GJEMNES KOMMUNE
- id:
- d02a1e27faa4427bc0b2f30bd9695d7a
- organization_id:
- 921133642
- name:
- HUSTADVIKA KOMMUNE
- id:
- fb6f864f335446a1c7c267e61ecb4d1f
- organization_id:
- 940138051
- name:
- RINDAL KOMMUNE
- id:
- c78d67c09abdf60e68212b68dedba032
- organization_id:
- 945012986
- name:
- SMØLA KOMMUNE
- id:
- 44b69c2f3f47ba9ed34a387f7f1f34af
- organization_id:
- 964981604
- name:
- SUNNDAL KOMMUNE
- id:
- b89c2d89ca24c53291c0715ada8eb410
- organization_id:
- 964981892
- name:
- SURNADAL KOMMUNE
- id:
- 1ddb0d8d169a24996cb554e9c0840a34
- organization_id:
- 964981515
- name:
- TINGVOLL KOMMUNE
- heading:
- Legemiddel og multidose (Storby 2)
- description:
- Trondheim kommune inviterer til åpen anbudskonkurranse i forbindelse med inngåelse av avtale på legemiddel og multidose til Oppdragsgivers enheter og samarbeidsparter, totalt ca. 90 samarbeidsparter (jf. vedlegg 7 - Tilsluttede parter).Avtalen gjelder levering av:Reseptpliktige og ikke reseptpliktige legemidlerApotekspesifikke handelsvarerPakking av multidose og endoseOpsjon på spesialbestillinger (f.eks. smertepumper, IV antibiotika)Opsjon på farmasøytiske tjenester som rådgivning, revisjon/tilsyn, legemiddelgjennomgang eller legemiddelhåndteringskurs m.v. Opsjon på beredskapslagerDette inkluderer:Levering til lagerLevering til pasienter på sykehjem, andre helseinstitusjoner, fengselshelsetjeneste, legevakt, barnebolig m.v. Levering til hjemmeboende pasienter der Oppdragsgiver administrerer legemidlene, f.eks. via hjemmetjenesten, bofellesskap m.v. Viser til vedlagte konkurransegrunnlag med vedlegg for detaljer. Statistikker ettersendes som tilleggsinformasjon i Kommunikasjonsfanen uke 4.
- location_id:
1 results
- anyw
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2026-04-15T10:25:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2026-04-16
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-103166
- buyer:
89 results
- id:
- 7e05723806d184bb5004ce3b860f0376
- organization_id:
- 942110464
- name:
- Trondheim kommune
- id:
- fb06b63aeb60d374a48a9689d8ae3d3b
- organization_id:
- 970161414
- name:
- Bakklandet Menighets Omsorgsenter
- id:
- bb81f8eb8c95d553e6efa726ec385f37
- organization_id:
- 938658374
- name:
- Trondhjems Hospital
- id:
- c2597403b21a0225af1fc0e40e56b483
- organization_id:
- 875383922
- name:
- Kystad helse- og velferdssenter
- id:
- 97ea1486ff7782b7fb298918d2f99257
- organization_id:
- 967033065
- name:
- KONG CARL JOHANS ARBEIDSSTIFTELSE
- id:
- 269a0fab4a08056897498fb27d591471
- organization_id:
- 939865942
- name:
- SKAUN KOMMUNE
- id:
- f4592f81dc15aa5ab9c5b038e2c4ba17
- organization_id:
- 938726027
- name:
- MELHUS KOMMUNE
- id:
- b832f34d62016f1238b8bb83cfc23502
- organization_id:
- 970187715
- name:
- MIDTRE GAULDAL KOMMUNE
- id:
- 7bafa0b72bfbaaf7bb4d2159b5e1975a
- organization_id:
- 964338531
- name:
- BERGEN KOMMUNE
- id:
- d3835164bb839dbf757b5feac4c22516
- organization_id:
- 920290922
- name:
- ALVER KOMMUNE
- id:
- 97797bf3f40c5baebc42a84a66b4433f
- organization_id:
- 964338442
- name:
- ASKØY KOMMUNE
- id:
- 02e26f06fd12a3cd5d8e81e7b13c5cb1
- organization_id:
- 844458312
- name:
- BJØRNAFJORDEN KOMMUNE
- id:
- e23f83db5d263d910e7d17a180c90938
- organization_id:
- 944233199
- name:
- KVAM HERAD
- id:
- 21e8ff1d2bf533b69d30adba3e40d838
- organization_id:
- 945627913
- name:
- MASFJORDEN KOMMUNE
- id:
- e75a588d4bc75930f85e58d3b4e5486d
- organization_id:
- 864338712
- name:
- OSTERØY KOMMUNE
- id:
- 8256c71a6cbb7cce802c722e2ff04d8c
- organization_id:
- 964968985
- name:
- SAMNANGER KOMMUNE
- id:
- b932195c9b0c4c3f56f343f591a9b8ef
- organization_id:
- 961821967
- name:
- VAKSDAL KOMMUNE
- id:
- 9d0bfbd13d11bdddf04ad83f990e405b
- organization_id:
- 960510542
- name:
- VOSS HERAD
- id:
- 1557c26e4d626fdfaa452b2b4f591fc7
- organization_id:
- 922530890
- name:
- ØYGARDEN KOMMUNE
- id:
- 57d901a0d103db8974bcc7fc374eb819
- organization_id:
- 920500633
- name:
- ULLENSVANG KOMMUNE
- id:
- 6204feab6c5b7c827e7d988fd2fee0b1
- organization_id:
- 983948332
- name:
- STIFTELSEN ADVENTISTKIRKENS SYKEHJEM NORDÅS
- id:
- 1cff6f3c5e76b856a2d3a5dc1ba96040
- organization_id:
- 997273826
- name:
- BERGEN RØDE KORS SYKEHJEM AS
- id:
- 2154c35561a2c2153a3d54badbce474d
- organization_id:
- 974252724
- name:
- STIFTELSEN LANDÅS MENIGHETS ELDRESENTER
- id:
- 49f1005183008751491e99f7ff499c89
- organization_id:
- 971561890
- name:
- BERGENS INDREMISJON
- id:
- 43d9674be476eb5f83d5c46bf4e0fa85
- organization_id:
- 968349627
- name:
- STIFTELSEN BETANIEN
- id:
- e9146175c9ad93929955419daad5d52d
- organization_id:
- 973091522
- name:
- SIGNO KONOWS SENTER
- id:
- cf2ad591a58d09fd2f80ac96d1a974a7
- organization_id:
- 915612164
- name:
- SOLSLETTEN SYKEHJEM AS
- id:
- 836cdc077044dc75e4547188112ec301
- organization_id:
- 938277184
- name:
- STIFTELSEN DOMKIRKEHJEMMET I BERGEN
- id:
- e2a3b7d5de7cc1d0d9bd59b83aeec74a
- organization_id:
- 971427337
- name:
- STIFTELSEN METODISTHJEMMET BERGEN
- id:
- 55cdba27b0f3798eda7419c51617f2b8
- organization_id:
- 959320780
- name:
- STIFTELSEN SLETTEBAKKEN MENIGHETS ELDRESENTER
- id:
- fdf3a3f0af03a9829a5997f0cffcd8f6
- organization_id:
- 971427345
- name:
- STIFTELSEN SANKT JOHANNESHJEMMET
- id:
- 8d25cf1dc844e664afad2547641bacdb
- organization_id:
- 921577605
- name:
- STIFTELSEN DIAKONOVA HARALDSPLASS AVD SILJUSLÅTTEN
- id:
- b96199a15ebd24ff1d77dc32f3b4ed7d
- organization_id:
- 964965226
- name:
- STAVANGER KOMMUNE
- id:
- 646c233d090ad32b5c786b1530f1a1e0
- organization_id:
- 864979092
- name:
- HJELMELAND KOMMUNE
- id:
- 2108076ef901393e0ecfd862ff4b0f30
- organization_id:
- 964969590
- name:
- HÅ KOMMUNE
- id:
- 0209cd337c6b47383be98da0c0fd0deb
- organization_id:
- 964978573
- name:
- GJESDAL KOMMUNE
- id:
- e40e5398836139e6ab37373db288b28f
- organization_id:
- 948243113
- name:
- SOLA KOMMUNE
- id:
- d8f5e2796ebbbb93dc212638e5cb940b
- organization_id:
- 934945514
- name:
- RANDABERG KOMMUNE
- id:
- bef6fb5d9c06d9cd63e34843c6e96ebb
- organization_id:
- 964978751
- name:
- STRAND KOMMUNE
- id:
- 7f8f7f460f302ab2b4dc075b582339ea
- organization_id:
- 964979634
- name:
- KVITSØY KOMMUNE
- id:
- 27a86c95e72b6d16a34cbc4006871587
- organization_id:
- 864969682
- name:
- KLEPP KOMMUNE
- id:
- 4ff7252fb294044c6974c8ec8d7bc744
- organization_id:
- 859223672
- name:
- TIME KOMMUNE
- id:
- c5d382007bf43e0c4303533eaac115d2
- organization_id:
- 944496394
- name:
- EIGERSUND KOMMUNE
- id:
- aa434c6ab3139a7d8c522a4f874a22e4
- organization_id:
- 871461422
- name:
- DIAKONISENTERET STAVANGER
- id:
- 12db414367ed1cb8b2d08f7eb7d3934b
- organization_id:
- 976924487
- name:
- STAVANGER SPAREKASSES SYKEHJEM STI
- id:
- 6d7ad8392c73bb86fa6e9751b42dfaf0
- organization_id:
- 940555450
- name:
- STAVANGER HAANDVÆRKERSTIFTELSE ALDERS HVILE
- id:
- d8e23f1d71874490fb0b801fee0a814f
- organization_id:
- 974611961
- name:
- ST. JOHANNES SYKEHJEM
- id:
- 3902738a00c2bb29a8f959e570f7582f
- organization_id:
- 939958851
- name:
- STJØRDAL KOMMUNE
- id:
- 94aea81e4e0d269a24c635eb1333bd5a
- organization_id:
- 971197609
- name:
- SELBU KOMMUNE
- id:
- 2b24118bdcef96bd1cf1d2c34a7cb168
- organization_id:
- 864983472
- name:
- TYDAL KOMMUNE
- id:
- adbb0ba6dd17bc8dc2c3c32bdf07f711
- organization_id:
- 835231712
- name:
- MERÅKER KOMMUNE
- id:
- 295dfccfae011ce3a2fc9c68e093e395
- organization_id:
- 944482253
- name:
- FROSTA KOMMUNE
- id:
- c19ed2e74227b1b2e66e6f9046739455
- organization_id:
- 937697767
- name:
- HOLTÅLEN KOMMUNE
- id:
- 373107b6e7117ac0cfa8deb35c173c1f
- organization_id:
- 964950113
- name:
- EIDSVOLL KOMMUNE
- id:
- 23ca6bf663005a374a56ce79560965e7
- organization_id:
- 864949762
- name:
- GJERDRUM KOMMUNE
- id:
- f55be01b91255186f617a5e1759638ea
- organization_id:
- 939780777
- name:
- HURDAL KOMMUNE
- id:
- 92d3ab7d1dd9d12c017db7f68321e074
- organization_id:
- 964950202
- name:
- NANNESTAD KOMMUNE
- id:
- cca61ec9b9c117e767831485cbb449cd
- organization_id:
- 938679088
- name:
- NES KOMMUNE
- id:
- d9eb4f7643d4e623893a843931b9f735
- organization_id:
- 933649768
- name:
- ULLENSAKER KOMMUNE
- id:
- 8fad0b4711ec539dd006b97e4e017474
- organization_id:
- 929911709
- name:
- ÅLESUND KOMMUNE
- id:
- 46a2be9f3ab71bf96cf7390c2d459d45
- organization_id:
- 939760946
- name:
- VOLDA KOMMUNE
- id:
- 1b37f6d04a77ae305c670f1bc3ac7df8
- organization_id:
- 964978840
- name:
- HERØY KOMMUNE
- id:
- d14fbe2b23a14edef399068203a9c19e
- organization_id:
- 964980098
- name:
- STRANDA KOMMUNE
- id:
- b571733532cdfd2694cb43122666b947
- organization_id:
- 964980365
- name:
- SYKKYLVEN KOMMUNE
- id:
- 8a80d976c56b064ee4910153691b6c38
- organization_id:
- 964979278
- name:
- HAREID KOMMUNE
- id:
- 78c4104fbcecb2607315cfe74d032605
- organization_id:
- 964979456
- name:
- ULSTEIN KOMMUNE
- id:
- 815705bcb7d50305ae4b03072744323f
- organization_id:
- 939461450
- name:
- ØRSTA KOMMUNE
- id:
- d7f1b0aa3ac2e795f178f0569a3d3dd2
- organization_id:
- 939901965
- name:
- VESTNES KOMMUNE
- id:
- b4034655d371d015d270f81274348ea0
- organization_id:
- 964980721
- name:
- GISKE KOMMUNE
- id:
- 8b217da939eeab17a60fad9ecedf238c
- organization_id:
- 921891687
- name:
- FJORD KOMMUNE
- id:
- a5ba5f6ce723cf72ab5867f59e7630f5
- organization_id:
- 822534422
- name:
- SANDE KOMMUNE
- id:
- b77eda59af237589159ba3f83074ff09
- organization_id:
- 829912252
- name:
- HARAM KOMMUNE
- id:
- 8dccdb83b6b675c1faa3312fcbfec0ed
- organization_id:
- 964978662
- name:
- VANYLVEN KOMMUNE
- id:
- 32a75155b581fd9cc2bc096880d0b0d6
- organization_id:
- 964980543
- name:
- SULA KOMMUNE
- id:
- a859040014ea3ad6de02b5b69a01b961
- organization_id:
- 964981337
- name:
- AUKRA KOMMUNE
- id:
- fcb1d3b416e66cec0de80cd2eeb1b64e
- organization_id:
- 921221967
- name:
- MOLDE KOMMUNE
- id:
- c5b554d82f27dfd31c1de1d6a891ee82
- organization_id:
- 864980902
- name:
- RAUMA KOMMUNE
- id:
- 539277481bc5f447014aaf91ffe4f447
- organization_id:
- 820852982
- name:
- KRISTIANSAND KOMMUNE
- id:
- 838cb98142f977d6a6d4ee5fbaa8d44a
- organization_id:
- 971035560
- name:
- MALVIK KOMMUNE
- id:
- 4ef95fabe603a688fe26958e359be823
- organization_id:
- 991891919
- name:
- KRISTIANSUND KOMMUNE
- id:
- 125e3402f4e00120e4b85c7b64e50c91
- organization_id:
- 988913898
- name:
- AURE KOMMUNE
- id:
- 19cd56539fa9604faa37ad4b91aa2e65
- organization_id:
- 962378064
- name:
- AVERØY KOMMUNE
- id:
- 97d0c8963189d45c5e7e0d9627ebcf48
- organization_id:
- 964981426
- name:
- GJEMNES KOMMUNE
- id:
- d02a1e27faa4427bc0b2f30bd9695d7a
- organization_id:
- 921133642
- name:
- HUSTADVIKA KOMMUNE
- id:
- fb6f864f335446a1c7c267e61ecb4d1f
- organization_id:
- 940138051
- name:
- RINDAL KOMMUNE
- id:
- c78d67c09abdf60e68212b68dedba032
- organization_id:
- 945012986
- name:
- SMØLA KOMMUNE
- id:
- 44b69c2f3f47ba9ed34a387f7f1f34af
- organization_id:
- 964981604
- name:
- SUNNDAL KOMMUNE
- id:
- b89c2d89ca24c53291c0715ada8eb410
- organization_id:
- 964981892
- name:
- SURNADAL KOMMUNE
- id:
- 1ddb0d8d169a24996cb554e9c0840a34
- organization_id:
- 964981515
- name:
- TINGVOLL KOMMUNE
- heading:
- Legemiddel og multidose (Storby 2)
- description:
- Trondheim kommune inviterer til åpen anbudskonkurranse i forbindelse med inngåelse av avtale på legemiddel og multidose til Oppdragsgivers enheter og samarbeidsparter, totalt ca. 90 samarbeidsparter (jf. vedlegg 7 - Tilsluttede parter).Avtalen gjelder levering av:Reseptpliktige og ikke reseptpliktige legemidlerApotekspesifikke handelsvarerPakking av multidose og endoseOpsjon på spesialbestillinger (f.eks. smertepumper, IV antibiotika)Opsjon på farmasøytiske tjenester som rådgivning, revisjon/tilsyn, legemiddelgjennomgang eller legemiddelhåndteringskurs m.v. Opsjon på beredskapslagerDette inkluderer:Levering til lagerLevering til pasienter på sykehjem, andre helseinstitusjoner, fengselshelsetjeneste, legevakt, barnebolig m.v. Levering til hjemmeboende pasienter der Oppdragsgiver administrerer legemidlene, f.eks. via hjemmetjenesten, bofellesskap m.v. Viser til vedlagte konkurransegrunnlag med vedlegg for detaljer. Statistikker ettersendes som tilleggsinformasjon i Kommunikasjonsfanen uke 4.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 1650000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- AWARDED
- issueDate:
- 2026-02-16T12:53:05Z
- deadline:
- 2026-02-25T13:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-02-16
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2026-101809
- buyer:
19 results
- id:
- c525d33fad6d5082b75f6da7c59ef5bb
- organization_id:
- 964338531
- name:
- Bergen kommune - Innkjøp konsern
- id:
- d3835164bb839dbf757b5feac4c22516
- organization_id:
- 920 290 922
- name:
- Alver kommune
- id:
- 97797bf3f40c5baebc42a84a66b4433f
- organization_id:
- 964 338 442
- name:
- Askøy kommune
- id:
- 99d0e1afde414992136b192396dee3db
- organization_id:
- 948 350 823
- name:
- Austrheim kommune
- id:
- 02e26f06fd12a3cd5d8e81e7b13c5cb1
- organization_id:
- 844 458 312
- name:
- Bjørnafjorden kommune
- id:
- e23f83db5d263d910e7d17a180c90938
- organization_id:
- 944 233 199
- name:
- Kvam Herad
- id:
- e75a588d4bc75930f85e58d3b4e5486d
- organization_id:
- 864 338 712
- name:
- Osterøy kommune
- id:
- 8256c71a6cbb7cce802c722e2ff04d8c
- organization_id:
- 964 968 985
- name:
- Samnanger kommune
- id:
- b932195c9b0c4c3f56f343f591a9b8ef
- organization_id:
- 961 821 967
- name:
- Vaksdal kommune
- id:
- 9d0bfbd13d11bdddf04ad83f990e405b
- organization_id:
- 960 510 542
- name:
- Voss herad
- id:
- 1557c26e4d626fdfaa452b2b4f591fc7
- organization_id:
- 922 530 890
- name:
- Øygarden kommune
- id:
- 57d901a0d103db8974bcc7fc374eb819
- organization_id:
- 920 500 633
- name:
- Ullensvang kommune
- id:
- 4cedff4e77901ba6d992033cca33df4c
- organization_id:
- 968 349 627
- name:
- Betanien rehabilitering og sykehjem
- id:
- ac43f809a660db875c59c6ae08a3937c
- organization_id:
- 964 338 531
- name:
- Omsorgssenteret Bergens Indremisjon
- id:
- e9146175c9ad93929955419daad5d52d
- organization_id:
- 964 338 531
- name:
- Signo Konows senter
- id:
- cf2ad591a58d09fd2f80ac96d1a974a7
- organization_id:
- 915 612 164
- name:
- Solsletten sykehjem
- id:
- e2a3b7d5de7cc1d0d9bd59b83aeec74a
- organization_id:
- 971 427 337
- name:
- Stiftelsen Metodisthjemmet Bergen
- id:
- c05ba1017e0aefe5d8e5e00c47b0179f
- organization_id:
- 994 241 222
- name:
- Stiftelsen Nykirkehjemmet
- id:
- 01ac4b0139e166a08df2444f363f06df
- organization_id:
- 971 472 345
- name:
- Stiftelsen St. Johanneshjemmet
- heading:
- IK-EØS 020-2025 Matvarer til tjenestesteder med matservering i Bergen kommune og samarbeidsparter
- description:
- Rammeavtale for levering av matvarer til tjenestesteder med matservering i Bergen kommune og samarbeidsparter.Enhetene som omfattes av avtalen har anledning til å kjøpe lokalproduserte matvarer fra Vestland fylke utenfor avtalen, forutsatt at varene kjøpes direkte fra produsenten eller fra utsalgssteder som utelukkende selger lokalprodusert mat. Kjøp fra dagligvarekjeder eller utsalgssteder med blandet vareutvalg omfattes ikke av unntaket.Dette er en inkluderende kontrakt med krav om 5 personer på arbeidsinkludering.Merk:Det finnes egne avtaler for byrådsavdeling for barnehage og skole og for produksjonskjøkken.Avtalen gjelder ikke for administrative enheter.Rammeavtalen omfatter levering av matvarer i husholdningspakninger, tilpasset bruk i postkjøkken og andre mindre enheter. I tillegg inkluderer avtalen relevante forbruksartikler som bakepapir, aluminiumsfolie, plastfolie og andre produkter som naturlig inngår ved innkjøp av matvarer.
- location_id:
1 results
- NO0A2
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 520000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- AWARDED
- issueDate:
- 2026-01-26T14:43:59Z
- deadline:
- 2026-02-12T13:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2026-01-26
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-119322
- buyer:
20 results
- id:
- c525d33fad6d5082b75f6da7c59ef5bb
- organization_id:
- 964338531
- name:
- Bergen kommune - Innkjøp konsern
- id:
- d3835164bb839dbf757b5feac4c22516
- organization_id:
- 920 290 922
- name:
- Alver kommune
- id:
- 97797bf3f40c5baebc42a84a66b4433f
- organization_id:
- 964 338 442
- name:
- Askøy kommune
- id:
- 258b09ae986da19875d83c42b804a18d
- organization_id:
- 941 139 787
- name:
- Austevoll kommune
- id:
- 99d0e1afde414992136b192396dee3db
- organization_id:
- 948 350 823
- name:
- Austrheim kommune
- id:
- 02e26f06fd12a3cd5d8e81e7b13c5cb1
- organization_id:
- 844 458 312
- name:
- Bjørnafjorden kommune
- id:
- e23f83db5d263d910e7d17a180c90938
- organization_id:
- 944 233 199
- name:
- Kvam Herad
- id:
- 21e8ff1d2bf533b69d30adba3e40d838
- organization_id:
- 945 627 913
- name:
- Masfjorden kommune
- id:
- 12d6a2c7765ed6295fc9d3015af22be5
- organization_id:
- 964 969 302
- name:
- Modalen kommune
- id:
- e75a588d4bc75930f85e58d3b4e5486d
- organization_id:
- 864 338 712
- name:
- Osterøy kommune
- id:
- 8256c71a6cbb7cce802c722e2ff04d8c
- organization_id:
- 964 968 985
- name:
- Samnanger kommune
- id:
- b932195c9b0c4c3f56f343f591a9b8ef
- organization_id:
- 961 821 967
- name:
- Vaksdal kommune
- id:
- 9d0bfbd13d11bdddf04ad83f990e405b
- organization_id:
- 960 510 542
- name:
- Voss herad
- id:
- 1557c26e4d626fdfaa452b2b4f591fc7
- organization_id:
- 922 530 890
- name:
- Øygarden kommune
- id:
- 57d901a0d103db8974bcc7fc374eb819
- organization_id:
- 920 500 633
- name:
- Ullensvang kommune
- id:
- 4cedff4e77901ba6d992033cca33df4c
- organization_id:
- 968 349 627
- name:
- Betanien rehabilitering og sykehjem
- id:
- ac43f809a660db875c59c6ae08a3937c
- organization_id:
- 964 338 531
- name:
- Omsorgssenteret Bergens Indremisjon
- id:
- e2a3b7d5de7cc1d0d9bd59b83aeec74a
- organization_id:
- 971 427 337
- name:
- Stiftelsen Metodisthjemmet Bergen
- id:
- 01ac4b0139e166a08df2444f363f06df
- organization_id:
- 971 472 345
- name:
- Stiftelsen St. Johanneshjemmet
- id:
- 7bd21e45238a90ca598aef6d4d0e8ae9
- organization_id:
- 976 994 434
- name:
- Bergen Kirkelige Fellesråd
- heading:
- IK-EØS 005-2025 Kontormøbler til Bergen kommune og samarbeidsparter
- description:
- Rammeavtale for kontormøbler.Avtalen omfatter kjøp nye møbler, kjøp av brukte møbler, reparasjon, redesign, møbelkartlegging og lagerplass for møbler.Avtalen skal ha en bærekraftig profil med fokus på sirkulært design. Dette gjenspeiles både i minimumskravene og tildelingskriteriene. Bergen kommune skal i løpet av avtaleperioden øke andelen brukte møbler, og i henhold til Grønn virksomhet for Bergen kommune er det satt et mål om å redusere innkjøp av nye møbler med minst 50% innen 2030.Alle nye møbler som tilbys skal være tilpasset offentlig bruk, og ha en forventet levetid på 15-20 år.Ombruksavdelingen til Bergen kommune har egen avtale som skal benyttes til reparasjon og redesign av møbler ombruksavdelingen er ansvarlig for. Utover dette vil Oppdragsgiver benytte tjenestene fra leverandør.Oppdragsgiver har avtaler for helsemøbler, skolemøbler og barnehagemøbler. Det skal likevel leveres kontormøbler til skoler, barnehager og institusjoner på avtalen for kontormøbler.
- location_id:
1 results
- NO0A2
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2025-12-05T08:55:10Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-12-08
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-119323
- buyer:
21 results
- id:
- c525d33fad6d5082b75f6da7c59ef5bb
- organization_id:
- 964338531
- name:
- Bergen kommune - Innkjøp konsern
- id:
- d3835164bb839dbf757b5feac4c22516
- organization_id:
- 920 290 922
- name:
- Alver kommune
- id:
- 97797bf3f40c5baebc42a84a66b4433f
- organization_id:
- 964 338 442
- name:
- Askøy kommune
- id:
- 258b09ae986da19875d83c42b804a18d
- organization_id:
- 941 139 787
- name:
- Austevoll kommune
- id:
- 99d0e1afde414992136b192396dee3db
- organization_id:
- 948 350 823
- name:
- Austrheim kommune
- id:
- 02e26f06fd12a3cd5d8e81e7b13c5cb1
- organization_id:
- 844 458 312
- name:
- Bjørnafjorden kommune
- id:
- e23f83db5d263d910e7d17a180c90938
- organization_id:
- 944 233 199
- name:
- Kvam Herad
- id:
- 21e8ff1d2bf533b69d30adba3e40d838
- organization_id:
- 945 627 913
- name:
- Masfjorden kommune
- id:
- 12d6a2c7765ed6295fc9d3015af22be5
- organization_id:
- 964 969 302
- name:
- Modalen kommune
- id:
- e75a588d4bc75930f85e58d3b4e5486d
- organization_id:
- 864 338 712
- name:
- Osterøy kommune
- id:
- 8256c71a6cbb7cce802c722e2ff04d8c
- organization_id:
- 964 968 985
- name:
- Samnanger kommune
- id:
- b932195c9b0c4c3f56f343f591a9b8ef
- organization_id:
- 961 821 967
- name:
- Vaksdal kommune
- id:
- 9d0bfbd13d11bdddf04ad83f990e405b
- organization_id:
- 960 510 542
- name:
- Voss herad
- id:
- 1557c26e4d626fdfaa452b2b4f591fc7
- organization_id:
- 922 530 890
- name:
- Øygarden kommune
- id:
- 57d901a0d103db8974bcc7fc374eb819
- organization_id:
- 920 500 633
- name:
- Ullensvang kommune
- id:
- 4cedff4e77901ba6d992033cca33df4c
- organization_id:
- 968 349 627
- name:
- Betanien rehabilitering og sykehjem
- id:
- ac43f809a660db875c59c6ae08a3937c
- organization_id:
- 964 338 531
- name:
- Omsorgssenteret Bergens Indremisjon
- id:
- e9146175c9ad93929955419daad5d52d
- organization_id:
- 964 338 531
- name:
- Signo Konows senter
- id:
- e2a3b7d5de7cc1d0d9bd59b83aeec74a
- organization_id:
- 971 427 337
- name:
- Stiftelsen Metodisthjemmet Bergen
- id:
- 01ac4b0139e166a08df2444f363f06df
- organization_id:
- 971 472 345
- name:
- Stiftelsen St. Johanneshjemmet
- id:
- ee78d604c6478b0164e7d9909cb4abc4
- organization_id:
- 944 888 799
- name:
- N.K.S Bergen sanitetsforening ved N.K.S Fayehagen avlastningsbolig
- heading:
- IK-EØS 006-2025 Helsemøbler til Bergen kommune og samarbeidsparter
- description:
- Rammeavtale for helsemøbler.Avtalen omfatter nye møbler, brukte møbler, reparasjon, redesign, møbelkartlegging og lagerplass for møbler.Avtalen skal ha en bærekraftig profil med fokus på sirkulært design. Dette gjenspeiles både i minimumskravene og tildelingskriteriene. Bergen kommune skal i løpet av avtaleperioden øke andelen brukte møbler, og i henhold til Grønn virksomhet for Bergen kommune er det satt et mål om å redusere innkjøp av nye møbler med minst 50% innen 2030.Alle nye møbler som tilbys skal være tilpasset offentlig bruk, og ha en forventet levetid på 15-20 år.Ombruksavdelingen til Bergen kommune har egen avtale som skal benyttes til reparasjon og redesign av møbler ombruksavdelingen er ansvarlig for. Utover dette vil Oppdragsgiver benytte tjenestene fra leverandør.Kontormøbler til institusjoner leveres av leverandør for kontormøbler.
- location_id:
1 results
- NO0A2
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- status:
- not reported by source
- issueDate:
- 2025-12-05T09:08:21Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2025-12-08
- placeOfPerformance:
- procurementStrategicLabels:
No results.
- id:
- 2025-117954
- buyer:
14 results
- id:
- c525d33fad6d5082b75f6da7c59ef5bb
- organization_id:
- 964338531
- name:
- Bergen kommune - Innkjøp konsern
- id:
- 8256c71a6cbb7cce802c722e2ff04d8c
- organization_id:
- 964968985
- name:
- Samnanger kommune
- id:
- b932195c9b0c4c3f56f343f591a9b8ef
- organization_id:
- 961821967
- name:
- Vaksdal kommune
- id:
- 9d0bfbd13d11bdddf04ad83f990e405b
- organization_id:
- 960 510 542
- name:
- Voss herad
- id:
- 1cff6f3c5e76b856a2d3a5dc1ba96040
- organization_id:
- 997 273 826
- name:
- Bergen Røde Kors sykehjem
- id:
- 4cedff4e77901ba6d992033cca33df4c
- organization_id:
- 968 349 627
- name:
- Betanien rehabilitering og sykehjem
- id:
- 6c55014f127e54fc3d645161dcb8e72f
- organization_id:
- 974 252 724
- name:
- Landås Menighets Eldresenter
- id:
- ac43f809a660db875c59c6ae08a3937c
- organization_id:
- 971 561 890
- name:
- Omsorgssenteret Bergens Indremisjon
- id:
- e9146175c9ad93929955419daad5d52d
- organization_id:
- 964 338 531
- name:
- Signo Konows senter
- id:
- 641f35f2a07bbd39e0d65285fa2fb060
- organization_id:
- 921 577 605
- name:
- Siljuslåtten (Haraldsplass Diakonale Stiftelse)
- id:
- 3237842303f4f7dfcfea044983b8447e
- organization_id:
- 938 277 184
- name:
- Stiftelsen Domkirkehjemmet
- id:
- e2a3b7d5de7cc1d0d9bd59b83aeec74a
- organization_id:
- 971 427 337
- name:
- Stiftelsen Metodisthjemmet Bergen
- id:
- c05ba1017e0aefe5d8e5e00c47b0179f
- organization_id:
- 994 241 222
- name:
- Stiftelsen Nykirkehjemmet
- id:
- 55cdba27b0f3798eda7419c51617f2b8
- organization_id:
- 959 320 780
- name:
- Stiftelsen Slettebakken Menighets Eldresenter
- heading:
- IK-EØS 025-2025 Leie og vask av sengetøy, frotté og tilhørende produkter til sykehjem i Bergen kommune og samarbeidsparter
- description:
- Avtalen gjelder leie og vask av sengetøy, frotté og tilhørende produkter til behandlingssentre og sykehjem i Bergen kommune og samarbeidsparter. Avtalen omfatter også enkelte sengeutstyr som eies av oppdragsgiveren der det kun er behov for vask og levering.
- location_id:
1 results
- NO0A2
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 110000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2025-11-24T13:12:07Z
- deadline:
- 2026-01-14T11:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2025-11-25
- 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.