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 138: Line 138:
     </text>  {{If|test={{{Entry|}}}|then=<br/>    <entry>
     </text>  {{If|test={{{Entry|}}}|then=<br/>    <entry>
       ''Required and optional entries as described above''
       ''Required and optional entries as described above''
     </entry>  
     </entry><br/>  
}}{{If|test={{Equal|{{{5}}}|Entry}}|then={{Entry XML|{{{2}}}|{{{6}}}|{{{7}}}|{{{8}}}|{{{9}}}}}  
}}{{If|test={{Equal|{{{5}}}|Entry}}|then={{Entry XML|{{{2}}}|{{{6}}}|{{{7}}}|{{{8}}}|{{{9}}}}}  
}}{{If|test={{Equal|{{{10}}}|Entry}}|then={{Entry XML|{{{2}}}|{{{11}}}|{{{12}}}|{{{13}}}|{{{14}}}}}  
}}{{If|test={{Equal|{{{10}}}|Entry}}|then={{Entry XML|{{{2}}}|{{{11}}}|{{{12}}}|{{{13}}}|{{{14}}}}}  

Revision as of 21:59, 22 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}}
 }}