UNPKG

fhirbuilder

Version:
9 lines (8 loc) 401 B
import { IEncounter, IOperationOutcomeIssue } from 'fhirtypes/dist/r4'; /** * @description Validates the Encounter model * @param dataToValidate - the Encounter model to validate * @param path - the path to the model * @param errors - the errors array */ export declare function EncounterValidator<T extends IEncounter>(dataToValidate: T, path?: string, errors?: IOperationOutcomeIssue[]): void;