Added missing operationId's.

EH/population-statistics-authorisation
Eric Hoekstra 1 year ago
parent 65a5ce2e56
commit 51d7d5bd83

@ -1,4 +1,5 @@
get:
operationId: patientBase
tags:
- Patient
summary: Get basic personal patient info not directly related to their medical dossier

@ -1,4 +1,5 @@
get:
operationId: patientDossier
tags:
- Patient
summary: Get detailed medical dossier info for the stated patient

@ -1,4 +1,5 @@
get:
operationId: patientFundusByGroup
tags:
- Patient
summary: Get per-patient funduscopy status for one care group

@ -1,4 +1,5 @@
get:
operationId: patientFundusByPractice
tags:
- Patient
summary: Get per-patient funduscopy status for one GP practice

@ -1,4 +1,5 @@
get:
operationId: carePrograms
tags:
- Quality of Care
summary: List all available care programs

@ -1,4 +1,5 @@
get:
operationId: checkUpListSet
tags:
- Quality of Care
summary: Load call-up status for patients in a care program

@ -1,4 +1,5 @@
get:
operationId: indicatorSetParticipants
tags:
- Quality of Care
summary: Show per-practice details for each practice in a group for a specific indicator

@ -1,4 +1,5 @@
get:
operationId: indicatorSetPatients
tags:
- Quality of Care
summary: Show per-patient details for a specific indicator

@ -1,4 +1,5 @@
get:
operationId: indicatorSet
tags:
- Quality of Care
summary: Load an indicator-based report

@ -1,4 +1,5 @@
get:
operationId: indicatorReportGroups
tags:
- Quality of Care
summary: Show all groups available for indicator reports. A group is a group of GP practices that do (part) of chronic care together.

@ -1,4 +1,5 @@
get:
operationId: participatingGroups
tags:
- Quality of Care
summary: Show each participating GP practice as well as the status of their data for a given indicator report and a given group.

Loading…
Cancel
Save