### Page Header Properties Example Source: https://docs.fire.ly/projects/Simplifier/_sources/implementation_guide/create_your_first_ig An example of a YAML header for a markdown page, setting properties like 'topic', 'name', and 'expand'. ```yaml --- topic: MyPatientPage name: ACMEbasePatient expand: 2 --- ``` -------------------------------- ### Linking to Resources by ID Source: https://docs.fire.ly/projects/Simplifier/_sources/implementation_guide/create_your_first_ig Explains the recommended method for linking to examples or other resources using their ResourceType and ID. This ensures links remain functional across guide exports or duplications, supporting Link, XML, and JSON renderings. ```markdown {{Link/xml/json: ResourceType/id}} ``` ```markdown {{link: Patient/child-example}} ``` ```markdown {{json: Patient/child-example}} ``` -------------------------------- ### FQL Syntax Example Source: https://docs.fire.ly/projects/Simplifier/_sources/implementation_guide/create_your_first_ig Demonstrates the basic syntax for FQL (Firely Query Language) to create dynamic tables by selecting data from resources. It requires specifying the resource source, filtering conditions, and desired output fields. ```sql from where