Page tree

329 View 2 Comment In discussion Comments enabled In the category: DEUSG

This is a follow-up to the discussion on the April 9th, 2025 DEUSG Meeting.

Key Points:
Discussing the difference between the dose form intended sites, and routes of administration.
Evaluating whether these can use the same list of concepts in SNOMED CT.
Considering the mapping to different EDQM code lists.

Considerations:
Dose form intended sites refer to the locations where a medication is applied or administered.
Routes of administration describe the path by which a drug enters the body.
While there may be some overlap, these concepts serve different purposes in medication documentation.

SNOMED CT Usage:
SNOMED CT has separate hierarchies for these concepts today.

EDQM Mapping:
EDQM maintains different code lists for these concepts.

Consultation:
Are there requirements from real-world use cases to change the SNOMED representation of these concepts to use a single list of concepts for both? What are the risks and challenges of such an approach?



Presentation London 2024:

Contributors (2)

2 Comments

  1. I think the 'Intended sites' (which should probably be renamed to 'intended routes', as they are not anatomical sites, like |Nose structure|, but rather routes like 'nasal') and the 'routes of administration' are both different subsets of the same type of concept. The 'intended sites' used to define a dose form are typically more general concepts, while the actual route by which the drug is administered to the patient needs often needs to be expressed at a greater level of detail. However, they are both conceptually referring to routes of administration - In the information model, one of these routes is the 'intended route' for that drug, and the other route is the 'intended and then actual route' for that patient administration event.

    In comparing the 2 lists in SNOMED CT (a) subtypes of 736479009 |Dose form intended site (intended site)| [33 concepts] and (b) subtypes of 284009009 |Route of administration value (qualifier value)| [166 concepts], the main differences are:

    1. The 'Route of administration value' list adds the word "route" to the end of the PT
    2. The 'Route of administration value' list is mostly a superset of the 'Dose form intended site' list (if you just look at the PT and remove the word "route"), except for:
      1. |Parenteral| appears in the 'Dose form intended site' list, but not in the 'Route of administration value' list. This is obviously used as a grouper concept, but is still referring to a category of routes.
      2. |Pulmonary| is used in the 'Dose form intended site' list, while |Respiratory tract route|, |Lower respiratory tract route| and |Intrapulmonary route| etc are used in the 'Route of administration value' list ... once again the 'intended dose form' acts more like a grouper.
      3. |Intestinal| is used in the 'Dose form intended site' list, while |Gastro-intestinal stoma route| is used in the 'Route of administration value' list.

    Combining these lists into a single set of routes of administration (with subsets to use for each case if necessary), would simplify implementations that need to compare the 'intended route' of a drug with the actual route of an administration event to a patient (for various reasons). At the moment this requires everyone to do their own mapping exercise between the 2 lists.

  2. Completely agree with Linda (and have communicated such, the past 2 years).

    For EDQM mapping - What are the specific requirements for that? Who is using the map? Do the attributes all need to map also? Or is mapping the Forms sufficient?

    I've copied my previously submitted SNOMED CT/Implemenation Use Cases below.

    When we try and give implementation guidance to users of the terminology.

    Imagine a UI for creating dose instructions or prescriptions.

    1. The clinician selects “Paracetamol” (90332006)
    2. Then clinician selects the “route of administration”

    Which set of values should be used here?

    Intended site – Oral (738956005), Rectal (738986003)

                  Or

                  Route of administration - Oral route (26643006) , Rectal route (37161004)

    A route of administration value set already exists Valueset-route-codes - FHIR v5.0.0 (hl7.org), and is referenced for Medicines, allergies and procedures (re-used).
    However, these codes have no relationship for the medicines terminology.

    If we used the range (whatever that might be) for “Dose form intended site”, we can actually leverage the terminology within our implementation!
    e.g. a backend “ECL template” <@MedicinalProduct@: |Has manufactured dose form|=(<|dose form|:| Has dose form intended site|=<<@Route@)

    User enters “Paracetamol” + “Oral” -  (<90332006:411116001=(<736542009:736474004=<<738956005))

    Code

    Display

    322325004

    Acetaminophen 1 g and codeine phosphate 60 mg effervescent powder for oral suspension sachet

    1172863005

    Acetaminophen 1 g oral tablet

    1230156008

    Acetaminophen 1 g powder for oral solution sachet

    1172864004

    Acetaminophen 1 g prolonged-release oral tablet

    User enters “Paracetamol” + “Rectal” -  (<90332006:411116001=(<736542009:736474004=<<738986003))

    Code

    Display

    1201762004

    Acetaminophen 100 mg rectal suppository

    322256005

    Acetaminophen 120 mg rectal suppository

    322278003

    Acetaminophen 125 mg rectal suppository

    322254008

    Acetaminophen 240 mg rectal suppository

    322257001

    Acetaminophen 250 mg rectal suppository


    It might be possible to get away with using a "mapping between intended sites and routes" - but this is just another barrier to implementation. Either somehow incorporating the mapping into ECL or client side processing...
    This stuff is hard enough already without adding hoops to jump through.

    For clinical implementations there's many gaps in SNOMED CT for forms - particularly for abstractions that are useful clinically.
    For example we have groupers like 778317004|Amoxicillin only product in oral dose form| and 385268001|Oral dose form|
    But we don't have an single concept like |Amoxicillin only product in oral liquid| or |tablet/capsule dose form| - which are useful in prescriptions where the prescriber doesn't care if it's a tablet or capsule, or if they patient has trouble swallowing.