Difference between revisions of "Template:CDA Section"

From IHE Wiki
Jump to navigation Jump to search
m
m
Line 249: Line 249:
 
     </assert>{{If|test={{{Parent|}}}|then=&nbsp;
 
     </assert>{{If|test={{{Parent|}}}|then=&nbsp;
 
     &lt;!-- Verify that the parent templateId is also present. -->  
 
     &lt;!-- Verify that the parent templateId is also present. -->  
     <assert test='templateId[@root="{{{Parent}}}"]'>  
+
     <assert test='cda:templateId[@root="{{{Parent}}}"]'>  
 
       Error: The parent template identifier for {{{1}}} is not present.  
 
       Error: The parent template identifier for {{{1}}} is not present.  
 
     </assert>}}}}{{If|test={{{LOINC|}}}|then=&nbsp;
 
     </assert>}}}}{{If|test={{{LOINC|}}}|then=&nbsp;

Revision as of 14:08, 2 October 2008

Draft.gif 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}}
 }}