export interface Installation { id?: number | null code: string name: string encounterClass_code?: string | null }