brianpos / UploadFIG

Demonstration commandline project to upload a FHIR implementation guide to a FHIR server
BSD 3-Clause "New" or "Revised" License
11 stars 0 forks source link

Support processing transitive dependencies #2

Closed brianpos closed 10 months ago

brianpos commented 1 year ago

When loading in a package that has dependencies on other Implementation Guides, also traverse those and load them too (optional flag to request processing) The output should display the number of resources that were imported from the package

Loaded hl7.fhir...XYZ IG: 0 resources required (of 45)
brianpos commented 1 year ago

Also consider while doing this only importing resources that are directly referenced by the IG. e.g. ValueSets that are referenced by a StructureDefinition in our guide, or extensions included in our profiles. Note: If you want this to be included, give it a thumbs up, if you have problems with this concept, give it a thumbs down (and let me know why)

brianpos commented 10 months ago

Implemented in PR #11