We would like to support conversion between different FHIR versions. see also zulip thread [here](https://chat.fhir.org/#narrow/stream/379173-FHIR-Mapping-Language/topic/Coverage.20'issuerReference'.20to.20'payor') e.g. convert between R4 and R5 (or to future R6) see also writeup from brian here: https://hackmd.io/I_li7rJwTGCehzmtQ0xSMw HL7 provides the FHIR Cross-Version Mapping Pack as an IG: https://build.fhir.org/ig/HL7/fhir-cross-version/artifacts.html The approach to follow is here: https://github.com/hapifhir/org.hl7.fhir.core/blob/master/org.hl7.fhir.validation/src/test/java/org/hl7/fhir/conversion/tests/R3R4ConversionTests.java#L300