fhirbuilder
Version:
Another FHIR Tool to build FHIR Resources
9 lines (8 loc) • 421 B
TypeScript
import { IRelatedPerson, IOperationOutcomeIssue } from 'fhirtypes/dist/r4';
/**
* @description Validates the RelatedPerson model
* @param dataToValidate - the RelatedPerson model to validate
* @param path - the path to the model
* @param errors - the errors array
*/
export declare function RelatedPersonValidator<T extends IRelatedPerson>(dataToValidate: T, path?: string, errors?: IOperationOutcomeIssue[]): void;