Difference between revisions of "Template:CDA Section"

From IHE Wiki
Jump to navigation Jump to search
m
m
Line 11: Line 11:
  
 
|-
 
|-
<noinclude>
 
[[Category:Templates]]
 
</noinclude>
 
 
}}
 
}}
 
|-
 
|-
Line 40: Line 37:
 
{{{Subsections|}}}
 
{{{Subsections|}}}
 
|}
 
|}
 +
 
[[Category:CDA Section Templates]]
 
[[Category:CDA Section Templates]]
 
</includeonly>
 
</includeonly>
 +
 +
{|
 +
|-
 +
|+'''Sample {{{1}}} Section'''
 +
|
 +
<component>
 +
  <section>{{If|test={{{ParentOID|}}}|then=
 +
    <templateId root='{{{ParentOID}}}'/>}}
 +
    <templateId root='{{{OID}}}'/>
 +
    <id root=' ' extension=' '/>
 +
    &lt;code code='{{{LOINC| }}}' displayName='{{{LOINCName| }}}' codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>
 +
    <text>
 +
      ''{{{4}}}''
 +
    </text> {{If|test={{{Subsections|}}}|then=
 +
    <component>
 +
      &lt;!-- Required and optional subsections -->
 +
    </component>}} {{If|test={{{Entry|}}}|then=
 +
    <entry>
 +
      &lt;!-- Required and optional entries -->
 +
    </entry> }}
 +
  </section>
 +
</component>
 +
|}
 +
 +
 
<noinclude>
 
<noinclude>
 +
[[Category:Templates]]
 +
 
<pre>
 
<pre>
 
{{CDA Section|Section Name|OID|Status|Description
 
{{CDA Section|Section Name|OID|Status|Description

Revision as of 11:44, 16 May 2007


Sample {{{1}}} Section
<component>
  <section>
    <templateId root='{{{OID}}}'/>
    <id root=' ' extension=' '/>
    <code code=' ' displayName=' ' codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>
    <text>
      {{{4}}}
    </text>  
  </section>
</component>
{{CDA Section|Section Name|OID|Status|Description
    |Parent=ParentOID|ParentName=Parent Template Name
    |Code={{CDA Section Code|Section Name|Entry Name 1|Opt|LOINC|Comment}}
                :
          {{CDA Section Code|Section Name|Entry Name N|Opt|LOINC|Comment}}

    |Entry={{CDA Section Content|Section Name|Entry Name 1|Opt|OID|Comment}}
                :
           {{CDA Section Content|Section Name|Entry Name N|Opt|OID|Comment}}

    |Subsections={{CDA Section Content|Section Name|Subsection Name 1|Opt|OID|Comment}}
                    :
                 {{CDA Section Content|Section Name|Subsection Name N|Opt|OID|Comment}}
 }}