UNPKG

fhirbuilder

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