UNPKG

gcp-nrces-fhir

Version:

Google cloud healthcare api NRCES FHIR implimenataion

28 lines 850 B
import { ResourceMaster } from "../../Interfaces"; import { IDENTTIFIER } from "../../config"; import { BundelMain } from "."; export declare class OPConsultationBundle extends BundelMain implements ResourceMaster { toHtml(): Promise<string>; getFHIR(options: { id?: string; identifier?: IDENTTIFIER; composition: any; pdfData: string; }): Promise<{ resourceType: string; id: string | undefined; meta: { lastUpdated: string; }; identifier: { system: string; value: string | undefined; }; type: string; timestamp: any; entry: any[]; }>; convertFhirToObject(options: any): void; statusArray?: Function | undefined; } //# sourceMappingURL=OPConsultation.d.ts.map