UNPKG

fhirbuilder

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