8 lines
252 B
Go
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"
|
|
)
|