separate atlas command

This commit is contained in:
dpurbosakti
2025-09-12 08:57:05 +07:00
parent dfaf6e8d29
commit 20bc8419d0
10 changed files with 155 additions and 130 deletions
@@ -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"`