Difference between revisions of "1.3.6.1.4.1.19376.1.5.3.1.1.9.4"

From IHE Wiki
Jump to navigation Jump to search
m
 
m (Normalizing Section Content)
Line 1: Line 1:
{{CDA Section|Reason for Procedure|1.3.6.1.4.1.19376.1.5.3.1.1.9.4|Draft|The reason for procedure section shall contain a description of the reason that the patient is receiving the procedure.  It shall include entries for conditions as described in the Entry Content Module.
+
{{CDA Section|Reason for Procedure|1.3.6.1.4.1.19376.1.5.3.1.1.9.4|Comment|The reason for procedure section shall contain a description of the reason that the patient is receiving the procedure.  It shall include entries for conditions as described in the Entry Content Module.
|Code={{CDA Section Code|1.3.6.1.4.1.19376.1.5.3.1.1.9.4|OPERATIVE NOTE INDICATIONS|R|10217-8}}
+
|LOINC=10217-8|LOINCName=OPERATIVE NOTE INDICATIONS
|Entry=
+
|Entry|Conditions Entry|R2|1.3.6.1.4.1.19376.1.5.3.1.4.5|
{{CDA Section Content|1.3.6.1.4.1.19376.1.5.3.1.1.9.4|5.4.4.9 Conditions Entry|R2|1.3.6.1.4.1.19376.1.5.3.1.4.5}}
 
 
}}
 
}}

Revision as of 12:48, 6 June 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

Comment.gif Reason for Procedure Section
Template ID 1.3.6.1.4.1.19376.1.5.3.1.1.9.4
General Description The reason for procedure section shall contain a description of the reason that the patient is receiving the procedure. It shall include entries for conditions as described in the Entry Content Module.
LOINC Code Opt Description
10217-8 R OPERATIVE NOTE INDICATIONS
Entries Opt Description
1.3.6.1.4.1.19376.1.5.3.1.4.5 R2 Conditions Entry



Sample Reason for Procedure Section
<component>
  <section>
    <templateId root='1.3.6.1.4.1.19376.1.5.3.1.1.9.4'/>
    <id root=' ' extension=' '/>
    <code code='10217-8' displayName='OPERATIVE NOTE INDICATIONS'
      codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>
    <text>
      Text as described above
    </text>   
    <entry>
         :
      <!-- Required if known Conditions Entry element -->
        <templateId root='1.3.6.1.4.1.19376.1.5.3.1.4.5'/>
         :
    </entry>
       
  </section>
</component>
Schematron
<pattern name='Template_1.3.6.1.4.1.19376.1.5.3.1.1.9.4'> 
 <rule context='*[cda:templateId/@root="1.3.6.1.4.1.19376.1.5.3.1.1.9.4"]'> 
     <!-- Verify that the template id is used on the appropriate type of object --> 
   <assert test='../cda:section'> 
      Error: The Reason for Procedure can only be used on sections. 
   </assert> 
   <!-- Verify the section type code --> 
   <assert test='cda:code[@code = "10217-8"]'> 
     Error: The section type code of a Reason for Procedure must be 10217-8 
   </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.4.5"]'> 
     <!-- Alert on any missing required if known elements -->
     Warning: The  Reason for Procedure Section should contain a(n) Conditions Entry Entry.
     See http://wiki.ihe.net/index.php?title=1.3.6.1.4.1.19376.1.5.3.1.1.9.4
   </assert> 
 </rule> 
</pattern>
Uses

See Templates using the Reason for Procedure Section