export interface ClientFacingLoinc { id: number; name: string; slug: string; code: string; unit?: string; }