Posos Widgets JavaScript SDK
    Preparing search index...

    Interface PatientProfileCondition

    interface PatientProfileCondition {
        coding: { code: string; terminology: string };
        isLongTermIllness?: boolean;
        modifiers?: string[];
    }
    Index

    Properties

    coding: { code: string; terminology: string }

    A coding object.

    Type Declaration

    • code: string

      The unique coding code.

    • terminology: string

      The coding terminology.

    isLongTermIllness?: boolean

    Indicates whether the condition is a long-term illness.

    modifiers?: string[]

    The list of condition modifiers.