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 Patient Transformation - Auto Detection",
"nodes": [
{
"parameters": {
"values": {
"string": [
{
"name": "patient_first_name",
"value": "John"
},
{
"name": "patient_last_name",
"value": "Doe"
},
{
"name": "dob",
"value": "1990-05-15"
},
{
"name": "phone",
"value": "(555) 123-4567"
},
{
"name": "mrn",
"value": "12345"
},
{
"name": "patient_gender",
"value": "M"
},
{
"name": "email",
"value": "john.doe@example.com"
}
]
},
"options": {}
},
"id": "1234567890abcdef",
"name": "Sample Patient Data",
"type": "n8n-nodes-base.set",
"typeVersion": 3.3,
"position": [
640,
300
],
"credentials": {}
},
{
"parameters": {
"mode": "auto",
"options": {
"includeDetailedMapping": true
}
},
"id": "abcdef1234567890",
"name": "FHIR Patient",
"type": "fhir-n8n-custom-nodes.fhirPatient",
"typeVersion": 1,
"position": [
860,
300
],
"credentials": {}
},
{
"parameters": {},
"id": "fedcba0987654321",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
420,
300
],
"credentials": {}
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "Sample Patient Data",
"type": "main",
"index": 0
}
]
]
},
"Sample Patient Data": {
"main": [
[
{
"node": "FHIR Patient",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "12345678-1234-1234-1234-123456789012",
"meta": {
"templateCredsSetupCompleted": true
},
"id": "87654321",
"tags": [
"FHIR",
"Patient",
"Auto-Detection",
"Healthcare"
]
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
FHIR Patient Transformation - Auto Detection. Uses fhir-n8n-custom-nodes. Event-driven trigger; 3 nodes.
Source: https://github.com/mudux/ruphasoft_n8n/blob/b370a290dfe0f018f911da117f3500f11ef6f61a/examples/patient-transformation-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.
Protect Pdf With The Password Using Convertapi. Uses manualTrigger, readWriteFile, stickyNote, httpRequest. Event-driven trigger; 7 nodes.
Kb Tool Confluence Knowledge Base. Uses executeWorkflowTrigger, httpRequest, stickyNote. Event-driven trigger; 7 nodes.
N8N Español - Ejemplos. Uses manualTrigger, executeCommand. Event-driven trigger; 7 nodes.
Manual Stickynote. Uses graphql, manualTrigger, stickyNote. Event-driven trigger; 7 nodes.
[E2E] Availability Exceptions - Create and Delete. Uses CUSTOM. Event-driven trigger; 7 nodes.