microsoft / FHIR-Converter

Conversion utility to translate legacy data formats into FHIR
MIT License
399 stars 175 forks source link

Use default template provider if containerUrl is empty #527

Closed pallar-ms closed 7 months ago

pallar-ms commented 7 months ago

Currently, if containerUrl is empty, the factory attempts to create blob template provider and throws on null containerUrl. Instead it will be better to use default template provider and not throw on initialization.