UNPKG

@oystehr/sdk

Version:

Oystehr SDK

11 lines (8 loc) 289 B
// AUTOGENERATED -- DO NOT EDIT 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; }