UNPKG

gcp-nrces-fhir

Version:

Google cloud healthcare api NRCES FHIR implimenataion

22 lines 751 B
import { Composition, compositionStatus, Records } from "."; import { EXTENSION, IDENTTIFIER } from "../../config"; interface Args { id?: string; patientId: string; encounterId: string; languageCode: string; orgnizationId: string; status: compositionStatus; docHtml: string; date: string; title: string; identifier?: IDENTTIFIER[]; extension?: EXTENSION; } export declare class DietaryRecord extends Composition implements Records { getOptions: () => void; create: (options: Args, Credentials?: any, DatabasePath?: any) => Promise<any>; update: (options: Args, Credentials?: any, DatabasePath?: any) => Promise<any>; } export {}; //# sourceMappingURL=Dietary_Record.d.ts.map