- 16 Aug 2024
- 4 Minutes to read
-
Print
-
DarkLight
-
PDF
SFTP
- Updated on 16 Aug 2024
- 4 Minutes to read
-
Print
-
DarkLight
-
PDF
Navigate to Settings on left-hand navigation bar > Account Settings and scroll down to the SFTP section.
- Click the SFTP Active dropdown and select YES
- Click a pop-up box will display on the screen with the following credentials:
SFTP Password, Username, Password, Hostname, Port, Upload Claim Folder, and Download Responses/ERA folder. - The credentials in this pop-up will have to be applied to the Practice Management System's SFTP settings.
Contact the PMS support for assistance in configuring these credentials.
SFTP Settings | |
---|---|
SFTP Active | Select YES in dropdown. |
SFTP Username | This is used in the SFTP configuration in your SFTP client. This will display when clicking Save |
SFTP Password | This is used in the SFTP configuration in your SFTP configuration page. This is hidden until you click Save. |
SFTP Host | This is the hostname to configure in your SFTP client. |
SFTP Port | This is the SSH/SFTP port to configure in your SFTP client. |
Send Files Folder | /SendFiles This is the folder your SFTP client should use to upload claim and eligibility files into CLAIM.MD. |
Receive Files Folder | This is the folder your SFTP client should use to download claim status, ERA and other files from CLAIM.MD. |
File Acknowledgment | Available file level acknowledgement formats to download via the SFTP server. |
Claim Status Format | Available claim status formats to download via the SFTP server. |
Receive ERA/835 | Generally, this will be 835 which is the standard format, but other options are available depending on how systems are setup. |
TaxID Subfolders | Separate claim status and ERA files into sub folders by Tax ID. i.e. /ReceiveFiles/741111111/60054_1234567893_11741672.835. *Your software must be properly configured if you activate this setting. |
File Acknowledgements
When you upload a batch file via SFTP and select "File Acknowledgement" or "Claim Status Format" options in the SFTP Settings under Settings > Account Settings, the system returns files in specific formats. Below are the details of the possible file formats you may receive.
.result Format:
The '.result' format provides a file-level acknowledgment in plain text, confirming whether a file was received and successfully loaded by Claim.MD.
- Any acknowledgment starting with "Received n claims" indicates successful processing of the specified number of claims.
Error Example:
- If the response does not begin with "Received n claims," it signifies an error. The complete text of the response should be reviewed to identify the issue.
No Claims Loaded Example:
- If the acknowledgment indicates that no claims were loaded, it is essential to review the situation, as this may also represent an issue requiring attention.
Important Considerations
- Always review the full content of the '.result' file to ensure that the batch file was processed as expected.
- In case of errors or unexpected results, further investigation is recommended to identify and resolve any underlying issues.
Claim Status Format
The available claim status formats for download via the SFTP server are XML, 277, CSV, and EPIC.
XML
Response Sample
<result last_responseid="755595618">
<claim batchid="13388918" bill_npi="1234567893" bill_taxid="741111111" claimid="396723060" claimmd_id="396891541" fdos="2022-08-22" fileid="662053345" filename="sample837.txt" ins_number="ZGQ23333352902" payerid="22099" pcn="151068-1" remote_claimid="396723060" response_time="2022-09-01 11:34:59am" sender_icn="" sender_name="CLAIM.MD" senderid="CLMMD" status="A" total_charge="165.00">
<messages fields="" mesgid="ACK" message="Acknowledged" responseid="755534642" status="A" />
</claim>
<claim batchid="13388919" bill_npi="1234567893" bill_taxid="741111111" claimid="396723069" claimmd_id="396891542" fdos="2022-08-22" fileid="662053345" filename="sample837.txt" ins_number="BXYZ99PA" payerid="60054" pcn="107026-1" remote_claimid="396723069" response_time="2022-09-01 11:34:59am" sender_icn="" sender_name="CLAIM.MD" senderid="CLMMD" status="A" total_charge="75.00">
<messages fields="" mesgid="ACK" message="Acknowledged" responseid="755534643" status="A" />
</claim>
<claim batchid="13388918" bill_npi="1234567893" bill_taxid="741111111" claimid="396723060" claimmd_id="396891541" fdos="2022-08-22" fileid="662053345" filename="sample837.txt" ins_number="ZGQ23333352902" payerid="22099" pcn="151068-1" remote_claimid="396723060" response_time="2022-09-01 12:44:49pm" sender_icn="TST396891541" sender_name="NJ BCBS" senderid="FAKE" status="A" total_charge="165.00">
<messages fields="" mesgid="ACK" message="CLAIM ACKNOWLEDGED" responseid="755595616" status="A" />
</claim>
<claim batchid="13388919" bill_npi="1234567893" bill_taxid="741111111" claimid="396723069" claimmd_id="396891542" fdos="2022-08-22" fileid="662053345" filename="sample837.txt" ins_number="BXYZ99PA" payerid="60054" pcn="107026-1" remote_claimid="396723069" response_time="2022-09-01 12:44:49pm" sender_icn="TST396891542" sender_name="AETNA HMO" senderid="FAKE" status="A" total_charge="75.00">
<messages fields="" mesgid="ACK" message="CLAIM ACKNOWLEDGED" responseid="755595617" status="A" />
<messages fields="" mesgid="ACK" message="STATUS - Finalized/Payment-The claim/line has been paid. - Payment reflects usual and customary charges." responseid="755595618" status="A" />
</claim>
</result>
RESPONSE SCHEMA: application/xml
- Result: object (response)
- last_responseid: string
- claim: array of objects
- error: Array of objects (error)stringstring