Stream: implementers
Topic: DSTU2 to STU3 transforms using FHIR.NET
Amarpreet Singh (Sep 18 2018 at 06:09):
Is there any way to transform the resources in DSTU2 to STU3 using FHIR.NET nuget package. Also is there any documentation and example code available for the doing the transformation in FHIR.NET.
Brian Postlethwaite (Sep 19 2018 at 03:00):
For dotnet questions. there is the #dotnet stream to cover them.
Currently no-one has written the transformation logic in dotnet.
Internally we have hard coded a transformation of serveral directory resources, but nothing general.
Brian Postlethwaite (Sep 19 2018 at 03:01):
The dotnet community would be very happy if you contributed or started an implementation of an engine that uses the StructureMap definitions :grinning:
Amarpreet Singh (Sep 20 2018 at 07:31):
Hi Brian, Thanks for the response.
At this moment I am planning to use JAVA conversion code for reference. If there are any other useful links or documentation (sample code examples if any) that can help me implement the conversion engine, then that would be really helpful. Let me know if you have any other inputs from your side as well that could be helpful to me for implementation.
Last updated: Apr 12 2022 at 19:14 UTC