The ITI-48 IHE transaction, which is used by the SVS Consumer IHE actor, can be audited by using an ATNAAudit node.
The following table describes the value that needs to be assigned to each element in the message.
Element | Description |
---|---|
EventOutcome | The event outcome indicator |
RepositoryEndpointURI | The web service endpoint URI for the SVS repository |
ValueSetUniqueID | The unique ID of the returned value set |
ValueSetName | Name associated with the unique ID of the returned value set |
ValueSetVersion | Version of the returned value set |
The following sections list the schemas you use to create the XML messages that are sent to the ATNAAudit node.
Audits an ITI-48 Retrieve Value Set event for SVS Consumer actors.
<?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="AuditSVSConsumerRetrieveValueSetEvent" type="AuditSVSConsumerRetrieveValueSetEvent"/>
<xsd:complexType name="AuditSVSConsumerRetrieveValueSetEvent">
<xsd:annotation>
<xsd:documentation xml:lang="en">Audits an ITI-48 Retrieve Value Set event for SVS Consumer actors</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="EventOutcome" type="xsd:string"/>
<xsd:element name="RepositoryEndpointURI" type="xsd:string"/>
<xsd:element name="ValueSetUniqueID" type="xsd:string"/>
<xsd:element name="ValueSetName" type="xsd:string"/>
<xsd:element name="ValueSetVersion" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
For details of the values you need to enter for each element, see Element Descriptions.