You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/openapi/vsdm2.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ externalDocs:
21
21
description: FHIR Specification VSDM 2
22
22
url: https://simplifier.net/vsdm2
23
23
servers:
24
-
- url: https://{resource_fqdn}.de
24
+
- url: https://{resource_fqdn}
25
25
description: Example Hostname for a given VSDM service, taken from the /.well-known/ti-service-provider-metadata "Fachdienstlokalisierung" Endpoint of the ZETA HTTP proxy
26
26
tags:
27
27
- name: Vsdm
@@ -427,7 +427,7 @@ components:
427
427
description: This API uses OAuth 2, to gain access clients need an Access-Token and to proof "Versorgungskontext" with a PoPP-Token in addition
428
428
flows:
429
429
authorizationCode:
430
-
authorizationUrl: https://{resource_fqdn}.de/auth
431
-
tokenUrl: https://{resource_fqdn}.de.de/token
430
+
authorizationUrl: https://{resource_fqdn}/auth
431
+
tokenUrl: https://{resource_fqdn}/token
432
432
scopes:
433
433
vsdservice: allows practitioners to access the VSDService API of the "Versichertenstammdatendienst"
0 commit comments