FirelyTeam / Firely.Fhir.Packages

Other
2 stars 1 forks source link

Add support for resolving artifacts with DateTime versions #103

Open mmsmits opened 9 months ago

mmsmits commented 9 months ago

The package library now sometimes parses version values of Conformance resources as SemVer, however, these elements can also contain other version algorithms like date/time, alphabetic etc see:

http://hl7.org/fhir/structuredefinition-definitions.html#StructureDefinition.versionAlgorithm_x_

For now, make sure we also use a date/time algorithms to resolve the best candidate when encountering multiple versions of an algorithm in the resolver.