I am new to HL7.FHIR
. I was assigned to implement REST API
to send FHIR
compliant JSON
Messages.
My initial thought is that, we will have to transform our stored data to FHIR compliant data / JSON.
I tried to use given XSD
from (http://hl7.org/fhir/) but could not produce classes; it was throwing exceptions.
How should I start transforming our own data to FHIR compliant data?