Difference between revisions of "Sample Section"

From IHE Wiki
Jump to navigation Jump to search
m
 
m
Line 1: Line 1:
{{CDA Section|Sample|XXXXX-X|R|Draft}}
+
{{CDA Section|Sample|XXXXX-X|OID|R|Draft}}

Revision as of 14:57, 20 April 2007

Development Only

The PCC Wiki Content is used only for development of IHE PCC Content. The Normative content of the PCC Technical Framework and the current supplements can be found at https://www.ihe.net/resources/technical_frameworks/#pcc

File:OID.gif Sample Section
Template ID XXXXX-X
General Description R



Sample Sample Section
<component>
  <section>
    <templateId root='XXXXX-X'/>
    <id root=' ' extension=' '/>
    <code code=' ' displayName=' '
      codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>
    <text>
      Text as described above
    </text>  
       
  </section>
</component>
Schematron
<pattern name='Template_XXXXX-X'> 
 <rule context='*[cda:templateId/@root="XXXXX-X"]'> 
     <!-- Verify that the template id is used on the appropriate type of object --> 
   <assert test='../cda:section'> 
      Error: The Sample can only be used on sections. 
   </assert> 
   <assert test='.//cda:templateId[@root = "{{{8}}}"]'>
     See http://wiki.ihe.net/index.php?title=XXXXX-X 
   </assert> 
 </rule> 
</pattern>
Uses

See Templates using the Sample Section