fasten-onprem/backend/pkg/models/summary.go

8 lines
270 B
Go
Raw Normal View History

2022-09-17 11:14:59 -06:00
package models
type Summary struct {
Sources []Source `json:"sources,omitempty"`
Patients []ResourceFhir `json:"patients,omitempty"`
2022-09-17 11:14:59 -06:00
ResourceTypeCounts []map[string]interface{} `json:"resource_type_counts,omitempty"`
}