Bridge SDK - v2.9.0
    Preparing search index...

    Type Alias Encounter

    type Encounter = {
        date: string;
        dx: string[];
        id: string;
        type: string;
    }
    Index

    Properties

    Properties

    date: string

    Date of the encounter in ISO format (YYYY-MM-DD), as reported by the EHR.

    dx: string[]

    The diagnoses associated with the encounter, as reported by the EHR.

    id: string

    The unique identifier for the encounter, as reported by the EHR.

    type: string

    The type of the encounter, as reported by the EHR.