Circle V2 API Docs
    Preparing search index...
    type DocumentFormatMetadata = {
        circleMetadata?: CircleDocumentMetadata | null;
        documentDate?: string | null;
        episodeEnd?: string | null;
        episodeStart?: string | null;
        facilityTimeZone: string | null;
        fileName?: string | null;
        levelOfCareName?: string | null;
        patientInfo: PatientInfo;
        programEnd?: string | null;
        programName?: string | null;
        programStart?: string | null;
        urLevelOfCareName?: string | null;
    }
    Index

    Properties

    circleMetadata?: CircleDocumentMetadata | null
    documentDate?: string | null
    episodeEnd?: string | null
    episodeStart?: string | null
    facilityTimeZone: string | null

    Facility-local timezone for rendering EMR document timestamps. When set, takes precedence over the default America/New_York. Threaded through by the integration manager from facilities.timezone.

    fileName?: string | null
    levelOfCareName?: string | null
    patientInfo: PatientInfo
    programEnd?: string | null
    programName?: string | null
    programStart?: string | null
    urLevelOfCareName?: string | null