Hauke Hund
Hauke Hund
The names of the inner classes `provisionComponent` `provisionActorComponent` `provisionDataComponent` of `Consent` violate the Java naming conventions. See Java 11 SE Language Specification [§6.1](https://docs.oracle.com/javase/specs/jls/se11/html/jls-6.html#jls-6.1) [emphasis added]: > Names of class types...
The `SSLContextBuilder#setKeyStoreType` method is called twice, with the `KeyStoreType` property and with the `TrustStoreType` property. The later overriding the value of the former, if both are defined. FYI: The `SSLContextBuilder`...
Die StructureDefinitions `ExtensionSeitenlokalisation` und `ExtensionICD10GMDiagnosesicherheit` definieren required bindings zu ValueSets aus dem Projekt _eVO (Umsetzung von elektronischen Verordnungen)_. https://github.com/hl7germany/basisprofil-de-r4/blob/4045c0c567593dcb3735cca88754dbb86b069470/extensions/Extension-seitenlokalisation.xml#L48-L51 https://github.com/hl7germany/basisprofil-de-r4/blob/4045c0c567593dcb3735cca88754dbb86b069470/extensions/Extension-icd-10-gm-diagnosesicherheit.xml#L63-L66 In der [package.json](https://github.com/hl7germany/basisprofil-de-r4/blob/4045c0c567593dcb3735cca88754dbb86b069470/package.json) wird jedoch keine Abhängigkeit zu einem der...
`QuantityComparator.valueOf(String)` is called with the `Quantity.comparator` code value in the following line of `QuestionnaireValidator`: https://github.com/hapifhir/org.hl7.fhir.core/blob/b0288c3295e537e4be8933a7042b1f4dca162051/org.hl7.fhir.validation/src/main/java/org/hl7/fhir/validation/instance/type/QuestionnaireValidator.java#L1139 Resulting in false-positive validation errors like: `An error occurred checking the value: No enum constant...