/** * Resource-specific invariant implementations that are easier and safer * to evaluate directly than through generic FHIRPath. */ import type { ValidationIssue } from '../types'; export declare class ResourceSpecificConstraintsValidator { validate(resource: any, existingIssues?: ValidationIssue[], profileUrl?: string): ValidationIssue[]; private validateCondition; private getClinicalStatusCode; private getVerificationStatusCode; private hasCode; private validatePatient; private validateBundle; private validateAllergyIntolerance; private validateComposition; private validateCompositionSection; } export declare const resourceSpecificConstraintsValidator: ResourceSpecificConstraintsValidator; //# sourceMappingURL=resource-specific-constraints-validator.d.ts.map