Difference between revisions of "1.3.6.1.4.1.19376.1.3.1.8"

From IHE Wiki
Jump to navigation Jump to search
(New page: Return to: XDS-LAB Harmonization <br> Return to: Laboratory Content Modules <...)
 
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
Return to: [[1.3.6.1.4.1.19376.1.3.1|Laboratory Data Processing Entry]]
 
Return to: [[1.3.6.1.4.1.19376.1.3.1|Laboratory Data Processing Entry]]
  
{{HL7V3|Specimen Received|1.3.6.1.4.1.19376.1.3.1.3|Trial|
+
{{HL7V3|Specimen Site|1.3.6.1.4.1.19376.1.3.1.8|Trial|
Specimen Received, when present, SHALL be recorded an <act> 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.
+
Specimen Site, when present, SHALL be recorded an <act> 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.
  
 
|Example=
 
|Example=
Line 24: Line 24:
 
               <specimen typeCode="SPC">
 
               <specimen typeCode="SPC">
 
                 <specimenRole classCode="SPEC">
 
                 <specimenRole classCode="SPEC">
                   <id extension="5555" root="1.19.6.11.13"/>
+
                   <id extension="5555" root="1.3.6.1.4.1.19376.1.3.4"/>
 
                   <specimenPlayingEntity>
 
                   <specimenPlayingEntity>
 
                     <code code="BLD" codeSystem="2.16.840.1.113883.5.129" codeSystemName="HL7" displayName="Blood"/>
 
                     <code code="BLD" codeSystem="2.16.840.1.113883.5.129" codeSystemName="HL7" displayName="Blood"/>
Line 38: Line 38:
 
                   <specimen typeCode="SPC">
 
                   <specimen typeCode="SPC">
 
                     <specimenRole classCode="SPEC">
 
                     <specimenRole classCode="SPEC">
                       <id extension="5555" root="1.19.6.11.13"/>
+
                       <id extension="5555" root="1.3.6.1.4.1.19376.1.3.4"/>
 
                     </specimenRole>
 
                     </specimenRole>
 
                   </specimen>
 
                   </specimen>
Line 55: Line 55:
 
}}
 
}}
  
=====<templateId root="1.3.6.1.4.1.19376.1.3.1.3"/>=====
+
=====<templateId root="1.3.6.1.4.1.19376.1.3.1.8"/>=====
The <templateId> element identifies this <act> as the Specimen Received. The templateId shall be recorded as shown above, root="1.3.6.1.4.1.19376.1.3.1.3".
+
The <templateId> element identifies this <act> as the Specimen Site. The templateId SHALL be recorded as shown above, root="1.3.6.1.4.1.19376.1.3.1.8".
  
=====<code code=" " codeSystem=" " codeSystemName=" " displayName=" "/>=====
+
=====<effectiveTime value=" "/>=====
Specimen Receive SHALL contain a unique code from an international standard, such as SNOMED.
+
The Specimen Site time value MAY be present.
  
=====<effectiveTime value=" "/>=====
+
=====<targetSiteCode/>=====
The Specimen Receive time value.
+
The Specimen Site SHALL contain a unique code from an international standard, such as SNOMED.
  
 
=====<specimen/>=====
 
=====<specimen/>=====
Specimen Receive SHALL include the <specimen> element holding <id> when more than ONE <specimen> is listed.
+
Specimen Site SHALL include the <specimen> element holding <id> when more than ONE <specimen> is listed.

Latest revision as of 13:16, 3 July 2008

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

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 Specimen Site 1.3.6.1.4.1.19376.1.3.1.8

Specimen Site, when present, SHALL be recorded an <act> 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 Specimen Site

Specification
Specimen Site Example
<ClinicalDocument>
  ...
  <component typeCode="COMP">
    <structuredBody classCode="DOCBODY" moodCode="EVN">
      <component typeCode="COMP">
        <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">
              ...
              <specimen typeCode="SPC">
                <specimenRole classCode="SPEC">
                  <id extension="5555" root="1.3.6.1.4.1.19376.1.3.4"/>
                  <specimenPlayingEntity>
                    <code code="BLD" codeSystem="2.16.840.1.113883.5.129" codeSystemName="HL7" displayName="Blood"/>
                  </specimenPlayingEntity>
                </specimenRole>
              </specimen>
              ...
              <entryRelationship typeCode="">
                <procedure classCode="PROC" moodCode="EVN">
                  <templateId root="1.3.6.1.4.1.19376.1.3.1.8"/>
                  <effectiveTime value="20080404000000.0000-0400"/>
                  <targetSiteCode code="T-D079D" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED-CT" displayName="Elbow"/>
                  <specimen typeCode="SPC">
                    <specimenRole classCode="SPEC">
                      <id extension="5555" root="1.3.6.1.4.1.19376.1.3.4"/>
                    </specimenRole>
                  </specimen>
                </procedure>
              </entryRelationship>
              ...
            </act>
          </entry>
        </section>
      </component>
      ...
    </structuredBody>
  </component>
</ClinicalDocument>


<templateId root="1.3.6.1.4.1.19376.1.3.1.8"/>

The <templateId> element identifies this <act> as the Specimen Site. The templateId SHALL be recorded as shown above, root="1.3.6.1.4.1.19376.1.3.1.8".

<effectiveTime value=" "/>

The Specimen Site time value MAY be present.

<targetSiteCode/>

The Specimen Site SHALL contain a unique code from an international standard, such as SNOMED.

<specimen/>

Specimen Site SHALL include the <specimen> element holding <id> when more than ONE <specimen> is listed.