dotasek
dotasek
## DO NOT MERGE This branch initially tracks the current master branch of HAPI-FHIR, and eventually will track the branch intended for release. When HAPI 7.6.0 is released, this PR...
When starting from docker, there is an exception regarding Jaeger dependencies in the log file. Here is my startup (I have jaeger running at localhost:14250) ``` docker run -p 8080:8080...
## Motivation Jekyll installation on Windows 11 with Ruby 3.3 on an Azure pipeline began failing after Azure deprecated a previous version of ruby. The failure would manifest with the...
Originally reported [here](https://github.com/hapifhir/org.hl7.fhir.core/issues/1889). **Describe the bug** Validating an R4 resource containing a resource of the same resource type fails validation. (for example, a Medication resource containing another Medication resource that...
As described here: https://github.com/hapifhir/org.hl7.fhir.core/pull/2013#discussion_r2105784228 When the convertors convert from a newer version to an older one (R4 -> R3), any extensions from an earlier conversion (R4 -> R3, for example),...
If a reference is made to a contained resource, the core validator ignores the policyAdvisor.policyForContained method, and always validates the contained resource. The logic appears to be here: https://github.com/hapifhir/org.hl7.fhir.core/blob/3cf2a06e7abda7dc32cdc052d3a356c1201139cf/org.hl7.fhir.validation/src/main/java/org/hl7/fhir/validation/instance/InstanceValidator.java#L4273 A...
There are several utility classes that are not called from within the library, but are intended to help with various FHIR related tasks. For example [USGenderFinder.java](https://github.com/hapifhir/org.hl7.fhir.core/pull/1963/files/408cc67a08f0a0784bb41df5103f9670101f480b#diff-29ff32b7245cc8e57277d2c124695b6e3c2c931537e3a389a32f9b3b7136b523) is not called anywhere...
I am one of the developers for the validator-wrapper project included in the inferno-core project. We would like to deprecate and later remove the ValidationContext structure used to configure the...