mastering bridging
This commit is contained in:
11
internal/model/condition.go
Normal file
11
internal/model/condition.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package model
|
||||
|
||||
type ConditionRequest struct {
|
||||
Id string `json:"id,omitempty"`
|
||||
ResourceType string `json:"resourceType"`
|
||||
ClinicalStatus CodeableConcept `json:"clinicalStatus"`
|
||||
Category []CodeableConcept `json:"category"`
|
||||
Code CodeableConcept `json:"code"`
|
||||
Subject Reference `json:"subject"`
|
||||
Encounter Reference `json:"encounter"`
|
||||
}
|
||||
Reference in New Issue
Block a user