Difference between revisions of "1.3.6.1.4.1.19376.1.3.1.2"

From IHE Wiki
Jump to navigation Jump to search
 
(10 intermediate revisions by the same user not shown)
Line 16: Line 16:
 
       <component typeCode="COMP">
 
       <component typeCode="COMP">
 
         <section classCode="DOCSECT">
 
         <section classCode="DOCSECT">
           <templateId extension="??" root="1.3.6.1.4.1.19376.1.3.3.2.1"/>
+
           <templateId root="1.3.6.1.4.1.19376.1.3.3.2.1"/>
 
           ...
 
           ...
 
           <entry typeCode="DRIV">
 
           <entry typeCode="DRIV">
             <templateId extension="Lab.Report.Data.Processing.Entry" root="1.3.6.1.4.1.19376.1.3.1"/>
+
             <templateId root="1.3.6.1.4.1.19376.1.3.1"/>
 
             <act classCode="ACT" moodCode="EVN">
 
             <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>
 +
              <specimen typeCode="SPC">
 +
                <specimenRole classCode="SPEC">
 +
                  <id extension="9999" root="1.3.6.1.4.1.19376.1.3.4"/>
 +
                  <specimenPlayingEntity>
 +
                    <code code="UR" codeSystem="2.16.840.1.113883.5.129" codeSystemName="HL7" displayName="Urine"/>
 +
                  </specimenPlayingEntity>
 +
                </specimenRole>
 +
              </specimen>
 
               ...
 
               ...
 
               <entryRelationship typeCode="COMP">
 
               <entryRelationship typeCode="COMP">
 
                 <act classCode="ACT" moodCode="EVN">
 
                 <act classCode="ACT" moodCode="EVN">
                   <templateId root='1.3.6.1.4.1.19376.1.3.1.2'/>
+
                   <templateId root="1.3.6.1.4.1.19376.1.3.1.2"/>
                   <code code="33882-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"  
+
                   <code code="33882-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Specimen Collection"/>
                        displayName="Collection Time"/>
 
 
                   <effectiveTime value="20071108000000.0000-0500"/>
 
                   <effectiveTime value="20071108000000.0000-0500"/>
 +
                  <specimen typeCode="SPC">
 +
                    <specimenRole classCode="SPEC">
 +
                      <id extension="5555" root="1.19.6.11.13"/>
 +
                    </specimenRole>
 +
                  </specimen>
 
                   <participant typeCode="PRF">
 
                   <participant typeCode="PRF">
 
                     <participantRole>
 
                     <participantRole>
 +
                      <id extension="54689A" root="1.3.6.1.4.1.19376.1.3.4"/>
 
                       <addr>
 
                       <addr>
 
                         <streetAddressLine>7000 Hosptial Drive</streetAddressLine>
 
                         <streetAddressLine>7000 Hosptial Drive</streetAddressLine>
Line 36: Line 58:
 
                         <postalCode>60622</postalCode>
 
                         <postalCode>60622</postalCode>
 
                       </addr>
 
                       </addr>
                       <telecom value="tel: 312-555-5555"/>
+
                       <telecom value="tel:312-555-5555"/>
 +
                    </participantRole>
 +
                  </participant>
 +
                </act>
 +
              </entryRelationship>
 +
              <entryRelationship typeCode="COMP">
 +
                <act classCode="ACT" moodCode="EVN">
 +
                  <templateId root="1.3.6.1.4.1.19376.1.3.1.2"/>
 +
                  <code code="33882-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Specimen Collection"/>
 +
                  <effectiveTime value="20071109000000.0000-0500"/>
 +
                  <specimen typeCode="SPC">
 +
                    <specimenRole classCode="SPEC">
 +
                      <id extension="9999" root="1.3.6.1.4.1.19376.1.3.4"/>
 +
                    </specimenRole>
 +
                  </specimen>
 +
                  <participant typeCode="PRF">
 +
                    <participantRole>
 +
                      <addr>
 +
                        <streetAddressLine>7000 Hosptial Drive</streetAddressLine>
 +
                        <city>Chicago</city>
 +
                        <state>IL</state>
 +
                        <postalCode>60622</postalCode>
 +
                      </addr>
 +
                      <telecom value="tel:312-555-5555"/>
 +
                    </participantRole>
 +
                  </participant>
 +
                </act>
 +
              </entryRelationship>
 +
              ...
 +
            </act>
 +
          </entry>
 +
        </section>
 +
      </component>
 +
      ...
 +
    </structuredBody>
 +
  </component>
 +
</ClinicalDocument>
 
</pre>
 
</pre>
 
}}
 
}}
  
=====<templateId root='1.3.6.1.4.1.19376.1.3.1.2'/>=====
+
=====<templateId root="1.3.6.1.4.1.19376.1.3.1.2"/>=====
The <templateId> element identifies this <act> as the Specimen Collection Date Time. The templateId shall have root='1.3.6.1.4.1.19376.1.3.1.2'.
+
The <templateId> element identifies this <act> as the Specimen Collection. The templateId SHALL be recorded as shown above, root="1.3.6.1.4.1.19376.1.3.1.2".
  
 
=====<code code=" " codeSystem=" " codeSystemName=" " displayName=" "/>=====
 
=====<code code=" " codeSystem=" " codeSystemName=" " displayName=" "/>=====
Code here.
+
Specimen Collection SHALL contain a unique code from an international standard, such as LOINC.
  
 
=====<effectiveTime value=" "/>=====
 
=====<effectiveTime value=" "/>=====
Specimen collection time here.
+
Specimen Collection SHALL contain the date and time of collection.
 +
 
 +
=====<specimen/>=====
 +
Specimen Collection SHALL include the <specimen> element holding <id> when more than ONE <specimen> is listed.
  
 
=====<participant typeCode="PRF">=====
 
=====<participant typeCode="PRF">=====
Specimen collector here.
+
Specimen Collection MAY contain a participant that collected the specimen. A participant SHALL have an id, addr, and telecom. Additionally, the participant MAY have a playingEntity to capture a person's name and a scopingEntity to capture the organization.

Latest revision as of 15:00, 29 October 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 Collection 1.3.6.1.4.1.19376.1.3.1.2

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

Specification
Specimen Collection 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>
              <specimen typeCode="SPC">
                <specimenRole classCode="SPEC">
                  <id extension="9999" root="1.3.6.1.4.1.19376.1.3.4"/>
                  <specimenPlayingEntity>
                    <code code="UR" codeSystem="2.16.840.1.113883.5.129" codeSystemName="HL7" displayName="Urine"/>
                  </specimenPlayingEntity>
                </specimenRole>
              </specimen>
              ...
              <entryRelationship typeCode="COMP">
                <act classCode="ACT" moodCode="EVN">
                  <templateId root="1.3.6.1.4.1.19376.1.3.1.2"/>
                  <code code="33882-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Specimen Collection"/>
                  <effectiveTime value="20071108000000.0000-0500"/>
                  <specimen typeCode="SPC">
                    <specimenRole classCode="SPEC">
                      <id extension="5555" root="1.19.6.11.13"/>
                    </specimenRole>
                  </specimen>
                  <participant typeCode="PRF">
                    <participantRole>
                      <id extension="54689A" root="1.3.6.1.4.1.19376.1.3.4"/>
                      <addr>
                        <streetAddressLine>7000 Hosptial Drive</streetAddressLine>
                        <city>Chicago</city>
                        <state>IL</state>
                        <postalCode>60622</postalCode>
                      </addr>
                      <telecom value="tel:312-555-5555"/>
                    </participantRole>
                  </participant>
                </act>
              </entryRelationship>
              <entryRelationship typeCode="COMP">
                <act classCode="ACT" moodCode="EVN">
                  <templateId root="1.3.6.1.4.1.19376.1.3.1.2"/>
                  <code code="33882-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Specimen Collection"/>
                  <effectiveTime value="20071109000000.0000-0500"/>
                  <specimen typeCode="SPC">
                    <specimenRole classCode="SPEC">
                      <id extension="9999" root="1.3.6.1.4.1.19376.1.3.4"/>
                    </specimenRole>
                  </specimen>
                  <participant typeCode="PRF">
                    <participantRole>
                      <addr>
                        <streetAddressLine>7000 Hosptial Drive</streetAddressLine>
                        <city>Chicago</city>
                        <state>IL</state>
                        <postalCode>60622</postalCode>
                      </addr>
                      <telecom value="tel:312-555-5555"/>
                    </participantRole>
                  </participant>
                </act>
              </entryRelationship>
              ...
            </act>
          </entry>
        </section>
      </component>
      ...
    </structuredBody>
  </component>
</ClinicalDocument>


<templateId root="1.3.6.1.4.1.19376.1.3.1.2"/>

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

Specimen Collection SHALL contain a unique code from an international standard, such as LOINC.

<effectiveTime value=" "/>

Specimen Collection SHALL contain the date and time of collection.

<specimen/>

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

<participant typeCode="PRF">

Specimen Collection MAY contain a participant that collected the specimen. A participant SHALL have an id, addr, and telecom. Additionally, the participant MAY have a playingEntity to capture a person's name and a scopingEntity to capture the organization.