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