export interface LoincMatch { loincCode: string; loincName: string; displayName?: string; aliases?: string[]; confidenceScore: number; }