UNPKG

fhirbuilder

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