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
For level 3 ISiK FHIR resources, their canonical URLs are resolved incorrectly because "latest" tag leads/redirects to the latest version of the level 4 and not to the latest version of level 3.
("latest" would also work for levels 2 and 3 if their packages were stored in the respective levels' projects and named accordingly - as you do for level 1. However, there is certainly a good reason why you also store e.g. the basic module packages for levels 2 and 3 under the project “ISiK - Basic (Stufe 4)” and not under “ISiK - Basic (Stufe 2)” or “ISiK - Basic (Stufe 3)”).
(To make it work again, you would simply have to change - as you dofor level 2 - your Example for ISIKPatient:
❯ curl -sIL https://gematik.de/fhir/isik/v3/Basismodul/StructureDefinition/ISiKPatient | grep location
location: https://www.gematik.de/fhir/isik/v3/Basismodul/StructureDefinition/ISiKPatient
location: https://fhir.gematik.de/isik/v3/Basismodul/StructureDefinition/ISiKPatient
location: https://simplifier.net/resolve?canonical=https://gematik.de/fhir/isik/v3/Basismodul/StructureDefinition/ISiKPatient&scope=de.gematik.isik-basismodul@latest
❯ curl -s https://simplifier.net/resolve\?canonical\=https://gematik.de/fhir/isik/v3/Basismodul/StructureDefinition/ISiKPatient\&scope\=de.gematik.isik-basismodul@latest | grep ResolveUrl
var ResolveUrl = "/resolve?canonical=https%3A%2F%2Fgematik.de%2Ffhir%2Fisik%2Fv3%2FBasismodul%2FStructureDefinition%2FISiKPatient\[email protected]";
Stack Trace and Logs
No response
Screenshots
No response
Software and Environment
No response
The text was updated successfully, but these errors were encountered:
Description
For level 3 ISiK FHIR resources, their canonical URLs are resolved incorrectly because "latest" tag leads/redirects to the latest version of the level 4 and not to the latest version of level 3.
(To make it work again, you would simply have to change - as you do for level 2 - your "latest" redirection to (currently) "3.0.6", i.e. https://simplifier.net/resolve?canonical=https://gematik.de/fhir/isik/v3/Basismodul/StructureDefinition/ISiKPatient&[email protected])
("latest" would also work for levels 2 and 3 if their packages were stored in the respective levels' projects and named accordingly - as you do for level 1. However, there is certainly a good reason why you also store e.g. the basic module packages for levels 2 and 3 under the project “ISiK - Basic (Stufe 4)” and not under “ISiK - Basic (Stufe 2)” or “ISiK - Basic (Stufe 3)”).
Reproduction URL
https://gematik.de/fhir/isik/v3/Basismodul/StructureDefinition/ISiKPatient
Version or Branch
Only occurs with ISiK 3
Reproduction Steps
Stack Trace and Logs
No response
Screenshots
No response
Software and Environment
No response
The text was updated successfully, but these errors were encountered: