> For the complete documentation index, see [llms.txt](https://docs.snomed.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snomed.org/snomed-ct-practical-guides/snomed-ct-data-analytics-guide/appendix/12.1-project-case-studies/12.1.3-national-medication-decision-support-system-denmark.md).

# National Medication Decision Support System (Denmark)

The National Release Centre of Denmark (National eHealth Authority) produces a SNOMED CT drug extension for medications. The Danish SNOMED CT drug extension was primed by data extraction, cleansing and conversion of content from the Danish Medicine Agency Database (DKMDB), which is primarily meant for pricing and stock handling. The DKMDB was then complemented with SNOMED CT substances and their unique IDs. The Danish SNOMED CT drug extension includes information such as trade names, substances, dose forms, strengths and units of measure.

Building upon the Danish drug extension, the National eHealth Authority is working to introduce centralized decision support (CDS) services for both primary care and hospital prescribing systems.

The CDS server will respond to web service requests from the various electronic medication systems and return alerts and other prescribing information

<figure><img src="/files/Eye6QoMu1o0HCbE8LUDE" alt=""><figcaption><p>Denmark medication decision support services overview</p></figcaption></figure>

Allergies Register

A group of allergy specialists, family practitioners and CDS experts are developing a standard set of information to be used in a patient drug allergy register. A SNOMED CT subset, from the Drug Allergy (disorder) sub hierarchy in the Findings hierarchy, is used to document allergies. .

## Allergy Alert Service

Allergy alerts are enabled by the relationships in SNOMED CT between allergy disorders and substances (via the |causative agent| attribute), and relationships between drug products and substance concepts (via the |has active ingredient| attribute).

## Interactions Service

Based on an existing service, with data primarily drawn from peer-reviewed literature, the interaction database describes 2,500 interactions between different drugs based on their ingredients.

The database contains a short description of all interactions and a recommendation of how the physician can handle the interaction. The ingredients have been linked to SNOMED CT substances to directly inform the decision support service.

## Risk Situation Database

The risk situation database contains drugs evaluated by experts as being potentially dangerous in specific situations. Drug products, ingredients and dose forms are converted to SNOMED CT concepts, which thus contribute to the decision support service.

## Maximum Dose Database

An existing database contains maximum doses for all drugs and recommended doses for patients with impaired renal function. In the decision support service ingredients are once again expressed as SNOMED CT substances.

## Alert Filtering

The decision support platform will incorporate an alert filtering service in which physicians can set up their personal preferences for the displaying of alerts. For example, the dose form hierarchy of SNOMED CT will be used to enable filtering of unwanted alerts for specific dose forms (such as cutaneous dose forms).

***

<table><thead><tr><th width="66.0078125">Footnotes Ref</th><th>Notes</th></tr></thead><tbody><tr><td>1</td><td><a href="http://ebooks.iospress.nl/publication/34363">http://ebooks.iospress.nl/publication/34363</a></td></tr></tbody></table>

<a href="https://docs.google.com/forms/d/e/1FAIpQLScTmbZIf0UEQwYDkY27EEWBkaiYkHSbR0_9DmFrMLXoQLyL7Q/viewform?usp=pp_url&#x26;entry.1767247133=Data+Analytics+Guide&#x26;entry.670899847=National%20Medication%20Decision%20Support%20System%20%28Denmark%29" class="button primary">Provide Feedback</a>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.snomed.org/snomed-ct-practical-guides/snomed-ct-data-analytics-guide/appendix/12.1-project-case-studies/12.1.3-national-medication-decision-support-system-denmark.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
