Section Code

LOINC: 57078-8 (ANTENATAL TESTING AND SURVEILLANCE)

 

Description

The antenatal testing a surveillance battery template contains information representing results reported from testing batteries performed as part of an antenatal care visit.

 

CDA Level

Level 2 & Level 3

 

Template IDs

 

 

Level / Spec

Template ID

Standards Reference

2 / IHE

1.3.6.1.4.1.19376.1.5.3.1.1.21.2.5

IHE PCC CDA Suppl: 6.3.3.5.6

3 / IHE

1.3.6.1.4.1.19376.1.5.3.1.1.21.2.5.1

IHE PCC CDA Suppl: 6.3.3.5.7

Expected Entries / Sub-Sections

 

 

Entry

Template ID

Reference

Antenatal Testing and Surveillance Battery

1.3.6.1.4.1.19376.1.5.3.1.1.21.3.10

3.4.2.5

OpenSHR Implementation Notes

 

 

Data Model

Obs

 

Code File

AntenatalTestingAndSurveillanceSectionProcessor.java

 

Additional Constraints

  • None

 

Notes

 

 

Specification

 

 

<section classCode="DOCSECT" moodCode="EVN">
<!-- IHE PCC Antenatal Testing and Surveillance Section Template -->
<templateId root="1.3.6.1.4.1.19376.1.5.3.1.1.21.2.5"/>
<!-- IHE PCC Coded Antenatal Testing and Surveillance Section Template -->
<templateId root="1.3.6.1.4.1.19376.1.5.3.1.1.21.2.5.1"/>
<!-- 1..1 Section Code -->
<code code="57078-8" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="ANTENATAL TESTING AND SURVEILLANCE"/>
<!-- 1..1 Title -->
<title language="en-US">Antenatal Testing and Surveillance</title>
<!-- 1..1 Text as described in general implementation notes -->
<text mediaType="text/x-hl7-text+xml">
...
</text>
<!-- 0..n Entries representing testing batteries -->
<entry typeCode="COMP" contextConductionInd="true">
<organizer classCode="BATTERY" moodCode="EVN">
...
</organizer>
</entry>
</section>

 

 

Examples

 

 

This example illustrates an antenatal testing battery containing observations for amniotic fluid level and fetal body movement.

 

 

<section classCode="DOCSECT" moodCode="EVN">
<templateId root="1.3.6.1.4.1.19376.1.5.3.1.1.21.2.5"/>
<templateId root="1.3.6.1.4.1.19376.1.5.3.1.1.21.2.5.1"/>
<code code="57078-8" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="ANTENATAL TESTING AND SURVEILLANCE"/>
<title language="en-US">Antenatal Testing and Surveillance</title>
<text mediaType="text/x-hl7-text+xml">
...
</text>
<entry typeCode="COMP" contextConductionInd="true">
<organizer classCode="BATTERY" moodCode="EVN">
<templateId root="1.3.6.1.4.1.19376.1.5.3.1.1.21.3.10"/>
<code code="XX-ANTENATALTESTINGBATTERY" codeSystem="2.16.840.1.113883.6.1"/>
<statusCode code="completed"/>
<effectiveTime value="20141230"/>
<component typeCode="COMP" contextConductionInd="true">
<observation classCode="OBS" moodCode="EVN">
<templateId root="1.3.6.1.4.1.19376.1.5.3.1.4.13"/>
<id root="e79bc01f-86fe-4928-96f4-6ecf01ad496c"/>
<code code="11630-1" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"
displayName="Fetal Biophysical profile.amniotic fluid volume US"/>
<statusCode code="completed"/>
<effectiveTime value="20141230155804.228-0500"/>
<value xsi:type="ED" representation="TXT" language="en-US">...</value>
<interpretationCode code="N" codeSystem="2.16.840.1.113883.5.83" codeSystemName="ObservationInterpretation"/>
</observation>
</component>
<component typeCode="COMP" contextConductionInd="true">
<observation classCode="OBS" moodCode="EVN">
<templateId root="1.3.6.1.4.1.19376.1.5.3.1.4.13"/>
<id root="a1e4cc7f-5e39-4ef8-bea3-8315a665a92d"/>
<code code="11631-9" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"
displayName="Biophysical profile body movement"/>
<statusCode code="completed"/>
<effectiveTime value="20141230155804.228-0500"/>
<value xsi:type="ED" representation="TXT" language="en-US">...</value>
<interpretationCode code="N" codeSystem="2.16.840.1.113883.5.83" codeSystemName="ObservationInterpretation"/>
</observation>
</component>
</organizer>
</entry>
</section>

 

 


  • No labels