Sample Membership Termination Outbound Message

Using the below example, you can do the following:

  • Initiate an outbound message to terminate an individual membership when the main subscriber is delinquent.

Person Name Main Subscriber Health Plan Code Billed Amount Paid Through Date Amount Paid
JOE, LATHAM Yes APTC_​BENEFIT 5000.00 31-10-2023 0.00
<schema>
    <xmlRawResponse></xmlRawResponse>
    <xmlResponse></xmlResponse>
    <outboundMessageId></outboundMessageId>
    <notificationExternalId></notificationExternalId>
    <type></type>
    <processingMethod></processingMethod>
    <status></status>
    <extract></extract>
    <batchControl></batchControl>
    <batchNumber></batchNumber>
    <creationDateTime></creationDateTime>
    <messageCategory></messageCategory>
    <messageNumber></messageNumber>
    <processSignature></processSignature>
    <version></version>
    <xmlSource>
        <healthPlanCode>APTC_BENEFIT</healthPlanCode>
        <externalMembershipId>JOE_LAT_1995</externalMembershipId>
        <membershipId>756692964026275</membershipId>
        <delinquencyProcessId>228385060384</delinquencyProcessId>
        <mainSubscriberPersonId>2350627566</mainSubscriberPersonId>
        <mainSubscriberPersonIdentifierType>WEB</mainSubscriberPersonIdentifierType>
        <mainSubscriberPersonIdentifier>JOE</mainSubscriberPersonIdentifier>
        <mainSubscriberName>JOE,LATHAM</mainSubscriberName>
        <mainSubscriberRelationshipType>OWNER</mainSubscriberRelationshipType>
        <startDate>2023-01-01</startDate>
        <endDate>2023-12-31</endDate>
        <paidThroughDate></paidThroughDate>
        <terminateDate>2023-10-31</terminateDate>
        <terminateReason>INDV_MEM_TERM</terminateReason>
        <terminateReasonDescription>Membership Awaiting Termination</terminateReasonDescription>
        <billedAmount>5000.00</billedAmount>
        <paidAmount>0.00</paidAmount>
    </xmlSource>
    <errorDetails></errorDetails>
    <ilmDate></ilmDate>
    <isEligibleForArchiving></isEligibleForArchiving>
</schema>
Note: We have given the above sample to illustrate how the tags should be nested while sending an membership termination outbound message to the external system. However, you should not seamlessly use this sample in your environment because the required pre-requisite data may not be available in your environment. In such case, the system will give erroneous results.