Section Code

LOINC: 57060-6 (Estimated date of delivery)

 

Description

The physician's best estimate of a date of delivery. Usually done at initial diagnosis of pregnancy and later confirmed through last menstrual period, ultrasound or physical examination.

 

CDA Level

Level 3 Only

 

Template IDs

 

 

Level / Spec

Template ID

Standards Reference

3 / IHE

1.3.6.1.4.1.19376.1.5.3.1.1.11.2.2.1

IHE PCC CDA Suppl: 6.3.3.2.28

Expected Entries / Sub-Sections

 

 

Entry

Template ID

Reference

Estimated Delivery Date Observation

1.3.6.1.4.1.19376.1.5.3.1.1.11.2.3.1

3.4.2.7

OpenSHR Implementation Notes

 

 

Data Model

Obs

 

Code File

EstimatedDeliveryDatesSectionProcessor.java

 

Additional Constraints

  • None

 

Notes

The estimated delivery dates observation should be passed in all APS and APHP documents sent to the SHR as this is the information used by the SHR to determine the episode (instance) of pregnancy when producing an on-demand APS for the particular pregnancy.

 

Specification

 

 

<component typeCode="COMP" contextConductionInd="true">
<section classCode="DOCSECT" moodCode="EVN">
<!-- IHE PCC Estimated Delivery Dates Section -->
<templateId root="1.3.6.1.4.1.19376.1.5.3.1.1.11.2.2.1"/>
<!-- Section Code -->
<code code="57060-6" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"
displayName="Estimated date of delivery"/>
<!-- 1..1 Title describing the section -->
<title language="en-US">Estimated Date of Delivery</title>
<!-- 1..1 Text as described in the general implementation notes -->
<text mediaType="text/x-hl7-text+xml">
...
</text>
<!-- 1..1 Observation entry containing the estimated date of delivery -->
<entry typeCode="COMP" contextConductionInd="true">
<observation classCode="OBS" moodCode="EVN">
...
</observation>
</entry>
</section>
</component>

 

 

Example

 

 

The following example illustrates an estimated delivery date sometime in June 2015, based on a last menstrual period occurring sometime in September 2014.

 

 

<component typeCode="COMP" contextConductionInd="true">
<section classCode="DOCSECT" moodCode="EVN">
<templateId root="1.3.6.1.4.1.19376.1.5.3.1.1.11.2.2.1"/>
<code code="57060-6" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"
displayName="Estimated date of delivery"/>
<title language="en-US">Estimated date of delivery</title>
<text mediaType="text/x-hl7-text+xml">
...
</text>
<entry typeCode="COMP" contextConductionInd="true">
<observation classCode="OBS" moodCode="EVN">
<!-- EDD observation of June 2015 -->
<templateId root="1.3.6.1.4.1.19376.1.5.3.1.4.13"/>
<templateId root="1.3.6.1.4.1.19376.1.5.3.1.1.11.2.3.1"/>
<id root="40a332f0-4a41-49b5-963c-bbebfdd86d58"/>
<code code="11778-8" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"
displayName="Delivery date estimated"/>
<statusCode code="completed"/>
<effectiveTime value="20141230155804.212-0500"/>
<value xsi:type="TS" value="201506"/>
<!-- An entry relationship with supporting observation of last menstrual period
of September 2014 -->
<entryRelationship typeCode="SPRT" contextConductionInd="true">
<observation classCode="OBS" moodCode="EVN">
<templateId root="1.3.6.1.4.1.19376.1.5.3.1.4.13"/>
<id root="9907e8c1-a117-4d8b-a602-84b656ba398a"/>
<code code="11779-6" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"
displayName="Delivery date Estimated from last menstrual period"/>
<statusCode code="completed"/>
<effectiveTime value="20141230155804.212-0500"/>
<value xsi:type="TS" value="201506"/>
<entryRelationship typeCode="SPRT" contextConductionInd="true">
<observation classCode="OBS" moodCode="EVN">
<templateId root="1.3.6.1.4.1.19376.1.5.3.1.4.13"/>
<id root="55d88180-3ac3-4873-ac0f-6d34f7aafd5a"/>
<code code="8655-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"
displayName="Date of last menstrual period – Patient provided"/>
<statusCode code="completed"/>
<effectiveTime value="20141230155804.228-0500"/>
<value xsi:type="TS" value="201409"/>
</observation>
</entryRelationship>
</observation>
</entryRelationship>
</observation>
</entry>
</section>
</component>

 

 


  • No labels