Posos Widgets JavaScript SDK
    Preparing search index...

    Interface AnalysisDrug

    interface AnalysisDrug {
        coding: { code: string; terminology: string };
        dosage?: { sequences: DosageSequence[] };
        type: "branded_drug" | "clinical_drug" | "packaged_drug";
    }
    Index

    Properties

    Properties

    coding: { code: string; terminology: string }

    A drug coding object.

    Type Declaration

    • code: string

      The unique coding code.

    • terminology: string

      The coding terminology.

    dosage?: { sequences: DosageSequence[] }

    The dosage instructions object.

    Type Declaration

    type: "branded_drug" | "clinical_drug" | "packaged_drug"

    The type of the drug item.