可以使用 ATNAAudit 节点对 IHE 参与者“PIX 源”用于创建、更新和删除患者记录的 ITI-44 IHE 事务进行审计。
下表描述对消息中每个元素需要赋予值。
元素 | 描述 |
---|---|
EventOutcome | 事件结果指示符 |
PIXManagerURI | 所要访问的 PIX 管理器的 URI。此值可以是 IP 地址、DNS 名称或机器名。 |
ReceivingFacility | HL7 接收设施 |
ReceivingApplication | HL7 接收应用程序 |
SendingFacility | HL7 发送设施 |
SendingApplication | HL7 发送应用程序 |
MessageControlID | 从 MSH 段发送的 HL7 消息控制标识 |
PatientID | 此事件所影响的患者标识 |
下列各节列示用于创建向 ATNAAudit 节点发送的 XML 消息的模式。
对“患者身份源”参与者的“ITI-44 Patient Identity Feed”创建患者记录事件进行审计。
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xsd:schema xmlns="http://com.ibm.healthcare/ATNA" xmlns:xsd="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://com.ibm.healthcare/ATNA">
<xsd:include schemaLocation="ATNATypes.xsd"/>
<xsd:element name="AuditPIXSourceCreatePatientRecordV3Event" type="AuditPIXSourceCreatePatientRecordV3Event"/>
<xsd:complexType name="AuditPIXSourceCreatePatientRecordV3Event">
<xsd:annotation>
<xsd:documentation xml:lang="en">Audits an ITI-44 Patient Identity Feed create patient record event for Patient Identity Source actors</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="EventOutcome" type="xsd:string"/>
<xsd:element name="PIXManagerURI" type="xsd:string"/>
<xsd:element name="ReceivingFacility" type="xsd:string"/>
<xsd:element name="ReceivingApplication" type="xsd:string"/>
<xsd:element name="SendingFacility" type="xsd:string"/>
<xsd:element name="SendingApplication" type="xsd:string"/>
<xsd:element name="MessageControlID" type="xsd:string"/>
<xsd:element name="PatientID" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
有关需要为每个元素输入的值的详细信息,请参阅元素描述。
对“患者身份源”参与者的“ITI-44 Patient Identity Feed”删除患者记录事件进行审计。
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xsd:schema xmlns="http://com.ibm.healthcare/ATNA" xmlns:xsd="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://com.ibm.healthcare/ATNA">
<xsd:include schemaLocation="ATNATypes.xsd"/>
<xsd:element name="AuditPIXSourceDeletePatientRecordV3Event" type="AuditPIXSourceDeletePatientRecordV3Event"/>
<xsd:complexType name="AuditPIXSourceDeletePatientRecordV3Event">
<xsd:annotation>
<xsd:documentation xml:lang="en">Audits an ITI-44 Patient Identity Feed delete patient record event for Patient Identity Source actors</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="EventOutcome" type="xsd:string"/>
<xsd:element name="PIXManagerURI" type="xsd:string"/>
<xsd:element name="ReceivingFacility" type="xsd:string"/>
<xsd:element name="ReceivingApplication" type="xsd:string"/>
<xsd:element name="SendingFacility" type="xsd:string"/>
<xsd:element name="SendingApplication" type="xsd:string"/>
<xsd:element name="MessageControlID" type="xsd:string"/>
<xsd:element name="PatientID" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
有关需要为每个元素输入的值的详细信息,请参阅元素描述。
对“患者身份源”参与者的“ITI-44 Patient Identity Feed”更新患者记录事件进行审计。
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xsd:schema xmlns="http://com.ibm.healthcare/ATNA" xmlns:xsd="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://com.ibm.healthcare/ATNA">
<xsd:include schemaLocation="ATNATypes.xsd"/>
<xsd:element name="AuditPIXSourceUpdatePatientRecordV3Event" type="AuditPIXSourceUpdatePatientRecordV3Event"/>
<xsd:complexType name="AuditPIXSourceUpdatePatientRecordV3Event">
<xsd:annotation>
<xsd:documentation xml:lang="en">Audits an ITI-44 Patient Identity Feed update patient record event for Patient Identity Source actors</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="EventOutcome" type="xsd:string"/>
<xsd:element name="PIXManagerURI" type="xsd:string"/>
<xsd:element name="ReceivingFacility" type="xsd:string"/>
<xsd:element name="ReceivingApplication" type="xsd:string"/>
<xsd:element name="SendingFacility" type="xsd:string"/>
<xsd:element name="SendingApplication" type="xsd:string"/>
<xsd:element name="MessageControlID" type="xsd:string"/>
<xsd:element name="PatientID" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
有关需要为每个元素输入的值的详细信息,请参阅元素描述。