Posos Widgets JavaScript SDK
    Preparing search index...

    Interface PatientProfileConcurrentTreatment

    interface PatientProfileConcurrentTreatment {
        coding: { code: string; terminology: string };
        isChronicTreatment?: boolean;
    }
    Index

    Properties

    coding: { code: string; terminology: string }

    A coding object.

    Type Declaration

    • code: string

      The unique coding code.

    • terminology: string

      The coding terminology.

    isChronicTreatment?: boolean

    Whether the concurrent treatment is chronic.