feat (encounter): update wip
This commit is contained in:
@@ -40,3 +40,40 @@ const (
|
||||
ICMedication InstructionCode = "medication" // Obat
|
||||
ICMaterial InstructionCode = "material" // BMHP
|
||||
)
|
||||
|
||||
type Soapi struct {
|
||||
// Subject
|
||||
PrimaryComplaint string `json:"pri-compl"`
|
||||
SecondaryComplaint string `json:"sec-compl"`
|
||||
CurrentDiseaseHistory string `json:"cur-disea-hist"`
|
||||
PastDiseaseHistory string `json:"pas-disea-hist"`
|
||||
FamilyDiseaseHistory string `json:"fam-disea-hist"`
|
||||
AllergyHistory string `json:"alg-hist"`
|
||||
AllergyReaction string `json:"alg-react"`
|
||||
MedicationHistory string `json:"med-hist"`
|
||||
|
||||
// Object
|
||||
ConsciousnessLevel string `json:"consc-level"`
|
||||
ConsciousnessLevelDet string `json:"consc-level-det"`
|
||||
SystolicBloodPressure string `json:"syst-bp"`
|
||||
DiastolicBloodPressure string `json:"diast-bp"`
|
||||
HeartRate string `json:"hear-rt"`
|
||||
Temperature string `json:"temp"`
|
||||
SpO2 string `json:"spo2"`
|
||||
Weight string `json:"weight"`
|
||||
Height string `json:"height"`
|
||||
|
||||
// Assessment
|
||||
EarlyDiagnosis string `json:"early-diag"`
|
||||
LateDiagnosis string `json:"late-diag"`
|
||||
SecondaryDiag string `json:"sec-diag"`
|
||||
|
||||
// Plan
|
||||
Plan string `json:"plan"`
|
||||
|
||||
// Instruction
|
||||
InstructionDetail string `json:"detail"`
|
||||
MedicalAction string `json:"med-act"`
|
||||
Medication string `json:"medication"`
|
||||
Material string `json:"material"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user