1.3.6.1.4.1.19376.1.3.3.2.2: Difference between revisions

From IHE Wiki
Jump to navigation Jump to search
Seknoop (talk | contribs)
New page: Back to:PCC_TF-1/PHLAB/XDSLAB Harmonization {{Fixme| need better presentation of list of loinc codes and display name pairs}} {{CDA Section|Laboratory Report Item Section|1.3.6.1.4.1...
 
Seknoop (talk | contribs)
No edit summary
Line 1: Line 1:
Back to:[[PCC_TF-1/PHLAB/XDSLAB Harmonization]]
Back to:[[PCC_TF-1/PHLAB/XDSLAB Harmonization]]
 
Back to:[[1.3.6.1.4.1.19376.1.3.3.2.1 | Laboratory Section]]
{{Fixme| need better presentation of list of loinc codes and display name pairs}}


{{CDA Section|Laboratory Report Item Section|1.3.6.1.4.1.19376.1.3.3.2.2|Trial|description of lab speciality secton
{{CDA Section|Laboratory Report Item Section|1.3.6.1.4.1.19376.1.3.3.2.2|Trial|description of lab speciality secton

Revision as of 13:21, 11 June 2008

Back to:PCC_TF-1/PHLAB/XDSLAB Harmonization Back to: Laboratory Section

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

Laboratory Report Item Section Section
Template ID 1.3.6.1.4.1.19376.1.3.3.2.2
General Description description of lab speciality secton
LOINC Code Opt Description
TEST CODE R test code display name
Entries Opt Description
1.3.6.1.4.1.19376.1.3.1 R Lab Report Data Processing Entry



Sample Laboratory Report Item Section Section
<component>
  <section>
    <templateId root='1.3.6.1.4.1.19376.1.3.3.2.2'/>
    <id root=' ' extension=' '/>
    <code code='TEST CODE' displayName='test code display name'
      codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>
    <text>
      Text as described above
    </text>   
    <entry>
         :
      <!-- Required Lab Report Data Processing Entry element -->
        <templateId root='1.3.6.1.4.1.19376.1.3.1'/>
         :
    </entry>
       
  </section>
</component>
Schematron
<pattern name='Template_1.3.6.1.4.1.19376.1.3.3.2.2'> 
 <rule context='*[cda:templateId/@root="1.3.6.1.4.1.19376.1.3.3.2.2"]'> 
     <!-- Verify that the template id is used on the appropriate type of object --> 
   <assert test='../cda:section'> 
      Error: The Laboratory Report Item Section can only be used on sections. 
   </assert> 
   <!-- Verify the section type code --> 
   <assert test='cda:code[@code = "TEST CODE"]'> 
     Error: The section type code of a Laboratory Report Item Section must be TEST CODE 
   </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.3.1"]'> 
     <!-- Verify that all required data elements are present -->
     Error: The Laboratory Report Item Section Section must contain a(n) Lab Report Data Processing Entry Entry.
     See http://wiki.ihe.net/index.php?title=1.3.6.1.4.1.19376.1.3.3.2.2
   </assert> 
 </rule> 
</pattern>
Uses

See Templates using the Laboratory Report Item Section Section




Laboratory Summary StructuredBody Report Item Section rendering

Laboratory Summary StructuredBody Report Item Section constraints

Example:

<ClinicalDocument 
  ...
  <component typeCode="COMP">
    <structuredBody classCode="DOCBODY" moodCode="EVN">
      <component typeCode="COMP">
        <section classCode="DOCSECT">
          <templateId extension="??" root="1.3.6.1.4.1.19376.1.3.3.2.1"/>
          <code code="18723-7" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="HEMATOLOGY STUDIES"/>
          <title>Laboratory Hematology Results</title>
          <component>
            <section>
              <templateId extension="??" root="1.3.6.1.4.1.19376.1.3.3.2.2"/>
              <code code="18768-2" codeSystem="2.16.840.1.113883.6.1" displayName="CELL COUNT & DIFF"/>
              <text/>
              <entry typeCode="DRIV">
                <templateId extension="Lab.Report.Data.Processing.Entry" root="1.3.6.1.4.1.19376.1.3"/>
                <act classCode="ACT" moodCode="EVN">
                  ...
                </act>
              </entry>
            </section>
          </component>
        </section>
      </component>
    </structuredBody>
  </component>
</ClinicalDocument>

Lab test code. Required.

<title/>

Lab section title. Optional.