|
|
|
@ -30,6 +30,46 @@ properties:
|
|
|
|
format: number
|
|
|
|
format: number
|
|
|
|
minimum: 0.0
|
|
|
|
minimum: 0.0
|
|
|
|
maximum: 1.0
|
|
|
|
maximum: 1.0
|
|
|
|
|
|
|
|
bars:
|
|
|
|
|
|
|
|
description: Describes the bars in the indicators used in the indicatorGroups.
|
|
|
|
|
|
|
|
schema:
|
|
|
|
|
|
|
|
type: array
|
|
|
|
|
|
|
|
items:
|
|
|
|
|
|
|
|
type: object
|
|
|
|
|
|
|
|
properties:
|
|
|
|
|
|
|
|
calculated:
|
|
|
|
|
|
|
|
type: object
|
|
|
|
|
|
|
|
properties:
|
|
|
|
|
|
|
|
from:
|
|
|
|
|
|
|
|
description: Timestamp of the oldest indicator calculation in the set.
|
|
|
|
|
|
|
|
$ref: ../schemas/dateTime.yaml
|
|
|
|
|
|
|
|
to:
|
|
|
|
|
|
|
|
description: Timestamp of the newest indicator calculation in the set.
|
|
|
|
|
|
|
|
$ref: ../schemas/dateTime.yaml
|
|
|
|
|
|
|
|
population:
|
|
|
|
|
|
|
|
type: object
|
|
|
|
|
|
|
|
properties:
|
|
|
|
|
|
|
|
entity:
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
enum:
|
|
|
|
|
|
|
|
- gp
|
|
|
|
|
|
|
|
- tag
|
|
|
|
|
|
|
|
tag:
|
|
|
|
|
|
|
|
description: The name of a care group or other population, but never a practice.
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
unid:
|
|
|
|
|
|
|
|
description: For internal use by Zoo.
|
|
|
|
|
|
|
|
type: integer
|
|
|
|
|
|
|
|
snapshotId:
|
|
|
|
|
|
|
|
description: For internal use by Zoo.
|
|
|
|
|
|
|
|
type: integer
|
|
|
|
|
|
|
|
refDate:
|
|
|
|
|
|
|
|
description: |-
|
|
|
|
|
|
|
|
Reference date for which the indicators are calculated on the population.
|
|
|
|
|
|
|
|
$ref: '../schemas/dateTime.yaml'
|
|
|
|
|
|
|
|
title:
|
|
|
|
|
|
|
|
description: Title for use in the GUI as a legend for bar.
|
|
|
|
|
|
|
|
type: string
|
|
|
|
chapters:
|
|
|
|
chapters:
|
|
|
|
description: |-
|
|
|
|
description: |-
|
|
|
|
Each chapter has a title and contains 1 or more indicators.
|
|
|
|
Each chapter has a title and contains 1 or more indicators.
|
|
|
|
@ -62,3 +102,6 @@ properties:
|
|
|
|
type: array
|
|
|
|
type: array
|
|
|
|
items:
|
|
|
|
items:
|
|
|
|
$ref: 'Indicator.yaml'
|
|
|
|
$ref: 'Indicator.yaml'
|
|
|
|
|
|
|
|
cache:
|
|
|
|
|
|
|
|
description: If true, the indicator set was retrieved from the API cache. This attribute is only for debugging purposes.
|
|
|
|
|
|
|
|
type: boolean
|