Stream: tooling
Topic: Validator and references
Grahame Grieve (Nov 09 2021 at 10:52):
I'm interested in comments on https://github.com/hapifhir/org.hl7.fhir.core/issues/644
Grahame Grieve (Nov 09 2021 at 10:53):
@Pieter Edelman we've always said that the sheer variety of things people might want to do once we open this door means that people should host the validator themselves if they want to do this
Pieter Edelman (Nov 09 2021 at 10:56):
I'm not quite sure if I understand what you mean with "hosting the validator". From our point of view, we use it as a standalone tool.
Vassil Peytchev (Nov 09 2021 at 16:57):
I think what is meant is that the validator can be hosted as a web app, and the web server can resolve these relative references.
Grahame Grieve (Nov 09 2021 at 18:24):
host = write your own java code that implements the interface that looks up resources, and provide your own code for invoking it
Last updated: Apr 12 2022 at 19:14 UTC