Added missing operationId's.

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

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

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

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

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

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

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

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

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

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

@ -1,4 +1,5 @@
get: get:
operationId: indicatorReportGroups
tags: tags:
- Quality of Care - 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. 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: get:
operationId: participatingGroups
tags: tags:
- Quality of Care - 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. 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