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 Bundle Transformation - Auto Detection",
"nodes": [
{
"parameters": {
"values": {
"string": [
{
"name": "transaction_id",
"value": "TXN-2024-AUTO-001"
},
{
"name": "bundle_type",
"value": "transaction"
},
{
"name": "timestamp",
"value": "2024-12-20T15:45:00Z"
},
{
"name": "total_entries",
"value": "2"
},
{
"name": "entry_resource_type",
"value": "Patient"
},
{
"name": "full_url",
"value": "http://fhir.hospital.org/Patient/patient-001"
},
{
"name": "method",
"value": "POST"
},
{
"name": "request_url",
"value": "Patient"
},
{
"name": "response_status",
"value": "201"
},
{
"name": "meta_version",
"value": "1"
}
]
}
},
"id": "bundle-auto-data",
"name": "Healthcare Bundle Data",
"type": "n8n-nodes-base.set",
"typeVersion": 3.3,
"position": [
640,
300
]
},
{
"parameters": {
"mode": "auto",
"options": {
"includeDetailedMapping": true
}
},
"id": "fhir-bundle-auto",
"name": "FHIR Bundle Auto-Detection",
"type": "fhir-n8n-custom-nodes.fhirBundle",
"typeVersion": 1,
"position": [
860,
300
]
},
{
"parameters": {},
"id": "manual-trigger-bundle",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
420,
300
]
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "Healthcare Bundle Data",
"type": "main",
"index": 0
}
]
]
},
"Healthcare Bundle Data": {
"main": [
[
{
"node": "FHIR Bundle Auto-Detection",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {},
"meta": {
"created": "2024-12-18T08:30:00Z",
"description": "Demonstrates Bundle auto-detection with proper healthcare transaction data"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
FHIR Bundle Transformation - Auto Detection. Uses fhir-n8n-custom-nodes. Event-driven trigger; 3 nodes.
Source: https://github.com/mudux/ruphasoft_n8n/blob/b370a290dfe0f018f911da117f3500f11ef6f61a/examples/bundle-auto-detection-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.
FHIR ClaimResponse Transformation - 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.