FHIR 4.0.1 © HL7.org  |  FHIRsmith 0.8.5  |  Server Home  |  TX Home  |  Capability Statement  |  Terminology Capabilities  |  Operations  |  Problems  |   

TX: CodeSystem guide-page-generation

Properties

Defining URL http://hl7.org/fhir/guide-page-generation
Version 4.0.1
Name GuidePageGeneration
Title GuidePageGeneration
Status draft
Definition

A code that indicates how the page is generated.

Publisher HL7 (FHIR Project)
Committee fhir
EXT_FMM_LEVEL 1
Value Set GuidePageGeneration

This case-sensitive code system http://hl7.org/fhir/guide-page-generation defines the following codes:

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.