gcp-nrces-fhir
Version:
Google cloud healthcare api NRCES FHIR implimenataion
27 lines • 835 B
TypeScript
import { Composition, COMPOSITOIN, Records } from ".";
interface Args {
composition: COMPOSITOIN;
PresentingProblems: any;
allergies?: any;
PhysicalExamination?: any[];
investigationAdvice?: any;
medicationStatement?: any;
medicationRequest?: any;
procedure?: any;
carePlan?: any;
followUp?: any;
}
export declare class DischargeSUmmery extends Composition implements Records {
/**
*
* @param options
* @param Credentials
* @param DatabasePath
* @returns
*/
create: (options: Args, Credentials?: any, DatabasePath?: any) => Promise<any>;
update: (options: Args, Credentials?: any, DatabasePath?: any) => Promise<any>;
getOptions: (options: Args) => Promise<Args>;
}
export {};
//# sourceMappingURL=DischargeSummary.d.ts.map