Skip to content

Commit

Permalink
Merge pull request #432 from medizininformatik-initiative/bugfix/431-…
Browse files Browse the repository at this point in the history
…parameters-missing-for-dse-profile-data-in-swagger-documentation

#431 - Parameters missing for dse profile data in swagger documentation
  • Loading branch information
michael-82 authored Jan 23, 2025
2 parents 7d03a0f + 2926677 commit 3878f77
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/resources/static/v3/api-docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -917,6 +917,16 @@ paths:
summary: Get the profile data for the submitted ids
description: Get profile data for all submitted ids. If a profile is not found, an error message will be supplied.
operationId: getProfileData
parameters:
- name: ids
in: query
style: form
explode: false
description: A comma-separated list of IDs (here - mostly URLs) of the entries that shall be retrieved.
required: true
schema:
type: string
example: https://www.medizininformatik-initiative.de/fhir/core/modul-labor/StructureDefinition/ObservationLab,https://www.medizininformatik-initiative.de/fhir/core/modul-prozedur/StructureDefinition/Procedure
responses:
200:
description: Success, returning profiles - may contain profiles with error messages
Expand Down

0 comments on commit 3878f77

Please sign in to comment.