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