Merge branch 'migration-vanilia' of https://github.com/dikstub-rssa/simrs-be into feat/sync-from-simx-160
This commit is contained in:
@@ -311,3 +311,34 @@ type HeadToToe struct {
|
||||
Neuron string `json:"neuron,omitempty"`
|
||||
BodyOthers string `json:"body-others,omitempty"`
|
||||
}
|
||||
|
||||
type SoapiSrc struct {
|
||||
Id string `json:"id,omitempty"`
|
||||
Code string `json:"code,omitempty"`
|
||||
Name string `json:"name,omitempty"`
|
||||
IndName string `json:"indName,omitempty"`
|
||||
}
|
||||
|
||||
type EarlyMedicValue struct {
|
||||
Vaccinated bool `json:"vaccinated,omitempty"`
|
||||
CaseStatus string `json:"case-status,omitempty"`
|
||||
EncounterStatus string `json:"encounter-status,omitempty"`
|
||||
PrimaryComplain string `json:"pri-complain,omitempty"`
|
||||
CurrentDiseaseHistory string `json:"cur-disea-hist,omitempty"`
|
||||
SpO2 int `json:"spo2,omitempty"`
|
||||
SystolicBloodPressure int `json:"syst-bp,omitempty"`
|
||||
DiastolicBloodPressure int `json:"diast-bp,omitempty"`
|
||||
RespiratoryRate int `json:"resp-rate,omitempty"`
|
||||
Pulse int `json:"pulse,omitempty"`
|
||||
Weight int `json:"weight,omitempty"`
|
||||
BloodType string `json:"blood-type,omitempty"`
|
||||
Temperature int `json:"temp,omitempty"`
|
||||
Height int `json:"height,omitempty"`
|
||||
PhysicalExamination string `json:"physical-exam,omitempty"`
|
||||
DiagnoseSrc []SoapiSrc `json:"diagnoseSrc,omitempty"`
|
||||
ProcedureSrc []SoapiSrc `json:"procedureSrc,omitempty"`
|
||||
EarlyMedicDiagnose string `json:"early-med-diag,omitempty"`
|
||||
EarlyMedicPlan string `json:"early-med-plan,omitempty"`
|
||||
Therapy string `json:"therapy,omitempty"`
|
||||
ExpectedOutcome []SoapiSrc `json:"expected-outcome,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user