Class SectionRegistry

java.lang.Object
ca.uhn.fhir.jpa.ips.api.SectionRegistry

public class SectionRegistry extends Object
This class is the registry for sections for the IPS document. It can be extended and customized if you wish to add / remove / change sections.

By default, all standard sections in the base IPS specification IG are included. You can customize this to remove sections, or to add new ones as permitted by the IG.

To customize the sections, you may override the addSections() method in order to add new sections or remove them. You may also override individual section methods such as addSectionAllergyIntolerance() or addSectionAdvanceDirectives().