1.3.6.1.4.1.19376.1.3.1.4

From IHE Wiki
Revision as of 09:50, 18 June 2008 by Srrenly (talk | contribs)
Jump to navigation Jump to search

Return to: XDS-LAB Harmonization
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

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 extension="??" root="1.3.6.1.4.1.19376.1.3.3.2.1"/>
  ...
  <entry typeCode="DRIV">
    <templateId extension="Lab.Report.Data.Processing.Entry" 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"/>

          <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>

        </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 observation'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. (??)