4. PIX / PDQ
4.2. トランザクション定義(PIXV3)
4.2.3. 患者 ID 相互参照更新通知(HL7 V3 版) (ITI-46)
4.2.3.1. インターフェース定義
患者 ID 相互参照更新通知(HL7 V3 版)の Web サービスインターフェース仕様を、表 4-38、表 4-39、
及び、表 4-40 に示す。《PIX コンシューマ》は、SOAP メッセージ形式の患者レジストリレコード修正メッ セージを受理することができ、SOAP メッセージ形式の受諾応答メッセージを応答できなければならない。
《PIX マネージャ》は、 SOAP メッセージ形式の患者レジストリレコード修正メッセージを生成することがで き、SOAP メッセージ形式の受諾応答メッセージを受理できなければならない。
表
4-38
患者ID
相互参照更新通知(HL7 V3版)メッセージで使用するXML
名前空間プレフィックス 名前空間
tns urn:ihe:iti:pixv3:2007
wsoap12 http://schemas.xmlsoap.org/wsdl/soap12/
wsaw http://www.w3.org/2006/05/addressing/wsdl xsd http://www.w3.org/2001/XMLSchema
xsi http://www.w3.org/2001/XMLSchema-instance hl7 urn:hl7-org:v3
表 4-39 患者
ID
相互参照更新通知(HL7 V3版)で使用するXML
スキーマターゲット要素 XML スキーマ
hl7:PRPA_IN201302UV02 PRPA_IN201302UV02.xsd hl7:MCCI_IN000002UV01 MCCI_IN000002UV01.xsd
表 4-40 患者
ID
相互参照更新通知(HL7 V3版)WSDL
定義 WSDLPIXConsumer.wsdl ポートタイプ
PIXConsumer_PortType オペレーション
患者 ID 更新相互参照更新通知 (PIXConsumer_PRPA_IN201302UV02)
入力メッセージ 患者レジストリレコード修正メッセージ(tns:PRPA_IN201302UV02_Message)
part Body
要素 hl7:PRPA_IN201302UV02
アクション urn:hl7-org:v3:PRPA_IN201302UV02 出力メッセージ 受諾応答メッセージ(tns:MCCI_IN000002UV01_Message)
part Body
要素 hl7:MCCI_IN000002UV01
アクション urn:hl7-org:v3:MCCI_IN000002UV01 バインディング(SOAP 1.2 binding)
PIXConsumer_Binding_Soap12
ポートタイプ tns:PIXConsumer_PortType バインディングスタイル 文書指向 (document)
トランスポート HTTP
オペレーション PIXConsumer_PRPA_IN201302UV02 SOAPAction urn:hl7-org:v3:PRPA_IN201301UV02 input リテラル形式 (literal)
output リテラル形式 (literal) サービス
バインディング tns:PIXConsumer_Binding_Soap12
患者 ID 相互参照更新通知(HL7 V3 版)の WSDL の例を、図 4-22 に示す。本例は、当該メッセージに関連 する部分のみを抜粋したものであり、完全な例は、ITI の FTP サイト(12.1 引用規格 IHE ITI TF-2x Appendix W)を参照のこと。
<?xml version="1.0" encoding="UTF-8"?>
<definitions name="PIXConsumer" targetNamespace="urn:ihe:iti:pixv3:2007"
xmlns:tns="urn:ihe:iti:pixv3:2007" xmlns:wsoap11="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:wsoap12="http://schemas.xmlsoap.org/wsdl/soap12/"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:hl7="urn:hl7-org:v3">
<documentation>Example WSDL for PIX Consumer, receiving update notifications</documentation>
<types>
<xsd:schema elementFormDefault="qualified" targetNamespace="urn:hl7-org:v3"
xmlns:hl7="urn:hl7-org:v3">
<!-- Include the message schema -->
<xsd:include
schemaLocation="../schema/HL7V3/NE2008/multicacheschemas/PRPA_IN201302UV02.xsd"/>
</xsd:schema>
<xsd:schema elementFormDefault="qualified" targetNamespace="urn:hl7-org:v3"
xmlns:hl7="urn:hl7-org:v3">
<!-- Include the message schema -->
<xsd:include
schemaLocation="../schema/HL7V3/NE2008/multicacheschemas/MCCI_IN000002UV01.xsd"/>
</xsd:schema>
</types>
<message name="PRPA_IN201302UV02_Message">
<part element="hl7:PRPA_IN201302UV02" name="Body"/>
</message>
<message name="MCCI_IN000002UV01_Message">
<part element="hl7:MCCI_IN000002UV01" name="Body"/>
</message>
<portType name="PIXConsumer_PortType">
<operation name="PIXConsumer_PRPA_IN201302UV02">
<input message="tns:PRPA_IN201302UV02_Message"
wsaw:Action="urn:hl7-org:v3:PRPA_IN201302UV02"/>
<output message="tns:MCCI_IN000002UV01_Message"
wsaw:Action="urn:hl7-org:v3:MCCI_IN000002UV01"/>
</operation>
</portType>
<binding name="PIXConsumer_Binding_Soap12" type="tns:PIXConsumer_PortType">
<wsoap12:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<operation name="PIXConsumer_PRPA_IN201302UV02">
<wsoap12:operation soapAction="urn:hl7-org:v3:PRPA_IN201302UV02"/>
<input>
<wsoap12:body use="literal"/>
</input>
<output>
<wsoap12:body use="literal"/>
</output>
</operation>
</binding>
<service name="PIXConsumer_Service">
<port binding="tns:PIXConsumer_Binding_Soap12" name="PIXConsumer_Port_Soap12">
<wsoap12:address location="http://servicelocation/PIXConsumer_Soap12"/>
</port>
</service>
</definitions>
図