import { Encounter } from 'fhir/r4b';
/**
 * Successfully created a telemed meeting.
 */
export interface TelemedCreateMeetingResponse {
    /**
     * Returns well formed Encounter with video meeting information in the https://extensions.fhir.oystehr.com/encounter-virtual-service-pre-release extension.
     */
    encounter?: Encounter;
}
