dotasek
dotasek
At the moment, the -proxy parameter is parsed and passed through to the Java system properties: Example: `-proxy localhost:8080` ... is the equivalent of: ``` -Dhttp.proxyHost=localhost -Dhttp.proxyPort=8080 ``` As @DarthGizka...
@DarthGizka I have a branch that appears to work with https proxy set: https://github.com/hapifhir/org.hl7.fhir.core/tree/dotasek-https-proxy Do you know how to build the validator-cli jar yourself to test if it would work...
# org.hl7.fhir.convertors ## ~~ExtensionDefinitionGenerator~~ ~~In ExtensionDefinitionGenerator we're using the ID of a StructureDefinition. I don't expect these will ever have history in the same manner as a FHIR resource:~~ https://github.com/hapifhir/org.hl7.fhir.core/blob/23efd7ba335f935f37015bd928ddcdd9fca9de5b/org.hl7.fhir.convertors/src/main/java/org/hl7/fhir/convertors/ExtensionDefinitionGenerator.java#L178...
# org.hl7.fhir.convertors (cont.) ## org.hl7.fhir.convertors.misc ### ~~DicomPackageBuilder~~ * ~~self-contained~~ * ~~saves files based on getId()... probably not intended for history~~ ### ~~GenValueSetExpansionConvertor~~ * ~~self-contained~~ * ~~saves files based on getId()......
## ~~org.hl7.fhir.convertors.misc.argonaut~~ ### ~~ArgonautConvertor~~ * ~~Self-contained~~ * ~~Uses getId() to generate file names.~~ * ~~Uses getId() to generate references (this should be OK. References can use history)~~ ## ~~org.hl7.fhir.convertors.misc.iso21090~~ ###...
## org.hl7.fhir.dstu2.model ### ExpressionNode * Used in evaluating Type... likely not _history ## org.hl7.fhir.dstu2.test ### FluentPathTests * Disabled. There's a TODO there. * Seems to only apply to a StructureDefinition....
> ### Contents of org.hl7.fhir.convertors.advisors + org.hl7.fhir.convertors.convXX_YY > There are essentially two types of call to getId() in these packages. They are either creating a new id using the content...
While reviewing other parts of the code and testing some things out in HAPI-FHIR, I noticed that our GraphQL output still appears to be wrong. We are finding the right...
Similar to the above, if I add a FHIRPath test, I also get the full name returned If I add the below added to [tests-fhir-r5.xml](https://github.com/FHIR/fhir-test-cases/blob/master/r5/fhirpath/tests-fhir-r5.xml) and manually set the id...
# org.hl7.fhir.dstu3 ==================== ## org.hl7.fhir.dstu3.conformance ### ProfileUtilities * see dstu2 org.hl7.fhir.dstu2.utils.ProfileUtilities * has fewer unused methods ### ShExGenerator * see dstu2 * more methods, but all use StructureDefinition ## org.hl7.fhir.dstu3.context...