FHIR / FHIR/fhir-package-loader

Setting FindResourceInfoOptions.type to ['Type'] excludes StructureDefinitions having the same StructureDefinition.type value

Open
#57 4 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.