SiteData: {
date: string;
extension: object[];
group: {
code: { text: string };
population: {
code: { coding: { code: string; system: string }[] };
count: number;
}[];
stratifier: {
code: { text: string }[];
stratum?: {
population?: { code: { coding: (...)[] }; count: number }[];
value: { text: string };
}[];
}[];
}[];
measure: string;
period: object;
resourceType: string;
status: string;
type: string;
}
Type declaration
date: string
extension: object[]
group: {
code: { text: string };
population: {
code: { coding: { code: string; system: string }[] };
count: number;
}[];
stratifier: {
code: { text: string }[];
stratum?: {
population?: { code: { coding: (...)[] }; count: number }[];
value: { text: string };
}[];
}[];
}[]
measure: string
period: object
resourceType: string
status: string
type: string