description:The key as listed in the indicatorset.
required:true
schema:
type:string
example:ZOO-dm2-hb-3
- name:group
in:path
description:The key as listed in the `list-groups` endpoint.
required:true
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.
summary:Show each participating GP practice as well as the status of their data for a given indicator report and a given group.
parameters:
- name:group
in:path
description:The key as listed in the `list-groups` endpoint.
required:true
schema:
type:string
example:hwf
- name:setKey
in:path
description:The key as listed in the `CareProgram` schema.
required:true
in:query
description:The key as listed in the `CareProgram` schema. If omitted, information about participating in a specific care program will not be provided.
required:false
schema:
type:string
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
in:query
description:|-
@ -36,7 +36,7 @@ get:
type:object
properties:
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
example:hwf
calculatedAt:
@ -51,11 +51,11 @@ get:
format:date
example:2023-04-01
key:
description:Repeats the `setKey` parameter.
description:Repeats the `setKey` parameter, if present.
type:string
example:ZOO-dm
title:
description:The title of the requested indicator set.
description:The title of the requested indicator set, if `setKey` was present.