[api][trivial] Changed tag names to first upper case.

EH/population-statistics-authorisation
Eric Hoekstra 2 years ago
parent b94dd75998
commit 965cba2522

@ -1,6 +1,6 @@
get:
tags:
- patient
- Patient
summary: Get basic personal info not directly related to their medical dossier
parameters:
- name: agb

@ -1,6 +1,6 @@
get:
tags:
- patient
- Patient
summary: Get detailed medical dossier info for the stated patient
description: |-
WorkInProgress: The API may require you to provide the person on whose authority this request is being made,

@ -1,6 +1,6 @@
get:
tags:
- population statistics
- Population statistics
operationId: "populationStatistics"
summary: "Get a population count"
description: |-

@ -1,6 +1,6 @@
get:
tags:
- population statistics
- Population statistics
operationId: "populationStatisticsDeprivedNeighborhood"
summary: "Patients in a deprived neighborhood"
description: "A simple report with a count of all patients living in a deprived neighborhood or regular one based on the well-known postcode table."

@ -1,6 +1,6 @@
get:
tags:
- core
- Core
summary: Available springboard apps
description: WorkInProgress
responses:

@ -17,14 +17,14 @@ info:
security:
-
tags:
- name: core
- name: Core
description: |-
API for cross-cutting API concerns, such as authentication and the springboard.
- name: patient
- name: Patient
description: |-
API for retrieving medical dossier data and concerns based on looking up a
specific patient.
- name: population statistics
- name: Population statistics
description: |-
Statistics of a patient population.
- name: Quality of Care

Loading…
Cancel
Save