Difference between revisions of "1.3.6.1.4.1.19376.1.5.3.1.3.6"

From IHE Wiki
Jump to navigation Jump to search
m
m (Changed to Trial Implementation)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{CDA Section|Active Problems|1.3.6.1.4.1.19376.1.5.3.1.3.6|Draft|The active problem section shall contain a narrative description of the conditions currently being monitored for the patient. It shall include entries for patient conditions as described in the Entry Content Module.
+
{{CDA Section|Active Problems|1.3.6.1.4.1.19376.1.5.3.1.3.6|Trial|The active problem section shall contain a narrative description of the conditions currently being monitored for the patient. It shall include entries for patient conditions as described in the Entry Content Module.|Parent=2.16.840.1.113883.10.20.1.11|ParentName=CCD 3.5|LOINCName=PROBLEM LIST|LOINC=11450-4
|Parent=2.16.840.1.113883.10.20.1.11|ParentName=CCD 3.5
+
|Entry|Problem Concern Entry|R|1.3.6.1.4.1.19376.1.5.3.1.4.5.2|
|Code={{CDA Section Code|1.3.6.1.4.1.19376.1.5.3.1.3.6|PROBLEM LIST|R|11450-4}}
 
|Entry=
 
{{CDA Section Content|1.3.6.1.4.1.19376.1.5.3.1.3.6|5.4.4.9 Conditions Entry|R|1.3.6.1.4.1.19376.1.5.3.1.4.5}}
 
 
}}
 
}}

Latest revision as of 08:04, 24 August 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

Trial.gif Active Problems Section
Template ID 1.3.6.1.4.1.19376.1.5.3.1.3.6
Parent Template CCD 3.5 (2.16.840.1.113883.10.20.1.11)
General Description The active problem section shall contain a narrative description of the conditions currently being monitored for the patient. It shall include entries for patient conditions as described in the Entry Content Module.
LOINC Code Opt Description
11450-4 R PROBLEM LIST
Entries Opt Description
1.3.6.1.4.1.19376.1.5.3.1.4.5.2 R Problem Concern Entry



Parent Template

The parent of this template is CCD 3.5.

Sample Active Problems Section
<component>
  <section>
<templateId root='2.16.840.1.113883.10.20.1.11'/> <templateId root='1.3.6.1.4.1.19376.1.5.3.1.3.6'/> <id root=' ' extension=' '/> <code code='11450-4' displayName='PROBLEM LIST' codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/> <text> Text as described above </text>   <entry> : <!-- Required Problem Concern Entry element --> <templateId root='1.3.6.1.4.1.19376.1.5.3.1.4.5.2'/> : </entry>     </section> </component>
Schematron
<pattern name='Template_1.3.6.1.4.1.19376.1.5.3.1.3.6'> 
 <rule context='*[cda:templateId/@root="1.3.6.1.4.1.19376.1.5.3.1.3.6"]'> 
     <!-- Verify that the template id is used on the appropriate type of object --> 
   <assert test='../cda:section'> 
      Error: The Active Problems 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.11"]'> 
     Error: The parent template identifier for Active Problems is not present. 
   </assert> 
   <!-- Verify the section type code --> 
   <assert test='cda:code[@code = "11450-4"]'> 
     Error: The section type code of a Active Problems must be 11450-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> 
   <assert test='.//cda:templateId[@root = "1.3.6.1.4.1.19376.1.5.3.1.4.5.2"]'> 
     <!-- Verify that all required data elements are present -->
     Error: The Active Problems Section must contain a(n) Problem Concern Entry Entry.
     See http://wiki.ihe.net/index.php?title=1.3.6.1.4.1.19376.1.5.3.1.3.6
   </assert> 
 </rule> 
</pattern>
Uses

See Templates using the Active Problems Section