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:
- 29
- hits:
10 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:
- 2020-398620
- buyer:
5 results
- id:
- 7bafa0b72bfbaaf7bb4d2159b5e1975a
- organization_id:
- 964338531
- name:
- Bergen Kommune
- id:
- 1cff6f3c5e76b856a2d3a5dc1ba96040
- organization_id:
- not reported by source
- name:
- Bergen Røde Kors sykehjem AS
- id:
- 4cedff4e77901ba6d992033cca33df4c
- organization_id:
- not reported by source
- name:
- Betanien rehabilitering og sykehjem
- id:
- cf2ad591a58d09fd2f80ac96d1a974a7
- organization_id:
- not reported by source
- name:
- Solsletten sykehjem
- id:
- 6c55014f127e54fc3d645161dcb8e72f
- organization_id:
- not reported by source
- name:
- Landås menighets eldresenter
- heading:
- EØS 004-2020 Rammeavtale renovasjon næringsavfall
- description:
- Formål med anskaffelsen er å etablere en avtale for å dekke oppdragsgivernes behov for renovasjonstjenester for næringsavfall. Anskaffelsen gjelder ca 300 anleggsandresser, jf. bilag 1A. Alle fraksjoner som er oppført i kontraktens bilag 4 Prisskjema skal omfattes av avtalen. Dersom det i kontraktsperioden skulle oppstå behov for renovasjonstjenester knyttet til andre fraksjoner enn de som fremgår av prisskjemaet, vil disse kunne bli inntatt i prisskjemaet senere. Anskaffelsen gjelder alle renovasjonstjenester, både periodisk tømming og henting, og bestillingsoppdrag, f. eks. leie av containere inkludert henting og tømming. Alle oppdrag omfatter leie av beholdere, tømming av beholderne, transport av avfallet og kostnader for behandling av avfallet.
- location_id:
No results.
- 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:
- 2020-07-29T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2020-07-29
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2020-336963
- buyer:
5 results
- id:
- 7bafa0b72bfbaaf7bb4d2159b5e1975a
- organization_id:
- 964338531
- name:
- Bergen Kommune
- id:
- 1cff6f3c5e76b856a2d3a5dc1ba96040
- organization_id:
- not reported by source
- name:
- Bergen Røde Kors sykehjem AS
- id:
- 4cedff4e77901ba6d992033cca33df4c
- organization_id:
- not reported by source
- name:
- Betanien rehabilitering og sykehjem
- id:
- cf2ad591a58d09fd2f80ac96d1a974a7
- organization_id:
- not reported by source
- name:
- Solsletten sykehjem
- id:
- 6c55014f127e54fc3d645161dcb8e72f
- organization_id:
- not reported by source
- name:
- Landås menighets eldresenter
- heading:
- EØS 004-2020 Rammeavtale renovasjon næringsavfall
- description:
- Formål med anskaffelsen er å etablere en avtale for å dekke oppdragsgivernes behov for renovasjonstjenester for næringsavfall. Anskaffelsen gjelder ca 300 anleggsandresser, jf. bilag 1A. Alle fraksjoner som er oppført i kontraktens bilag 4 Prisskjema skal omfattes av avtalen. Dersom det i kontraktsperioden skulle oppstå behov for renovasjonstjenester knyttet til andre fraksjoner enn de som fremgår av prisskjemaet, vil disse kunne bli inntatt i prisskjemaet senere. Anskaffelsen gjelder alle renovasjonstjenester, både periodisk tømming og henting, og bestillingsoppdrag, f. eks. leie av containere inkludert henting og tømming. Alle oppdrag omfatter leie av beholdere, tømming av beholderne, transport av avfallet og kostnader for behandling av avfallet.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2020-05-13T10:00:00Z
- deadline:
- 2020-06-30T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2020-05-13
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2022-310103
- buyer:
13 results
- id:
- 7bafa0b72bfbaaf7bb4d2159b5e1975a
- organization_id:
- 964338531
- name:
- Bergen kommune
- id:
- 7bafa0b72bfbaaf7bb4d2159b5e1975a
- organization_id:
- not reported by source
- name:
- Bergen kommune
- id:
- d3835164bb839dbf757b5feac4c22516
- organization_id:
- not reported by source
- name:
- Alver kommune
- id:
- 97797bf3f40c5baebc42a84a66b4433f
- organization_id:
- not reported by source
- name:
- Askøy kommune
- id:
- 4cedff4e77901ba6d992033cca33df4c
- organization_id:
- not reported by source
- name:
- Betanien rehabilitering og sykehjem
- id:
- 02e26f06fd12a3cd5d8e81e7b13c5cb1
- organization_id:
- not reported by source
- name:
- Bjørnafjorden kommune
- id:
- 21e8ff1d2bf533b69d30adba3e40d838
- organization_id:
- not reported by source
- name:
- Masfjorden kommune
- id:
- 12d6a2c7765ed6295fc9d3015af22be5
- organization_id:
- not reported by source
- name:
- Modalen kommune
- id:
- ac43f809a660db875c59c6ae08a3937c
- organization_id:
- not reported by source
- name:
- Omsorgssenteret Bergens Indremisjon
- id:
- e75a588d4bc75930f85e58d3b4e5486d
- organization_id:
- not reported by source
- name:
- Osterøy kommune
- id:
- fb3d5a66ec4c14f37c5df64e260da990
- organization_id:
- not reported by source
- name:
- Siljuslåtten sykehjem
- id:
- cf2ad591a58d09fd2f80ac96d1a974a7
- organization_id:
- not reported by source
- name:
- Solsletten sykehjem
- id:
- 1557c26e4d626fdfaa452b2b4f591fc7
- organization_id:
- not reported by source
- name:
- Øygarden kommune
- heading:
- EØS 003-2022 Rammeavtaler hvitevarer, brunevarer, småelektrisk utstyr - to delkonkurranser
- description:
- Bergen kommune med samarbeidspartnerne har inngått to rammeavtaler for levering av hvitevarer, brunevarer (TV, video, radio, mm), småelektrisk utstyr (kjøkkenutstyr, elektriske husholdningsvarer), klima- og oppvarmingsprodukter med mer.
- 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:
- 2022-06-21T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2022-06-21
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2020-313716
- buyer:
2 results
- id:
- c525d33fad6d5082b75f6da7c59ef5bb
- organization_id:
- 964338531
- name:
- Bergen Kommune - Innkjøp konsern
- id:
- 8a35983dab1c50b1dd1dbe40c6d84cc5
- organization_id:
- not reported by source
- name:
- Askøy kommune, Bjørnafjorden kommune, Kvam Herad, Vaksdal kommune, Voss herad, Solsletten sykehjem, Stiftelsen Metodisthjemmet Bergen, Stiftelsen St. Johanneshjemmet
- heading:
- EØS 058-2020 Legevikarer til Bergen kommune med samarbeidspartnere
- description:
- Rammeavtalen skal dekke behovet for legevikarer i kommunen med samarbeidspartnere. Det vil kunne være behov for legevikarer flere steder i kommunen, men først og fremst vil det være behov for fastlege-vikarer til fastlege-kontor. Men det vil også kunne være behov for legevikarer til Bergen legevakt, Øyeblikkelig hjelp døgnenhet, sykehjem eller andre steder hvor kommunen tilbyr legehjelp. Oppdragsgiver skal velge 1-2 leverandører.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 15000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2020-08-08T10:00:00Z
- deadline:
- 2020-09-14T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2020-08-08
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2019-331936
- buyer:
16 results
- id:
- 7bafa0b72bfbaaf7bb4d2159b5e1975a
- organization_id:
- 964338531
- name:
- Bergen Kommune
- id:
- 97797bf3f40c5baebc42a84a66b4433f
- organization_id:
- 964338442
- name:
- Askøy kommune
- id:
- 99d0e1afde414992136b192396dee3db
- organization_id:
- not reported by source
- name:
- Austrheim kommune
- id:
- 2bb76738d1ae2c99044a3fb9a960f64c
- organization_id:
- not reported by source
- name:
- Fjell, Sund, Øygarden
- id:
- 5998ee2378487193ae69e041aac6bcde
- organization_id:
- not reported by source
- name:
- Kvam kommune
- id:
- 8f0010e1ee365d21907ee4fba0a4a23c
- organization_id:
- not reported by source
- name:
- Lindås kommune
- id:
- e75a588d4bc75930f85e58d3b4e5486d
- organization_id:
- not reported by source
- name:
- Osterøy kommune
- id:
- 7875e967f59ba609aae9b419ef31b3fc
- organization_id:
- not reported by source
- name:
- Radøy kommune
- id:
- b932195c9b0c4c3f56f343f591a9b8ef
- organization_id:
- not reported by source
- name:
- Vaksdal kommune
- id:
- 382f6099ccca762e5ac4463a926b4a0c
- organization_id:
- not reported by source
- name:
- Voss kommune
- id:
- fd93f370aad825357bc99d4a70674b7a
- organization_id:
- not reported by source
- name:
- Bergens Indremisjons Aldershjem
- id:
- 891d466077c4e6bff3a5f7d32d09e6e4
- organization_id:
- not reported by source
- name:
- Rehabilitering og sykehjem Betanien
- id:
- cf2ad591a58d09fd2f80ac96d1a974a7
- organization_id:
- not reported by source
- name:
- Solsletten sykehjem
- id:
- 3237842303f4f7dfcfea044983b8447e
- organization_id:
- not reported by source
- name:
- Stiftelsen Domkirkehjemmet
- id:
- 20a8a18d97263f543e112c36a7cbcf1f
- organization_id:
- not reported by source
- name:
- Stiftelsen Metodistkirkens alders- og sykehjem
- id:
- 01ac4b0139e166a08df2444f363f06df
- organization_id:
- not reported by source
- name:
- Stiftelsen St. Johanneshjemmet
- heading:
- EØS 009-2019 Rammeavtale for renholdsmaskiner - Bergen kommune
- description:
- Bergen kommune sammen med samarbeidspartnere vil inngå en rammeavtale på levering av renholdsmaskiner der service, vedlikehold og reparasjoner av leverte maskiner er inkludert.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2019-10-16T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2019-10-16
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2019-386565
- buyer:
16 results
- id:
- 7bafa0b72bfbaaf7bb4d2159b5e1975a
- organization_id:
- 964338531
- name:
- Bergen Kommune
- id:
- 97797bf3f40c5baebc42a84a66b4433f
- organization_id:
- 964338442
- name:
- Askøy kommune
- id:
- 99d0e1afde414992136b192396dee3db
- organization_id:
- not reported by source
- name:
- Austrheim kommune
- id:
- 2bb76738d1ae2c99044a3fb9a960f64c
- organization_id:
- not reported by source
- name:
- Fjell, Sund, Øygarden
- id:
- 5998ee2378487193ae69e041aac6bcde
- organization_id:
- not reported by source
- name:
- Kvam kommune
- id:
- 8f0010e1ee365d21907ee4fba0a4a23c
- organization_id:
- not reported by source
- name:
- Lindås kommune
- id:
- e75a588d4bc75930f85e58d3b4e5486d
- organization_id:
- not reported by source
- name:
- Osterøy kommune
- id:
- 7875e967f59ba609aae9b419ef31b3fc
- organization_id:
- not reported by source
- name:
- Radøy kommune
- id:
- b932195c9b0c4c3f56f343f591a9b8ef
- organization_id:
- not reported by source
- name:
- Vaksdal kommune
- id:
- 382f6099ccca762e5ac4463a926b4a0c
- organization_id:
- not reported by source
- name:
- Voss kommune
- id:
- fd93f370aad825357bc99d4a70674b7a
- organization_id:
- not reported by source
- name:
- Bergens Indremisjons Aldershjem
- id:
- 891d466077c4e6bff3a5f7d32d09e6e4
- organization_id:
- not reported by source
- name:
- Rehabilitering og sykehjem Betanien
- id:
- cf2ad591a58d09fd2f80ac96d1a974a7
- organization_id:
- not reported by source
- name:
- Solsletten sykehjem
- id:
- 3237842303f4f7dfcfea044983b8447e
- organization_id:
- not reported by source
- name:
- Stiftelsen Domkirkehjemmet
- id:
- 20a8a18d97263f543e112c36a7cbcf1f
- organization_id:
- not reported by source
- name:
- Stiftelsen Metodistkirkens alders- og sykehjem
- id:
- 01ac4b0139e166a08df2444f363f06df
- organization_id:
- not reported by source
- name:
- Stiftelsen St. Johanneshjemmet
- heading:
- EØS 032-2019 Rammeavtale for renholdsmaskiner - Bergen kommune 2. utlysing
- description:
- Bergen kommune sammen med samarbeidspartnere har inngått en rammeavtale på levering av renholdsmaskiner der service, vedlikehold og reparasjoner av leverte maskiner er inkludert.
- 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:
- 2019-09-17T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2019-09-17
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2019-359337
- buyer:
3 results
- id:
- 7bafa0b72bfbaaf7bb4d2159b5e1975a
- organization_id:
- 964338531
- name:
- Bergen Kommune
- id:
- 658948a3d65d6761fb6f648bcaa43040
- organization_id:
- not reported by source
- name:
- Kommunene Askøy, Austrheim, Fjell, Sund, Øygarden, Fusa, Kvam, Lindås, Masfjorden, Meland, Modalen, Os, Osterøy, Radøy, Samnanger, Vaksdal og Voss (fra 1.1.2020 - Voss og Granvin slår seg sammen til Voss herad). Fra 1.6.2020 ; Austevoll kan velge å delta
- id:
- 45d89c7d118dec421ad2744466e056f5
- organization_id:
- not reported by source
- name:
- Private sykehjem: Adventkirkens sykehjem, Bergens Indremisjons Aldershjem, Bergen røde kors, Betanien, Landås menighets eldresenter, Metodisthjemmet sykehjem, Signo Konows senter, Solsletten sykehjem, St. Johanneshjemmet, Stiftelsen Domkirkehjemmet
- heading:
- EØS 004-2019 Medisinsk inventar
- description:
- Rammeavtalene gjelder kjøp, levering og montering (i den grad dette er relevant) av medisinsk inventar. Nødvendig opplæring av produktene er en del av rammeavtalene. Levering, montering og opplæring skal være inkludert i prisene, bortsett fra deler av delleveranse 2 der det er egne priser på montering av takskinner og takheis. Konkurransen er delt i 3 delleveranser: 1. Senger, nattbord, madrasser, dyner og puter 2. Personløftere og takheiser 3. Hygieneutstyr, manuell transportstol m/tilbehør, rullator, prekestol, personvekt, medisinvogn og annen medisinoppbevaring m.m. For delleveranse 2, Personløftere og takheiser, gjelder det at for prosjektkjøp over 150 000 kr, så vil det være mulig for oppdragsgiver å gå ut med egen konkurranse. Rammeavtalen blir først og fremst benyttet av sykehjemmene, men skal være åpen for hele kommunen.
- 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:
- 2019-09-25T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2019-09-25
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2019-370703
- buyer:
3 results
- id:
- 7bafa0b72bfbaaf7bb4d2159b5e1975a
- organization_id:
- 964338531
- name:
- Bergen Kommune
- id:
- 658948a3d65d6761fb6f648bcaa43040
- organization_id:
- not reported by source
- name:
- Kommunene Askøy, Austrheim, Fjell, Sund, Øygarden, Fusa, Kvam, Lindås, Masfjorden, Meland, Modalen, Os, Osterøy, Radøy, Samnanger, Vaksdal og Voss (fra 1.1.2020 - Voss og Granvin slår seg sammen til Voss herad). Fra 1.6.2020 ; Austevoll kan velge å delta
- id:
- 45d89c7d118dec421ad2744466e056f5
- organization_id:
- not reported by source
- name:
- Private sykehjem: Adventkirkens sykehjem, Bergens Indremisjons Aldershjem, Bergen røde kors, Betanien, Landås menighets eldresenter, Metodisthjemmet sykehjem, Signo Konows senter, Solsletten sykehjem, St. Johanneshjemmet, Stiftelsen Domkirkehjemmet
- heading:
- EØS 004-2019 Medisinsk inventar
- description:
- Rammeavtalene gjelder kjøp, levering og montering (i den grad dette er relevant) av medisinsk inventar. Nødvendig opplæring av produktene er en del av rammeavtalene. Levering, montering og opplæring skal være inkludert i prisene, bortsett fra deler av delleveranse 2 der det er egne priser på montering av takskinner og takheis. Konkurransen er delt i 3 delleveranser: 1. Senger, nattbord, madrasser, dyner og puter 2. Personløftere og takheiser 3. Hygieneutstyr, manuell transportstol m/tilbehør, rullator, prekestol, personvekt, medisinvogn og annen medisinoppbevaring m.m. For delleveranse 2, Personløftere og takheiser, gjelder det at for prosjektkjøp over 150 000 kr, så vil det være mulig for oppdragsgiver å gå ut med egen konkurranse. Rammeavtalen blir først og fremst benyttet av sykehjemmene, men skal være åpen for hele kommunen.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 36000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2019-05-22T10:00:00Z
- deadline:
- 2019-06-24T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2019-05-22
- placeOfPerformance:
No results.
- 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:
- 29
- hits:
10 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:
- 2020-398620
- buyer:
5 results
- id:
- 7bafa0b72bfbaaf7bb4d2159b5e1975a
- organization_id:
- 964338531
- name:
- Bergen Kommune
- id:
- 1cff6f3c5e76b856a2d3a5dc1ba96040
- organization_id:
- not reported by source
- name:
- Bergen Røde Kors sykehjem AS
- id:
- 4cedff4e77901ba6d992033cca33df4c
- organization_id:
- not reported by source
- name:
- Betanien rehabilitering og sykehjem
- id:
- cf2ad591a58d09fd2f80ac96d1a974a7
- organization_id:
- not reported by source
- name:
- Solsletten sykehjem
- id:
- 6c55014f127e54fc3d645161dcb8e72f
- organization_id:
- not reported by source
- name:
- Landås menighets eldresenter
- heading:
- EØS 004-2020 Rammeavtale renovasjon næringsavfall
- description:
- Formål med anskaffelsen er å etablere en avtale for å dekke oppdragsgivernes behov for renovasjonstjenester for næringsavfall. Anskaffelsen gjelder ca 300 anleggsandresser, jf. bilag 1A. Alle fraksjoner som er oppført i kontraktens bilag 4 Prisskjema skal omfattes av avtalen. Dersom det i kontraktsperioden skulle oppstå behov for renovasjonstjenester knyttet til andre fraksjoner enn de som fremgår av prisskjemaet, vil disse kunne bli inntatt i prisskjemaet senere. Anskaffelsen gjelder alle renovasjonstjenester, både periodisk tømming og henting, og bestillingsoppdrag, f. eks. leie av containere inkludert henting og tømming. Alle oppdrag omfatter leie av beholdere, tømming av beholderne, transport av avfallet og kostnader for behandling av avfallet.
- location_id:
No results.
- 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:
- 2020-07-29T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2020-07-29
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2020-336963
- buyer:
5 results
- id:
- 7bafa0b72bfbaaf7bb4d2159b5e1975a
- organization_id:
- 964338531
- name:
- Bergen Kommune
- id:
- 1cff6f3c5e76b856a2d3a5dc1ba96040
- organization_id:
- not reported by source
- name:
- Bergen Røde Kors sykehjem AS
- id:
- 4cedff4e77901ba6d992033cca33df4c
- organization_id:
- not reported by source
- name:
- Betanien rehabilitering og sykehjem
- id:
- cf2ad591a58d09fd2f80ac96d1a974a7
- organization_id:
- not reported by source
- name:
- Solsletten sykehjem
- id:
- 6c55014f127e54fc3d645161dcb8e72f
- organization_id:
- not reported by source
- name:
- Landås menighets eldresenter
- heading:
- EØS 004-2020 Rammeavtale renovasjon næringsavfall
- description:
- Formål med anskaffelsen er å etablere en avtale for å dekke oppdragsgivernes behov for renovasjonstjenester for næringsavfall. Anskaffelsen gjelder ca 300 anleggsandresser, jf. bilag 1A. Alle fraksjoner som er oppført i kontraktens bilag 4 Prisskjema skal omfattes av avtalen. Dersom det i kontraktsperioden skulle oppstå behov for renovasjonstjenester knyttet til andre fraksjoner enn de som fremgår av prisskjemaet, vil disse kunne bli inntatt i prisskjemaet senere. Anskaffelsen gjelder alle renovasjonstjenester, både periodisk tømming og henting, og bestillingsoppdrag, f. eks. leie av containere inkludert henting og tømming. Alle oppdrag omfatter leie av beholdere, tømming av beholderne, transport av avfallet og kostnader for behandling av avfallet.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2020-05-13T10:00:00Z
- deadline:
- 2020-06-30T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2020-05-13
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2022-310103
- buyer:
13 results
- id:
- 7bafa0b72bfbaaf7bb4d2159b5e1975a
- organization_id:
- 964338531
- name:
- Bergen kommune
- id:
- 7bafa0b72bfbaaf7bb4d2159b5e1975a
- organization_id:
- not reported by source
- name:
- Bergen kommune
- id:
- d3835164bb839dbf757b5feac4c22516
- organization_id:
- not reported by source
- name:
- Alver kommune
- id:
- 97797bf3f40c5baebc42a84a66b4433f
- organization_id:
- not reported by source
- name:
- Askøy kommune
- id:
- 4cedff4e77901ba6d992033cca33df4c
- organization_id:
- not reported by source
- name:
- Betanien rehabilitering og sykehjem
- id:
- 02e26f06fd12a3cd5d8e81e7b13c5cb1
- organization_id:
- not reported by source
- name:
- Bjørnafjorden kommune
- id:
- 21e8ff1d2bf533b69d30adba3e40d838
- organization_id:
- not reported by source
- name:
- Masfjorden kommune
- id:
- 12d6a2c7765ed6295fc9d3015af22be5
- organization_id:
- not reported by source
- name:
- Modalen kommune
- id:
- ac43f809a660db875c59c6ae08a3937c
- organization_id:
- not reported by source
- name:
- Omsorgssenteret Bergens Indremisjon
- id:
- e75a588d4bc75930f85e58d3b4e5486d
- organization_id:
- not reported by source
- name:
- Osterøy kommune
- id:
- fb3d5a66ec4c14f37c5df64e260da990
- organization_id:
- not reported by source
- name:
- Siljuslåtten sykehjem
- id:
- cf2ad591a58d09fd2f80ac96d1a974a7
- organization_id:
- not reported by source
- name:
- Solsletten sykehjem
- id:
- 1557c26e4d626fdfaa452b2b4f591fc7
- organization_id:
- not reported by source
- name:
- Øygarden kommune
- heading:
- EØS 003-2022 Rammeavtaler hvitevarer, brunevarer, småelektrisk utstyr - to delkonkurranser
- description:
- Bergen kommune med samarbeidspartnerne har inngått to rammeavtaler for levering av hvitevarer, brunevarer (TV, video, radio, mm), småelektrisk utstyr (kjøkkenutstyr, elektriske husholdningsvarer), klima- og oppvarmingsprodukter med mer.
- 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:
- 2022-06-21T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2022-06-21
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2020-313716
- buyer:
2 results
- id:
- c525d33fad6d5082b75f6da7c59ef5bb
- organization_id:
- 964338531
- name:
- Bergen Kommune - Innkjøp konsern
- id:
- 8a35983dab1c50b1dd1dbe40c6d84cc5
- organization_id:
- not reported by source
- name:
- Askøy kommune, Bjørnafjorden kommune, Kvam Herad, Vaksdal kommune, Voss herad, Solsletten sykehjem, Stiftelsen Metodisthjemmet Bergen, Stiftelsen St. Johanneshjemmet
- heading:
- EØS 058-2020 Legevikarer til Bergen kommune med samarbeidspartnere
- description:
- Rammeavtalen skal dekke behovet for legevikarer i kommunen med samarbeidspartnere. Det vil kunne være behov for legevikarer flere steder i kommunen, men først og fremst vil det være behov for fastlege-vikarer til fastlege-kontor. Men det vil også kunne være behov for legevikarer til Bergen legevakt, Øyeblikkelig hjelp døgnenhet, sykehjem eller andre steder hvor kommunen tilbyr legehjelp. Oppdragsgiver skal velge 1-2 leverandører.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 15000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2020-08-08T10:00:00Z
- deadline:
- 2020-09-14T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2020-08-08
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2019-331936
- buyer:
16 results
- id:
- 7bafa0b72bfbaaf7bb4d2159b5e1975a
- organization_id:
- 964338531
- name:
- Bergen Kommune
- id:
- 97797bf3f40c5baebc42a84a66b4433f
- organization_id:
- 964338442
- name:
- Askøy kommune
- id:
- 99d0e1afde414992136b192396dee3db
- organization_id:
- not reported by source
- name:
- Austrheim kommune
- id:
- 2bb76738d1ae2c99044a3fb9a960f64c
- organization_id:
- not reported by source
- name:
- Fjell, Sund, Øygarden
- id:
- 5998ee2378487193ae69e041aac6bcde
- organization_id:
- not reported by source
- name:
- Kvam kommune
- id:
- 8f0010e1ee365d21907ee4fba0a4a23c
- organization_id:
- not reported by source
- name:
- Lindås kommune
- id:
- e75a588d4bc75930f85e58d3b4e5486d
- organization_id:
- not reported by source
- name:
- Osterøy kommune
- id:
- 7875e967f59ba609aae9b419ef31b3fc
- organization_id:
- not reported by source
- name:
- Radøy kommune
- id:
- b932195c9b0c4c3f56f343f591a9b8ef
- organization_id:
- not reported by source
- name:
- Vaksdal kommune
- id:
- 382f6099ccca762e5ac4463a926b4a0c
- organization_id:
- not reported by source
- name:
- Voss kommune
- id:
- fd93f370aad825357bc99d4a70674b7a
- organization_id:
- not reported by source
- name:
- Bergens Indremisjons Aldershjem
- id:
- 891d466077c4e6bff3a5f7d32d09e6e4
- organization_id:
- not reported by source
- name:
- Rehabilitering og sykehjem Betanien
- id:
- cf2ad591a58d09fd2f80ac96d1a974a7
- organization_id:
- not reported by source
- name:
- Solsletten sykehjem
- id:
- 3237842303f4f7dfcfea044983b8447e
- organization_id:
- not reported by source
- name:
- Stiftelsen Domkirkehjemmet
- id:
- 20a8a18d97263f543e112c36a7cbcf1f
- organization_id:
- not reported by source
- name:
- Stiftelsen Metodistkirkens alders- og sykehjem
- id:
- 01ac4b0139e166a08df2444f363f06df
- organization_id:
- not reported by source
- name:
- Stiftelsen St. Johanneshjemmet
- heading:
- EØS 009-2019 Rammeavtale for renholdsmaskiner - Bergen kommune
- description:
- Bergen kommune sammen med samarbeidspartnere vil inngå en rammeavtale på levering av renholdsmaskiner der service, vedlikehold og reparasjoner av leverte maskiner er inkludert.
- location_id:
No results.
- estimatedValue:
- not reported by source
- type:
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- RESULT
- CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT
- status:
- not reported by source
- issueDate:
- 2019-10-16T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2019-10-16
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2019-386565
- buyer:
16 results
- id:
- 7bafa0b72bfbaaf7bb4d2159b5e1975a
- organization_id:
- 964338531
- name:
- Bergen Kommune
- id:
- 97797bf3f40c5baebc42a84a66b4433f
- organization_id:
- 964338442
- name:
- Askøy kommune
- id:
- 99d0e1afde414992136b192396dee3db
- organization_id:
- not reported by source
- name:
- Austrheim kommune
- id:
- 2bb76738d1ae2c99044a3fb9a960f64c
- organization_id:
- not reported by source
- name:
- Fjell, Sund, Øygarden
- id:
- 5998ee2378487193ae69e041aac6bcde
- organization_id:
- not reported by source
- name:
- Kvam kommune
- id:
- 8f0010e1ee365d21907ee4fba0a4a23c
- organization_id:
- not reported by source
- name:
- Lindås kommune
- id:
- e75a588d4bc75930f85e58d3b4e5486d
- organization_id:
- not reported by source
- name:
- Osterøy kommune
- id:
- 7875e967f59ba609aae9b419ef31b3fc
- organization_id:
- not reported by source
- name:
- Radøy kommune
- id:
- b932195c9b0c4c3f56f343f591a9b8ef
- organization_id:
- not reported by source
- name:
- Vaksdal kommune
- id:
- 382f6099ccca762e5ac4463a926b4a0c
- organization_id:
- not reported by source
- name:
- Voss kommune
- id:
- fd93f370aad825357bc99d4a70674b7a
- organization_id:
- not reported by source
- name:
- Bergens Indremisjons Aldershjem
- id:
- 891d466077c4e6bff3a5f7d32d09e6e4
- organization_id:
- not reported by source
- name:
- Rehabilitering og sykehjem Betanien
- id:
- cf2ad591a58d09fd2f80ac96d1a974a7
- organization_id:
- not reported by source
- name:
- Solsletten sykehjem
- id:
- 3237842303f4f7dfcfea044983b8447e
- organization_id:
- not reported by source
- name:
- Stiftelsen Domkirkehjemmet
- id:
- 20a8a18d97263f543e112c36a7cbcf1f
- organization_id:
- not reported by source
- name:
- Stiftelsen Metodistkirkens alders- og sykehjem
- id:
- 01ac4b0139e166a08df2444f363f06df
- organization_id:
- not reported by source
- name:
- Stiftelsen St. Johanneshjemmet
- heading:
- EØS 032-2019 Rammeavtale for renholdsmaskiner - Bergen kommune 2. utlysing
- description:
- Bergen kommune sammen med samarbeidspartnere har inngått en rammeavtale på levering av renholdsmaskiner der service, vedlikehold og reparasjoner av leverte maskiner er inkludert.
- 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:
- 2019-09-17T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2019-09-17
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2019-359337
- buyer:
3 results
- id:
- 7bafa0b72bfbaaf7bb4d2159b5e1975a
- organization_id:
- 964338531
- name:
- Bergen Kommune
- id:
- 658948a3d65d6761fb6f648bcaa43040
- organization_id:
- not reported by source
- name:
- Kommunene Askøy, Austrheim, Fjell, Sund, Øygarden, Fusa, Kvam, Lindås, Masfjorden, Meland, Modalen, Os, Osterøy, Radøy, Samnanger, Vaksdal og Voss (fra 1.1.2020 - Voss og Granvin slår seg sammen til Voss herad). Fra 1.6.2020 ; Austevoll kan velge å delta
- id:
- 45d89c7d118dec421ad2744466e056f5
- organization_id:
- not reported by source
- name:
- Private sykehjem: Adventkirkens sykehjem, Bergens Indremisjons Aldershjem, Bergen røde kors, Betanien, Landås menighets eldresenter, Metodisthjemmet sykehjem, Signo Konows senter, Solsletten sykehjem, St. Johanneshjemmet, Stiftelsen Domkirkehjemmet
- heading:
- EØS 004-2019 Medisinsk inventar
- description:
- Rammeavtalene gjelder kjøp, levering og montering (i den grad dette er relevant) av medisinsk inventar. Nødvendig opplæring av produktene er en del av rammeavtalene. Levering, montering og opplæring skal være inkludert i prisene, bortsett fra deler av delleveranse 2 der det er egne priser på montering av takskinner og takheis. Konkurransen er delt i 3 delleveranser: 1. Senger, nattbord, madrasser, dyner og puter 2. Personløftere og takheiser 3. Hygieneutstyr, manuell transportstol m/tilbehør, rullator, prekestol, personvekt, medisinvogn og annen medisinoppbevaring m.m. For delleveranse 2, Personløftere og takheiser, gjelder det at for prosjektkjøp over 150 000 kr, så vil det være mulig for oppdragsgiver å gå ut med egen konkurranse. Rammeavtalen blir først og fremst benyttet av sykehjemmene, men skal være åpen for hele kommunen.
- 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:
- 2019-09-25T10:00:00Z
- deadline:
- not reported by source
- sentToTed:
- yes
- publicationDate:
- 2019-09-25
- placeOfPerformance:
No results.
- procurementStrategicLabels:
No results.
- id:
- 2019-370703
- buyer:
3 results
- id:
- 7bafa0b72bfbaaf7bb4d2159b5e1975a
- organization_id:
- 964338531
- name:
- Bergen Kommune
- id:
- 658948a3d65d6761fb6f648bcaa43040
- organization_id:
- not reported by source
- name:
- Kommunene Askøy, Austrheim, Fjell, Sund, Øygarden, Fusa, Kvam, Lindås, Masfjorden, Meland, Modalen, Os, Osterøy, Radøy, Samnanger, Vaksdal og Voss (fra 1.1.2020 - Voss og Granvin slår seg sammen til Voss herad). Fra 1.6.2020 ; Austevoll kan velge å delta
- id:
- 45d89c7d118dec421ad2744466e056f5
- organization_id:
- not reported by source
- name:
- Private sykehjem: Adventkirkens sykehjem, Bergens Indremisjons Aldershjem, Bergen røde kors, Betanien, Landås menighets eldresenter, Metodisthjemmet sykehjem, Signo Konows senter, Solsletten sykehjem, St. Johanneshjemmet, Stiftelsen Domkirkehjemmet
- heading:
- EØS 004-2019 Medisinsk inventar
- description:
- Rammeavtalene gjelder kjøp, levering og montering (i den grad dette er relevant) av medisinsk inventar. Nødvendig opplæring av produktene er en del av rammeavtalene. Levering, montering og opplæring skal være inkludert i prisene, bortsett fra deler av delleveranse 2 der det er egne priser på montering av takskinner og takheis. Konkurransen er delt i 3 delleveranser: 1. Senger, nattbord, madrasser, dyner og puter 2. Personløftere og takheiser 3. Hygieneutstyr, manuell transportstol m/tilbehør, rullator, prekestol, personvekt, medisinvogn og annen medisinoppbevaring m.m. For delleveranse 2, Personløftere og takheiser, gjelder det at for prosjektkjøp over 150 000 kr, så vil det være mulig for oppdragsgiver å gå ut med egen konkurranse. Rammeavtalen blir først og fremst benyttet av sykehjemmene, men skal være åpen for hele kommunen.
- location_id:
1 results
- anyw
- estimatedValue:
- currencyCode:
- NOK
- amount:
- 36000000.0
- type:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- COMPETITION
- ANNOUNCEMENT_OF_COMPETITION
- status:
- EXPIRED
- issueDate:
- 2019-05-22T10:00:00Z
- deadline:
- 2019-06-24T10:00:00Z
- sentToTed:
- yes
- publicationDate:
- 2019-05-22
- placeOfPerformance:
No results.
- 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.