Circle V2 API Docs
    Preparing search index...

    Type Alias LegacyDocumentFormatMetadata

    type LegacyDocumentFormatMetadata = {
        circleMetadata?: CircleDocumentMetadata | null;
        currentLevelOfCareStart?: string | null;
        documentDate?: string | null;
        episodeEnd?: string | null;
        episodeStart?: string | null;
        facilityTimeZone?: string | null;
        fileName?: string | null;
        levelOfCareEnd?: string | null;
        levelOfCareName?: string | null;
        levelOfCareStart?: string | null;
        patientInfo: PatientInfo;
    }
    Index

    Properties

    circleMetadata?: CircleDocumentMetadata | null
    currentLevelOfCareStart?: string | null

    Use levelOfCareStart instead

    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
    levelOfCareEnd?: string | null
    levelOfCareName?: string | null
    levelOfCareStart?: string | null
    patientInfo: PatientInfo