Skip to content

Commit d32ea8a

Browse files
authored
V 1.0.3
1 parent 0ec1f34 commit d32ea8a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/FHIR_VZD_HOWTO_Provider.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ image::gematik_logo.svg[gematik,float="right"]
1818

1919
[width="100%",cols="50%,50%",options="header",]
2020
|===
21-
|Version: |1.0.1
21+
|Version: |1.0.3
2222
|Referencing: |gemILF_FHIR_VZD
2323
|===
2424

@@ -38,6 +38,8 @@ image::gematik_logo.svg[gematik,float="right"]
3838

3939
|1.0.2 |02.04.25 | Chap. 2|added constraints for ik numbers, an example for redirect domain & updated some response content|gematik
4040

41+
|1.0.3 |30.04.25 | Chap. 2|updated constraints for ik numbers|gematik
42+
4143
|===
4244

4345
== Classification of the document
@@ -181,6 +183,9 @@ curl -X POST \
181183
- ik must not be set in case isInsurance=false
182184
- ik has to be unique in the federation list
183185
- the check digit based on chapter 1.2.5 must be correct (https://www.gkv-datenaustausch.de/media/dokumente/leistungserbringer_1/sonstige_leistungserbringer/GR-IK-2023-11.pdf)
186+
- ik must be unique in the entire federation list & must also be unique within a request (JSON-Array).
187+
Duplicate ik lead to the error code 409 CONFLICT.
188+
184189

185190
==== Example for adding a domain with redirects
186191
To enable a correct discovery of the userinfo endpoint, redirect domains might need to be added to the allowlist of the firewall protecting the vzd-fhir directory. Please see link:FHIR_VZD_HOWTO_Authenticate.adoc#21-authenticate-for-the-search-endpoint-with-your-homeserver-login[Search Authenticate] for details.

0 commit comments

Comments
 (0)