9 lines
303 B
Go
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"
|
|
)
|