{"query":" mutation CreatePatient($input: CreatePatientDataInput!) { createPatient(input: $input) { } }","variables":{"input":{"title":"Mr.","first":"John","last":"Doe","email":"john.doe@example.com","dob":"1990-01-01","gender":"Male","sex":"M","address":"123 Main Street","city":"Anytown","postcode":"12345","country":"GB","phoneType":"Mobile","phoneNumber":"+1 555-555-5555","paymentReference":"PaymentRef123","communicationPreferences":{"email":true,"sms":false},"labels":["LabelID1","LabelID2"],"customAttributes":[{"name":"CustomAttribute1","value":"Value1"},{"name":"CustomAttribute2","value":"Value2"}],"comments":"This is a test comment."}}}