I'm wondering if there is a way to validate FHIR profiles?
By this I mean validate the xml definition of my profile/extensions are valid, not validate a resource against my profile.
I'm asking this because I've build a tool for producing profiles, and I need to test that the output is correct (and I can't find a definitive clear document that states what is right and wrong).
I'm using HAPI if that makes a difference.