separate atlas command
This commit is contained in:
@@ -7,7 +7,7 @@ type Patient struct {
|
||||
Active bool `json:"active"`
|
||||
// Name []HumanName `json:"name"`
|
||||
// Telecom []ContactPoint `json:"telecom"`
|
||||
Gender string `json:"gender"`
|
||||
Gender string `json:"gender" gorm:"size:10"`
|
||||
BirthDate string `json:"birthDate"`
|
||||
DeceasedBool bool `json:"deceasedBoolean"`
|
||||
// Address []Address `json:"address"`
|
||||
|
||||
Reference in New Issue
Block a user