Difference between revisions of "1.3.6.1.4.1.19376.1.3.1.6"

From IHE Wiki
Jump to navigation Jump to search
(New page: Return to: PCC TF-1/PHLAB/XDSLAB Harmonization {{HL7V3|Laboratory Observation |1.3.6.1.4.1.19376.1.3.1.6|Trial| Notifiable Condition, when present, shall be recorded an observation in...)
 
Line 1: Line 1:
 
Return to: [[PCC TF-1/PHLAB/XDSLAB Harmonization]]
 
Return to: [[PCC TF-1/PHLAB/XDSLAB Harmonization]]
  
{{HL7V3|Laboratory Observation |1.3.6.1.4.1.19376.1.3.1.6|Trial|
+
{{HL7V3|Laboratory Observation|1.3.6.1.4.1.19376.1.3.1.6|Trial|
Notifiable Condition, when present, shall be recorded an observation 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. 
+
The Laboratory Observation entry shall record each laboratory observation in the document, either standalone or as part of a battery. It is very similar to the Simple Observation [http://wiki.ihe.net/index.php?title=1.3.6.1.4.1.19376.1.5.3.1.4.13 Simple Observation] but laboratory does not require an Id. This is an issue that we would like resolved.
 
 
his 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. Note that [http://wiki.ihe.net/index.php?title=1.3.6.1.4.1.19376.1.5.3.1.4.13 Simple Observation] cannot be used as is, XDS-LAB does not require an id. This is a gap that needs to be resolved.
 
  
 
The figure below shows how the information for this element is coded, and further constraints are provided in the following sections.
 
The figure below shows how the information for this element is coded, and further constraints are provided in the following sections.
Line 32: Line 30:
 
                   <interpretationCode code="H" codeSystem="2.16.840.1.113883.5.83"/>
 
                   <interpretationCode code="H" codeSystem="2.16.840.1.113883.5.83"/>
 
</pre>
 
</pre>
 +
|Parent=ParentOID
 +
|ParentName=Parent Template Name
 +
|Standards={{Std|CareStruct}}
 +
{{Std|CCD}}
 +
}}
  
}}
+
=====<observation classCode="OBS" moodCode="EVN">=====
  
=====&lt;templateId root='1.3.6.1.4.1.19376.1.3.1.6'/>=====
+
=====<templateId root='1.3.6.1.4.1.19376.1.3.1.6'/>=====
 
The <templateId> element identifies this <observation> as a Laboratory Result.  The templateId shall have root='1.3.6.1.4.1.19376.1.3.1.6'.
 
The <templateId> element identifies this <observation> as a Laboratory Result.  The templateId shall have root='1.3.6.1.4.1.19376.1.3.1.6'.
 +
 +
=====<code code="23749-5" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Lead Measurement, Quantitative"/>=====
 +
 +
=====<statusCode code="completed"/>=====
 +
 +
=====<effectiveTime value="20071108000000.0000-0500"/>=====
 +
 +
=====<value xsi:type="PQ" unit="mg/dL" value="7.4"/>=====
 +
 +
=====<interpretationCode code="H" codeSystem="2.16.840.1.113883.5.83"/>======

Revision as of 08:10, 18 May 2008

Return to: PCC TF-1/PHLAB/XDSLAB Harmonization

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

Trial.gif Laboratory Observation 1.3.6.1.4.1.19376.1.3.1.6

Example Description

Standards
CareStruct HL7 Care Provision Care Structures (DSTU)
CCD ASTM/HL7 Continuity of Care Document
Parent Template

The parent of this template is Parent Template Name.

Uses

See Templates using Laboratory Observation

Specification
Laboratory Observation Example
<ClinicalDocument
  ...
  <component typeCode="COMP">
    <structuredBody classCode="DOCBODY" moodCode="EVN">
      <component typeCode="COMP">
        <section classCode="DOCSECT">
          ...
          <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">
                <observation classCode="OBS" moodCode="EVN">
                  <templateId root="1.3.6.1.4.1.19376.1.3.1.6"/>
                  <code code="23749-5" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" 
                        displayName="Lead Measurement, Quantitative">
                    <originalText><reference value="pbTest"/></originalText>
                  </code>
                  <statusCode code="completed"/>
                  <effectiveTime value="20071108000000.0000-0500"/>
                  <value xsi:type="PQ" unit="mg/dL" value="7.4"/>
                  <interpretationCode code="H" codeSystem="2.16.840.1.113883.5.83"/>


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

The <templateId> element identifies this <observation> as a Laboratory Result. The templateId shall have root='1.3.6.1.4.1.19376.1.3.1.6'.

<statusCode code="completed"/>
<effectiveTime value="20071108000000.0000-0500"/>
<value xsi:type="PQ" unit="mg/dL" value="7.4"/>
<interpretationCode code="H" codeSystem="2.16.840.1.113883.5.83"/>=