Difference between revisions of "1.3.6.1.4.1.19376.1.5.3.1.1.11.2.2.2"

From IHE Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{CDA Section|Visit Summary|1.2.6.1.4.1.19376.1.5.3.1.1.11.2.2.2|draft|
+
{{CDA Section|Visit Summary|1.3.6.1.4.1.19376.1.5.3.1.1.11.2.2.2|draft|
 
This section is a running history of the most important elements noted for a pregnant woman.
 
This section is a running history of the most important elements noted for a pregnant woman.
 
|LOINC=(requested)
 
|LOINC=(requested)

Revision as of 14:08, 28 May 2007

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 Visit Summary Section
Template ID 1.3.6.1.4.1.19376.1.5.3.1.1.11.2.2.2
General Description

This section is a running history of the most important elements noted for a pregnant woman.

LOINC Code Opt Description
(requested) R PREGNANCY VISIT SUMMARY^PATIENT^FIND^PT^NAR
Entries Opt Description
--simple-obs-oid-- R Simple Observation
See LOINC table for observation codes and value types



Sample Visit Summary Section
<component>
  <section>
    <templateId root='1.3.6.1.4.1.19376.1.5.3.1.1.11.2.2.2'/>
    <id root=' ' extension=' '/>
    <code code='(requested)' displayName='PREGNANCY VISIT SUMMARY^PATIENT^FIND^PT^NAR'
      codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>
    <text>
      Text as described above
    </text>  
<entry> Required and optional entries as described above </entry>
    </section> </component>
Schematron
<pattern name='Template_1.3.6.1.4.1.19376.1.5.3.1.1.11.2.2.2'> 
 <rule context='*[cda:templateId/@root="1.3.6.1.4.1.19376.1.5.3.1.1.11.2.2.2"]'> 
     <!-- Verify that the template id is used on the appropriate type of object --> 
   <assert test='../cda:section'> 
      Error: The Visit Summary can only be used on sections. 
   </assert> 
   <!-- Verify the section type code --> 
   <assert test='cda:code[@code = "(requested)"]'> 
     Error: The section type code of a Visit Summary must be (requested) 
   </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:component/cda:entry/cda:templateId[
       @root = '--simple-obs-oid--' or
      There must be at least one observation of Prepregnancy Weight
      See http://wiki.ihe.net/index.php?title=1.3.6.1.4.1.19376.1.5.3.1.1.11.2.2
    </assert>
 

 </rule> 
</pattern>
Uses

See Templates using the Visit Summary Section