Stream: implementers
Topic: How to create FHIR mapping engine in java ??
Ravishankar P (May 10 2021 at 12:42):
Hi Guys,
i'm planning create FHIR mapping engine in java, if anybody already implemented please help me out ??
Grahame Grieve (May 10 2021 at 12:57):
there's one in hapi core.
Ravishankar P (May 10 2021 at 12:58):
Grahame Grieve said:
there's one in hapi core.
is that ready service ??
Grahame Grieve (May 10 2021 at 13:13):
see /org.hl7.fhir.r5/src/main/java/org/hl7/fhir/r5/utils/structuremap/StructureMapUtilities.java
Ravishankar P (May 10 2021 at 13:27):
THank you @Grahame Grieve , i will go through it
Last updated: Apr 12 2022 at 19:14 UTC