From 51d7d5bd83947925fa1a4840aab4bb7a0cc32bd2 Mon Sep 17 00:00:00 2001 From: Eric Hoekstra Date: Tue, 2 Jul 2024 13:17:37 +0200 Subject: [PATCH] Added missing operationId's. --- paths/patient_base.yaml | 1 + paths/patient_dossier.yaml | 1 + paths/patient_fundusByGroup.yaml | 1 + paths/patient_fundusByPractice.yaml | 1 + paths/qoc_careprogram.yaml | 1 + paths/qoc_checkupList_{setKey}.yaml | 1 + paths/qoc_indicator_{setKey}_{indicatorKey}_participants.yaml | 1 + paths/qoc_indicator_{setKey}_{indicatorKey}_patients.yaml | 1 + paths/qoc_indicatorset_{setKey}.yaml | 1 + paths/qoc_list-groups.yaml | 1 + paths/qoc_participating-practices.yaml | 1 + 11 files changed, 11 insertions(+) diff --git a/paths/patient_base.yaml b/paths/patient_base.yaml index 0836b36..c5d532d 100644 --- a/paths/patient_base.yaml +++ b/paths/patient_base.yaml @@ -1,4 +1,5 @@ get: + operationId: patientBase tags: - Patient summary: Get basic personal patient info not directly related to their medical dossier diff --git a/paths/patient_dossier.yaml b/paths/patient_dossier.yaml index 43c967d..32291a5 100644 --- a/paths/patient_dossier.yaml +++ b/paths/patient_dossier.yaml @@ -1,4 +1,5 @@ get: + operationId: patientDossier tags: - Patient summary: Get detailed medical dossier info for the stated patient diff --git a/paths/patient_fundusByGroup.yaml b/paths/patient_fundusByGroup.yaml index 4203441..5f248e7 100644 --- a/paths/patient_fundusByGroup.yaml +++ b/paths/patient_fundusByGroup.yaml @@ -1,4 +1,5 @@ get: + operationId: patientFundusByGroup tags: - Patient summary: Get per-patient funduscopy status for one care group diff --git a/paths/patient_fundusByPractice.yaml b/paths/patient_fundusByPractice.yaml index 1a0dde9..405e5fc 100644 --- a/paths/patient_fundusByPractice.yaml +++ b/paths/patient_fundusByPractice.yaml @@ -1,4 +1,5 @@ get: + operationId: patientFundusByPractice tags: - Patient summary: Get per-patient funduscopy status for one GP practice diff --git a/paths/qoc_careprogram.yaml b/paths/qoc_careprogram.yaml index 0481ee9..a6f757a 100644 --- a/paths/qoc_careprogram.yaml +++ b/paths/qoc_careprogram.yaml @@ -1,4 +1,5 @@ get: + operationId: carePrograms tags: - Quality of Care summary: List all available care programs diff --git a/paths/qoc_checkupList_{setKey}.yaml b/paths/qoc_checkupList_{setKey}.yaml index 1a3ebd5..d36f45f 100644 --- a/paths/qoc_checkupList_{setKey}.yaml +++ b/paths/qoc_checkupList_{setKey}.yaml @@ -1,4 +1,5 @@ get: + operationId: checkUpListSet tags: - Quality of Care summary: Load call-up status for patients in a care program diff --git a/paths/qoc_indicator_{setKey}_{indicatorKey}_participants.yaml b/paths/qoc_indicator_{setKey}_{indicatorKey}_participants.yaml index 56d46ef..56cf300 100644 --- a/paths/qoc_indicator_{setKey}_{indicatorKey}_participants.yaml +++ b/paths/qoc_indicator_{setKey}_{indicatorKey}_participants.yaml @@ -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 diff --git a/paths/qoc_indicator_{setKey}_{indicatorKey}_patients.yaml b/paths/qoc_indicator_{setKey}_{indicatorKey}_patients.yaml index 1b1942f..66cdddb 100644 --- a/paths/qoc_indicator_{setKey}_{indicatorKey}_patients.yaml +++ b/paths/qoc_indicator_{setKey}_{indicatorKey}_patients.yaml @@ -1,4 +1,5 @@ get: + operationId: indicatorSetPatients tags: - Quality of Care summary: Show per-patient details for a specific indicator diff --git a/paths/qoc_indicatorset_{setKey}.yaml b/paths/qoc_indicatorset_{setKey}.yaml index be073d7..a15f6a9 100644 --- a/paths/qoc_indicatorset_{setKey}.yaml +++ b/paths/qoc_indicatorset_{setKey}.yaml @@ -1,4 +1,5 @@ get: + operationId: indicatorSet tags: - Quality of Care summary: Load an indicator-based report diff --git a/paths/qoc_list-groups.yaml b/paths/qoc_list-groups.yaml index 268dfa0..ff89c7a 100644 --- a/paths/qoc_list-groups.yaml +++ b/paths/qoc_list-groups.yaml @@ -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. diff --git a/paths/qoc_participating-practices.yaml b/paths/qoc_participating-practices.yaml index 0a7690c..05c281d 100644 --- a/paths/qoc_participating-practices.yaml +++ b/paths/qoc_participating-practices.yaml @@ -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.