core.issueseverity | Medplum IssueSeverity type Signature: export type IssueSeverity = 'error' | 'fatal' | 'warning' | 'information'; IssueSeverity type