FHIR, v3 and v2 convertor

Hi
Is there any reliable convertor for conversion between v2 , v3 and different versions of FHIR
Or we should generate our own convertor?
I would appreciate if you guide me.

There are transforms: R3maps - FHIR v4.0.1. These are executable - in both java and dotnet. Or there is java conversions available at org.hl7.fhir.core/org.hl7.fhir.convertors at master · hapifhir/org.hl7.fhir.core · GitHub. Neither approach is a magic bullet, and depending on your own requirements, they may or may not prove to be a good starting point

Those are only for converting between versions of FHIR. For v2, look at the v2-to-FHIR IG and the C-CDA on FHIR IG. Note that there are no general purpose v3 to FHIR mappings because v3 can be implemented so many different ways - and most of the ‘real’ implementations are country-specific rather than international.