Class ProfileComparer

java.lang.Object
org.hl7.fhir.r4.conformance.ProfileComparer

public class ProfileComparer extends Object
A engine that generates difference analysis between two sets of structure definitions, typically from 2 different implementation guides. How this class works is that you create it with access to a bunch of underying resources that includes all the structure definitions from both implementation guides Once the class is created, you repeatedly pass pairs of structure definitions, one from each IG, building up a web of difference analyses. This class will automatically process any internal comparisons that it encounters When all the comparisons have been performed, you can then generate a variety of output formats
Author:
Grahame Grieve