Closed liquid36 closed 4 months ago
Double check that the shortname
of your codesystem in the Snowstorm /codesystems
listing matches the SNOMEDCT-TEST
name in your config.
Great! I had to rename the codesystem name and it worked now.
codesystem.config.TEST=TEST Edition|12345678899005645|ar|TEST Enterprise
thanks.
Hi! I have my own extension loaded into snowstorm. I set the codesystem in
application.properties
like this:Where 12345678899005645 is my module conceptId.
(I could see it in the log)
However, when i request the FHIR codesystem url (http://localhost:8080/fhir/CodeSystem?_format=json), i got this response:
The version dates corresponds to my extensions releases.
What i missing? Are there any other configurations to link an snowstorm codesystem to FHIR?