Posos Widgets JavaScript SDK
    Preparing search index...

    Interface PrescriptionImportElementDrug

    interface PrescriptionImportElementDrug {
        coding: { code: string; terminology: string };
        dosage?: { comment?: string; sequences?: DosageSequence[]; text: string };
        isChronicTreatment?: boolean;
        isForLongTermIllness?: boolean;
        nonSubstitutionReason?: "CIF" | "EFG" | "MTE";
        patientAdvice?: string;
        prescriptionGround?: string;
        renewal?: { term: "times"; value: number };
        specificPrescriptionConditions?: (
            | "CPC"
            | "ConditionneeResultatsBiologiques"
            | "DCM"
            | "DispensationConditionnelle"
            | "EstEnRapportAccident"
            | "EstEnRapportPrev"
            | "EstHorsAMM"
            | "EstNonRemb"
            | "MEX"
            | "Militaire"
            | "PharmacienCorrespondant"
            | "PrescriptionUrgente"
            | "PriseEnChargePrecoce"
            | "RTU"
            | "SansEquivalentsDisponibles"
            | "TrtAntiBio"
            | "UsagePro"
        )[];
        specificPrescriptionDetails?: {
            conditionalDispensationFlags?: string[];
            emergencyPrescriptionDate?: string;
            medicalData?: string;
            pharmacistCanAlterDosage?: boolean;
            pharmacistRenewalMonth?: number;
        };
        type: "branded_drug"
        | "clinical_drug"
        | "packaged_drug";
    }
    Index

    Properties

    coding: { code: string; terminology: string }

    A drug coding object.

    Type Declaration

    • code: string

      The unique coding code.

    • terminology: string

      The coding terminology.

    dosage?: { comment?: string; sequences?: DosageSequence[]; text: string }

    The dosage instructions object.

    Type Declaration

    • Optionalcomment?: string

      A comment related to the dosage instructions.

    • Optionalsequences?: DosageSequence[]

      A list of structured dosage sequences.

    • text: string

      Free text dosage instructions.

    isChronicTreatment?: boolean

    Indicates whether the drug item is part of a chronic treatment.

    isForLongTermIllness?: boolean

    Indicates whether the drug item is prescribed for long-term illness.

    nonSubstitutionReason?: "CIF" | "EFG" | "MTE"

    The reason for non-substitution, if applicable.

    patientAdvice?: string

    The advice for patient.

    prescriptionGround?: string

    The prescription ground for the drug item.

    renewal?: { term: "times"; value: number }

    The renewal information for the drug item.

    specificPrescriptionConditions?: (
        | "CPC"
        | "ConditionneeResultatsBiologiques"
        | "DCM"
        | "DispensationConditionnelle"
        | "EstEnRapportAccident"
        | "EstEnRapportPrev"
        | "EstHorsAMM"
        | "EstNonRemb"
        | "MEX"
        | "Militaire"
        | "PharmacienCorrespondant"
        | "PrescriptionUrgente"
        | "PriseEnChargePrecoce"
        | "RTU"
        | "SansEquivalentsDisponibles"
        | "TrtAntiBio"
        | "UsagePro"
    )[]

    The specific prescription conditions associated with the drug item.

    specificPrescriptionDetails?: {
        conditionalDispensationFlags?: string[];
        emergencyPrescriptionDate?: string;
        medicalData?: string;
        pharmacistCanAlterDosage?: boolean;
        pharmacistRenewalMonth?: number;
    }

    The details of the specific prescription conditions.

    Type Declaration

    • OptionalconditionalDispensationFlags?: string[]

      The conditional dispensation flags.

    • OptionalemergencyPrescriptionDate?: string

      The date of emergency prescription

    • OptionalmedicalData?: string

      The medical data related to the prescription.

    • OptionalpharmacistCanAlterDosage?: boolean

      Indicates whether the pharmacist has authorization to modify the dosage.

    • OptionalpharmacistRenewalMonth?: number

      The renewal period (in months) by the pharmacist.

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

    The type of the drug item.