1.3.6.1.4.1.19376.1.5.3.1.1.11.2.2.1: Difference between revisions

From IHE Wiki
Jump to navigation Jump to search
Lkm13 (talk | contribs)
No edit summary
 
Tsoutherland (talk | contribs)
No edit summary
 
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{CDA Section|Estimated Due Dates|1.2.6.1.4.1.19376.1.5.3.1.1.11.2.1|draft|
{{CDA Section|Estimated Delivery Dates|1.3.6.1.4.1.19376.1.5.3.1.1.11.2.2.1|Trial|
This section houses the physicians best estimate of the patients due date.  This is generally done both on an initial evaluation, and later confirmed at 18-20 weeks.  The date is supported by evidence such as the patients history of last menstral period, a physical examination, or ultrasound measurements.  If an gestational age based on ultrasound is present, it is generally considered the most accurate measurement and so that date would be chosen.
This section houses the physicians best estimate of the patients due date.  This is generally done both on an initial evaluation, and later confirmed at 18-20 weeks.  The date is supported by evidence such as the patients history of last menstral period, a physical examination, or ultrasound measurements.  If an gestational age based on ultrasound is present, it is generally considered the most accurate measurement and so that date would be chosen.
|Code={{CDA Section Code|Estimated Due Dates|EntryName1|R|(LOINC-requested)|}}
|LOINC=(xx-edd-section)
|Entry={{CDA Section Content|Estimated Due Date Observation|Estimated Due Date Observation|R|1.2.6.1.4.1.19376.1.5.3.1.1.11.2.1|This is a simple observation to represent the estimated due date with a supporting observation or observations that state the method used and date implied by that method. If one observation is present, then it is to be interpreted as the initial EDD. If observations dates indicate the EDD is within 20 weeks, the most recent observation will also be interpreted as the 18-20 week update.}}
|LOINCName=ESTIMATED DELIVERY DATE-^PATIENT-FIND-PT-NAR-
|Entry|Estimated Due Date Observation|R|1.3.6.1.4.1.19376.1.5.3.1.1.11.2.3.1|This is a simple observation to represent the estimated due date with a supporting observation or observations that state the method used and date implied by that method. If one observation is present, then it is to be interpreted as the initial EDD. If the initial observation dates indicate the EDD is within the 18 to 20 weeks completed gestation, that observation will also populate the 18-20 week update.  If the initial observation indicates an EDD of more than 20 weeks EGA, then no value will be placed in the 18-20 week update field.
}}
}}

Latest revision as of 14:38, 14 July 2009

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

Estimated Delivery Dates Section
Template ID 1.3.6.1.4.1.19376.1.5.3.1.1.11.2.2.1
General Description

This section houses the physicians best estimate of the patients due date. This is generally done both on an initial evaluation, and later confirmed at 18-20 weeks. The date is supported by evidence such as the patients history of last menstral period, a physical examination, or ultrasound measurements. If an gestational age based on ultrasound is present, it is generally considered the most accurate measurement and so that date would be chosen.

LOINC Code Opt Description
(xx-edd-section) R ESTIMATED DELIVERY DATE-^PATIENT-FIND-PT-NAR-
Entries Opt Description
1.3.6.1.4.1.19376.1.5.3.1.1.11.2.3.1 R Estimated Due Date Observation
This is a simple observation to represent the estimated due date with a supporting observation or observations that state the method used and date implied by that method. If one observation is present, then it is to be interpreted as the initial EDD. If the initial observation dates indicate the EDD is within the 18 to 20 weeks completed gestation, that observation will also populate the 18-20 week update. If the initial observation indicates an EDD of more than 20 weeks EGA, then no value will be placed in the 18-20 week update field.



Sample Estimated Delivery Dates Section
<component>
  <section>
    <templateId root='1.3.6.1.4.1.19376.1.5.3.1.1.11.2.2.1'/>
    <id root=' ' extension=' '/>
    <code code='(xx-edd-section)' displayName='ESTIMATED DELIVERY DATE-^PATIENT-FIND-PT-NAR-'
      codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>
    <text>
      Text as described above
    </text>   
    <entry>
         :
      <!-- Required Estimated Due Date Observation element -->
        <templateId root='1.3.6.1.4.1.19376.1.5.3.1.1.11.2.3.1'/>
         :
    </entry>
       
  </section>
</component>
Schematron
<pattern name='Template_1.3.6.1.4.1.19376.1.5.3.1.1.11.2.2.1'> 
 <rule context='*[cda:templateId/@root="1.3.6.1.4.1.19376.1.5.3.1.1.11.2.2.1"]'> 
     <!-- Verify that the template id is used on the appropriate type of object --> 
   <assert test='../cda:section'> 
      Error: The Estimated Delivery Dates can only be used on sections. 
   </assert> 
   <!-- Verify the section type code --> 
   <assert test='cda:code[@code = "(xx-edd-section)"]'> 
     Error: The section type code of a Estimated Delivery Dates must be (xx-edd-section) 
   </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.1.11.2.3.1"]'> 
     <!-- Verify that all required data elements are present -->
     Error: The Estimated Delivery Dates Section must contain a(n) Estimated Due Date Observation Entry.
     See http://wiki.ihe.net/index.php?title=1.3.6.1.4.1.19376.1.5.3.1.1.11.2.2.1 
   </assert> 
 </rule> 
</pattern>
Uses

See Templates using the Estimated Delivery Dates Section