1
votes

I am trying to Implement FHIR HL7 in my project, Downloaded JSON Schemas ( http://hl7.org/fhir/downloads.html ) and now I want to generate java classes from the schema, How can I do it? any links/sample codes are really helpful.

1

1 Answers

1
votes

You're far better off using the existing HAPI reference implementation which is generated from the resources and supports both XML & Java, handles terminology and many other things that classes generated from the JSON schemas can't do.