I am attempting to generate c# classes of FHIR Resources, How handle Multiple classes with same name? For Example -> In Organization and Patient resources there are Composed classes with same name "Contact" and Contact is one Complex date Type too. etc... Please Help
http://www.hl7.org/implement/standards/fhir/organization.html
http://www.hl7.org/implement/standards/fhir/datatypes.html#Contact
Regards