:py:mod:`spark_auto_mapper_fhir.value_sets.guide_page_generation` ================================================================= .. py:module:: spark_auto_mapper_fhir.value_sets.guide_page_generation Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.guide_page_generation.GuidePageGenerationCode spark_auto_mapper_fhir.value_sets.guide_page_generation.GuidePageGenerationCodeValues .. py:class:: GuidePageGenerationCode(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` GuidePageGeneration From: http://hl7.org/fhir/guide-page-generation in valuesets.xml A code that indicates how the page is generated. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/guide-page-generation .. py:class:: GuidePageGenerationCodeValues Page is proper xhtml with no templating. Will be brought across unchanged for standard post-processing. From: http://hl7.org/fhir/guide-page-generation in valuesets.xml .. py:attribute:: HTML Page is markdown with templating. Will use the template to create a file that imports the markdown file prior to post-processing. From: http://hl7.org/fhir/guide-page-generation in valuesets.xml .. py:attribute:: Markdown 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. From: http://hl7.org/fhir/guide-page-generation in valuesets.xml .. py:attribute:: XML Page will be generated by the publication process - no source to bring across. From: http://hl7.org/fhir/guide-page-generation in valuesets.xml .. py:attribute:: Generated