mirror of
https://github.com/fastenhealth/fasten-onprem.git
synced 2026-02-17 23:48:29 -06:00
8 lines
264 B
Go
8 lines
264 B
Go
package models
|
|
|
|
type SourceSummary struct {
|
|
Source *SourceCredential `json:"source,omitempty"`
|
|
ResourceTypeCounts []map[string]interface{} `json:"resource_type_counts,omitempty"`
|
|
Patient *ResourceBase `json:"patient"`
|
|
}
|