Merge branch 'migration' of github.com:dikstub-rssa/simrs-be into feat/orders

This commit is contained in:
dpurbosakti
2025-09-18 14:38:55 +07:00
15 changed files with 299 additions and 26 deletions
@@ -2,11 +2,12 @@
package clinical
type (
SubjectCode string
ObjectCode string
AssessmentCode string
PlanCode string
InstructionCode string
SubjectCode string
ObjectCode string
AssessmentCode string
PlanCode string
InstructionCode string
McuUrgencyLevelCode string
)
const (
@@ -39,6 +40,13 @@ const (
ICMedAct InstructionCode = "med-act" // Tindakan medis
ICMedication InstructionCode = "medication" // Obat
ICMaterial InstructionCode = "material" // BMHP
MULCCITO McuUrgencyLevelCode = "cito"
MULCCITOIGD McuUrgencyLevelCode = "cito-igd"
MULCPonek McuUrgencyLevelCode = "ponek"
MULCBG McuUrgencyLevelCode = "blood-gas"
MULCPF McuUrgencyLevelCode = "priority-form"
MULCRT McuUrgencyLevelCode = "routine"
)
type Soapi struct {