1.3.6.1.4.1.19376.1.5.3.1.1.20.2.1

From IHE Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Draft.gif Provider Orders Section
Template ID 1.3.6.1.4.1.19376.1.5.3.1.1.20.2.1
General Description The provider orders shall contain a list of all pertinent orders from healthcare providers. This section should appear within a care plan.
LOINC Code Opt Description
46209-3 R PROVIDER ORDERS
Entries Opt Description
1.3.6.1.4.1.19376.1.5.3.1.4.7 R2 Medications
Medications entries shall appear for all ordered medications when present. These entries shall be in intent mood.
1.3.6.1.4.1.19376.1.5.3.1.4.19 R2 Procedure
Procedure entries shall appear for all ordered procedures when present. These entries shall be in intent mood.
1.3.6.1.4.1.19376.1.5.3.1.4.14 O Encounter
Encounter entries should appear for all ordered encounters. These entries shall be in promise or appointment request mood.
1.3.6.1.4.1.19376.1.5.3.1.1.20.3.1 O Observation Requests
Observation request entries should appear for all ordered observations. These entries shall appear in intent mood.



Sample Provider Orders Section
<component>
  <section>
    <templateId root='1.3.6.1.4.1.19376.1.5.3.1.1.20.2.1'/>
    <id root=' ' extension=' '/>
    <code code='46209-3' displayName='PROVIDER ORDERS'
      codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>
    <text>
      Text as described above
    </text>   
    <entry>
         :
      <!-- Required if known Medications element -->
        <templateId root='1.3.6.1.4.1.19376.1.5.3.1.4.7'/>
         :
    </entry> 
    <entry>
         :
      <!-- Required if known Procedure element -->
        <templateId root='1.3.6.1.4.1.19376.1.5.3.1.4.19'/>
         :
    </entry> 
    <entry>
         :
      <!-- Optional Encounter element -->
        <templateId root='1.3.6.1.4.1.19376.1.5.3.1.4.14'/>
         :
    </entry> 
    <entry>
         :
      <!-- Optional Observation Requests element -->
        <templateId root='1.3.6.1.4.1.19376.1.5.3.1.1.20.3.1'/>
         :
    </entry>
       
  </section>
</component>
Schematron
<pattern name='Template_1.3.6.1.4.1.19376.1.5.3.1.1.20.2.1'> 
 <rule context='*[cda:templateId/@root="1.3.6.1.4.1.19376.1.5.3.1.1.20.2.1"]'> 
     <!-- Verify that the template id is used on the appropriate type of object --> 
   <assert test='../cda:section'> 
      Error: The Provider Orders can only be used on sections. 
   </assert> 
   <!-- Verify the section type code --> 
   <assert test='cda:code[@code = "46209-3"]'> 
     Error: The section type code of a Provider Orders must be 46209-3 
   </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> 
   <assert test='.//cda:templateId[@root = "1.3.6.1.4.1.19376.1.5.3.1.4.7"]'> 
     <!-- Alert on any missing required if known elements -->
     Warning: The  Provider Orders Section should contain a(n) Medications Entry.
     See http://wiki.ihe.net/index.php?title=1.3.6.1.4.1.19376.1.5.3.1.1.20.2.1 
   </assert> 
   <assert test='.//cda:templateId[@root = "1.3.6.1.4.1.19376.1.5.3.1.4.19"]'> 
     <!-- Alert on any missing required if known elements -->
     Warning: The  Provider Orders Section should contain a(n) Procedure Entry.
     See http://wiki.ihe.net/index.php?title=1.3.6.1.4.1.19376.1.5.3.1.1.20.2.1 
   </assert> 
   <assert test='.//cda:templateId[@root = "1.3.6.1.4.1.19376.1.5.3.1.4.14"]'> 
     <!-- Note any missing optional elements -->
     Note: This Provider Orders Section does not contain a(n) Encounter Entry.
     See http://wiki.ihe.net/index.php?title=1.3.6.1.4.1.19376.1.5.3.1.1.20.2.1 
   </assert> 
   <assert test='.//cda:templateId[@root = "1.3.6.1.4.1.19376.1.5.3.1.1.20.3.1"]'> 
     <!-- Note any missing optional elements -->
     Note: This Provider Orders Section does not contain a(n) Observation Requests Entry.
     See http://wiki.ihe.net/index.php?title=1.3.6.1.4.1.19376.1.5.3.1.1.20.2.1 
   </assert> 
 </rule> 
</pattern>
Uses

See Templates using the Provider Orders Section