PCC Public Comment Drafts/9

From IHE Wiki
Revision as of 00:26, 20 June 2007 by Kboone (talk | contribs) (New page: {{:1.3.6.1.4.1.19376.1.5.3.1.1.9.19|Eyes|XDS-MS|EDR|EDER|PPHP}} {{:1.3.6.1.4.1.19376.1.5.3.1.1.9.20|Ears, Nose, Mouth and Throat|XDS-MS|EDR|EDER|PPHP}} {{:1.3.6.1.4.1.19376.1.5.3.1.1.9.21|...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 https://www.ihe.net/resources/technical_frameworks/#pcc

Eyes Section
Template ID 1.3.6.1.4.1.19376.1.5.3.1.1.9.19
General Description The eyes section shall contain a description of any type of eye exam.
LOINC Code Opt Description
10197-2 R EYE



Sample Eyes Section
<component>
  <section>
    <templateId root='1.3.6.1.4.1.19376.1.5.3.1.1.9.19'/>
    <id root=' ' extension=' '/>
    <code code='10197-2' displayName='EYE'
      codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>
    <text>
      Text as described above
    </text>  
       
  </section>
</component>
Schematron
<pattern name='Template_1.3.6.1.4.1.19376.1.5.3.1.1.9.19'> 
 <rule context='*[cda:templateId/@root="1.3.6.1.4.1.19376.1.5.3.1.1.9.19"]'> 
     <!-- Verify that the template id is used on the appropriate type of object --> 
   <assert test='../cda:section'> 
      Error: The Eyes can only be used on sections. 
   </assert> 
   <!-- Verify the section type code --> 
   <assert test='cda:code[@code = "10197-2"]'> 
     Error: The section type code of a Eyes must be 10197-2 
   </assert> 
   <assert test='cda:code[@codeSystem = "2.16.840.1.113883.6.1"]'> 
     Error: The section type code must come from the LOINC code  
     system (2.16.840.1.113883.6.1). 
   </assert> 
 </rule> 
</pattern>
Uses

See Templates using the Eyes Section


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 https://www.ihe.net/resources/technical_frameworks/#pcc

Ears, Nose, Mouth and Throat Section
Template ID 1.3.6.1.4.1.19376.1.5.3.1.1.9.20
General Description The ears, nose, mouth, and throat section shall contain a description of any type of ears, nose, mouth, or throat exam.
LOINC Code Opt Description
11393-6 R EARS and NOSE and MOUTH and THROAT



Sample Ears, Nose, Mouth and Throat Section
<component>
  <section>
    <templateId root='1.3.6.1.4.1.19376.1.5.3.1.1.9.20'/>
    <id root=' ' extension=' '/>
    <code code='11393-6' displayName='EARS and NOSE and MOUTH and THROAT'
      codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>
    <text>
      Text as described above
    </text>  
       
  </section>
</component>
Schematron
<pattern name='Template_1.3.6.1.4.1.19376.1.5.3.1.1.9.20'> 
 <rule context='*[cda:templateId/@root="1.3.6.1.4.1.19376.1.5.3.1.1.9.20"]'> 
     <!-- Verify that the template id is used on the appropriate type of object --> 
   <assert test='../cda:section'> 
      Error: The Ears, Nose, Mouth and Throat can only be used on sections. 
   </assert> 
   <!-- Verify the section type code --> 
   <assert test='cda:code[@code = "11393-6"]'> 
     Error: The section type code of a Ears, Nose, Mouth and Throat must be 11393-6 
   </assert> 
   <assert test='cda:code[@codeSystem = "2.16.840.1.113883.6.1"]'> 
     Error: The section type code must come from the LOINC code  
     system (2.16.840.1.113883.6.1). 
   </assert> 
 </rule> 
</pattern>
Uses

See Templates using the Ears, Nose, Mouth and Throat Section


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 https://www.ihe.net/resources/technical_frameworks/#pcc

Ears Section
Template ID 1.3.6.1.4.1.19376.1.5.3.1.1.9.21
General Description The ears section shall contain a description of any type of ear exam.
LOINC Code Opt Description
10195-6 R EAR



Sample Ears Section
<component>
  <section>
    <templateId root='1.3.6.1.4.1.19376.1.5.3.1.1.9.21'/>
    <id root=' ' extension=' '/>
    <code code='10195-6' displayName='EAR'
      codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>
    <text>
      Text as described above
    </text>  
       
  </section>
</component>
Schematron
<pattern name='Template_1.3.6.1.4.1.19376.1.5.3.1.1.9.21'> 
 <rule context='*[cda:templateId/@root="1.3.6.1.4.1.19376.1.5.3.1.1.9.21"]'> 
     <!-- Verify that the template id is used on the appropriate type of object --> 
   <assert test='../cda:section'> 
      Error: The Ears can only be used on sections. 
   </assert> 
   <!-- Verify the section type code --> 
   <assert test='cda:code[@code = "10195-6"]'> 
     Error: The section type code of a Ears must be 10195-6 
   </assert> 
   <assert test='cda:code[@codeSystem = "2.16.840.1.113883.6.1"]'> 
     Error: The section type code must come from the LOINC code  
     system (2.16.840.1.113883.6.1). 
   </assert> 
 </rule> 
</pattern>
Uses

See Templates using the Ears Section


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 https://www.ihe.net/resources/technical_frameworks/#pcc

Nose Section
Template ID 1.3.6.1.4.1.19376.1.5.3.1.1.9.22
General Description The nose section shall contain a description of any type of nose exam.
LOINC Code Opt Description
10203-8 R NOSE



Sample Nose Section
<component>
  <section>
    <templateId root='1.3.6.1.4.1.19376.1.5.3.1.1.9.22'/>
    <id root=' ' extension=' '/>
    <code code='10203-8' displayName='NOSE'
      codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>
    <text>
      Text as described above
    </text>  
       
  </section>
</component>
Schematron
<pattern name='Template_1.3.6.1.4.1.19376.1.5.3.1.1.9.22'> 
 <rule context='*[cda:templateId/@root="1.3.6.1.4.1.19376.1.5.3.1.1.9.22"]'> 
     <!-- Verify that the template id is used on the appropriate type of object --> 
   <assert test='../cda:section'> 
      Error: The Nose can only be used on sections. 
   </assert> 
   <!-- Verify the section type code --> 
   <assert test='cda:code[@code = "10203-8"]'> 
     Error: The section type code of a Nose must be 10203-8 
   </assert> 
   <assert test='cda:code[@codeSystem = "2.16.840.1.113883.6.1"]'> 
     Error: The section type code must come from the LOINC code  
     system (2.16.840.1.113883.6.1). 
   </assert> 
 </rule> 
</pattern>
Uses

See Templates using the Nose Section


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 https://www.ihe.net/resources/technical_frameworks/#pcc

Mouth, Throat and Teeth Section
Template ID 1.3.6.1.4.1.19376.1.5.3.1.1.9.23
General Description The mouth, throat, and teeth section shall contain a description of any type of mouth, throat, or teeth exam.
LOINC Code Opt Description
10201-2 R MOUTH and THROAT and TEETH



Sample Mouth, Throat and Teeth Section
<component>
  <section>
    <templateId root='1.3.6.1.4.1.19376.1.5.3.1.1.9.23'/>
    <id root=' ' extension=' '/>
    <code code='10201-2' displayName='MOUTH and THROAT and TEETH'
      codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>
    <text>
      Text as described above
    </text>  
       
  </section>
</component>
Schematron
<pattern name='Template_1.3.6.1.4.1.19376.1.5.3.1.1.9.23'> 
 <rule context='*[cda:templateId/@root="1.3.6.1.4.1.19376.1.5.3.1.1.9.23"]'> 
     <!-- Verify that the template id is used on the appropriate type of object --> 
   <assert test='../cda:section'> 
      Error: The Mouth, Throat and Teeth can only be used on sections. 
   </assert> 
   <!-- Verify the section type code --> 
   <assert test='cda:code[@code = "10201-2"]'> 
     Error: The section type code of a Mouth, Throat and Teeth must be 10201-2 
   </assert> 
   <assert test='cda:code[@codeSystem = "2.16.840.1.113883.6.1"]'> 
     Error: The section type code must come from the LOINC code  
     system (2.16.840.1.113883.6.1). 
   </assert> 
 </rule> 
</pattern>
Uses

See Templates using the Mouth, Throat and Teeth Section


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 https://www.ihe.net/resources/technical_frameworks/#pcc

Neck Section
Template ID 1.3.6.1.4.1.19376.1.5.3.1.1.9.24
General Description The neck section shall contain a description of any type of neck exam.
LOINC Code Opt Description
11411-6 R NECK



Sample Neck Section
<component>
  <section>
    <templateId root='1.3.6.1.4.1.19376.1.5.3.1.1.9.24'/>
    <id root=' ' extension=' '/>
    <code code='11411-6' displayName='NECK'
      codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>
    <text>
      Text as described above
    </text>  
       
  </section>
</component>
Schematron
<pattern name='Template_1.3.6.1.4.1.19376.1.5.3.1.1.9.24'> 
 <rule context='*[cda:templateId/@root="1.3.6.1.4.1.19376.1.5.3.1.1.9.24"]'> 
     <!-- Verify that the template id is used on the appropriate type of object --> 
   <assert test='../cda:section'> 
      Error: The Neck can only be used on sections. 
   </assert> 
   <!-- Verify the section type code --> 
   <assert test='cda:code[@code = "11411-6"]'> 
     Error: The section type code of a Neck must be 11411-6 
   </assert> 
   <assert test='cda:code[@codeSystem = "2.16.840.1.113883.6.1"]'> 
     Error: The section type code must come from the LOINC code  
     system (2.16.840.1.113883.6.1). 
   </assert> 
 </rule> 
</pattern>
Uses

See Templates using the Neck Section


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 https://www.ihe.net/resources/technical_frameworks/#pcc

Endocrine System Section
Template ID 1.3.6.1.4.1.19376.1.5.3.1.1.9.25
General Description The endocrine system section shall contain a description of any type of endocrine system exam.
LOINC Code Opt Description
29307-6 R ENDOCRINE SYSTEM



Sample Endocrine System Section
<component>
  <section>
    <templateId root='1.3.6.1.4.1.19376.1.5.3.1.1.9.25'/>
    <id root=' ' extension=' '/>
    <code code='29307-6' displayName='ENDOCRINE SYSTEM'
      codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>
    <text>
      Text as described above
    </text>  
       
  </section>
</component>
Schematron
<pattern name='Template_1.3.6.1.4.1.19376.1.5.3.1.1.9.25'> 
 <rule context='*[cda:templateId/@root="1.3.6.1.4.1.19376.1.5.3.1.1.9.25"]'> 
     <!-- Verify that the template id is used on the appropriate type of object --> 
   <assert test='../cda:section'> 
      Error: The Endocrine System can only be used on sections. 
   </assert> 
   <!-- Verify the section type code --> 
   <assert test='cda:code[@code = "29307-6"]'> 
     Error: The section type code of a Endocrine System must be 29307-6 
   </assert> 
   <assert test='cda:code[@codeSystem = "2.16.840.1.113883.6.1"]'> 
     Error: The section type code must come from the LOINC code  
     system (2.16.840.1.113883.6.1). 
   </assert> 
 </rule> 
</pattern>
Uses

See Templates using the Endocrine System Section


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 https://www.ihe.net/resources/technical_frameworks/#pcc

Thorax and Lungs Section
Template ID 1.3.6.1.4.1.19376.1.5.3.1.1.9.26
General Description The thorax and lungs section shall contain a description of any type of thoracic or lung exams.
LOINC Code Opt Description
10207-9 R THORAX+LUNGS



Sample Thorax and Lungs Section
<component>
  <section>
    <templateId root='1.3.6.1.4.1.19376.1.5.3.1.1.9.26'/>
    <id root=' ' extension=' '/>
    <code code='10207-9' displayName='THORAX+LUNGS'
      codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>
    <text>
      Text as described above
    </text>  
       
  </section>
</component>
Schematron
<pattern name='Template_1.3.6.1.4.1.19376.1.5.3.1.1.9.26'> 
 <rule context='*[cda:templateId/@root="1.3.6.1.4.1.19376.1.5.3.1.1.9.26"]'> 
     <!-- Verify that the template id is used on the appropriate type of object --> 
   <assert test='../cda:section'> 
      Error: The Thorax and Lungs can only be used on sections. 
   </assert> 
   <!-- Verify the section type code --> 
   <assert test='cda:code[@code = "10207-9"]'> 
     Error: The section type code of a Thorax and Lungs must be 10207-9 
   </assert> 
   <assert test='cda:code[@codeSystem = "2.16.840.1.113883.6.1"]'> 
     Error: The section type code must come from the LOINC code  
     system (2.16.840.1.113883.6.1). 
   </assert> 
 </rule> 
</pattern>
Uses

See Templates using the Thorax and Lungs Section


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 https://www.ihe.net/resources/technical_frameworks/#pcc

Chest Wall Section
Template ID 1.3.6.1.4.1.19376.1.5.3.1.1.9.27
General Description The chest wall section shall contain a description of any type of chest wall exam.
LOINC Code Opt Description
11392-8 R CHEST WALL



Sample Chest Wall Section
<component>
  <section>
    <templateId root='1.3.6.1.4.1.19376.1.5.3.1.1.9.27'/>
    <id root=' ' extension=' '/>
    <code code='11392-8' displayName='CHEST WALL'
      codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>
    <text>
      Text as described above
    </text>  
       
  </section>
</component>
Schematron
<pattern name='Template_1.3.6.1.4.1.19376.1.5.3.1.1.9.27'> 
 <rule context='*[cda:templateId/@root="1.3.6.1.4.1.19376.1.5.3.1.1.9.27"]'> 
     <!-- Verify that the template id is used on the appropriate type of object --> 
   <assert test='../cda:section'> 
      Error: The Chest Wall can only be used on sections. 
   </assert> 
   <!-- Verify the section type code --> 
   <assert test='cda:code[@code = "11392-8"]'> 
     Error: The section type code of a Chest Wall must be 11392-8 
   </assert> 
   <assert test='cda:code[@codeSystem = "2.16.840.1.113883.6.1"]'> 
     Error: The section type code must come from the LOINC code  
     system (2.16.840.1.113883.6.1). 
   </assert> 
 </rule> 
</pattern>
Uses

See Templates using the Chest Wall Section