@ukkidney/ukrdc-axios-ts
    Preparing search index...

    Interface MedicationSchema

    Information about a single medication

    MedicationSchema

    interface MedicationSchema {
        comment?: string;
        dosequantity?: string;
        doseuomcode?: string;
        doseuomcodestd?: string;
        doseuomdesc?: string;
        drugProductGeneric: string;
        enteringOrganizationCode?: string;
        enteringOrganizationDescription?: string;
        frequency?: string;
        fromTime?: string;
        routecode?: string;
        routecodestd?: string;
        routedesc?: string;
        toTime?: string;
    }
    Index

    Properties

    comment?: string

    Comment on the medication

    MedicationSchema

    dosequantity?: string

    Dose quantity

    MedicationSchema

    doseuomcode?: string

    Dose unit of measurement code

    MedicationSchema

    doseuomcodestd?: string

    Dose unit of measurement coding standard

    MedicationSchema

    doseuomdesc?: string

    Dose unit of measurement description

    MedicationSchema

    drugProductGeneric: string

    Generic name of the medication

    MedicationSchema

    enteringOrganizationCode?: string

    Code of the organization that entered the medication

    MedicationSchema

    enteringOrganizationDescription?: string

    Description of the organization that entered the medication

    MedicationSchema

    frequency?: string

    Medication frequency

    MedicationSchema

    fromTime?: string

    Time the patient started taking the medication

    MedicationSchema

    routecode?: string

    Route code

    MedicationSchema

    routecodestd?: string

    Route coding standard

    MedicationSchema

    routedesc?: string

    Route description

    MedicationSchema

    toTime?: string

    Time the patient stopped taking the medication

    MedicationSchema