Stream: implementers
Topic: Validator and custom CodeSystem
Eli-Jean Leyssens (Oct 13 2021 at 12:26):
validator_cli says: Code System URI 'https://fhir.mycompany.com/CodeSystem/message-events' is unknown so the code cannot be validated
I've checked the httpd logs of fhir.mycompany.com and it doesn't look like the validator even tries to get the CodeSystem resource from the URI, there's nothing in any of the logs (neither normal access, nor errors etc). Is there some way I can tell the validator to actually try and get a resource at the specified system URI?
(mycompany.com of course just anonymized)
Yunwei Wang (Oct 13 2021 at 13:30):
validator_cli delegate terminology validation to terminology service. So you need to either setup your own terminology server, or register your code system to tx.fhir.org
Grahame Grieve (Oct 13 2021 at 19:50):
the validator doesn't automatically de-reference canonical URLs for code systems. At present, at least, you have to tell it to load it. -ig https://fhir.mycompany.com/CodeSystem/message-events as a parameter should do that
Last updated: Apr 12 2022 at 19:14 UTC