search_doffin

Search Norwegian public procurement notices on Doffin.

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

Direct GET

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

Open this validated HTML GET URL

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

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

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

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

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

Example for generated JavaScript and Python

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

Replace URL placeholders and remove unused optional parameters.

JavaScript in a dashboard

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

Python without additional packages

import json
from urllib.request import urlopen

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

Response structure

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

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

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

Result

Source: Doffin and TED. Retrieved 2026-09-12T01:13:28Z in 0.190 seconds.

total_count:
4
hits:

4 results

  1. id:
    2022-624824
    buyer:

    1 results

    1. id:
      4fedbdf9187f3220e82f296eb9733b88
      organization_id:
      983658725
      name:
      Helse Vest RHF
    heading:
    Tverrfaglig spesialisert behandling for rusmiddelavhengighet for Helse Vest
    description:
    Helse Vest RHF har i henhold til spesialisthelsetjenesteloven § 2-1a ansvar for å tilby spesialisthelsetjenester til befolkningen i Helseregion Vest - Rogaland og Vestland. Disse tjenestene ytes dels gjennom egne helseforetak og dels gjennom avtaler med private leverandører av spesialisthelsetjenester. Helse Vest ønsker å inngå avtale om leveranse av tverrfaglig spesialisert behandling for rusavhengige fra private leverandører. Spørsmål som stilles i perioden 09.04.-18.04. kan ikke påregnes besvart før etter 19.04.
    location_id:

    3 results

    1. NO0A1
    2. NO0A
    3. NO0A2
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2022-12-17T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2022-12-17
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  2. id:
    2025-101670
    buyer:

    1 results

    1. id:
      c0b389e2c9314a0a61796642fadefd59
      organization_id:
      991324968
      name:
      HELSE SØR-ØST RHF
    heading:
    Kontraktsinngåelse - behandlingstilbud innen tverrfaglig spesialisert rusbehandling (TSB)
    description:
    Helse Sør-Øst RHF (heretter omtalt som Oppdragsgiver) har inngått rammeavtaler med private leverandører om kjøp av behandlingstilbud innen tverrfaglig spesialisert rusbehandling (TSB).
    location_id:

    11 results

    1. NO020
    2. NO085
    3. NO084
    4. NO083
    5. NO094
    6. anyw
    7. NO082
    8. NO093
    9. NO081
    10. NO092
    11. NO091
    estimatedValue:
    currencyCode:
    NOK
    amount:
    5400000000.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2025-02-05T07:28:57Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2025-02-06
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  3. id:
    2026-106844
    buyer:

    89 results

    1. id:
      7e05723806d184bb5004ce3b860f0376
      organization_id:
      942110464
      name:
      Trondheim kommune
    2. id:
      fb06b63aeb60d374a48a9689d8ae3d3b
      organization_id:
      970161414
      name:
      Bakklandet Menighets Omsorgsenter
    3. id:
      bb81f8eb8c95d553e6efa726ec385f37
      organization_id:
      938658374
      name:
      Trondhjems Hospital
    4. id:
      c2597403b21a0225af1fc0e40e56b483
      organization_id:
      875383922
      name:
      Kystad helse- og velferdssenter
    5. id:
      97ea1486ff7782b7fb298918d2f99257
      organization_id:
      967033065
      name:
      KONG CARL JOHANS ARBEIDSSTIFTELSE
    6. id:
      269a0fab4a08056897498fb27d591471
      organization_id:
      939865942
      name:
      SKAUN KOMMUNE
    7. id:
      f4592f81dc15aa5ab9c5b038e2c4ba17
      organization_id:
      938726027
      name:
      MELHUS KOMMUNE
    8. id:
      b832f34d62016f1238b8bb83cfc23502
      organization_id:
      970187715
      name:
      MIDTRE GAULDAL KOMMUNE
    9. id:
      7bafa0b72bfbaaf7bb4d2159b5e1975a
      organization_id:
      964338531
      name:
      BERGEN KOMMUNE
    10. id:
      d3835164bb839dbf757b5feac4c22516
      organization_id:
      920290922
      name:
      ALVER KOMMUNE
    11. id:
      97797bf3f40c5baebc42a84a66b4433f
      organization_id:
      964338442
      name:
      ASKØY KOMMUNE
    12. id:
      02e26f06fd12a3cd5d8e81e7b13c5cb1
      organization_id:
      844458312
      name:
      BJØRNAFJORDEN KOMMUNE
    13. id:
      e23f83db5d263d910e7d17a180c90938
      organization_id:
      944233199
      name:
      KVAM HERAD
    14. id:
      21e8ff1d2bf533b69d30adba3e40d838
      organization_id:
      945627913
      name:
      MASFJORDEN KOMMUNE
    15. id:
      e75a588d4bc75930f85e58d3b4e5486d
      organization_id:
      864338712
      name:
      OSTERØY KOMMUNE
    16. id:
      8256c71a6cbb7cce802c722e2ff04d8c
      organization_id:
      964968985
      name:
      SAMNANGER KOMMUNE
    17. id:
      b932195c9b0c4c3f56f343f591a9b8ef
      organization_id:
      961821967
      name:
      VAKSDAL KOMMUNE
    18. id:
      9d0bfbd13d11bdddf04ad83f990e405b
      organization_id:
      960510542
      name:
      VOSS HERAD
    19. id:
      1557c26e4d626fdfaa452b2b4f591fc7
      organization_id:
      922530890
      name:
      ØYGARDEN KOMMUNE
    20. id:
      57d901a0d103db8974bcc7fc374eb819
      organization_id:
      920500633
      name:
      ULLENSVANG KOMMUNE
    21. id:
      6204feab6c5b7c827e7d988fd2fee0b1
      organization_id:
      983948332
      name:
      STIFTELSEN ADVENTISTKIRKENS SYKEHJEM NORDÅS
    22. id:
      1cff6f3c5e76b856a2d3a5dc1ba96040
      organization_id:
      997273826
      name:
      BERGEN RØDE KORS SYKEHJEM AS
    23. id:
      2154c35561a2c2153a3d54badbce474d
      organization_id:
      974252724
      name:
      STIFTELSEN LANDÅS MENIGHETS ELDRESENTER
    24. id:
      49f1005183008751491e99f7ff499c89
      organization_id:
      971561890
      name:
      BERGENS INDREMISJON
    25. id:
      43d9674be476eb5f83d5c46bf4e0fa85
      organization_id:
      968349627
      name:
      STIFTELSEN BETANIEN
    26. id:
      e9146175c9ad93929955419daad5d52d
      organization_id:
      973091522
      name:
      SIGNO KONOWS SENTER
    27. id:
      cf2ad591a58d09fd2f80ac96d1a974a7
      organization_id:
      915612164
      name:
      SOLSLETTEN SYKEHJEM AS
    28. id:
      836cdc077044dc75e4547188112ec301
      organization_id:
      938277184
      name:
      STIFTELSEN DOMKIRKEHJEMMET I BERGEN
    29. id:
      e2a3b7d5de7cc1d0d9bd59b83aeec74a
      organization_id:
      971427337
      name:
      STIFTELSEN METODISTHJEMMET BERGEN
    30. id:
      55cdba27b0f3798eda7419c51617f2b8
      organization_id:
      959320780
      name:
      STIFTELSEN SLETTEBAKKEN MENIGHETS ELDRESENTER
    31. id:
      fdf3a3f0af03a9829a5997f0cffcd8f6
      organization_id:
      971427345
      name:
      STIFTELSEN SANKT JOHANNESHJEMMET
    32. id:
      8d25cf1dc844e664afad2547641bacdb
      organization_id:
      921577605
      name:
      STIFTELSEN DIAKONOVA HARALDSPLASS AVD SILJUSLÅTTEN
    33. id:
      b96199a15ebd24ff1d77dc32f3b4ed7d
      organization_id:
      964965226
      name:
      STAVANGER KOMMUNE
    34. id:
      646c233d090ad32b5c786b1530f1a1e0
      organization_id:
      864979092
      name:
      HJELMELAND KOMMUNE
    35. id:
      2108076ef901393e0ecfd862ff4b0f30
      organization_id:
      964969590
      name:
      HÅ KOMMUNE
    36. id:
      0209cd337c6b47383be98da0c0fd0deb
      organization_id:
      964978573
      name:
      GJESDAL KOMMUNE
    37. id:
      e40e5398836139e6ab37373db288b28f
      organization_id:
      948243113
      name:
      SOLA KOMMUNE
    38. id:
      d8f5e2796ebbbb93dc212638e5cb940b
      organization_id:
      934945514
      name:
      RANDABERG KOMMUNE
    39. id:
      bef6fb5d9c06d9cd63e34843c6e96ebb
      organization_id:
      964978751
      name:
      STRAND KOMMUNE
    40. id:
      7f8f7f460f302ab2b4dc075b582339ea
      organization_id:
      964979634
      name:
      KVITSØY KOMMUNE
    41. id:
      27a86c95e72b6d16a34cbc4006871587
      organization_id:
      864969682
      name:
      KLEPP KOMMUNE
    42. id:
      4ff7252fb294044c6974c8ec8d7bc744
      organization_id:
      859223672
      name:
      TIME KOMMUNE
    43. id:
      c5d382007bf43e0c4303533eaac115d2
      organization_id:
      944496394
      name:
      EIGERSUND KOMMUNE
    44. id:
      aa434c6ab3139a7d8c522a4f874a22e4
      organization_id:
      871461422
      name:
      DIAKONISENTERET STAVANGER
    45. id:
      12db414367ed1cb8b2d08f7eb7d3934b
      organization_id:
      976924487
      name:
      STAVANGER SPAREKASSES SYKEHJEM STI
    46. id:
      6d7ad8392c73bb86fa6e9751b42dfaf0
      organization_id:
      940555450
      name:
      STAVANGER HAANDVÆRKERSTIFTELSE ALDERS HVILE
    47. id:
      d8e23f1d71874490fb0b801fee0a814f
      organization_id:
      974611961
      name:
      ST. JOHANNES SYKEHJEM
    48. id:
      3902738a00c2bb29a8f959e570f7582f
      organization_id:
      939958851
      name:
      STJØRDAL KOMMUNE
    49. id:
      94aea81e4e0d269a24c635eb1333bd5a
      organization_id:
      971197609
      name:
      SELBU KOMMUNE
    50. id:
      2b24118bdcef96bd1cf1d2c34a7cb168
      organization_id:
      864983472
      name:
      TYDAL KOMMUNE
    51. id:
      adbb0ba6dd17bc8dc2c3c32bdf07f711
      organization_id:
      835231712
      name:
      MERÅKER KOMMUNE
    52. id:
      295dfccfae011ce3a2fc9c68e093e395
      organization_id:
      944482253
      name:
      FROSTA KOMMUNE
    53. id:
      c19ed2e74227b1b2e66e6f9046739455
      organization_id:
      937697767
      name:
      HOLTÅLEN KOMMUNE
    54. id:
      373107b6e7117ac0cfa8deb35c173c1f
      organization_id:
      964950113
      name:
      EIDSVOLL KOMMUNE
    55. id:
      23ca6bf663005a374a56ce79560965e7
      organization_id:
      864949762
      name:
      GJERDRUM KOMMUNE
    56. id:
      f55be01b91255186f617a5e1759638ea
      organization_id:
      939780777
      name:
      HURDAL KOMMUNE
    57. id:
      92d3ab7d1dd9d12c017db7f68321e074
      organization_id:
      964950202
      name:
      NANNESTAD KOMMUNE
    58. id:
      cca61ec9b9c117e767831485cbb449cd
      organization_id:
      938679088
      name:
      NES KOMMUNE
    59. id:
      d9eb4f7643d4e623893a843931b9f735
      organization_id:
      933649768
      name:
      ULLENSAKER KOMMUNE
    60. id:
      8fad0b4711ec539dd006b97e4e017474
      organization_id:
      929911709
      name:
      ÅLESUND KOMMUNE
    61. id:
      46a2be9f3ab71bf96cf7390c2d459d45
      organization_id:
      939760946
      name:
      VOLDA KOMMUNE
    62. id:
      1b37f6d04a77ae305c670f1bc3ac7df8
      organization_id:
      964978840
      name:
      HERØY KOMMUNE
    63. id:
      d14fbe2b23a14edef399068203a9c19e
      organization_id:
      964980098
      name:
      STRANDA KOMMUNE
    64. id:
      b571733532cdfd2694cb43122666b947
      organization_id:
      964980365
      name:
      SYKKYLVEN KOMMUNE
    65. id:
      8a80d976c56b064ee4910153691b6c38
      organization_id:
      964979278
      name:
      HAREID KOMMUNE
    66. id:
      78c4104fbcecb2607315cfe74d032605
      organization_id:
      964979456
      name:
      ULSTEIN KOMMUNE
    67. id:
      815705bcb7d50305ae4b03072744323f
      organization_id:
      939461450
      name:
      ØRSTA KOMMUNE
    68. id:
      d7f1b0aa3ac2e795f178f0569a3d3dd2
      organization_id:
      939901965
      name:
      VESTNES KOMMUNE
    69. id:
      b4034655d371d015d270f81274348ea0
      organization_id:
      964980721
      name:
      GISKE KOMMUNE
    70. id:
      8b217da939eeab17a60fad9ecedf238c
      organization_id:
      921891687
      name:
      FJORD KOMMUNE
    71. id:
      a5ba5f6ce723cf72ab5867f59e7630f5
      organization_id:
      822534422
      name:
      SANDE KOMMUNE
    72. id:
      b77eda59af237589159ba3f83074ff09
      organization_id:
      829912252
      name:
      HARAM KOMMUNE
    73. id:
      8dccdb83b6b675c1faa3312fcbfec0ed
      organization_id:
      964978662
      name:
      VANYLVEN KOMMUNE
    74. id:
      32a75155b581fd9cc2bc096880d0b0d6
      organization_id:
      964980543
      name:
      SULA KOMMUNE
    75. id:
      a859040014ea3ad6de02b5b69a01b961
      organization_id:
      964981337
      name:
      AUKRA KOMMUNE
    76. id:
      fcb1d3b416e66cec0de80cd2eeb1b64e
      organization_id:
      921221967
      name:
      MOLDE KOMMUNE
    77. id:
      c5b554d82f27dfd31c1de1d6a891ee82
      organization_id:
      864980902
      name:
      RAUMA KOMMUNE
    78. id:
      539277481bc5f447014aaf91ffe4f447
      organization_id:
      820852982
      name:
      KRISTIANSAND KOMMUNE
    79. id:
      838cb98142f977d6a6d4ee5fbaa8d44a
      organization_id:
      971035560
      name:
      MALVIK KOMMUNE
    80. id:
      4ef95fabe603a688fe26958e359be823
      organization_id:
      991891919
      name:
      KRISTIANSUND KOMMUNE
    81. id:
      125e3402f4e00120e4b85c7b64e50c91
      organization_id:
      988913898
      name:
      AURE KOMMUNE
    82. id:
      19cd56539fa9604faa37ad4b91aa2e65
      organization_id:
      962378064
      name:
      AVERØY KOMMUNE
    83. id:
      97d0c8963189d45c5e7e0d9627ebcf48
      organization_id:
      964981426
      name:
      GJEMNES KOMMUNE
    84. id:
      d02a1e27faa4427bc0b2f30bd9695d7a
      organization_id:
      921133642
      name:
      HUSTADVIKA KOMMUNE
    85. id:
      fb6f864f335446a1c7c267e61ecb4d1f
      organization_id:
      940138051
      name:
      RINDAL KOMMUNE
    86. id:
      c78d67c09abdf60e68212b68dedba032
      organization_id:
      945012986
      name:
      SMØLA KOMMUNE
    87. id:
      44b69c2f3f47ba9ed34a387f7f1f34af
      organization_id:
      964981604
      name:
      SUNNDAL KOMMUNE
    88. id:
      b89c2d89ca24c53291c0715ada8eb410
      organization_id:
      964981892
      name:
      SURNADAL KOMMUNE
    89. 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

    1. anyw
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    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.

  4. id:
    2026-103166
    buyer:

    89 results

    1. id:
      7e05723806d184bb5004ce3b860f0376
      organization_id:
      942110464
      name:
      Trondheim kommune
    2. id:
      fb06b63aeb60d374a48a9689d8ae3d3b
      organization_id:
      970161414
      name:
      Bakklandet Menighets Omsorgsenter
    3. id:
      bb81f8eb8c95d553e6efa726ec385f37
      organization_id:
      938658374
      name:
      Trondhjems Hospital
    4. id:
      c2597403b21a0225af1fc0e40e56b483
      organization_id:
      875383922
      name:
      Kystad helse- og velferdssenter
    5. id:
      97ea1486ff7782b7fb298918d2f99257
      organization_id:
      967033065
      name:
      KONG CARL JOHANS ARBEIDSSTIFTELSE
    6. id:
      269a0fab4a08056897498fb27d591471
      organization_id:
      939865942
      name:
      SKAUN KOMMUNE
    7. id:
      f4592f81dc15aa5ab9c5b038e2c4ba17
      organization_id:
      938726027
      name:
      MELHUS KOMMUNE
    8. id:
      b832f34d62016f1238b8bb83cfc23502
      organization_id:
      970187715
      name:
      MIDTRE GAULDAL KOMMUNE
    9. id:
      7bafa0b72bfbaaf7bb4d2159b5e1975a
      organization_id:
      964338531
      name:
      BERGEN KOMMUNE
    10. id:
      d3835164bb839dbf757b5feac4c22516
      organization_id:
      920290922
      name:
      ALVER KOMMUNE
    11. id:
      97797bf3f40c5baebc42a84a66b4433f
      organization_id:
      964338442
      name:
      ASKØY KOMMUNE
    12. id:
      02e26f06fd12a3cd5d8e81e7b13c5cb1
      organization_id:
      844458312
      name:
      BJØRNAFJORDEN KOMMUNE
    13. id:
      e23f83db5d263d910e7d17a180c90938
      organization_id:
      944233199
      name:
      KVAM HERAD
    14. id:
      21e8ff1d2bf533b69d30adba3e40d838
      organization_id:
      945627913
      name:
      MASFJORDEN KOMMUNE
    15. id:
      e75a588d4bc75930f85e58d3b4e5486d
      organization_id:
      864338712
      name:
      OSTERØY KOMMUNE
    16. id:
      8256c71a6cbb7cce802c722e2ff04d8c
      organization_id:
      964968985
      name:
      SAMNANGER KOMMUNE
    17. id:
      b932195c9b0c4c3f56f343f591a9b8ef
      organization_id:
      961821967
      name:
      VAKSDAL KOMMUNE
    18. id:
      9d0bfbd13d11bdddf04ad83f990e405b
      organization_id:
      960510542
      name:
      VOSS HERAD
    19. id:
      1557c26e4d626fdfaa452b2b4f591fc7
      organization_id:
      922530890
      name:
      ØYGARDEN KOMMUNE
    20. id:
      57d901a0d103db8974bcc7fc374eb819
      organization_id:
      920500633
      name:
      ULLENSVANG KOMMUNE
    21. id:
      6204feab6c5b7c827e7d988fd2fee0b1
      organization_id:
      983948332
      name:
      STIFTELSEN ADVENTISTKIRKENS SYKEHJEM NORDÅS
    22. id:
      1cff6f3c5e76b856a2d3a5dc1ba96040
      organization_id:
      997273826
      name:
      BERGEN RØDE KORS SYKEHJEM AS
    23. id:
      2154c35561a2c2153a3d54badbce474d
      organization_id:
      974252724
      name:
      STIFTELSEN LANDÅS MENIGHETS ELDRESENTER
    24. id:
      49f1005183008751491e99f7ff499c89
      organization_id:
      971561890
      name:
      BERGENS INDREMISJON
    25. id:
      43d9674be476eb5f83d5c46bf4e0fa85
      organization_id:
      968349627
      name:
      STIFTELSEN BETANIEN
    26. id:
      e9146175c9ad93929955419daad5d52d
      organization_id:
      973091522
      name:
      SIGNO KONOWS SENTER
    27. id:
      cf2ad591a58d09fd2f80ac96d1a974a7
      organization_id:
      915612164
      name:
      SOLSLETTEN SYKEHJEM AS
    28. id:
      836cdc077044dc75e4547188112ec301
      organization_id:
      938277184
      name:
      STIFTELSEN DOMKIRKEHJEMMET I BERGEN
    29. id:
      e2a3b7d5de7cc1d0d9bd59b83aeec74a
      organization_id:
      971427337
      name:
      STIFTELSEN METODISTHJEMMET BERGEN
    30. id:
      55cdba27b0f3798eda7419c51617f2b8
      organization_id:
      959320780
      name:
      STIFTELSEN SLETTEBAKKEN MENIGHETS ELDRESENTER
    31. id:
      fdf3a3f0af03a9829a5997f0cffcd8f6
      organization_id:
      971427345
      name:
      STIFTELSEN SANKT JOHANNESHJEMMET
    32. id:
      8d25cf1dc844e664afad2547641bacdb
      organization_id:
      921577605
      name:
      STIFTELSEN DIAKONOVA HARALDSPLASS AVD SILJUSLÅTTEN
    33. id:
      b96199a15ebd24ff1d77dc32f3b4ed7d
      organization_id:
      964965226
      name:
      STAVANGER KOMMUNE
    34. id:
      646c233d090ad32b5c786b1530f1a1e0
      organization_id:
      864979092
      name:
      HJELMELAND KOMMUNE
    35. id:
      2108076ef901393e0ecfd862ff4b0f30
      organization_id:
      964969590
      name:
      HÅ KOMMUNE
    36. id:
      0209cd337c6b47383be98da0c0fd0deb
      organization_id:
      964978573
      name:
      GJESDAL KOMMUNE
    37. id:
      e40e5398836139e6ab37373db288b28f
      organization_id:
      948243113
      name:
      SOLA KOMMUNE
    38. id:
      d8f5e2796ebbbb93dc212638e5cb940b
      organization_id:
      934945514
      name:
      RANDABERG KOMMUNE
    39. id:
      bef6fb5d9c06d9cd63e34843c6e96ebb
      organization_id:
      964978751
      name:
      STRAND KOMMUNE
    40. id:
      7f8f7f460f302ab2b4dc075b582339ea
      organization_id:
      964979634
      name:
      KVITSØY KOMMUNE
    41. id:
      27a86c95e72b6d16a34cbc4006871587
      organization_id:
      864969682
      name:
      KLEPP KOMMUNE
    42. id:
      4ff7252fb294044c6974c8ec8d7bc744
      organization_id:
      859223672
      name:
      TIME KOMMUNE
    43. id:
      c5d382007bf43e0c4303533eaac115d2
      organization_id:
      944496394
      name:
      EIGERSUND KOMMUNE
    44. id:
      aa434c6ab3139a7d8c522a4f874a22e4
      organization_id:
      871461422
      name:
      DIAKONISENTERET STAVANGER
    45. id:
      12db414367ed1cb8b2d08f7eb7d3934b
      organization_id:
      976924487
      name:
      STAVANGER SPAREKASSES SYKEHJEM STI
    46. id:
      6d7ad8392c73bb86fa6e9751b42dfaf0
      organization_id:
      940555450
      name:
      STAVANGER HAANDVÆRKERSTIFTELSE ALDERS HVILE
    47. id:
      d8e23f1d71874490fb0b801fee0a814f
      organization_id:
      974611961
      name:
      ST. JOHANNES SYKEHJEM
    48. id:
      3902738a00c2bb29a8f959e570f7582f
      organization_id:
      939958851
      name:
      STJØRDAL KOMMUNE
    49. id:
      94aea81e4e0d269a24c635eb1333bd5a
      organization_id:
      971197609
      name:
      SELBU KOMMUNE
    50. id:
      2b24118bdcef96bd1cf1d2c34a7cb168
      organization_id:
      864983472
      name:
      TYDAL KOMMUNE
    51. id:
      adbb0ba6dd17bc8dc2c3c32bdf07f711
      organization_id:
      835231712
      name:
      MERÅKER KOMMUNE
    52. id:
      295dfccfae011ce3a2fc9c68e093e395
      organization_id:
      944482253
      name:
      FROSTA KOMMUNE
    53. id:
      c19ed2e74227b1b2e66e6f9046739455
      organization_id:
      937697767
      name:
      HOLTÅLEN KOMMUNE
    54. id:
      373107b6e7117ac0cfa8deb35c173c1f
      organization_id:
      964950113
      name:
      EIDSVOLL KOMMUNE
    55. id:
      23ca6bf663005a374a56ce79560965e7
      organization_id:
      864949762
      name:
      GJERDRUM KOMMUNE
    56. id:
      f55be01b91255186f617a5e1759638ea
      organization_id:
      939780777
      name:
      HURDAL KOMMUNE
    57. id:
      92d3ab7d1dd9d12c017db7f68321e074
      organization_id:
      964950202
      name:
      NANNESTAD KOMMUNE
    58. id:
      cca61ec9b9c117e767831485cbb449cd
      organization_id:
      938679088
      name:
      NES KOMMUNE
    59. id:
      d9eb4f7643d4e623893a843931b9f735
      organization_id:
      933649768
      name:
      ULLENSAKER KOMMUNE
    60. id:
      8fad0b4711ec539dd006b97e4e017474
      organization_id:
      929911709
      name:
      ÅLESUND KOMMUNE
    61. id:
      46a2be9f3ab71bf96cf7390c2d459d45
      organization_id:
      939760946
      name:
      VOLDA KOMMUNE
    62. id:
      1b37f6d04a77ae305c670f1bc3ac7df8
      organization_id:
      964978840
      name:
      HERØY KOMMUNE
    63. id:
      d14fbe2b23a14edef399068203a9c19e
      organization_id:
      964980098
      name:
      STRANDA KOMMUNE
    64. id:
      b571733532cdfd2694cb43122666b947
      organization_id:
      964980365
      name:
      SYKKYLVEN KOMMUNE
    65. id:
      8a80d976c56b064ee4910153691b6c38
      organization_id:
      964979278
      name:
      HAREID KOMMUNE
    66. id:
      78c4104fbcecb2607315cfe74d032605
      organization_id:
      964979456
      name:
      ULSTEIN KOMMUNE
    67. id:
      815705bcb7d50305ae4b03072744323f
      organization_id:
      939461450
      name:
      ØRSTA KOMMUNE
    68. id:
      d7f1b0aa3ac2e795f178f0569a3d3dd2
      organization_id:
      939901965
      name:
      VESTNES KOMMUNE
    69. id:
      b4034655d371d015d270f81274348ea0
      organization_id:
      964980721
      name:
      GISKE KOMMUNE
    70. id:
      8b217da939eeab17a60fad9ecedf238c
      organization_id:
      921891687
      name:
      FJORD KOMMUNE
    71. id:
      a5ba5f6ce723cf72ab5867f59e7630f5
      organization_id:
      822534422
      name:
      SANDE KOMMUNE
    72. id:
      b77eda59af237589159ba3f83074ff09
      organization_id:
      829912252
      name:
      HARAM KOMMUNE
    73. id:
      8dccdb83b6b675c1faa3312fcbfec0ed
      organization_id:
      964978662
      name:
      VANYLVEN KOMMUNE
    74. id:
      32a75155b581fd9cc2bc096880d0b0d6
      organization_id:
      964980543
      name:
      SULA KOMMUNE
    75. id:
      a859040014ea3ad6de02b5b69a01b961
      organization_id:
      964981337
      name:
      AUKRA KOMMUNE
    76. id:
      fcb1d3b416e66cec0de80cd2eeb1b64e
      organization_id:
      921221967
      name:
      MOLDE KOMMUNE
    77. id:
      c5b554d82f27dfd31c1de1d6a891ee82
      organization_id:
      864980902
      name:
      RAUMA KOMMUNE
    78. id:
      539277481bc5f447014aaf91ffe4f447
      organization_id:
      820852982
      name:
      KRISTIANSAND KOMMUNE
    79. id:
      838cb98142f977d6a6d4ee5fbaa8d44a
      organization_id:
      971035560
      name:
      MALVIK KOMMUNE
    80. id:
      4ef95fabe603a688fe26958e359be823
      organization_id:
      991891919
      name:
      KRISTIANSUND KOMMUNE
    81. id:
      125e3402f4e00120e4b85c7b64e50c91
      organization_id:
      988913898
      name:
      AURE KOMMUNE
    82. id:
      19cd56539fa9604faa37ad4b91aa2e65
      organization_id:
      962378064
      name:
      AVERØY KOMMUNE
    83. id:
      97d0c8963189d45c5e7e0d9627ebcf48
      organization_id:
      964981426
      name:
      GJEMNES KOMMUNE
    84. id:
      d02a1e27faa4427bc0b2f30bd9695d7a
      organization_id:
      921133642
      name:
      HUSTADVIKA KOMMUNE
    85. id:
      fb6f864f335446a1c7c267e61ecb4d1f
      organization_id:
      940138051
      name:
      RINDAL KOMMUNE
    86. id:
      c78d67c09abdf60e68212b68dedba032
      organization_id:
      945012986
      name:
      SMØLA KOMMUNE
    87. id:
      44b69c2f3f47ba9ed34a387f7f1f34af
      organization_id:
      964981604
      name:
      SUNNDAL KOMMUNE
    88. id:
      b89c2d89ca24c53291c0715ada8eb410
      organization_id:
      964981892
      name:
      SURNADAL KOMMUNE
    89. 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

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

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. 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.

limit:
25
offset:
0
returned:
4
has_more_results:
no
truncated:
no
Show all fields in HTML
total_count:
4
hits:

4 results

  1. id:
    2022-624824
    buyer:

    1 results

    1. id:
      4fedbdf9187f3220e82f296eb9733b88
      organization_id:
      983658725
      name:
      Helse Vest RHF
    heading:
    Tverrfaglig spesialisert behandling for rusmiddelavhengighet for Helse Vest
    description:
    Helse Vest RHF har i henhold til spesialisthelsetjenesteloven § 2-1a ansvar for å tilby spesialisthelsetjenester til befolkningen i Helseregion Vest - Rogaland og Vestland. Disse tjenestene ytes dels gjennom egne helseforetak og dels gjennom avtaler med private leverandører av spesialisthelsetjenester. Helse Vest ønsker å inngå avtale om leveranse av tverrfaglig spesialisert behandling for rusavhengige fra private leverandører. Spørsmål som stilles i perioden 09.04.-18.04. kan ikke påregnes besvart før etter 19.04.
    location_id:

    3 results

    1. NO0A1
    2. NO0A
    3. NO0A2
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2022-12-17T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2022-12-17
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  2. id:
    2025-101670
    buyer:

    1 results

    1. id:
      c0b389e2c9314a0a61796642fadefd59
      organization_id:
      991324968
      name:
      HELSE SØR-ØST RHF
    heading:
    Kontraktsinngåelse - behandlingstilbud innen tverrfaglig spesialisert rusbehandling (TSB)
    description:
    Helse Sør-Øst RHF (heretter omtalt som Oppdragsgiver) har inngått rammeavtaler med private leverandører om kjøp av behandlingstilbud innen tverrfaglig spesialisert rusbehandling (TSB).
    location_id:

    11 results

    1. NO020
    2. NO085
    3. NO084
    4. NO083
    5. NO094
    6. anyw
    7. NO082
    8. NO093
    9. NO081
    10. NO092
    11. NO091
    estimatedValue:
    currencyCode:
    NOK
    amount:
    5400000000.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2025-02-05T07:28:57Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2025-02-06
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  3. id:
    2026-106844
    buyer:

    89 results

    1. id:
      7e05723806d184bb5004ce3b860f0376
      organization_id:
      942110464
      name:
      Trondheim kommune
    2. id:
      fb06b63aeb60d374a48a9689d8ae3d3b
      organization_id:
      970161414
      name:
      Bakklandet Menighets Omsorgsenter
    3. id:
      bb81f8eb8c95d553e6efa726ec385f37
      organization_id:
      938658374
      name:
      Trondhjems Hospital
    4. id:
      c2597403b21a0225af1fc0e40e56b483
      organization_id:
      875383922
      name:
      Kystad helse- og velferdssenter
    5. id:
      97ea1486ff7782b7fb298918d2f99257
      organization_id:
      967033065
      name:
      KONG CARL JOHANS ARBEIDSSTIFTELSE
    6. id:
      269a0fab4a08056897498fb27d591471
      organization_id:
      939865942
      name:
      SKAUN KOMMUNE
    7. id:
      f4592f81dc15aa5ab9c5b038e2c4ba17
      organization_id:
      938726027
      name:
      MELHUS KOMMUNE
    8. id:
      b832f34d62016f1238b8bb83cfc23502
      organization_id:
      970187715
      name:
      MIDTRE GAULDAL KOMMUNE
    9. id:
      7bafa0b72bfbaaf7bb4d2159b5e1975a
      organization_id:
      964338531
      name:
      BERGEN KOMMUNE
    10. id:
      d3835164bb839dbf757b5feac4c22516
      organization_id:
      920290922
      name:
      ALVER KOMMUNE
    11. id:
      97797bf3f40c5baebc42a84a66b4433f
      organization_id:
      964338442
      name:
      ASKØY KOMMUNE
    12. id:
      02e26f06fd12a3cd5d8e81e7b13c5cb1
      organization_id:
      844458312
      name:
      BJØRNAFJORDEN KOMMUNE
    13. id:
      e23f83db5d263d910e7d17a180c90938
      organization_id:
      944233199
      name:
      KVAM HERAD
    14. id:
      21e8ff1d2bf533b69d30adba3e40d838
      organization_id:
      945627913
      name:
      MASFJORDEN KOMMUNE
    15. id:
      e75a588d4bc75930f85e58d3b4e5486d
      organization_id:
      864338712
      name:
      OSTERØY KOMMUNE
    16. id:
      8256c71a6cbb7cce802c722e2ff04d8c
      organization_id:
      964968985
      name:
      SAMNANGER KOMMUNE
    17. id:
      b932195c9b0c4c3f56f343f591a9b8ef
      organization_id:
      961821967
      name:
      VAKSDAL KOMMUNE
    18. id:
      9d0bfbd13d11bdddf04ad83f990e405b
      organization_id:
      960510542
      name:
      VOSS HERAD
    19. id:
      1557c26e4d626fdfaa452b2b4f591fc7
      organization_id:
      922530890
      name:
      ØYGARDEN KOMMUNE
    20. id:
      57d901a0d103db8974bcc7fc374eb819
      organization_id:
      920500633
      name:
      ULLENSVANG KOMMUNE
    21. id:
      6204feab6c5b7c827e7d988fd2fee0b1
      organization_id:
      983948332
      name:
      STIFTELSEN ADVENTISTKIRKENS SYKEHJEM NORDÅS
    22. id:
      1cff6f3c5e76b856a2d3a5dc1ba96040
      organization_id:
      997273826
      name:
      BERGEN RØDE KORS SYKEHJEM AS
    23. id:
      2154c35561a2c2153a3d54badbce474d
      organization_id:
      974252724
      name:
      STIFTELSEN LANDÅS MENIGHETS ELDRESENTER
    24. id:
      49f1005183008751491e99f7ff499c89
      organization_id:
      971561890
      name:
      BERGENS INDREMISJON
    25. id:
      43d9674be476eb5f83d5c46bf4e0fa85
      organization_id:
      968349627
      name:
      STIFTELSEN BETANIEN
    26. id:
      e9146175c9ad93929955419daad5d52d
      organization_id:
      973091522
      name:
      SIGNO KONOWS SENTER
    27. id:
      cf2ad591a58d09fd2f80ac96d1a974a7
      organization_id:
      915612164
      name:
      SOLSLETTEN SYKEHJEM AS
    28. id:
      836cdc077044dc75e4547188112ec301
      organization_id:
      938277184
      name:
      STIFTELSEN DOMKIRKEHJEMMET I BERGEN
    29. id:
      e2a3b7d5de7cc1d0d9bd59b83aeec74a
      organization_id:
      971427337
      name:
      STIFTELSEN METODISTHJEMMET BERGEN
    30. id:
      55cdba27b0f3798eda7419c51617f2b8
      organization_id:
      959320780
      name:
      STIFTELSEN SLETTEBAKKEN MENIGHETS ELDRESENTER
    31. id:
      fdf3a3f0af03a9829a5997f0cffcd8f6
      organization_id:
      971427345
      name:
      STIFTELSEN SANKT JOHANNESHJEMMET
    32. id:
      8d25cf1dc844e664afad2547641bacdb
      organization_id:
      921577605
      name:
      STIFTELSEN DIAKONOVA HARALDSPLASS AVD SILJUSLÅTTEN
    33. id:
      b96199a15ebd24ff1d77dc32f3b4ed7d
      organization_id:
      964965226
      name:
      STAVANGER KOMMUNE
    34. id:
      646c233d090ad32b5c786b1530f1a1e0
      organization_id:
      864979092
      name:
      HJELMELAND KOMMUNE
    35. id:
      2108076ef901393e0ecfd862ff4b0f30
      organization_id:
      964969590
      name:
      HÅ KOMMUNE
    36. id:
      0209cd337c6b47383be98da0c0fd0deb
      organization_id:
      964978573
      name:
      GJESDAL KOMMUNE
    37. id:
      e40e5398836139e6ab37373db288b28f
      organization_id:
      948243113
      name:
      SOLA KOMMUNE
    38. id:
      d8f5e2796ebbbb93dc212638e5cb940b
      organization_id:
      934945514
      name:
      RANDABERG KOMMUNE
    39. id:
      bef6fb5d9c06d9cd63e34843c6e96ebb
      organization_id:
      964978751
      name:
      STRAND KOMMUNE
    40. id:
      7f8f7f460f302ab2b4dc075b582339ea
      organization_id:
      964979634
      name:
      KVITSØY KOMMUNE
    41. id:
      27a86c95e72b6d16a34cbc4006871587
      organization_id:
      864969682
      name:
      KLEPP KOMMUNE
    42. id:
      4ff7252fb294044c6974c8ec8d7bc744
      organization_id:
      859223672
      name:
      TIME KOMMUNE
    43. id:
      c5d382007bf43e0c4303533eaac115d2
      organization_id:
      944496394
      name:
      EIGERSUND KOMMUNE
    44. id:
      aa434c6ab3139a7d8c522a4f874a22e4
      organization_id:
      871461422
      name:
      DIAKONISENTERET STAVANGER
    45. id:
      12db414367ed1cb8b2d08f7eb7d3934b
      organization_id:
      976924487
      name:
      STAVANGER SPAREKASSES SYKEHJEM STI
    46. id:
      6d7ad8392c73bb86fa6e9751b42dfaf0
      organization_id:
      940555450
      name:
      STAVANGER HAANDVÆRKERSTIFTELSE ALDERS HVILE
    47. id:
      d8e23f1d71874490fb0b801fee0a814f
      organization_id:
      974611961
      name:
      ST. JOHANNES SYKEHJEM
    48. id:
      3902738a00c2bb29a8f959e570f7582f
      organization_id:
      939958851
      name:
      STJØRDAL KOMMUNE
    49. id:
      94aea81e4e0d269a24c635eb1333bd5a
      organization_id:
      971197609
      name:
      SELBU KOMMUNE
    50. id:
      2b24118bdcef96bd1cf1d2c34a7cb168
      organization_id:
      864983472
      name:
      TYDAL KOMMUNE
    51. id:
      adbb0ba6dd17bc8dc2c3c32bdf07f711
      organization_id:
      835231712
      name:
      MERÅKER KOMMUNE
    52. id:
      295dfccfae011ce3a2fc9c68e093e395
      organization_id:
      944482253
      name:
      FROSTA KOMMUNE
    53. id:
      c19ed2e74227b1b2e66e6f9046739455
      organization_id:
      937697767
      name:
      HOLTÅLEN KOMMUNE
    54. id:
      373107b6e7117ac0cfa8deb35c173c1f
      organization_id:
      964950113
      name:
      EIDSVOLL KOMMUNE
    55. id:
      23ca6bf663005a374a56ce79560965e7
      organization_id:
      864949762
      name:
      GJERDRUM KOMMUNE
    56. id:
      f55be01b91255186f617a5e1759638ea
      organization_id:
      939780777
      name:
      HURDAL KOMMUNE
    57. id:
      92d3ab7d1dd9d12c017db7f68321e074
      organization_id:
      964950202
      name:
      NANNESTAD KOMMUNE
    58. id:
      cca61ec9b9c117e767831485cbb449cd
      organization_id:
      938679088
      name:
      NES KOMMUNE
    59. id:
      d9eb4f7643d4e623893a843931b9f735
      organization_id:
      933649768
      name:
      ULLENSAKER KOMMUNE
    60. id:
      8fad0b4711ec539dd006b97e4e017474
      organization_id:
      929911709
      name:
      ÅLESUND KOMMUNE
    61. id:
      46a2be9f3ab71bf96cf7390c2d459d45
      organization_id:
      939760946
      name:
      VOLDA KOMMUNE
    62. id:
      1b37f6d04a77ae305c670f1bc3ac7df8
      organization_id:
      964978840
      name:
      HERØY KOMMUNE
    63. id:
      d14fbe2b23a14edef399068203a9c19e
      organization_id:
      964980098
      name:
      STRANDA KOMMUNE
    64. id:
      b571733532cdfd2694cb43122666b947
      organization_id:
      964980365
      name:
      SYKKYLVEN KOMMUNE
    65. id:
      8a80d976c56b064ee4910153691b6c38
      organization_id:
      964979278
      name:
      HAREID KOMMUNE
    66. id:
      78c4104fbcecb2607315cfe74d032605
      organization_id:
      964979456
      name:
      ULSTEIN KOMMUNE
    67. id:
      815705bcb7d50305ae4b03072744323f
      organization_id:
      939461450
      name:
      ØRSTA KOMMUNE
    68. id:
      d7f1b0aa3ac2e795f178f0569a3d3dd2
      organization_id:
      939901965
      name:
      VESTNES KOMMUNE
    69. id:
      b4034655d371d015d270f81274348ea0
      organization_id:
      964980721
      name:
      GISKE KOMMUNE
    70. id:
      8b217da939eeab17a60fad9ecedf238c
      organization_id:
      921891687
      name:
      FJORD KOMMUNE
    71. id:
      a5ba5f6ce723cf72ab5867f59e7630f5
      organization_id:
      822534422
      name:
      SANDE KOMMUNE
    72. id:
      b77eda59af237589159ba3f83074ff09
      organization_id:
      829912252
      name:
      HARAM KOMMUNE
    73. id:
      8dccdb83b6b675c1faa3312fcbfec0ed
      organization_id:
      964978662
      name:
      VANYLVEN KOMMUNE
    74. id:
      32a75155b581fd9cc2bc096880d0b0d6
      organization_id:
      964980543
      name:
      SULA KOMMUNE
    75. id:
      a859040014ea3ad6de02b5b69a01b961
      organization_id:
      964981337
      name:
      AUKRA KOMMUNE
    76. id:
      fcb1d3b416e66cec0de80cd2eeb1b64e
      organization_id:
      921221967
      name:
      MOLDE KOMMUNE
    77. id:
      c5b554d82f27dfd31c1de1d6a891ee82
      organization_id:
      864980902
      name:
      RAUMA KOMMUNE
    78. id:
      539277481bc5f447014aaf91ffe4f447
      organization_id:
      820852982
      name:
      KRISTIANSAND KOMMUNE
    79. id:
      838cb98142f977d6a6d4ee5fbaa8d44a
      organization_id:
      971035560
      name:
      MALVIK KOMMUNE
    80. id:
      4ef95fabe603a688fe26958e359be823
      organization_id:
      991891919
      name:
      KRISTIANSUND KOMMUNE
    81. id:
      125e3402f4e00120e4b85c7b64e50c91
      organization_id:
      988913898
      name:
      AURE KOMMUNE
    82. id:
      19cd56539fa9604faa37ad4b91aa2e65
      organization_id:
      962378064
      name:
      AVERØY KOMMUNE
    83. id:
      97d0c8963189d45c5e7e0d9627ebcf48
      organization_id:
      964981426
      name:
      GJEMNES KOMMUNE
    84. id:
      d02a1e27faa4427bc0b2f30bd9695d7a
      organization_id:
      921133642
      name:
      HUSTADVIKA KOMMUNE
    85. id:
      fb6f864f335446a1c7c267e61ecb4d1f
      organization_id:
      940138051
      name:
      RINDAL KOMMUNE
    86. id:
      c78d67c09abdf60e68212b68dedba032
      organization_id:
      945012986
      name:
      SMØLA KOMMUNE
    87. id:
      44b69c2f3f47ba9ed34a387f7f1f34af
      organization_id:
      964981604
      name:
      SUNNDAL KOMMUNE
    88. id:
      b89c2d89ca24c53291c0715ada8eb410
      organization_id:
      964981892
      name:
      SURNADAL KOMMUNE
    89. 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

    1. anyw
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    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.

  4. id:
    2026-103166
    buyer:

    89 results

    1. id:
      7e05723806d184bb5004ce3b860f0376
      organization_id:
      942110464
      name:
      Trondheim kommune
    2. id:
      fb06b63aeb60d374a48a9689d8ae3d3b
      organization_id:
      970161414
      name:
      Bakklandet Menighets Omsorgsenter
    3. id:
      bb81f8eb8c95d553e6efa726ec385f37
      organization_id:
      938658374
      name:
      Trondhjems Hospital
    4. id:
      c2597403b21a0225af1fc0e40e56b483
      organization_id:
      875383922
      name:
      Kystad helse- og velferdssenter
    5. id:
      97ea1486ff7782b7fb298918d2f99257
      organization_id:
      967033065
      name:
      KONG CARL JOHANS ARBEIDSSTIFTELSE
    6. id:
      269a0fab4a08056897498fb27d591471
      organization_id:
      939865942
      name:
      SKAUN KOMMUNE
    7. id:
      f4592f81dc15aa5ab9c5b038e2c4ba17
      organization_id:
      938726027
      name:
      MELHUS KOMMUNE
    8. id:
      b832f34d62016f1238b8bb83cfc23502
      organization_id:
      970187715
      name:
      MIDTRE GAULDAL KOMMUNE
    9. id:
      7bafa0b72bfbaaf7bb4d2159b5e1975a
      organization_id:
      964338531
      name:
      BERGEN KOMMUNE
    10. id:
      d3835164bb839dbf757b5feac4c22516
      organization_id:
      920290922
      name:
      ALVER KOMMUNE
    11. id:
      97797bf3f40c5baebc42a84a66b4433f
      organization_id:
      964338442
      name:
      ASKØY KOMMUNE
    12. id:
      02e26f06fd12a3cd5d8e81e7b13c5cb1
      organization_id:
      844458312
      name:
      BJØRNAFJORDEN KOMMUNE
    13. id:
      e23f83db5d263d910e7d17a180c90938
      organization_id:
      944233199
      name:
      KVAM HERAD
    14. id:
      21e8ff1d2bf533b69d30adba3e40d838
      organization_id:
      945627913
      name:
      MASFJORDEN KOMMUNE
    15. id:
      e75a588d4bc75930f85e58d3b4e5486d
      organization_id:
      864338712
      name:
      OSTERØY KOMMUNE
    16. id:
      8256c71a6cbb7cce802c722e2ff04d8c
      organization_id:
      964968985
      name:
      SAMNANGER KOMMUNE
    17. id:
      b932195c9b0c4c3f56f343f591a9b8ef
      organization_id:
      961821967
      name:
      VAKSDAL KOMMUNE
    18. id:
      9d0bfbd13d11bdddf04ad83f990e405b
      organization_id:
      960510542
      name:
      VOSS HERAD
    19. id:
      1557c26e4d626fdfaa452b2b4f591fc7
      organization_id:
      922530890
      name:
      ØYGARDEN KOMMUNE
    20. id:
      57d901a0d103db8974bcc7fc374eb819
      organization_id:
      920500633
      name:
      ULLENSVANG KOMMUNE
    21. id:
      6204feab6c5b7c827e7d988fd2fee0b1
      organization_id:
      983948332
      name:
      STIFTELSEN ADVENTISTKIRKENS SYKEHJEM NORDÅS
    22. id:
      1cff6f3c5e76b856a2d3a5dc1ba96040
      organization_id:
      997273826
      name:
      BERGEN RØDE KORS SYKEHJEM AS
    23. id:
      2154c35561a2c2153a3d54badbce474d
      organization_id:
      974252724
      name:
      STIFTELSEN LANDÅS MENIGHETS ELDRESENTER
    24. id:
      49f1005183008751491e99f7ff499c89
      organization_id:
      971561890
      name:
      BERGENS INDREMISJON
    25. id:
      43d9674be476eb5f83d5c46bf4e0fa85
      organization_id:
      968349627
      name:
      STIFTELSEN BETANIEN
    26. id:
      e9146175c9ad93929955419daad5d52d
      organization_id:
      973091522
      name:
      SIGNO KONOWS SENTER
    27. id:
      cf2ad591a58d09fd2f80ac96d1a974a7
      organization_id:
      915612164
      name:
      SOLSLETTEN SYKEHJEM AS
    28. id:
      836cdc077044dc75e4547188112ec301
      organization_id:
      938277184
      name:
      STIFTELSEN DOMKIRKEHJEMMET I BERGEN
    29. id:
      e2a3b7d5de7cc1d0d9bd59b83aeec74a
      organization_id:
      971427337
      name:
      STIFTELSEN METODISTHJEMMET BERGEN
    30. id:
      55cdba27b0f3798eda7419c51617f2b8
      organization_id:
      959320780
      name:
      STIFTELSEN SLETTEBAKKEN MENIGHETS ELDRESENTER
    31. id:
      fdf3a3f0af03a9829a5997f0cffcd8f6
      organization_id:
      971427345
      name:
      STIFTELSEN SANKT JOHANNESHJEMMET
    32. id:
      8d25cf1dc844e664afad2547641bacdb
      organization_id:
      921577605
      name:
      STIFTELSEN DIAKONOVA HARALDSPLASS AVD SILJUSLÅTTEN
    33. id:
      b96199a15ebd24ff1d77dc32f3b4ed7d
      organization_id:
      964965226
      name:
      STAVANGER KOMMUNE
    34. id:
      646c233d090ad32b5c786b1530f1a1e0
      organization_id:
      864979092
      name:
      HJELMELAND KOMMUNE
    35. id:
      2108076ef901393e0ecfd862ff4b0f30
      organization_id:
      964969590
      name:
      HÅ KOMMUNE
    36. id:
      0209cd337c6b47383be98da0c0fd0deb
      organization_id:
      964978573
      name:
      GJESDAL KOMMUNE
    37. id:
      e40e5398836139e6ab37373db288b28f
      organization_id:
      948243113
      name:
      SOLA KOMMUNE
    38. id:
      d8f5e2796ebbbb93dc212638e5cb940b
      organization_id:
      934945514
      name:
      RANDABERG KOMMUNE
    39. id:
      bef6fb5d9c06d9cd63e34843c6e96ebb
      organization_id:
      964978751
      name:
      STRAND KOMMUNE
    40. id:
      7f8f7f460f302ab2b4dc075b582339ea
      organization_id:
      964979634
      name:
      KVITSØY KOMMUNE
    41. id:
      27a86c95e72b6d16a34cbc4006871587
      organization_id:
      864969682
      name:
      KLEPP KOMMUNE
    42. id:
      4ff7252fb294044c6974c8ec8d7bc744
      organization_id:
      859223672
      name:
      TIME KOMMUNE
    43. id:
      c5d382007bf43e0c4303533eaac115d2
      organization_id:
      944496394
      name:
      EIGERSUND KOMMUNE
    44. id:
      aa434c6ab3139a7d8c522a4f874a22e4
      organization_id:
      871461422
      name:
      DIAKONISENTERET STAVANGER
    45. id:
      12db414367ed1cb8b2d08f7eb7d3934b
      organization_id:
      976924487
      name:
      STAVANGER SPAREKASSES SYKEHJEM STI
    46. id:
      6d7ad8392c73bb86fa6e9751b42dfaf0
      organization_id:
      940555450
      name:
      STAVANGER HAANDVÆRKERSTIFTELSE ALDERS HVILE
    47. id:
      d8e23f1d71874490fb0b801fee0a814f
      organization_id:
      974611961
      name:
      ST. JOHANNES SYKEHJEM
    48. id:
      3902738a00c2bb29a8f959e570f7582f
      organization_id:
      939958851
      name:
      STJØRDAL KOMMUNE
    49. id:
      94aea81e4e0d269a24c635eb1333bd5a
      organization_id:
      971197609
      name:
      SELBU KOMMUNE
    50. id:
      2b24118bdcef96bd1cf1d2c34a7cb168
      organization_id:
      864983472
      name:
      TYDAL KOMMUNE
    51. id:
      adbb0ba6dd17bc8dc2c3c32bdf07f711
      organization_id:
      835231712
      name:
      MERÅKER KOMMUNE
    52. id:
      295dfccfae011ce3a2fc9c68e093e395
      organization_id:
      944482253
      name:
      FROSTA KOMMUNE
    53. id:
      c19ed2e74227b1b2e66e6f9046739455
      organization_id:
      937697767
      name:
      HOLTÅLEN KOMMUNE
    54. id:
      373107b6e7117ac0cfa8deb35c173c1f
      organization_id:
      964950113
      name:
      EIDSVOLL KOMMUNE
    55. id:
      23ca6bf663005a374a56ce79560965e7
      organization_id:
      864949762
      name:
      GJERDRUM KOMMUNE
    56. id:
      f55be01b91255186f617a5e1759638ea
      organization_id:
      939780777
      name:
      HURDAL KOMMUNE
    57. id:
      92d3ab7d1dd9d12c017db7f68321e074
      organization_id:
      964950202
      name:
      NANNESTAD KOMMUNE
    58. id:
      cca61ec9b9c117e767831485cbb449cd
      organization_id:
      938679088
      name:
      NES KOMMUNE
    59. id:
      d9eb4f7643d4e623893a843931b9f735
      organization_id:
      933649768
      name:
      ULLENSAKER KOMMUNE
    60. id:
      8fad0b4711ec539dd006b97e4e017474
      organization_id:
      929911709
      name:
      ÅLESUND KOMMUNE
    61. id:
      46a2be9f3ab71bf96cf7390c2d459d45
      organization_id:
      939760946
      name:
      VOLDA KOMMUNE
    62. id:
      1b37f6d04a77ae305c670f1bc3ac7df8
      organization_id:
      964978840
      name:
      HERØY KOMMUNE
    63. id:
      d14fbe2b23a14edef399068203a9c19e
      organization_id:
      964980098
      name:
      STRANDA KOMMUNE
    64. id:
      b571733532cdfd2694cb43122666b947
      organization_id:
      964980365
      name:
      SYKKYLVEN KOMMUNE
    65. id:
      8a80d976c56b064ee4910153691b6c38
      organization_id:
      964979278
      name:
      HAREID KOMMUNE
    66. id:
      78c4104fbcecb2607315cfe74d032605
      organization_id:
      964979456
      name:
      ULSTEIN KOMMUNE
    67. id:
      815705bcb7d50305ae4b03072744323f
      organization_id:
      939461450
      name:
      ØRSTA KOMMUNE
    68. id:
      d7f1b0aa3ac2e795f178f0569a3d3dd2
      organization_id:
      939901965
      name:
      VESTNES KOMMUNE
    69. id:
      b4034655d371d015d270f81274348ea0
      organization_id:
      964980721
      name:
      GISKE KOMMUNE
    70. id:
      8b217da939eeab17a60fad9ecedf238c
      organization_id:
      921891687
      name:
      FJORD KOMMUNE
    71. id:
      a5ba5f6ce723cf72ab5867f59e7630f5
      organization_id:
      822534422
      name:
      SANDE KOMMUNE
    72. id:
      b77eda59af237589159ba3f83074ff09
      organization_id:
      829912252
      name:
      HARAM KOMMUNE
    73. id:
      8dccdb83b6b675c1faa3312fcbfec0ed
      organization_id:
      964978662
      name:
      VANYLVEN KOMMUNE
    74. id:
      32a75155b581fd9cc2bc096880d0b0d6
      organization_id:
      964980543
      name:
      SULA KOMMUNE
    75. id:
      a859040014ea3ad6de02b5b69a01b961
      organization_id:
      964981337
      name:
      AUKRA KOMMUNE
    76. id:
      fcb1d3b416e66cec0de80cd2eeb1b64e
      organization_id:
      921221967
      name:
      MOLDE KOMMUNE
    77. id:
      c5b554d82f27dfd31c1de1d6a891ee82
      organization_id:
      864980902
      name:
      RAUMA KOMMUNE
    78. id:
      539277481bc5f447014aaf91ffe4f447
      organization_id:
      820852982
      name:
      KRISTIANSAND KOMMUNE
    79. id:
      838cb98142f977d6a6d4ee5fbaa8d44a
      organization_id:
      971035560
      name:
      MALVIK KOMMUNE
    80. id:
      4ef95fabe603a688fe26958e359be823
      organization_id:
      991891919
      name:
      KRISTIANSUND KOMMUNE
    81. id:
      125e3402f4e00120e4b85c7b64e50c91
      organization_id:
      988913898
      name:
      AURE KOMMUNE
    82. id:
      19cd56539fa9604faa37ad4b91aa2e65
      organization_id:
      962378064
      name:
      AVERØY KOMMUNE
    83. id:
      97d0c8963189d45c5e7e0d9627ebcf48
      organization_id:
      964981426
      name:
      GJEMNES KOMMUNE
    84. id:
      d02a1e27faa4427bc0b2f30bd9695d7a
      organization_id:
      921133642
      name:
      HUSTADVIKA KOMMUNE
    85. id:
      fb6f864f335446a1c7c267e61ecb4d1f
      organization_id:
      940138051
      name:
      RINDAL KOMMUNE
    86. id:
      c78d67c09abdf60e68212b68dedba032
      organization_id:
      945012986
      name:
      SMØLA KOMMUNE
    87. id:
      44b69c2f3f47ba9ed34a387f7f1f34af
      organization_id:
      964981604
      name:
      SUNNDAL KOMMUNE
    88. id:
      b89c2d89ca24c53291c0715ada8eb410
      organization_id:
      964981892
      name:
      SURNADAL KOMMUNE
    89. 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

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

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. 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.

limit:
25
offset:
0
returned:
4
has_more_results:
no
truncated:
no
Will you use the result in generated code?

Open the same result as JSON

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

Continue exploring

How an AI agent should use this page

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

How to use the search_doffin lookup

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

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

Source-specific next step

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