The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "FHIR ClaimResponse Transformation - Auto Detection",
"nodes": [
{
"parameters": {
"values": {
"string": [
{
"name": "claim_id",
"value": "CLAIM-2024-98765"
},
{
"name": "status",
"value": "active"
},
{
"name": "outcome",
"value": "complete"
},
{
"name": "patient_id",
"value": "Patient/54321"
},
{
"name": "insurer_name",
"value": "BlueCross BlueShield"
},
{
"name": "total_amount",
"value": "1250.00"
},
{
"name": "payment_amount",
"value": "1000.00"
},
{
"name": "payment_date",
"value": "2024-12-18"
},
{
"name": "adjudication_code",
"value": "eligible"
},
{
"name": "adjudication_amount",
"value": "1000.00"
},
{
"name": "currency",
"value": "USD"
},
{
"name": "original_request_ref",
"value": "Claim/original-claim-123"
}
]
}
},
"id": "claimresponse-data",
"name": "Sample ClaimResponse Data",
"type": "n8n-nodes-base.set",
"typeVersion": 3.3,
"position": [
640,
300
]
},
{
"parameters": {
"mode": "auto",
"options": {
"includeDetailedMapping": true,
"stopOnError": false
}
},
"id": "fhir-claimresponse-node",
"name": "FHIR ClaimResponse",
"type": "fhir-n8n-custom-nodes.fhirClaimResponse",
"typeVersion": 1,
"position": [
860,
300
]
},
{
"parameters": {},
"id": "manual-trigger",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
420,
300
]
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "Sample ClaimResponse Data",
"type": "main",
"index": 0
}
]
]
},
"Sample ClaimResponse Data": {
"main": [
[
{
"node": "FHIR ClaimResponse",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"meta": {
"templateCredsSetupCompleted": true
},
"tags": [
"FHIR",
"ClaimResponse",
"Auto-Detection",
"Insurance"
]
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
FHIR ClaimResponse Transformation - Auto Detection. Uses fhir-n8n-custom-nodes. Event-driven trigger; 3 nodes.
Source: https://github.com/mudux/ruphasoft_n8n/blob/b370a290dfe0f018f911da117f3500f11ef6f61a/examples/claimresponse-auto-workflow.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
FHIR Appointment - Auto Detection. Uses fhir-n8n-custom-nodes. Event-driven trigger; 3 nodes.
Convert Docx From Url To Pdf Using Convertapi. Uses manualTrigger, httpRequest, readWriteFile, stickyNote. Event-driven trigger; 6 nodes.
Preparing Data To Be Sent To A Service. Uses manualTrigger, stickyNote, googleSheets, n8nTrainingCustomerDatastore. Event-driven trigger; 6 nodes.
Extract Contracts to a Register. Uses n8n-nodes-iterationlayer. Event-driven trigger; 6 nodes.
📄 Description: This workflow helps you migrate customer records directly from Odoo v15 to Odoo v18 without the need for manual exports or intermediate files.