import type { CodeSystemValidationResult } from './terminology-api-types'; export declare function isSnomedNationalExtensionCode(code: string): boolean; export declare function parseCodeSystemValidationParameters(parameters: any, code: string, system: string): CodeSystemValidationResult; export declare function isSnomedNationalExtensionSystemCode(system: string, code: string): boolean; export declare function operationOutcomeToCodeSystemResult(opOutcome: any, code: string, system: string): CodeSystemValidationResult; //# sourceMappingURL=terminology-code-system-result.d.ts.map