Martha Mitran
Martha Mitran
> Ping @codeforgreen ? HI @jkiddo what is this related to? The title of this issue does not ring a bell to me. Can you provide more details and link...
According to the FHIR spec, issues can be missing from the output for versions prior to R5. e.g. https://hl7.org/fhir/R4/valueset-operation-validate-code.html I am not sure what you mean where by "non-compliant". Can...
There is a test in hapi-fhir [testValidateResourceContainingLoincCode](https://github.com/hapifhir/hapi-fhir/blob/master/hapi-fhir-validation/src/test/java/org/hl7/fhir/r4/validation/FhirInstanceValidatorR4Test.java#L1230) which will fail if in the issues are not populated in the mocked validator in [addMockedValueSets](https://github.com/hapifhir/hapi-fhir/blob/master/hapi-fhir-validation/src/test/java/org/hl7/fhir/r4/validation/FhirInstanceValidatorR4Test.java#L299). A similar test can be added to...
Sorry for the late response on this thread. At the moment the Remote Terminology server we were using (Ontoserver) does return issues in the response of the `validate-code` call for...
One more thing I wanted to add. I see that the validation module runs on R5. It's possible to canonicalize prior versions to R5 using `hapi-fhir-converter`. I'd like to make...