UNPKG

@oystehr/sdk

Version:

Oystehr SDK

8 lines (7 loc) 263 B
import { Encounter } from 'fhir/r4b'; export interface TelemedCreateMeetingParams { /** * Well formed Encounter with the https://extensions.fhir.oystehr.com/encounter-other-participants extension specified optionally. */ encounter: Encounter; }