UNPKG

@redox-contrib/models

Version:

Typescript definitions for the Redox API.

9 lines (8 loc) 244 B
import type { CodeSetName } from './CodeSetName'; export interface Allergy extends CodeSetName { Type?: CodeSetName; OnsetDateTime?: string | null; Reaction?: CodeSetName[]; Severity?: CodeSetName; Status?: string | null; }