--- type: "codesystem" title: "Guide Page Generation" codesystem: "guide-page-generation" --- # Guide Page Generation - **Official URL**: http://hl7.org/fhir/guide-page-generation - **Version**: 6.0.0 - **Status**: active - **Name**: GuidePageGeneration - **Title**: Guide Page Generation - **Publisher**: HL7 (FHIR Project) - **Description**: A code that indicates how the page is generated. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | html | HTML | Page is proper xhtml with no templating. Will be brought across unchanged for standard post-processing. | | markdown | Markdown | Page is markdown with templating. Will use the template to create a file that imports the markdown file prior to post-processing. | | xml | XML | Page is xml with templating. Will use the template to create a file that imports the source file and run the nominated XSLT transform (see parameters) if present prior to post-processing. | | generated | Generated | Page will be generated by the publication process - no source to bring across. | ## CodeSystem XML ```xml <status value="active"/> <experimental value="false"/> <date value="2021-01-05T10:01:24+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="A code that indicates how the page is generated."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/guide-page-generation"/> <content value="complete"/> <concept> <code value="html"/> <display value="HTML"/> <definition value="Page is proper xhtml with no templating. Will be brought across unchanged for standard post-processing."/> </concept> <concept> <code value="markdown"/> <display value="Markdown"/> <definition value="Page is markdown with templating. Will use the template to create a file that imports the markdown file prior to post-processing."/> </concept> <concept> <code value="xml"/> <display value="XML"/> <definition value="Page is xml with templating. Will use the template to create a file that imports the source file and run the nominated XSLT transform (see parameters) if present prior to post-processing."/> </concept> <concept> <code value="generated"/> <display value="Generated"/> <definition value="Page will be generated by the publication process - no source to bring across."/> </concept> </CodeSystem> ```