Files
satusehat-worker/internal/satusehat/reference/practitioner/entity.go
T
2026-04-14 01:21:54 +00:00

9 lines
303 B
Go

package practitioner
// Konstanta standar untuk sistem identifier Practitioner di Satu Sehat.
const (
IdentifierSystemNIK = "https://fhir.kemkes.go.id/id/nik"
IdentifierSystemIHS = "https://fhir.kemkes.go.id/id/nakes-his-number"
IdentifierSystemSTR = "https://fhir.kemkes.go.id/id/str-kki-number"
)