UNPKG

@redox-contrib/models

Version:

Typescript definitions for the Redox API.

7 lines (6 loc) 235 B
import type { CodeSetDescriptionWithValue } from './CodeSetDescriptionWithValue'; export interface ClinicalInfo extends CodeSetDescriptionWithValue { Abbreviation?: string | null; Notes?: string[]; Units?: string | null; }