feat (kfr): initial
This commit is contained in:
@@ -23,6 +23,8 @@ type (
|
||||
DocTypeCode string
|
||||
EntityTypeCode string
|
||||
StatusProtocolChemo string
|
||||
KFRTypeCode string
|
||||
KFRFollowUpTypeCode string
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -133,6 +135,14 @@ const (
|
||||
SPCComplete StatusProtocolChemo = "complete" // Terealisasi
|
||||
SPCPlanned StatusProtocolChemo = "planned" // Terencana
|
||||
SPCSchedule StatusProtocolChemo = "schedule" // Terjadwal
|
||||
|
||||
KFRAssessment KFRTypeCode = "assessment"
|
||||
KFRTherapy KFRTypeCode = "therapy"
|
||||
KFRReAssessment KFRTypeCode = "reassessment"
|
||||
|
||||
KFUTCEva KFRFollowUpTypeCode = "evaluation"
|
||||
KFUTCRef KFRFollowUpTypeCode = "referral"
|
||||
KFUTCFin KFRFollowUpTypeCode = "finish"
|
||||
)
|
||||
|
||||
func (ec EncounterClassCode) Code() string {
|
||||
|
||||
Reference in New Issue
Block a user