update terbaru

This commit is contained in:
2025-07-01 12:42:28 +07:00
parent fd30463082
commit b01c88e7f5
24 changed files with 759 additions and 134 deletions

No files matched your search

+13 -1
View File
@@ -202,6 +202,18 @@ func Migrasilokasi(c *gin.Context) {
},
Text: lokasi.Partial,
},
{
Coding: []_struct.Coding{
{
System: "",
Version: "",
Code: "SMF",
Display: lokasi.KodeSMF,
UserSelected: true,
},
},
Text: lokasi.NamaSMF,
},
}
fhirLokasi.Contact = _struct.ExtendedContactDetail{
@@ -480,7 +492,7 @@ func Migrasilokasi(c *gin.Context) {
err := mongoDB.Insertlokasi(fhirLokasi)
if err != nil {
log.Printf("Gagal migrasi data praktisi %s: %v", lokasi.IDRuang, err)
log.Printf("Gagal migrasi data lokasi %s: %v", lokasi.IDRuang, err)
failedCount++
continue
}