Skip to main content
The integration normalizes patient creation data before sending it downstream.
FieldTypeDetails
idstringPrimary identifier from the originating payload.
namestringCombined firstName and lastName.
file_nostringPatient chart number (payload.patientId).
reference_nostringExternal reference (payload.referenceId).
nationalIdstringNational identifier.
detailsstringOptional free-form details about the patient.
phonestringPhone number segment before the _ separator, if provided.
mobilestringPhone number segment after the _ separator, if provided.
countrystringCountry associated with the record.
addressstringStreet address line.
{
  "id": "pat_123",
  "name": "Jane Doe",
  "file_no": "PT-00017",
  "reference_no": "REF-883",
  "nationalId": "1234567890",
  "details": "Primary contact for the family",
  "phone": "+1",
  "mobile": "5551234567",
  "country": "USA",
  "address": "42 Ocean Avenue"
}