Difference between revisions of "1.3.6.1.4.1.19376.1.5.3.1.3.11"

From IHE Wiki
Jump to navigation Jump to search
m
 
m (Normalizing Section Content)
Line 1: Line 1:
{{CDA Section|List of Surgeries|1.3.6.1.4.1.19376.1.5.3.1.3.11|Draft|The list of surgeries section shall contain a narrative description of the diagnostic and therapeutic operative procedures and associated anesthetic techniques the patient received in the past.  
+
{{CDA Section|List of Surgeries|1.3.6.1.4.1.19376.1.5.3.1.3.11|Comment|The list of surgeries section shall contain a narrative description of the diagnostic and therapeutic operative procedures and associated anesthetic techniques the patient received in the past.  
 
|Parent=2.16.840.1.113883.10.20.1.12|ParentName=2.16.840.1.113883.10.20.1.12
 
|Parent=2.16.840.1.113883.10.20.1.12|ParentName=2.16.840.1.113883.10.20.1.12
|Code={{CDA Section Code|1.3.6.1.4.1.19376.1.5.3.1.3.11|HISTORY OF PROCEDURES|R|47519-4}}
+
|LOINC=47519-4|LOINCName=HISTORY OF PROCEDURES
 
}}
 
}}

Revision as of 12:49, 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 List of Surgeries Section
Template ID 1.3.6.1.4.1.19376.1.5.3.1.3.11
Parent Template 2.16.840.1.113883.10.20.1.12 (2.16.840.1.113883.10.20.1.12)
General Description The list of surgeries section shall contain a narrative description of the diagnostic and therapeutic operative procedures and associated anesthetic techniques the patient received in the past.
LOINC Code Opt Description
47519-4 R HISTORY OF PROCEDURES



Parent Template

The parent of this template is 2.16.840.1.113883.10.20.1.12.

Sample List of Surgeries Section
<component>
  <section>
<templateId root='2.16.840.1.113883.10.20.1.12'/> <templateId root='1.3.6.1.4.1.19376.1.5.3.1.3.11'/> <id root=' ' extension=' '/> <code code='47519-4' displayName='HISTORY OF PROCEDURES' codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/> <text> Text as described above </text>     </section> </component>
Schematron
<pattern name='Template_1.3.6.1.4.1.19376.1.5.3.1.3.11'> 
 <rule context='*[cda:templateId/@root="1.3.6.1.4.1.19376.1.5.3.1.3.11"]'> 
     <!-- Verify that the template id is used on the appropriate type of object --> 
   <assert test='../cda:section'> 
      Error: The List of Surgeries can only be used on sections. 
   </assert> 
   <!-- Verify that the parent templateId is also present. --> 
   <assert test='cda:templateId[@root="2.16.840.1.113883.10.20.1.12"]'> 
     Error: The parent template identifier for List of Surgeries is not present. 
   </assert> 
   <!-- Verify the section type code --> 
   <assert test='cda:code[@code = "47519-4"]'> 
     Error: The section type code of a List of Surgeries must be 47519-4 
   </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> 
 </rule> 
</pattern>
Uses

See Templates using the List of Surgeries Section