IHE トランザクション ITI-30 (IHE アクター Patient Demographic Supplier が患者記録を作成、更新、削除するために使用する) は、ATNAAudit ノードを使用することにより監査できます。
以下の表では、メッセージ内の各エレメントに割り当てる必要のある値について説明します。
エレメント | 説明 |
---|---|
EventOutcome | イベント結果の標識 |
PIXManagerURI | アクセスしている PIX Manager の URI。この値は、IP アドレス、DNS 名、またはマシン名のいずれかです。 |
ReceivingFacility | HL7 受信ファシリティー |
ReceivingApplication | HL7 受信アプリケーション |
SendingFacility | HL7 送信ファシリティー |
SendingApplication | HL7 送信アプリケーション |
MessageControlID | MSH セグメントから送信された HL7 メッセージ制御 ID |
PatientID | このイベントによって影響を受ける患者 ID |
以下のセクションでは、ATNAAudit ノードに送信される XML メッセージの作成に使用するスキーマをリストします。
「Patient Demographic Supplier」アクターの「ITI-30 Patient Identity Management」患者記録新規作成イベントを監査します。
<?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="AuditPAMSourceCreatePatientRecordEvent" type="AuditPAMSourceCreatePatientRecordEvent"/>
<xsd:complexType name="AuditPAMSourceCreatePatientRecordEvent">
<xsd:annotation>
<xsd:documentation xml:lang="en">Audits an ITI-30 Patient Identity Management create new patient record event for Patient Demographic Supplier 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>
各エレメントに入力する必要のある値について詳しくは、エレメントの説明を参照してください。
「Patient Demographic Supplier」アクターの「ITI-30 Patient Identity Management」患者記録削除イベントを監査します。
<?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="AuditPAMSourceDeletePatientRecordEvent" type="AuditPAMSourceDeletePatientRecordEvent"/>
<xsd:complexType name="AuditPAMSourceDeletePatientRecordEvent">
<xsd:annotation>
<xsd:documentation xml:lang="en">Audits an ITI-30 Patient Identity Management delete patient record event for Patient Demographic Supplier 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>
各エレメントに入力する必要のある値について詳しくは、エレメントの説明を参照してください。
「Patient Demographic Supplier」アクターの「ITI-30 Patient Identity Management」患者記録更新イベントを監査します。
<?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="AuditPAMSourceUpdatePatientRecordEvent" type="AuditPAMSourceUpdatePatientRecordEvent"/>
<xsd:complexType name="AuditPAMSourceUpdatePatientRecordEvent">
<xsd:annotation>
<xsd:documentation xml:lang="en">Audits an ITI-30 Patient Identity Management update patient record event for Patient Demographic Supplier 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>
各エレメントに入力する必要のある値について詳しくは、エレメントの説明を参照してください。