hl7ch / ch-term

Implementation Guide for Swiss Terminology
https://fhir.ch/ig/ch-term/index.html
MIT License
0 stars 2 forks source link

Canonical URL's rewriting of ch-term ValueSets / CodeSystems etc with different canoncial urls #63

Open oliveregger opened 1 month ago

oliveregger commented 1 month ago
  1. with the move from moving terminology to ch-core we miss canoncial url resolution (or rewriting), ig publisher seems to do internally, but not when you call directly from outside.

http://fhir.ch/ig/ch-allergyintolerance/CodeSystem/allergyintolerance-category-supplement

They resolve from the element they are binded to in the profile: https://fhir.ch/ig/ch-allergyintolerance/StructureDefinition-ch-allergyintolerance.html

  1. We have leftover CodeSystems / ValueSet on the canoncial which should not be there anymore

https://fhir.ch/ig/ch-core/CodeSystem-ech-11-sex.html

oliveregger commented 1 month ago

fixed this in our hosting setup and added specific rewrite rules, see https://github.com/ahdis/k8s-fhir.ch/commit/5024564d67549980465a29b77708fa27575ef9da

... not the most elegant solution