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;
