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