All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gdl-tools.cds-core.1.3.19.source-code.gdl.ftl Maven / Gradle / Ivy




    ${guide.id}
    


${guide_terms["guide.concept"?eval].text?if_exists}

${texts.GuideDetails?upper_case}

${texts.Description}:${guide_terms["guide.concept"?eval].description?if_exists?replace("\n", "
")}
${texts.Purpose}:${guide_details.purpose?if_exists?replace("\n", "
")}
${texts.Use}:${guide_details.use?if_exists?replace("\n", "
")}
${texts.Misuse}:${guide_details.misuse?if_exists?replace("\n", "
")}
${texts.References}:${guide.description.otherDetails.references?if_exists?replace("\n", "
")}

${texts.AuthorDetails?upper_case}

${texts.Name}: ${guide.description.originalAuthor.name?if_exists}
${texts.Email}: ${guide.description.originalAuthor.email?if_exists}
${texts.Organisation}: ${guide.description.originalAuthor.organisation?if_exists}
${texts.Date}: ${guide.description.originalAuthor.date?if_exists}
${texts.AuthorshipLifecycle}: ${guide.description.lifecycleState?if_exists}
${texts.Copyright}: ${guide_details.copyright?if_exists}
<#if guide_details.keywords?has_content>

${texts.Keywords?upper_case}

<#list guide_details.keywords as keyword> ${keyword}<#if keyword_has_next>,
<#if guide.description.otherContributors?has_content>

${texts.Contributors?upper_case}

<#list guide.description.otherContributors as otherContributor> ${otherContributor}<#if otherContributor_has_next>,

${texts.Definitions?upper_case}

<#if guide_definitions_ehr?has_content>

EHR

<#list guide_definitions_ehr as definitionRuleLine>
${definitionRuleLine}
<#if guide_definitions_cds?has_content>

CDS

<#list guide_definitions_cds as definitionRuleLine>
${definitionRuleLine}
<#if guide_definitions_any?has_content>

ANY

<#list guide_definitions_any as definitionRuleLine>
${definitionRuleLine}

<#if guide_preconditions?has_content>

${texts.Preconditions?upper_case}

<#list guide_preconditions as preconditionRuleLine>
${preconditionRuleLine}

<#if guide_default_actions?has_content>

${texts.Defaults?upper_case}

<#list guide_default_actions as defaultRuleLine>
${defaultRuleLine}

<#if guide_rules?? && guide_rules?has_content>

${texts.RuleList?upper_case}

<#list guide_rules as readableGuide>
${readableGuide}
<#if guide.ontology.termBindings?? && guide.ontology.termBindings?has_content>

${texts.Bindings?upper_case}

<#list guide.ontology.termBindings?values as termBinding>

${termBinding.id}

<#list termBinding.bindings?values as binding>
${guide_terms["binding.id"?eval].text}: <#list binding.codes as code> ${code.codeString}<#if code_has_next>,






© 2015 - 2025 Weber Informatics LLC | Privacy Policy