FIELD CONSTANTS
n8n-nodes-semble / core/Constants / FIELD_CONSTANTS
Variable: FIELD_CONSTANTS¶
const
FIELD_CONSTANTS:object
=SEMBLE_CONSTANTS.FIELDS
Defined in: core/Constants.ts:580
Type declaration¶
PATIENT¶
readonly
PATIENT:object
PATIENT.SCALAR¶
readonly
SCALAR: readonly ["id"
,"title"
,"status"
,"firstName"
,"lastName"
,"fullName"
,"birthSurname"
,"birthName"
,"birthNames"
,"dob"
,"socialSecurityNumber"
,"gender"
,"sex"
,"email"
,"googleClientId"
,"paymentReference"
,"occupation"
,"membershipName"
,"membershipStartDate"
,"membershipStartDateFormatted"
,"createdAt"
,"updatedAt"
,"comments"
,"onHold"
]
PATIENT.COMPLEX¶
readonly
COMPLEX:object
PATIENT.COMPLEX.placeOfBirth¶
readonly
placeOfBirth:object
PATIENT.COMPLEX.placeOfBirth.name¶
readonly
name:"String"
='String'
PATIENT.COMPLEX.placeOfBirth.code¶
readonly
code:"String"
='String'
PATIENT.COMPLEX.phones¶
readonly
phones:object
PATIENT.COMPLEX.phones.phoneId¶
readonly
phoneId:"ID"
='ID'
PATIENT.COMPLEX.phones.phoneType¶
readonly
phoneType:"String"
='String'
PATIENT.COMPLEX.phones.phoneNumber¶
readonly
phoneNumber:"String"
='String'
PATIENT.COMPLEX.address¶
readonly
address:object
PATIENT.COMPLEX.address.address¶
readonly
address:"String"
='String'
PATIENT.COMPLEX.address.city¶
readonly
city:"String"
='String'
PATIENT.COMPLEX.address.postcode¶
readonly
postcode:"String"
='String'
PATIENT.COMPLEX.address.country¶
readonly
country:"String"
='String'
PATIENT.COMPLEX.sharingToken¶
readonly
sharingToken:object
PATIENT.COMPLEX.sharingToken.token¶
readonly
token:"String"
='String'
PATIENT.COMPLEX.numbers¶
readonly
numbers:object
PATIENT.COMPLEX.numbers.id¶
readonly
id:"ID"
='ID'
PATIENT.COMPLEX.numbers.name¶
readonly
name:"String"
='String'
PATIENT.COMPLEX.numbers.value¶
readonly
value:"String"
='String'
PATIENT.COMPLEX.customAttributes¶
readonly
customAttributes:object
PATIENT.COMPLEX.customAttributes.id¶
readonly
id:"ID"
='ID'
PATIENT.COMPLEX.customAttributes.title¶
readonly
title:"String"
='String'
PATIENT.COMPLEX.customAttributes.text¶
readonly
text:"String"
='String'
PATIENT.COMPLEX.customAttributes.response¶
readonly
response:"String"
='String'
PATIENT.COMPLEX.customAttributes.required¶
readonly
required:"Boolean"
='Boolean'
PATIENT.COMPLEX.communicationPreferences¶
readonly
communicationPreferences:object
PATIENT.COMPLEX.communicationPreferences.receiveEmail¶
readonly
receiveEmail:"Boolean"
='Boolean'
PATIENT.COMPLEX.communicationPreferences.receiveSMS¶
readonly
receiveSMS:"Boolean"
='Boolean'
PATIENT.COMPLEX.communicationPreferences.promotionalMarketing¶
readonly
promotionalMarketing:"Boolean"
='Boolean'
PATIENT.COMPLEX.communicationPreferences.paymentReminders¶
readonly
paymentReminders:"Boolean"
='Boolean'
PATIENT.COMPLEX.communicationPreferences.privacyPolicy¶
readonly
privacyPolicy:object
PATIENT.COMPLEX.communicationPreferences.privacyPolicy.response¶
readonly
response:"String"
='String'
PATIENT.COMPLEX.relatedAccounts¶
readonly
relatedAccounts:object
PATIENT.COMPLEX.relatedAccounts.relationshipId¶
readonly
relationshipId:"ID"
='ID'
PATIENT.COMPLEX.relatedAccounts.relationshipType¶
readonly
relationshipType:"PatientRelationshipType"
='PatientRelationshipType'
PATIENT.COMPLEX.relatedAccounts.relationshipLabel¶
readonly
relationshipLabel:"String"
='String'
PATIENT.COMPLEX.relatedAccounts.deleted¶
readonly
deleted:"Boolean"
='Boolean'
PATIENT.COMPLEX.relatedAccounts.contactDetails¶
readonly
contactDetails:object
PATIENT.COMPLEX.relatedAccounts.contactDetails.relatedAccountId¶
readonly
relatedAccountId:"ID"
='ID'
PATIENT.COMPLEX.relatedAccounts.contactDetails.source¶
readonly
source:"String"
='String'
PATIENT.COMPLEX.relatedAccounts.contactDetails.sourceId¶
readonly
sourceId:"ID"
='ID'
PATIENT.COMPLEX.relatedAccounts.contactDetails.firstName¶
readonly
firstName:"String"
='String'
PATIENT.COMPLEX.relatedAccounts.contactDetails.lastName¶
readonly
lastName:"String"
='String'
PATIENT.COMPLEX.relatedAccounts.contactDetails.title¶
readonly
title:"String"
='String'
PATIENT.COMPLEX.relatedAccounts.contactDetails.companyName¶
readonly
companyName:"String"
='String'
PATIENT.COMPLEX.relatedAccounts.contactDetails.phones¶
readonly
phones:"Phone[]"
='Phone[]'
PATIENT.COMPLEX.relatedAccounts.contactDetails.email¶
readonly
email:"String"
='String'
PATIENT.COMPLEX.relatedAccounts.contactDetails.address¶
readonly
address:"String"
='String'
PATIENT.COMPLEX.relatedAccounts.contactDetails.city¶
readonly
city:"String"
='String'
PATIENT.COMPLEX.relatedAccounts.contactDetails.postcode¶
readonly
postcode:"String"
='String'
PATIENT.COMPLEX.relatedAccounts.contactDetails.country¶
readonly
country:"String"
='String'
PATIENT.COMPLEX.relatedAccounts.contactDetails.notes¶
readonly
notes:"String"
='String'
PATIENT.COMPLEX.relatedAccounts.contactDetails.name¶
readonly
name:"String"
='String'
PATIENT.COMPLEX.relatedAccounts.contactDetails.contactInfo¶
readonly
contactInfo:"String"
='String'
PATIENT.COMPLEX.relatedAccounts.contactDetails.policyNumber¶
readonly
policyNumber:"String"
='String'
PATIENT.COMPLEX.relatedAccounts.contactDetails.authorizationCode¶
readonly
authorizationCode:"String"
='String'
PATIENT.COMPLEX.labels¶
readonly
labels:object
PATIENT.COMPLEX.labels.id¶
readonly
id:"ID"
='ID'
PATIENT.COMPLEX.labels.referenceId¶
readonly
referenceId:"ID"
='ID'
PATIENT.COMPLEX.labels.color¶
readonly
color:"String"
='String'
PATIENT.COMPLEX.labels.text¶
readonly
text:"String"
='String'
PATIENT.COMPLEX.accessGroups¶
readonly
accessGroups:object
PATIENT.COMPLEX.accessGroups.id¶
readonly
id:"ID"
='ID'
PATIENT.COMPLEX.accessGroups.name¶
readonly
name:"String"
='String'
PATIENT.COMPLEX.accessGroups.label¶
readonly
label:"String"
='String'
PHONE_TYPES¶
readonly
PHONE_TYPES: readonly ["mobile"
,"home"
,"work"
,"other"
]
GENDER_OPTIONS¶
readonly
GENDER_OPTIONS: readonly ["male"
,"female"
,"non-binary"
,"other"
,"prefer-not-to-say"
]
SEX_OPTIONS¶
readonly
SEX_OPTIONS: readonly ["male"
,"female"
,"intersex"
]
BOOKING_STATUS_OPTIONS¶
readonly
BOOKING_STATUS_OPTIONS: readonly ["confirmed"
,"pending"
,"cancelled"
,"completed"
,"no-show"
]
APPOINTMENT_TYPES¶
readonly
APPOINTMENT_TYPES: readonly ["consultation"
,"follow-up"
,"procedure"
,"screening"
,"emergency"
]
COMMUNICATION_PREFERENCES¶
readonly
COMMUNICATION_PREFERENCES: readonly ["email"
,"sms"
,"phone"
,"post"
,"none"
]