8 lines
255 B
Go
8 lines
255 B
Go
package location
|
|
|
|
// Konstanta standar untuk sistem identifier Location di Satu Sehat.
|
|
const (
|
|
IdentifierSystemLocation = "http://sys-ids.kemkes.go.id/location"
|
|
PhysicalTypeSystem = "http://terminology.hl7.org/CodeSystem/location-physical-type"
|
|
)
|