tadgh
tadgh
1. Execute a bulk import against a server that uses http basic auth, e.g. ```java { "name": "credentialHttpBasic", "valueString": "admin:password" }, ``` 2. the job will 403 against a servlet...
1. Create Partition-123 2. Create an encounter on partition-123 3. Create a subscription on partition-123 taretting `Encounter?` 4. execute `http://localhost:8000/partition-123/Subscription/my-subscription/$trigger-subscription`. 5. Note how the resources are delivered to the matching...
Fix typo
suggestion: change myRules to a Set _Originally posted by @fil512 in https://github.com/hapifhir/hapi-fhir/pull/5915#discussion_r1594478382_
API now supports versioning, rework tool to support as well: Wanikani-Revision: 20170710 is currently the only existing revision of V2 API.
- remove jars from classpath - keep minimal jars in test scope only - changelog - upgrade.md
As of Derby 17, in order to support JDK17, the jars must be built from source, as the default package supports JDK21. Due to a [high severity vulnerability](https://github.com/hapifhir/hapi-fhir/issues/5471) in older...
Currently the limit for SP_VALUE_EXACT and SP_VALUE_NORMALIZED is 200. This is a request to increase it to 500, which covers most use cases.
The Core libraries now support the concept of "implied profiles", which indicates that a resource should undergo validation against this "implied profile" whether it is present in the incoming resource's...