baru master

This commit is contained in:
2025-05-11 22:15:40 +07:00
parent 4d3cc4b7d9
commit dc0b822440
18 changed files with 1758 additions and 87 deletions
@@ -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" `
}