Template:CDA Section: Difference between revisions

From IHE Wiki
Jump to navigation Jump to search
Kboone (talk | contribs)
mNo edit summary
Kboone (talk | contribs)
mNo edit summary
Line 1: Line 1:
<includeonly>
===== [[Image:{{{3|draft}}}.gif]] {{{1|{{PAGENAME}}}}} <span id='{{{2}}}'/>Section</span>=====
{{If|test={{{Parent|}}}|then====== [[Image:{{{3|draft}}}.gif]] {{{1}}} <span id='{{{2}}}'/>Section</span>=====|else====== [[Image:{{{3|draft}}}.gif]] {{{1}}} <span id='{{{2}}}'/>Section</span>===== }}
 
{|class='wikitable' width='100%' style='border: 1px solid black; border-collapse: collapse; cellpadding: 2px;'
{|class='wikitable' width='100%' style='border: 1px solid black; border-collapse: collapse; cellpadding: 2px;'
|-
|-
Line 16: Line 14:
|colspan=2 style='width: 70%; border: 1px solid black;'| {{{4}}}
|colspan=2 style='width: 70%; border: 1px solid black;'| {{{4}}}
|-style='background: lightgrey; width: 20%; text-align: center; border: 1px solid black'  
|-style='background: lightgrey; width: 20%; text-align: center; border: 1px solid black'  
{{If|test={{{LOINC|}}}|then=
! style='width: 20%; border: 1px solid black' {{!}} LOINC Code
! style='width: 10%; border: 1px solid black' {{!}} Opt
! style='width: 70%; border: 1px solid black' {{!}} Description
{{!}}-
{{!}} style='border: 1px solid black' {{!}} {{{LOINC}}}
{{!}} style='border: 1px solid black' {{!}} R
{{!}} style='border: 1px solid black' {{!}} {{{LOINCName}}}
{{!}}-
}}
{{If|test={{{Code|}}}|then=
{{If|test={{{Code|}}}|then=
! style='width: 20%; border: 1px solid black' {{!}} LOINC Codes  
! style='width: 20%; border: 1px solid black' {{!}} LOINC Codes  
Line 37: Line 45:
{{{Subsections|}}}
{{{Subsections|}}}
|}
|}
 
<br/>
[[Category:CDA Section Templates]]
</includeonly>
 
{|
{|
|-
|-
Line 47: Line 52:
  <component>
  <component>
   <section>{{If|test={{{ParentOID|}}}|then=<br/>    <templateId root='{{{ParentOID}}}'/>}}
   <section>{{If|test={{{ParentOID|}}}|then=<br/>    <templateId root='{{{ParentOID}}}'/>}}
     <templateId root='{{{OID}}}'/>
     <templateId root='{{{2}}}'/>
     <id root=' ' extension=' '/>
     <id root=' ' extension=' '/>
     &lt;code code='{{{LOINC| }}}' displayName='{{{LOINCName| }}}'
     &lt;code code='{{{LOINC| }}}' displayName='{{{LOINCName| }}}'
Line 61: Line 66:
  </component>
  </component>
|}
|}
 
<includeonly>
 
[[Category:CDA Section Templates]]
</includeonly>
<noinclude>
<noinclude>
[[Category:Templates]]
[[Category:Templates]]

Revision as of 13:24, 16 May 2007

CDA Section Section
Template ID {{{2}}}
General Description {{{4}}}


Sample {{{1}}} Section
<component>
  <section>
    <templateId root='{{{2}}}'/>
    <id root=' ' extension=' '/>
    <code code=' ' displayName=' '
      codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>
    <text>
      Text as described above
    </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}}
 }}