UNPKG

gcp-nrces-fhir

Version:

Google cloud healthcare api NRCES FHIR implimenataion

18 lines 605 B
import { ResourceMaster } from "../Interfaces"; import ResourceMain from './ResourceMai'; export interface DOCUMENT_BUNDLE { date: string; id?: string; practitionerId: string; signJpegbase64?: string; identifier?: string; entry: any[]; signedDate: string; } export declare class DocumentBundle extends ResourceMain implements ResourceMaster { toHtml(): Promise<string>; statusArray?: Function | undefined; getFHIR(options: DOCUMENT_BUNDLE): any; convertFhirToObject(options: any): DOCUMENT_BUNDLE; } //# sourceMappingURL=DocumentBundle.d.ts.map