Posos Widgets JavaScript SDK
    Preparing search index...

    Interface Route

    Specifies the route of administration for a medication.

    interface Route {
        coding?:
            | {
                code?: string
                | null;
                display?: string | null;
                system?: string | null;
            }[]
            | null;
    }
    Index

    Properties

    Properties

    coding?:
        | {
            code?: string
            | null;
            display?: string | null;
            system?: string | null;
        }[]
        | null

    An array of codings that specify the route.

    Each coding should follow a terminology system such as SNOMED CT or HL7 RouteOfAdministration.

    • code: A symbol in a defined code system (e.g., "ROA-20053000").
    • display: A human-readable representation (e.g., "Voie orale").
    • system: The identification of the code system (e.g., "edqm_routes").