description:The key as listed in the indicatorset.
description:The key as listed in the indicatorset.
required:true
schema:
schema:
type:string
type:string
example:ZOO-dm2-hb-3
example:ZOO-dm2-hb-3
- name:group
- name:group
in:path
in:query
description:The key as listed in the `list-groups` endpoint.
description:The key as listed in the `list-groups` endpoint. Defaults to the only allowed group if the authentication party only has one; otherwise required.
summary:Show each participating GP practice as well as the status of their data for a given indicator report and a given group.
summary:Show each participating GP practice as well as the status of their data for a given indicator report and a given group.
parameters:
parameters:
- name:group
in:path
description:The key as listed in the `list-groups` endpoint.
required:true
schema:
type:string
example:hwf
- name:setKey
- name:setKey
in:path
in:query
description:The key as listed in the `CareProgram` schema.
description:The key as listed in the `CareProgram` schema. If omitted, information about participating in a specific care program will not be provided.
required:true
required:false
schema:
schema:
type:string
type:string
example:ZEL-dm
example:ZEL-dm
- name:group
in:query
description:The key as listed in the `list-groups` endpoint. Defaults to the only allowed group if the authentication party only has one; otherwise required.
required:false
schema:
type:string
example:hwf
- name:refDate
- name:refDate
in:query
in:query
description:|-
description:|-
@ -36,7 +36,7 @@ get:
type:object
type:object
properties:
properties:
group:
group:
description:Repeats the `group` parameter.
description:The chosen group (repeats `group` parameter if present, otherwise, the group defaulted to for authenticating user).
type:string
type:string
example:hwf
example:hwf
calculatedAt:
calculatedAt:
@ -51,11 +51,11 @@ get:
format:date
format:date
example:2023-04-01
example:2023-04-01
key:
key:
description:Repeats the `setKey` parameter.
description:Repeats the `setKey` parameter, if present.
type:string
type:string
example:ZOO-dm
example:ZOO-dm
title:
title:
description:The title of the requested indicator set.
description:The title of the requested indicator set, if `setKey` was present.