UNPKG

gcp-nrces-fhir

Version:

Google cloud healthcare api NRCES FHIR implimenataion

30 lines 894 B
import { Composition, COMPOSITOIN, Records } from "."; import { ENCOUNTER } from "../Encounter"; interface Args { composition: COMPOSITOIN; medicationRequest?: any; presentingProblems?: any; chiefComplaints: any; histroryOfPrsentingIllness?: any; pasthistory?: any; familyHistory?: any; weight?: any; height: any; pulseRate: any; spo2: any; bloodPressure?: any; glasgowComaScale?: any; hba1c?: any; bloodGlucose?: any; hb?: any; medicationStatement?: any; allergyIntolerance?: string; encounter: ENCOUNTER; } export declare class InitialAssessment extends Composition implements Records { create: (options: Args) => Promise<any>; update: (options: Args) => Promise<any>; getOptions: (options: Args) => Promise<Args>; } export {}; //# sourceMappingURL=InitialAssessment.d.ts.map