Skip to content

Support CodeSystem version in ValueSets

Gabriel requested to merge TERGI-120-add-codesystem-version into dev

If specified in the input file for a ValueSet the CodeSystem version will be written to all output formats (apart from outdatedCSV v1 and svsextELGA v1). If the input file does not specify a CodeSystem version the version will be retrieved from terminologiesMetadata.csv based on either canonical or OID of the CodeSystem.

File formats supporting writing of CodeSystem version in ValueSets:

  • .4.fhir.xml
  • .4.fhir.json
  • .1.fsh
  • .2.fsh (only compose)
  • .2.claml.xml
  • .3.claml.xml
  • .1.propcsv.csv
  • deprecated file formats:
    • .1.svsextelga.xml (won't support)
    • .2.svsextelga.xml
    • .1.outdated.csv (won't support)
    • .2.outdated.csv

File formats supporting reading of specified CodeSystem version in ValueSets:

  • .4.fhir.xml
  • .4.fhir.json
  • .1.fsh - 🚧 reading of ValueSet requires refactoring
  • .2.fsh (only compose) - 🚧 reading of ValueSet requires refactoring
  • .2.claml.xml - 🚧 reading of ValueSet requires refactoring
  • .3.claml.xml - 🚧 reading of ValueSet requires refactoring
  • .1.propcsv.csv
  • deprecated file formats:
    • .1.svsextelga.xml (supported via terminologiesMetadata.csv)
    • .2.svsextelga.xml
    • .1.outdated.csv (supported via terminologiesMetadata.csv)
    • .2.outdated.csv

TERGI-120

Edited by Gabriel

Merge request reports