baru master
This commit is contained in:
@@ -24,6 +24,9 @@ type Patient struct {
|
||||
Contact []_struct.Contact `json:"contact" bson:"contact,omitempty" `
|
||||
Communication []_struct.Communication `json:"communication" bson:"communication,omitempty" `
|
||||
Link []_struct.Link `json:"link" bson:"link,omitempty" `
|
||||
CreatedAt string `json:"createdAt" bson:"createdAt" `
|
||||
UpdatedAt string `json:"updatedAt" bson:"updatedAt" `
|
||||
DeletedAt string `json:"deletedAt" bson:"deletedAt,omitempty" `
|
||||
Extension []_struct.Extension `json:"extension" bson:"extension,omitempty" `
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user