GuidePageGeneration

GuidePageGeneration

draftFHIR Core package4.3.0complete4 concepts

A code that indicates how the page is generated.

Metadata

hl7.org/fhir
Canonical URL
http://hl7.org/fhir/guide-page-generation
ID
guide-page-generation
Version
4.3.0
Publisher
HL7 (FHIR Project)
Case Sensitive
Yes

Concepts (4)

CodeDisplayDefinition
htmlHTMLPage is proper xhtml with no templating. Will be brought across unchanged for standard post-processing.
markdownMarkdownPage is markdown with templating. Will use the template to create a file that imports the markdown file prior to post-processing.
xmlXMLPage 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.
generatedGeneratedPage will be generated by the publication process - no source to bring across.