A UK Core profile index page should have two YAML headers:
topic
, which allows the page to be referenced using { {pagelink:[topic]}} within the IG.system
, the canonical url for the resource, which allows Simplifier render commands to be used without specifying a urlA YAML header SHALL be the first item on a page, it SHALL be unique, and it SHALL be in the following format:
--- topic: [Section]-[ResourceName] subject: [resource canonical url] ---
Example Topics:
Note: The topic only needs to be added for pages that will be linked to directly, and for pages with non unique names, such as Index
- for uniquely named pages e.g. ValueSet UKCore-[ValuesetName]
, the default generated topic is ok.