Difference between revisions of "1.3.6.1.4.1.19376.1.3.1.9"

From IHE Wiki
Jump to navigation Jump to search
(New page: Return to: XDS-LAB Harmonization <br> Return to: Laboratory Content Modules <...)
 
 
Line 35: Line 35:
 
                   <templateId root="1.3.6.1.4.1.19376.1.3.1.9"/>
 
                   <templateId root="1.3.6.1.4.1.19376.1.3.1.9"/>
 
                   <code code="SPSTORE" codeSystem="1.3.5.1.4.1.19376.1.5.3.2" codeSystemName="IHEActCode"  
 
                   <code code="SPSTORE" codeSystem="1.3.5.1.4.1.19376.1.5.3.2" codeSystemName="IHEActCode"  
                         DisplayName="Stored Specimen"/>
+
                         displayName="Stored Specimen"/>
 
                   <effectiveTime value="20080408000000.0000-0400"/>
 
                   <effectiveTime value="20080408000000.0000-0400"/>
 
                   <entryRelationship typeCode="COMP">
 
                   <entryRelationship typeCode="COMP">
Line 50: Line 50:
 
                       <quantity/>
 
                       <quantity/>
 
                       <expectedUseTime> - expiration
 
                       <expectedUseTime> - expiration
                       <specimen/>
+
                       <specimen></specimen>
 
                     </supply>
 
                     </supply>
 
                   </entryRelationship>
 
                   </entryRelationship>

Latest revision as of 17:27, 10 December 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 Storage 1.3.6.1.4.1.19376.1.3.1.9

Specimen Storage, 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 Storage

Specification
Specimen Storage 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="COMP">
                <act classCode="ACT" moodCode="EVN">
                  <templateId root="1.3.6.1.4.1.19376.1.3.1.9"/>
                  <code code="SPSTORE" codeSystem="1.3.5.1.4.1.19376.1.5.3.2" codeSystemName="IHEActCode" 
                        displayName="Stored Specimen"/>
                  <effectiveTime value="20080408000000.0000-0400"/>
                  <entryRelationship typeCode="COMP">
                    <supply classCode="SPLY" moodCode="EVN">
                      <id extension="STORE5555" root="1.3.6.1.4.1.19376.1.3.4"/>
                      <code code=" " codeSystem=" " codeSystemName=" " displayName=" ">
                        <qualifier>
                          <name code=" " codeSystem=" " codeSystemName=" " displayName=" "/>
                          <value code=" " codeSystem=" " codeSystemName=" " displayName=" "/>
                        </qualifier>
                      </code>
                      <text></text>
                      <statusCode code=" "/>
                      <quantity/>
                      <expectedUseTime> - expiration
                      <specimen></specimen>
                    </supply>
                  </entryRelationship>
                  <participant typeCode="LOC">
                  </participant>
                </act>
              </entryRelationship>
              ...
            </act>
          </entry>
        </section>
      </component>
      ...
    </structuredBody>
  </component>
</ClinicalDocument>


<templateId root="1.3.6.1.4.1.19376.1.3.1.9"/>

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

<specimen/>

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