UNPKG

@oystehr/sdk

Version:

Oystehr SDK

11 lines (10 loc) 342 B
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; }