mirror of
https://github.com/fastenhealth/fasten-onprem.git
synced 2026-05-08 03:59:43 -05:00
8 lines
240 B
Go
8 lines
240 B
Go
package models
|
|
|
|
type Summary struct {
|
|
Sources []SourceCredential `json:"sources"`
|
|
Patients []ResourceFhir `json:"patients"`
|
|
ResourceTypeCounts []map[string]interface{} `json:"resource_type_counts"`
|
|
}
|