spark_auto_mapper_fhir.value_sets.guide_page_generation
¶
Module Contents¶
Classes¶
GuidePageGeneration |
|
Page is proper xhtml with no templating. Will be brought across unchanged for |
- class spark_auto_mapper_fhir.value_sets.guide_page_generation.GuidePageGenerationCode(value)¶
Bases:
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.
- Parameters
value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –
- codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/guide-page-generation¶
- class spark_auto_mapper_fhir.value_sets.guide_page_generation.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
- 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
- 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
- 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
- Generated¶