0
点赞
收藏
分享

微信扫一扫

官方完整HL7 ECG-XML例子及注释翻译(4)


编者:李国帅


背景:

存储心电图数据的格式有很多种,比如HL7,Dicom,EDF,GDF等,其中HL7最是简单,直观,使用Xml的方式保存数据。

以前为了显示HL7数据从官网下载了一个很全的aecg例子,里面包含各个字段的注释,包含几乎所有HL7协议中定义的字段。不过其中注释是英文的,本人通过翻译软件大致把注释翻译了一下,提供给有需要的人。

 

段(4):

6.840.1.113883.6.24" codeSystemName="MDC"/>
<value xsi:type="PQ" value="443" unit="ms"/>
</annotation>
</component>
<component>
<annotation>
<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>
<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>
<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>
</annotation>
</component>
<component>
<!--这是第7个节拍-->
<annotation>
<code code="MDC_ECG_BEAT" codeSystem="2.16.840.1.113883.6.24" codeSystemName="MDC"/>
<value xsi:type="CE" code="MDC_ECG_BEAT_NORMAL"
codeSystem="2.16.840.1.113883.6.24" codeSystemName="MDC"/>
<component>
<annotation>
<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_ABSOLUTE"
codeSystem="2.16.840.1.113883.5.4"
codeSystemName="ActCode" displayName="Aboslute Time"/>
<value xsi:type="IVL_TS">
<low value="20021122091006.040"/>
<high value="20021122091006.142"/>
</value>
</boundary>
</component>
</supportingROI>
</support>
</annotation>
</component>
<component>
<annotation>
<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_ABSOLUTE"
codeSystem="2.16.840.1.113883.5.4"
codeSystemName="ActCode" displayName="Aboslute Time"/>
<value xsi:type="IVL_TS">
<low value="20021122091006.188"/>
<high value="20021122091006.308"/>
</value>
</boundary>
</component>
</supportingROI>
</support>
</annotation>
</component>
<component>
<annotation>
<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_ABSOLUTE"
codeSystem="2.16.840.1.113883.5.4"
codeSystemName="ActCode" displayName="Aboslute Time"/>
<value xsi:type="IVL_TS">
<high value="20021122091006.608"/>
</value>
</boundary>
</component>
</supportingROI>
</support>
</annotation>
</component>
<component>
<annotation>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
</annotation>
</component>
<component>
<!--这是第8个节拍-->
<annotation>
<code code="MDC_ECG_BEAT" codeSystem="2.16.840.1.113883.6.24" codeSystemName="MDC"/>
<value xsi:type="CE" code="MDC_ECG_BEAT_NORMAL"
codeSystem="2.16.840.1.113883.6.24" codeSystemName="MDC"/>
<component>
<annotation>
<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_ABSOLUTE"
codeSystem="2.16.840.1.113883.5.4"
codeSystemName="ActCode" displayName="Aboslute Time"/>
<value xsi:type="IVL_TS">
<low value="20021122091006.902"/>
<high value="20021122091007.004"/>
</value>
</boundary>
</component>
</supportingROI>
</support>
</annotation>
</component>
<component>
<annotation>
<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_ABSOLUTE"
codeSystem="2.16.840.1.113883.5.4"
codeSystemName="ActCode" displayName="Aboslute Time"/>
<value xsi:type="IVL_TS">
<low value="20021122091007.050"/>
<high value="20021122091007.170"/>
</value>
</boundary>
</component>
</supportingROI>
</support>
</annotation>
</component>
<component>
<annotation>
<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_ABSOLUTE"
codeSystem="2.16.840.1.113883.5.4"
codeSystemName="ActCode" displayName="Aboslute Time"/>
<value xsi:type="IVL_TS">
<high value="20021122091007.470"/>
</value>
</boundary>
</component>
</supportingROI>
</support>
</annotation>
</component>
<component>
<annotation>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
</annotation>
</component>
<component>
<!--这是第9个节拍-->
<annotation>
<code code="MDC_ECG_BEAT" codeSystem="2.16.840.1.113883.6.24" codeSystemName="MDC"/>
<value xsi:type="CE" code="MDC_ECG_BEAT_NORMAL"
codeSystem="2.16.840.1.113883.6.24" codeSystemName="MDC"/>
<component>
<annotation>
<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_ABSOLUTE"
codeSystem="2.16.840.1.113883.5.4"
codeSystemName="ActCode" displayName="Aboslute Time"/>
<value xsi:type="IVL_TS">
<low value="20021122091007.740"/>
<high value="20021122091007.842"/>
</value>
</boundary>
</component>
</supportingROI>
</support>
</annotation>
</component>
<component>
<annotation>
<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_ABSOLUTE"
codeSystem="2.16.840.1.113883.5.4"
codeSystemName="ActCode" displayName="Aboslute Time"/>
<value xsi:type="IVL_TS">
<low value="20021122091007.888"/>
<high value="20021122091008.008"/>
</value>
</boundary>
</component>
</supportingROI>
</support>
</annotation>
</component>
<component>
<annotation>
<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_ABSOLUTE"
codeSystem="2.16.840.1.113883.5.4"
codeSystemName="ActCode" displayName="Aboslute Time"/>
<value xsi:type="IVL_TS">
<high value="20021122091008.308"/>
</value>
</boundary>
</component>
</supportingROI>
</support>
</annotation>
</component>
<component>
<annotation>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
</annotation>
</component>
<component>
<!--这是第10个节拍-->
<annotation>
<code code="MDC_ECG_BEAT" codeSystem="2.16.840.1.113883.6.24" codeSystemName="MDC"/>
<value xsi:type="CE" code="MDC_ECG_BEAT_NORMAL"
codeSystem="2.16.840.1.113883.6.24" codeSystemName="MDC"/>
<component>
<annotation>
<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_ABSOLUTE"
codeSystem="2.16.840.1.113883.5.4"
codeSystemName="ActCode" displayName="Aboslute Time"/>
<value xsi:type="IVL_TS">
<low value="20021122091008.558"/>
<high value="20021122091008.660"/>
</value>
</boundary>
</component>
</supportingROI>
</support>
</annotation>
</component>
<component>
<annotation>
<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_ABSOLUTE"
codeSystem="2.16.840.1.113883.5.4"
codeSystemName="ActCode" displayName="Aboslute Time"/>
<value xsi:type="IVL_TS">
<low value="20021122091008.706"/>
<high value="20021122091008.826"/>
</value>
</boundary>
</component>
</supportingROI>
</support>
</annotation>
</component>
<component>
<annotation>
<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_ABSOLUTE"
codeSystem="2.16.840.1.113883.5.4"
codeSystemName="ActCode" displayName="Aboslute Time"/>
<value xsi:type="IVL_TS">
<high value="20021122091009.126"/>
</value>
</boundary>
</component>
</supportingROI>
</support>
</annotation>
</component>
<component>
<annotation>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
</annotation>
</component>
<component>
<!--这是第11个节拍-->
<annotation>
<code code="MDC_ECG_BEAT" codeSystem="2.16.840.1.113883.6.24" codeSystemName="MDC"/>
<value xsi:type="CE" code="MDC_ECG_BEAT_NORMAL"
codeSystem="2.16.840.1.113883.6.24" codeSystemName="MDC"/>
<component>
<annotation>
<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_ABSOLUTE"
codeSystem="2.16.840.1.113883.5.4"
codeSystemName="ActCode" displayName="Aboslute Time"/>
<value xsi:type="IVL_TS">
<low value="20021122091009.340"/>
<high value="20021122091009.442"/>
</value>
</boundary>
</component>
</supportingROI>
</support>
</annotation>
</component>
<component>
<annotation>
<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_ABSOLUTE"
codeSystem="2.16.840.1.113883.5.4"
codeSystemName="ActCode" displayName="Aboslute Time"/>
<value xsi:type="IVL_TS">
<low value="20021122091009.488"/>
<high value="20021122091009.608"/>
</value>
</boundary>
</component>
</supportingROI>
</support>
</annotation>
</component>
<component>
<annotation>
<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_ABSOLUTE"
codeSystem="2.16.840.1.113883.5.4"
codeSystemName="ActCode" displayName="Aboslute Time"/>
<value xsi:type="IVL_TS">
<high value="20021122091009.908"/>
</value>
</boundary>
</component>
</supportingROI>
</support>
</annotation>
</component>
<component>
<annotation>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
</annotation>
</component>
</annotationSet>
</subjectOf>

 

举报

相关推荐

0 条评论