gcp-nrces-fhir
Version:
Google cloud healthcare api NRCES FHIR implimenataion
14 lines • 464 B
TypeScript
import { Composition, COMPOSITOIN, Records } from ".";
interface Args {
composition: COMPOSITOIN;
medicationRequest: any;
notes?: any;
followUp?: any;
}
export declare class PrescriptionRecord extends Composition implements Records {
create: (options: Args) => Promise<any>;
update: (options: Args) => Promise<any>;
getOptions: (options: Args) => Promise<Args>;
}
export {};
//# sourceMappingURL=PrescriptionRecord.d.ts.map