FHIR / FHIR/fhir-package-loader
Setting FindResourceInfoOptions.type to ['Type'] excludes StructureDefinitions having the same StructureDefinition.type value
Open
- Dominant language
- TypeScript
- Stars
- 9
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
When setting the FindResourceInfoOptions.type filter to ['Type'], the returned StructureDefinitions exclude complex-type StructureDefinitions having the same StructureDefinition.type value. Specifically, the Quantity StructureDefinition IS returned but the MoneyQuantity and SimpleQuantity StructureDefinitions are NOT returned. All three of these StructureDefinitions have StructureDefinition.type = 'Quantity'.
Is this intentional?
How can I use the FindResourceInfoOptions to return all complex-types?
Contributor guide
Assessment
This issue has not been assessed yet.