1.3.6.1.4.1.19376.1.5.3.1.1.12.2.3

From IHE Wiki
Jump to navigation Jump to search

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

Trial.gif Braden Score Section
Template ID 1.3.6.1.4.1.19376.1.5.3.1.1.12.2.3
General Description This section reports the braden score and its related assessments in machine and human readable form.
LOINC Code Opt Description
38228-3 R BRADEN SCALE SKIN ASSESSMENT PANEL
Entries Opt Description
1.3.6.1.4.1.19376.1.5.3.1.1.12.3.2 R Braden Score Observation



Sample Braden Score Section
<component>
  <section>
    <templateId root='1.3.6.1.4.1.19376.1.5.3.1.1.12.2.3'/>
    <id root=' ' extension=' '/>
    <code code='38228-3' displayName='BRADEN SCALE SKIN ASSESSMENT PANEL'
      codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>
    <text>
      Text as described above
    </text>   
    <entry>
         :
      <!-- Required Braden Score Observation element -->
        <templateId root='1.3.6.1.4.1.19376.1.5.3.1.1.12.3.2'/>
         :
    </entry>
       
  </section>
</component>
Schematron
<pattern name='Template_1.3.6.1.4.1.19376.1.5.3.1.1.12.2.3'> 
 <rule context='*[cda:templateId/@root="1.3.6.1.4.1.19376.1.5.3.1.1.12.2.3"]'> 
     <!-- Verify that the template id is used on the appropriate type of object --> 
   <assert test='../cda:section'> 
      Error: The Braden Score can only be used on sections. 
   </assert> 
   <!-- Verify the section type code --> 
   <assert test='cda:code[@code = "38228-3"]'> 
     Error: The section type code of a Braden Score must be 38228-3 
   </assert> 
   <assert test='cda:code[@codeSystem = "2.16.840.1.113883.6.1"]'> 
     Error: The section type code must come from the LOINC code  
     system (2.16.840.1.113883.6.1). 
   </assert> 
   <assert test='.//cda:templateId[@root = "1.3.6.1.4.1.19376.1.5.3.1.1.12.3.2"]'> 
     <!-- Verify that all required data elements are present -->
     Error: The Braden Score Section must contain a(n) Braden Score Observation Entry.
     See http://wiki.ihe.net/index.php?title=1.3.6.1.4.1.19376.1.5.3.1.1.12.2.3
   </assert> 
 </rule> 
</pattern>
Uses

See Templates using the Braden Score Section