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