UNPKG
@redox-contrib/models
Version:
latest (0.2.0)
0.2.0
0.1.0
Typescript definitions for the Redox API.
github.com/redox-contrib/models
redox-contrib/models
@redox-contrib/models
/
common
/
Allergy.d.ts
9 lines
(8 loc)
•
244 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
type
{
CodeSetName
}
from
'./CodeSetName'
;
export
interface
Allergy
extends
CodeSetName
{
Type
?:
CodeSetName
;
OnsetDateTime
?:
string
|
null
;
Reaction
?:
CodeSetName
[];
Severity
?:
CodeSetName
;
Status
?:
string
|
null
; }