UNPKG

@oystehr/sdk

Version:

Oystehr SDK

11 lines (8 loc) 283 B
// AUTOGENERATED -- DO NOT EDIT import { Encounter } from 'fhir/r4b'; export interface ConversationCreateParams { /** * A valid FHIR Encounter resource JSON object. This resource will be created to represent the Conversation in the FHIR Store. */ encounter: Encounter; }