feat(master): add medical form
This commit is contained in:
@ -214,6 +214,10 @@ const doc = {
|
||||
$unit: "Milligram",
|
||||
$status: { "@enum": ["Y", "N"] },
|
||||
},
|
||||
medical_form: {
|
||||
$name: "Form name",
|
||||
$description: "Form description",
|
||||
},
|
||||
referenceRange: {
|
||||
$gender: { "@enum": ["male", "female"] },
|
||||
$age_range_min: "0 | (days)",
|
||||
|
||||
Reference in New Issue
Block a user