FHIR / FHIR/fhir-package-loader
Setting FindResourceInfoOptions.type to ['Type'] excludes StructureDefinitions having the same StructureDefinition.type value
Aperta
- Lingua principale
- TypeScript
- Stelle
- 9
- Fork
- 4
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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?
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.