gcp-nrces-fhir
Version:
Google cloud healthcare api NRCES FHIR implimenataion
33 lines • 1.06 kB
TypeScript
import { Composition, COMPOSITOIN, Records } from ".";
interface Args {
composition: COMPOSITOIN;
chiefComplaints?: any;
treamentProtocol?: any;
weight?: any;
height?: any;
heartRate?: any;
bloodPressurerightArm?: any;
bodyMassIndex?: any;
bodySurfaceArea?: any;
respiratoryRate?: any;
spo2?: any;
letter?: any;
stage?: any;
allergies?: any;
medicalHistory?: any;
investigationAdvice?: any;
medicationStatement?: any;
physicalExamination?: any;
medicationRequest?: any;
procedure?: any;
followUp?: any;
}
export declare class OPConsultRecord extends Composition implements Records {
create: (options: Args, Credentials?: any, DatabasePath?: any) => Promise<any>;
update: (options: Args, Credentials?: any, DatabasePath?: any) => Promise<any>;
getOptions(options: Args): Promise<Args>;
getLeftColumn: (options: Args) => string;
getRightColumn: (options: Args) => string;
}
export {};
//# sourceMappingURL=OPConsultRecord.d.ts.map