1.3.6.1.4.1.19376.1.3.1.1

From IHE Wiki
Revision as of 18:17, 20 June 2008 by Seknoop (talk | contribs)
Jump to navigation Jump to search

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 Notification Organizer 1.3.6.1.4.1.19376.1.3.1.1

The document may contain a Notification Organizer in an <entryRelationship> under the Specimen Act of a Laboratory Data Processing Entry as demonstrated in the figure below. This <organizer> shall be present when any of the following Notifications are present:(Notifiable Condition, Case Identification, and/or Outbreak Identification). Notifications SHALL be present when dictated by local public health requirements.

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

Specification
Notification Organizer Example
<ClinicalDocument>
  ...
  <component typeCode="COMP">
    <structuredBody classCode="DOCBODY" moodCode="EVN">
      <component typeCode="COMP">
        <section classCode="DOCSECT">
          <templateId extension="??" root="1.3.6.1.4.1.19376.1.3.3.2.1"/>
          <code code="18725-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="MICROBIOLOGY STUDIES"/>
          <text/>
          <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="CLUSTER" moodCode="EVN">
                  <templateId extension="??" root="1.3.6.1.4.1.19376.1.3.1.1"/>
                  <component>
                    <observation classCode="COND" moodCode="EVN">
                      <templateId extension="??" root="1.3.6.1.4.1.19376.1.3.1.1.1"/>
                      <id extension="SALM" root="1.19.6.11.13"/>
                      <code code="170516003" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED-CT" 
                            displayName="Notification of Disease">
                        <qualifier>
                          <name code="246087005" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED-CT" 
                                displayName="Source of Specimen"/>
                          <value code="116154003" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED-CT" 
                                 displayName="Patient"/>
                        </qualifier>
                      </code>
                      <statusCode code="completed"/>
                      <effectiveTime value="20080408000000.0000-0400"/>
                      <value xsi:type="CE" code="27268008" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED-CT" 
                             displayName="Salmonella"/>
                    </observation>
                  </component>
                  <component>
                    <observation classCode="CASE" moodCode="EVN">
                      <templateId extension="??" root="1.3.6.1.4.1.19376.1.3.1.1.2"/>
                      <id extension="SALM_83747" root="1.19.6.11.13"/>
                      <code="416341003" codeSystem="2.16.840.1.113883.6.96 codeSystemName="SNOMED-CT" 
                            displayName="Case Started">
                      <statusCode code="completed"/>
                      <effectiveTime value="20080408000000.0000-0400"/>
                      <value xsi:type="CE" code="27268008" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED-CT" 
                             displayName="Salmonella"/>
                    </observation>
                  </component>
                  <component>
                    <observation classCode="OUTB" moodCode="EVN">
                      <templateId extension="??" root="1.3.6.1.4.1.19376.1.3.1.1.3"/>
                      <id extension="SALM_SPINACH459" root="1.19.6.11.13"/>
                      <code="416534008" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED-CT" displayName="Outbreak">
                      <statusCode code="completed"/>
                      <effectiveTime value="20080421000000.0000-0400"/>
                      <value xsi:type="CE" code="79153007" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED-CT" 
                             displayName="Salmonella tennessee 6,7,14;z29;1,2,7">
                    </observation>
                  </component>
                </organizer>
              </entryRelationship>
            </act>
          </entry>
        </section>
      </component>
      <component>
        <section>
          <templateId extension="??" root="1.3.6.1.4.1.19376.1.3.3.2.1"/>
          <code code="18725-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="MICROBIOLOGY STUDIES"/>
          <title>Laboratory Microbiology Results</title>
          <text/>
          <entry typeCode="DRIV">
            <templateId extension="Lab.Report.Data.Processing.Entry" root="1.3.6.1.4.1.19376.1.3"/>
            <act classCode="ACT" moodCode="EVN">
              ...
            </act>
          </entry>
        </section>
      </component>
    </structuredBody>
  </component>
</ClinicalDocument>


<organizer classCode="CLUSTER" moodCode="EVN">

The Notification Organizer SHALL be recorded as shown above, classCode "CLUSTER" and moodCode "EVN".

<templateId extension="??" root="1.3.6.1.4.1.19376.1.3.1.1"/>

The <templateId> element identifies this <organizer> as the Notification Organizer. The templateId SHALL be recorded as shown above, root="1.3.6.1.4.1.19376.1.3.1.1".

<component>

The Notification Organizer SHALL contain one or more <component> elements holding Notifiable Condition, Case Identification, and/or Outbreak Identification.