The HC_271RSP collaboration template processes X12_A1_271 business objects. The HC_271RSP collaboration template uses data contained in the X12_A1_271 business object to determine if the sender of the HIPAA 271 message authorized the ordered patient medication. The collaboration then builds an MQWF_EMR business object and populates it with the previously saved medication information. The MQWF_EMR business object is sent to WebSphere MQ Workflow to start an Electronic Medical Record process that will execute the order for medication and notify the ordering physician of its completion.
This collaboration object performs the following tasks:
This section includes information on port bindings and required steps for setting up collaboration objects based on HC_271RSP. For information on standard features, ports, and configuration properties for collaboration templates, and for general information on creating collaboration objects, refer to the documents listed in Required Documents for Creating Collaboration Objects.
The following diagram lists HC_271RSP's ports:
Note: To keep the collaboration object from using a port, bind that port to the Port connector. Doing so indicates that the port is unused without causing the collaboration object to provide additional functionality.
Business object | Bound to | Function | Verbs used |
---|---|---|---|
MQWF_EMR | Source application's connector or calling collaboration object. | Sends a reference-valued business object to retrieve the full-valued business object. The result determines which verb is used. | Retrieve |
Business object | Bound to | Function | Verbs used |
---|---|---|---|
X12_A1_271 | Source application's connector or calling collaboration object. | Receives the triggering business object. | Create |
Business object | Bound to | Function | Verbs used |
---|---|---|---|
MQWF_EMR | Destination application's connector | Sends the WebSphere MQ Workflow business object out of the collaboration object. | Create |
Business object | Bound to | Function | Verbs used |
---|---|---|---|
EMR_Struct_OMP_Email | HC_EMR_Email collaboration | Send an e-mail business object out of the collaboration indicating that the HIPAA 271 authorization failed | Create |
To set up HC_271RSP as a stand-alone collaboration object, complete the following steps:
This section illustrates the business processing logic for this collaboration template:
This section illustrates this collaboration template's process logic for the supported verb, Create.
The following diagrams show the process logic for this collaboration template's Create verb.
SyncLogic diagram
Process Order Message diagram
Check For Saved Order diagram
Error Send Email diagram
Create MQ Workflow Message diagram
Send Email diagram
This collaboration template uses the following standard business processes:
This section describes the standard and specific configuration properties for this collaboration:
This collaboration template uses the following standard configuration properties:
This collaboration template has the following configuration properties specific to it:
This property specifies the database connection pool.
Default value | Usage |
---|---|
HEALTHCARE_DB | Defines the database connection pool used by the collaboration. |
This property specifies the WebSphere MQ Workflow process name which this collaboration should include in the MQ Workflow business object it sends telling MQ Workflow which process to execute.
Default value | Usage |
---|---|
ElectronicMedicalRecord | Name of the WebSphere MQ Workflow process this collaboration needs to execute. |
This property specifies the value of the UserId parameter included in the WebSphere MQ Workflow business object created by this collaboration.
Default value | Usage |
---|---|
ADMIN | UserId to be passed to the WebSphere MQ Workflow process this collaboration needs to execute. |