UNPKG

@oystehr/sdk

Version:

Oystehr SDK

6 lines (5 loc) 219 B
import { ChargeDetails } from './ChargeDetails'; /** * Retrieve charge status for the specified encounter based on FHIR Encounter ID and an associated Charge Item. */ export type ChargeStatusResponse = ChargeDetails;