UNPKG

@oystehr/sdk

Version:

Oystehr SDK

7 lines (6 loc) 160 B
export interface ChargeIssueParams { /** * An ID reference to a FHIR Encounter resource in the format: `some-uuid`. */ encounterId: string; }