FHIR icon indicating copy to clipboard operation
FHIR copied to clipboard

The LinuxForHealth FHIR® Server and related projects

Results 220 FHIR issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Currently FHIROperation implementations can access the FHIRPersistence interface: ``` FHIRPersistence pl = (FHIRPersistence) operationContext.getProperty(FHIROperationContext.PROPNAME_PERSISTENCE_IMPL); ``` Using this interface, the implementations...

enhancement

**Is your feature request related to a problem? Please describe.** Each parameter table contains logical_resource_id which is a FK reference to the (type)_logical_resources table. This is reflected in search query...

search
performance

Currently transactionDataImpl receives transaction event callbacks from JTA UserTransaction. However, transactions in unit tests are managed differently, and so the transaction framework needs to be updated to feed similar transaction...

persistence
technical debt

**Describe the bug** Issuing a Delete bulk data status on a job. then issuing a get bulk data status for the same job return code of 200, but no data...

bug
bulk-data

**Is your feature request related to a problem? Please describe.** The $cql and Library/$evaluate operations implemented in #2577 do not currently support the prefetchData or remote content, data, and endpoint...

P2
cql

It will be very helpful to have the ability to define which resources to include / exclude. Schema will be generated only for the included resources. Hopefully this feature will...

enhancement
schema
P3

**Describe the bug** Seen once during CI (https://github.com/IBM/FHIR/runs/4581232255?check_suite_focus=true): ``` 2021-12-20 10:57:33.398 00000001 INFO com.ibm.fhir.schema.app.Main Refreshing tenant partitions 2021-12-20 10:57:33.427 00000001 INFO m.fhir.schema.app.LeaseManager Canceling lease for schema 'FHIRDATA' 2021-12-20 10:57:33.429 00000001...

bug
P2

**Is your feature request related to a problem? Please describe.** While checking #694 I noticed that our syntax-based validation considers almost any ascii string to be valid. This is not...

enhancement
P2

The context of the extension should be validated in addition to the content. Each StructureDefinition has a context element that is optional. Sometime that will be set to the resource...

enhancement
P2

Persistence methods no longer modify the resource (the resource must be fully formed before it hits the persistence layer. This means that there's no reason for the method to return...

breaking-change-java
P3
technical debt