1.3.6.1.4.1.19376.1.3.1.4: Difference between revisions

From IHE Wiki
Jump to navigation Jump to search
Seknoop (talk | contribs)
New page: Return to: PCC TF-1/PHLAB/XDSLAB Harmonization {{HL7V3|Laboratory Organizer|1.3.6.1.4.1.19376.1.3.1.4)|Trial| Laboratory Organizer, when present, shall be recorded an organizer in an ...
 
Srrenly (talk | contribs)
No edit summary
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Return to: [[PCC TF-1/PHLAB/XDSLAB Harmonization]]
Return to:[[PCC_TF-1/PHLAB/XDSLAB_Harmonization | XDS-LAB Harmonization]]
<br>
Return to:[[PCC_TF-1/PHLAB/XDSLAB_Harmonization#CDA_Document_Content_Modules | Laboratory Content Modules]]
<br>
Return to:[[1.3.6.1.4.1.19376.1.3.1| Laboratory Data Processing Entry]]
<br>
Return to:[[1.3.6.1.4.1.19376.1.3.1.5| Laboratory Isolate Organizer]]


{{HL7V3|Laboratory Organizer|1.3.6.1.4.1.19376.1.3.1.4)|Trial|
{{HL7V3|Laboratory Battery Organizer|1.3.6.1.4.1.19376.1.3.1.4|Trial|
Laboratory Organizer, when present, shall be recorded an organizer in an entryRelationship under the Laboratory data processing entry ([[1.3.6.1.4.1.19376.1.3.1]]) as demonstrated in the figure below. Use of a laboratory organizer is restricted to the grouping of a test battery or a cluster of related laboratory tests.
A Laboratory Battery  Organizer is used to group Laboratory Observations for a battery of tests. Laboratory Battery Organizer, when present, SHALL be recorded as an <organizer> in an <entryRelationship> under the [[1.3.6.1.4.1.19376.1.3.1|Laboratory Data Processing Entry]] as demonstrated in the figure below. The figure below shows how the information for this element is coded, and further constraints are provided in the following sections.
 
This module is out of the XDS-Lab Specification. This module does not change requirements stated in that specification but is structured as a module to ensure consistent content representation and re-usability.
 
The figure below shows how the information for this element is coded, and further constraints are provided in the following sections.
|Example=
|Example=
<pre>
<pre>
<ClinicalDocument
<section classCode="DOCSECT">
  <templateId root="1.3.6.1.4.1.19376.1.3.3.2.1"/>
   ...
   ...
   <component typeCode="COMP">
   <entry typeCode="DRIV">
     <structuredBody classCode="DOCBODY" moodCode="EVN">
    <templateId root="1.3.6.1.4.1.19376.1.3.1"/>
       <component typeCode="COMP">
     <act classCode="ACT" moodCode="EVN">
         <section classCode="DOCSECT">
      ...
           ...
       <entryRelationship typeCode="COMP">
           <entry typeCode="DRIV">
         <organizer classCode="BATTERY" moodCode="EVN">
             <templateId extension="Lab.Report.Data.Processing.Entry" root="1.3.6.1.4.1.19376.1.3"/>
          <templateId root="1.3.6.1.4.1.19376.1.3.1.4"/>
             <act classCode="ACT" moodCode="EVN">
          <id root=" " extension=" "/>
          <code code="29576-6" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"
                displayName="Microbiology Susceptibility">
            <originalText><reference value="susceptibilityTest"/></originalText>
          </code>
          <statusCode code="completed"/>
          <effectiveTime value="20071108000000.0000-0500"/>
 
          <specimen typeCode="SPC">
            <specimenRole classCode="SPEC">
              ...
            </specimenRole>
          </specimen>
 
          <performer typeCode="PRF">
            <templateId root="1.3.6.1.4.1.19376.1.3.3.1.7"/>
            ...
          </performer>
 
           <author typeCode="AUT">
            <templateId root=" "/>
            ...
           </author>
 
          <participant typeCode="AUTHEN">
             <templateId root="1.3.6.1.4.1.19376.1.3.3.1.5"/>
            ...
          </participant>
 
          <participant typeCode="RESP">
            ...
          </participant>
 
          <participant typeCode="DEV">
            ...
          </participant>
 
          <component>
            <observation classCode="OBS" moodCode="EVN">
              <templateId root="1.3.6.1.4.1.19376.1.3.1.6"/>
              ...
            </observation>
          </component>
 
          <component>
             <observation classCode="OBS" moodCode="EVN">
              <templateId root="1.3.6.1.4.1.19376.1.3.1.6"/>
               ...
               ...
              <entryRelationship typeCode="COMP">
            </observation>
                <organizer classCode="CLUSTER" moodCode="EVN">
          </component>
                  ...
 
                  <component>
        <component>
                    <organizer classCode="BATTERY" moodCode="EVN">
          <act classCode="ACT" moodCode="EVN">
                      <templateId root="TBD"/>
            <templateId extension="1.3.6.1.4.1.19376.1.5.3.1.4.2"/>
                      <code code="29576-6" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"  
            <code code="48767-8" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"  
                            displayName="Microbiology Susceptibility">
                  displayName="Annotation Comment"/>
                        <originalText><reference value="susceptibilityTest"/></originalText>
            <text><reference value="organizerComment"/></text>
                      </code>
            <statusCode code="completed"/>
                      <statusCode code="completed"/>
          </act>
                      <effectiveTime value="20071108000000.0000-0500"/>
        </component>
 
        </organizer>
      </entryRelationship>
    </act>
  </entry>
</section>
</pre>
</pre>
|
}}
}}


=====&lt;templateId root='1.3.6.1.4.1.19376.1.3.1.4'/>=====
=====<templateId root="1.3.6.1.4.1.19376.1.3.1.4"/>=====
The <templateId> element identifies this <organizer> as the Laboratory Organizer.  The templateId shall have root='1.3.6.1.4.1.19376.1.3.1.4'.
The <templateId> element identifies this <organizer> as the Laboratory Battery Organizer.  The templateId SHALL be recorded as shown above, root="1.3.6.1.4.1.19376.1.3.1.4".
 
=====<id root=" " extension=" "/>=====
The organizer identifier MAY be present.
 
======<code code=" " codeSystem=" " codeSystemName=" " displayName=" "/>=====
The unique battery test code from an international standard, such as LOINC, MAY be present. This is different from [1.3.6.1.4.1.19376.1.3.1.6|Laboratory Observation], where it is required.
 
=====<statusCode code=" "/>=====
The test status SHALL be either "completed", "aborted", or "obsolete". A status of completed means the all expected results are present. A status of aborted means at least one or more of the tests could not be performed and has no result, some results may be present. A status of obsolete means the battery has been replaced by a newer battery (following it) in this revision of the report.
 
NOTE: Lab TF says that "aborted" battery may have some results - I disagree. (??)
 
NOTE: Lab TF does not specify that obsolete results have no results (in contrast to observation) - need to discuss. (??)
 
=====<effectiveTime value=" "/>=====
The battery's relevant clinical time (ideally specimen collection time) MAY be present.
 
NOTE: Lab TF does not specify that this should be the specimen collection time (in contrast to observation) - need to discuss. (??)
 
=====<specimen typeCode="SPC">=====
A Laboratory Battery Organizer MAY contain the <specimen>, typeCode="SPC" when it is different from the one documented at a higher level, including the header.
 
=====<specimenRole classCode="ISLT">=====
The <specimenRole> SHALL have classCode="ISLT".
 
=====<performer typeCode="PRF"/>=====
A Laboratory Battery Organizer MAY contain the person who performed the entire battery when it is different from the one documented at a higher level, including the header.
 
=====<author typeCode="AUT"/>=====
A Laboratory Battery Organizer SHALL contain author(s) of the Laboratory Battery when multiple header author(s) exist and not all apply to this Laboratory Battery. The author/time element carries the date&time the laboratory report was produced by the system.
 
=====<participant typeCode=" "/>=====
A Laboratory Battery Organizer MAY contain up to 3 types of participants "AUTHEN", "RESP", and "DEV".
 
AUTHEN: The verifier of the battery organizer. In the case where a laboratory report has multiple verifiers. Each verifier is attached to the subset of batteries/observations he or she verified, by the means of a <participant> element.
 
RESP: The person responsible for the provision of the battery. In the case where this battery is subcontracted to an external laboratory, this external laboratory (with its address and telcom) and the actual performer is represented by a <performer> element, whereas the Director of this subcontractor laboratory is carried by the <participant> element being attached to the same level as the <performer> element.
 
DEV: A device or equipment, which was used to produce this battery of results (e.g. an analyzer).
 
=====<component><observation classCode="OBS" moodCode="EVN">...</observation></component>=====
The [[1.3.6.1.4.1.19376.1.3.1.6|Laboratory Observations]] performed in the battery. A Laboratory Battery Organizer SHALL have at least one Laboratory Observation.
 
=====<component><act classCode="ACT" moodCode="EVN">...</act></component>=====
The Battery Organizer comment using the [[1.3.6.1.4.1.19376.1.5.3.1.4.2|Annotation Comment]] template.

Latest revision as of 13:18, 3 July 2008

Return to: XDS-LAB Harmonization
Return to: Laboratory Content Modules
Return to: Laboratory Data Processing Entry
Return to: Laboratory Isolate Organizer

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 http://www.ihe.net/Technical_Framework/index.cfm#PCC

Laboratory Battery Organizer 1.3.6.1.4.1.19376.1.3.1.4

A Laboratory Battery Organizer is used to group Laboratory Observations for a battery of tests. Laboratory Battery Organizer, when present, SHALL be recorded as an <organizer> in an <entryRelationship> under the Laboratory Data Processing Entry as demonstrated in the figure below. The figure below shows how the information for this element is coded, and further constraints are provided in the following sections.


Uses

See Templates using Laboratory Battery Organizer

Specification
Laboratory Battery Organizer Example
<section classCode="DOCSECT">
  <templateId root="1.3.6.1.4.1.19376.1.3.3.2.1"/>
  ...
  <entry typeCode="DRIV">
    <templateId root="1.3.6.1.4.1.19376.1.3.1"/>
    <act classCode="ACT" moodCode="EVN">
      ...
      <entryRelationship typeCode="COMP">
        <organizer classCode="BATTERY" moodCode="EVN">
          <templateId root="1.3.6.1.4.1.19376.1.3.1.4"/>
          <id root=" " extension=" "/>
          <code code="29576-6" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" 
                displayName="Microbiology Susceptibility">
            <originalText><reference value="susceptibilityTest"/></originalText>
          </code>
          <statusCode code="completed"/>
          <effectiveTime value="20071108000000.0000-0500"/>

          <specimen typeCode="SPC">
            <specimenRole classCode="SPEC">
              ...
            </specimenRole>
          </specimen>

          <performer typeCode="PRF">
            <templateId root="1.3.6.1.4.1.19376.1.3.3.1.7"/>
            ...
          </performer>

          <author typeCode="AUT">
            <templateId root=" "/>
            ...
          </author>

          <participant typeCode="AUTHEN">
            <templateId root="1.3.6.1.4.1.19376.1.3.3.1.5"/>
            ...
          </participant>

          <participant typeCode="RESP">
            ...
          </participant>

          <participant typeCode="DEV">
            ...
          </participant>

          <component>
            <observation classCode="OBS" moodCode="EVN">
              <templateId root="1.3.6.1.4.1.19376.1.3.1.6"/>
              ...
            </observation>
          </component>

          <component>
            <observation classCode="OBS" moodCode="EVN">
              <templateId root="1.3.6.1.4.1.19376.1.3.1.6"/>
              ...
            </observation>
          </component>

         <component>
           <act classCode="ACT" moodCode="EVN">
             <templateId extension="1.3.6.1.4.1.19376.1.5.3.1.4.2"/>
             <code code="48767-8" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" 
                   displayName="Annotation Comment"/>
             <text><reference value="organizerComment"/></text>
             <statusCode code="completed"/>
           </act>
         </component>

        </organizer>
      </entryRelationship>
    </act>
  </entry>
</section>


<templateId root="1.3.6.1.4.1.19376.1.3.1.4"/>

The <templateId> element identifies this <organizer> as the Laboratory Battery Organizer. The templateId SHALL be recorded as shown above, root="1.3.6.1.4.1.19376.1.3.1.4".

<id root=" " extension=" "/>

The organizer identifier MAY be present.

=

The unique battery test code from an international standard, such as LOINC, MAY be present. This is different from [1.3.6.1.4.1.19376.1.3.1.6|Laboratory Observation], where it is required.

<statusCode code=" "/>

The test status SHALL be either "completed", "aborted", or "obsolete". A status of completed means the all expected results are present. A status of aborted means at least one or more of the tests could not be performed and has no result, some results may be present. A status of obsolete means the battery has been replaced by a newer battery (following it) in this revision of the report.

NOTE: Lab TF says that "aborted" battery may have some results - I disagree. (??)

NOTE: Lab TF does not specify that obsolete results have no results (in contrast to observation) - need to discuss. (??)

<effectiveTime value=" "/>

The battery's relevant clinical time (ideally specimen collection time) MAY be present.

NOTE: Lab TF does not specify that this should be the specimen collection time (in contrast to observation) - need to discuss. (??)

<specimen typeCode="SPC">

A Laboratory Battery Organizer MAY contain the <specimen>, typeCode="SPC" when it is different from the one documented at a higher level, including the header.

<specimenRole classCode="ISLT">

The <specimenRole> SHALL have classCode="ISLT".

<performer typeCode="PRF"/>

A Laboratory Battery Organizer MAY contain the person who performed the entire battery when it is different from the one documented at a higher level, including the header.

<author typeCode="AUT"/>

A Laboratory Battery Organizer SHALL contain author(s) of the Laboratory Battery when multiple header author(s) exist and not all apply to this Laboratory Battery. The author/time element carries the date&time the laboratory report was produced by the system.

<participant typeCode=" "/>

A Laboratory Battery Organizer MAY contain up to 3 types of participants "AUTHEN", "RESP", and "DEV".

AUTHEN: The verifier of the battery organizer. In the case where a laboratory report has multiple verifiers. Each verifier is attached to the subset of batteries/observations he or she verified, by the means of a <participant> element.

RESP: The person responsible for the provision of the battery. In the case where this battery is subcontracted to an external laboratory, this external laboratory (with its address and telcom) and the actual performer is represented by a <performer> element, whereas the Director of this subcontractor laboratory is carried by the <participant> element being attached to the same level as the <performer> element.

DEV: A device or equipment, which was used to produce this battery of results (e.g. an analyzer).

<component><observation classCode="OBS" moodCode="EVN">...</observation></component>

The Laboratory Observations performed in the battery. A Laboratory Battery Organizer SHALL have at least one Laboratory Observation.

<component><act classCode="ACT" moodCode="EVN">...</act></component>

The Battery Organizer comment using the Annotation Comment template.