Hi,
I’m trying to Xlate to FHIR 4.0.1 which has some custom structure definitions. These Structure definitions are used by the receiving system in a Hapi FHIR implementation.
I’ve got these structure definitions and I wonder, how to make use of these so Cloverleaf can validate against the actual structure of the receiving system. Currently I’m modifying the XSD files provided by FHIR.org for FHIR 4.0.1 as this is also the basis of the FHIR implementation in question.
Dream scenario I guess would be to somehow compile the .ocm files from a combination of the XSD file and the structure definition file.
Thanks!