You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expanding task-code ValueSet after pre-expansion returns NullPointerException
To Reproduce
Start with a default implementation.
In Persistence module configuration and set the configurations to YES:
Seed Base Validation Resources
Lucene Indexing Enabled
Enable Terminology Index
Save the updated configuration settings and restart the Persistence module.
Once the Persistence module has finished restarting (this may take several minutes), wait at least an additional 15 minutes to allow time for all ValueSet pre-expansions to complete.
Expanding task-code ValueSet after pre-expansion returns NullPointerException
To Reproduce
Save the updated configuration settings and restart the Persistence module.
Once the Persistence module has finished restarting (this may take several minutes), wait at least an additional 15 minutes to allow time for all ValueSet pre-expansions to complete.
Query that a ValueSet exists for
http://hl7.org/fhir/ValueSet/task-code
using a REST GET or browser e.g.:http://localhost:8000/ValueSet/?url=http://hl7.org/fhir/ValueSet/task-code
Request
$expand
operation on the same ValueSet using a REST GET or browser e.g.:http://localhost:8000/ValueSet/$expand/?url=http://hl7.org/fhir/ValueSet/task-code
Expected Behaviour:
Should return the expanded ValueSet.
Actual Behaviour:
Returns an OperationOutcome similar to:
The text was updated successfully, but these errors were encountered: