Posos Widgets JavaScript SDK
    Preparing search index...

    Interface PrescriptionElementMedicalDevice

    interface PrescriptionElementMedicalDevice {
        addedAt: string;
        comment: string | null;
        designation: string;
        dosage: { text: string | null };
        id: string;
        isForLongTermIllness: boolean;
        locationDurationDay: number | null;
        lppCode: string;
        packagingNumber: number | null;
        patientAdvice: string | null;
        renewal: PrescriptionRenewal | null;
        specificPrescriptionConditions: string[] | null;
        specificPrescriptionDetails: {
            emergencyPrescriptionDate: string | null;
            medicalData: string | null;
        };
        type: "medical_device";
    }
    Index

    Properties

    addedAt: string

    The date and time the element was added in ISO format.

    comment: string | null

    The comment related to the element.

    designation: string

    The designation of the element.

    dosage: { text: string | null }

    The object containing the drug’s dosage information.

    Type Declaration

    • text: string | null

      The dosage text input.

    id: string

    The unique identifier of the element.

    isForLongTermIllness: boolean

    Indicates whether the element is used to treat a long-term illness.

    locationDurationDay: number | null

    The duration in days for location services.

    lppCode: string

    The LPP code of the element.

    packagingNumber: number | null

    The packaging number of the element.

    patientAdvice: string | null

    The advice for patient.

    renewal: PrescriptionRenewal | null

    The object containing the drug’s renewal information.

    specificPrescriptionConditions: string[] | null

    The specific prescription condition indentifiers for the element.

    specificPrescriptionDetails: {
        emergencyPrescriptionDate: string | null;
        medicalData: string | null;
    }

    The details of the specific prescription conditions.

    Type Declaration

    • emergencyPrescriptionDate: string | null

      The date of emergency prescription

    • medicalData: string | null

      The medical data related to the prescription.

    type: "medical_device"

    The type of the element.