first commit

This commit is contained in:
meninjar
2026-04-14 01:23:34 +00:00
commit edfaa886ff
443 changed files with 1245931 additions and 0 deletions
@@ -0,0 +1,8 @@
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"
)