编者:李国帅
背景:
存储心电图数据的格式有很多种,比如HL7,Dicom,EDF,GDF等,其中HL7最是简单,直观,使用Xml的方式保存数据。
以前为了显示HL7数据从官网下载了一个很全的aecg例子,里面包含各个字段的注释,包含几乎所有HL7协议中定义的字段。不过其中注释是英文的,本人通过翻译软件大致把注释翻译了一下,提供给有需要的人。
段(5):
24 25 19 19 14 14 14 16 14 16 19 20 23 24 23 21 17 15 15
16 16 16 16 </digits>
</value>
</sequence>
</component>
</sequenceSet>
</component>
<!--现在, 我们在派生系列上提供了一个注释集 We now provide a single annotation set on the derived series -->
<!--和原来的系列一样, 我们可以提供更多的套件 As with the original series, we could provide more sets -->
<!--在本例中, 我们为派生系列的代表性节拍提供了全局注释 In the example we provide the global annotations for the representative beats of the derivedSeries-->
<subjectOf>
<!--注解集-->
<annotationSet>
<component>
<!--注解-->
<annotation>
<!--P波段-->
<code code="MDC_ECG_WAVC" codeSystem="2.16.840.1.113883.6.24" codeSystemName="MDC"/>
<value xsi:type="CE" code="MDC_ECG_WAVC_PWAVE"
codeSystem="2.16.840.1.113883.6.24" codeSystemName="MDC"/>
<support>
<supportingROI classCode="ROIBND">
<code code="ROIPS" codeSystem="2.16.840.1.113883.5.4" codeSystemName="HL7V3"/>
<component>
<boundary>
<!--测量波段发生的时间段-->
<code code="TIME_RELATIVE"
codeSystem="2.16.840.1.113883.5.4"
codeSystemName="ActCode" displayName="Relative Time"/>
<value xsi:type="IVL_PQ">
<low value="286" unit="ms"/>
<high value="388" unit="ms"/>
</value>
</boundary>
</component>
</supportingROI>
</support>
</annotation>
</component>
<component>
<annotation>
<!--QRS波段-->
<code code="MDC_ECG_WAVC" codeSystem="2.16.840.1.113883.6.24" codeSystemName="MDC"/>
<value xsi:type="CE" code="MDC_ECG_WAVC_QRSWAVE"
codeSystem="2.16.840.1.113883.6.24" codeSystemName="MDC"/>
<support>
<supportingROI classCode="ROIBND">
<code code="ROIPS" codeSystem="2.16.840.1.113883.5.4" codeSystemName="HL7V3"/>
<component>
<boundary>
<!--测量波段发生的时间段-->
<code code="TIME_RELATIVE"
codeSystem="2.16.840.1.113883.5.4"
codeSystemName="ActCode" displayName="Relative Time"/>
<value xsi:type="IVL_PQ">
<low value="434" unit="ms"/>
<high value="554" unit="ms"/>
</value>
</boundary>
</component>
</supportingROI>
</support>
</annotation>
</component>
<component>
<annotation>
<!--T波段-->
<code code="MDC_ECG_WAVC" codeSystem="2.16.840.1.113883.6.24" codeSystemName="MDC"/>
<value xsi:type="CE" code="MDC_ECG_WAVC_TWAVE"
codeSystem="2.16.840.1.113883.6.24" codeSystemName="MDC"/>
<support>
<supportingROI classCode="ROIBND">
<code code="ROIPS" codeSystem="2.16.840.1.113883.5.4" codeSystemName="HL7V3"/>
<component>
<boundary>
<!--测量波段发生的时间-->
<code code="TIME_RELATIVE"
codeSystem="2.16.840.1.113883.5.4"
codeSystemName="ActCode" displayName="Relative Time"/>
<value xsi:type="IVL_PQ">
<high value="854" unit="ms"/>
</value>
</boundary>
</component>
</supportingROI>
</support>
</annotation>
</component>
<component>
<annotation>
<!--P波长度-->
<code code="MDC_ECG_TIME_PD_P"
codeSystem="2.16.840.1.113883.6.24" codeSystemName="MDC"/>
<value xsi:type="PQ" value="102" unit="ms"/>
</annotation>
</component>
<component>
<annotation>
<!--PR波长度-->
<code code="MDC_ECG_TIME_PD_PR"
codeSystem="2.16.840.1.113883.6.24" codeSystemName="MDC"/>
<value xsi:type="PQ" value="148" unit="ms"/>
</annotation>
</component>
<component>
<annotation>
<!--QRS波长度-->
<code code="MDC_ECG_TIME_PD_QRS"
codeSystem="2.16.840.1.113883.6.24" codeSystemName="MDC"/>
<value xsi:type="PQ" value="120" unit="ms"/>
</annotation>
</component>
<component>
<annotation>
<!--QT波长度-->
<code code="MDC_ECG_TIME_PD_QT"
codeSystem="2.16.840.1.113883.6.24" codeSystemName="MDC"/>
<value xsi:type="PQ" value="420" unit="ms"/>
</annotation>
</component>
<component>
<annotation>
<!--QTc波长度-->
<code code="MDC_ECG_TIME_PD_QTc"
codeSystem="2.16.840.1.113883.6.24" codeSystemName="MDC"/>
<value xsi:type="PQ" value="443" unit="ms"/>
</annotation>
</component>
<component>
<annotation>
<!--P_FRONT波长度-->
<code code="MDC_ECG_ANGLE_P_FRONT"
codeSystem="2.16.840.1.113883.6.24" codeSystemName="MDC"/>
<value xsi:type="PQ" value="44" unit="deg"/>
</annotation>
</component>
<component>
<annotation>
<!--QRS_FRONT波长度-->
<code code="MDC_ECG_ANGLE_QRS_FRONT"
codeSystem="2.16.840.1.113883.6.24" codeSystemName="MDC"/>
<value xsi:type="PQ" value="-61" unit="deg"/>
</annotation>
</component>
<component>
<annotation>
<!--T_FRONT波长度-->
<code code="MDC_ECG_ANGLE_T_FRONT"
codeSystem="2.16.840.1.113883.6.24" codeSystemName="MDC"/>
<value xsi:type="PQ" value="86" unit="deg"/>
</annotation>
</component>
</annotationSet>
</subjectOf>
</derivedSeries>
</derivation>
</series>
</component>
</AnnotatedECG>