Files
satusehat-service/internal/satusehat/reference/organization/entity.go
T
2026-04-14 01:23:34 +00:00

8 lines
252 B
Go

package organization
// Konstanta standar untuk sistem identifier Organization di Satu Sehat.
const (
IdentifierSystemOrg = "http://sys-ids.kemkes.go.id/organization"
TypeSystemOrg = "http://terminology.hl7.org/CodeSystem/organization-type"
)