- ContactsFulfillmentJobOptions
File ID from uploadFile (conditionally required if doctor and patient are not set)
Prescription ID
Prescription issue date, if available
Prescription expiration date, if available
Doctor details (conditionally required if prescription file ID is not set)
Patient details (conditionally required if prescription file ID is not set)
Details about the prescribed contacts
Doctor-entered comments
{ "fileId": "Example String", "prescriptionId": "Example String", "issueDate": "Example String", "expirationDate": "Example String", "doctor": { "__typename": "Doctor" }, "patient": { "__typename": "Patient" }, "products": { "__typename": "ContactsProducts" }, "comments": "Example String" }
{ "products": [ { "__typename": "ContactsProducts" } ], "prescription": { "__typename": "ContactsPrescription" } }
{ "jobId": "Example String" }
{ "jobId": "Example String" }
{ "jobId": "Example String", "sendText": true, "sendEmail": true, "buyLink": true }
{ "jobId": "Example String" }
The number of seconds between 0 and 20 to wait for completion; Default: 0 (no wait)
{ "contactsSuggestion": { "__typename": "ContactsSuggestionJobOptions" }, "contactsPrescriptionVerification": { "__typename": "ContactsPrescriptionVerificationJobOptions" }, "contactsPrescriptionIssuance": { "__typename": "ContactsPrescriptionIssuanceJobOptions" }, "contactsFulfillment": { "__typename": "ContactsFulfillmentJobOptions" }, "wait": 40 }
Contacts prescription verification job details
Unique ID for this job
Current job status
Current job reason, if applicable
Contacts details
Contacts options
List of tags used to correlate this workflow with other systems
Last date and time this job was updated
Implements interfaces
Contacts job interface
{ "jobId": "Example String", "status": "Example String", "reason": "Example String", "contacts": { "__typename": "Contacts" }, "options": { "__typename": "ContactsJobOptions" }, "tags": [ { "__typename": "Tag" } ], "updatedAt": "Example String" }
Contacts suggestion job details
Unique ID for this job
Current job status
Current job reason, if applicable
Contacts details
Contacts options
List of tags used to correlate this workflow with other systems
Last date and time this job was updated
Implements interfaces
Contacts job interface
{ "jobId": "Example String", "status": "Example String", "reason": "Example String", "contacts": { "__typename": "Contacts" }, "options": { "__typename": "ContactsJobOptions" }, "tags": [ { "__typename": "Tag" } ], "updatedAt": "Example String" }
Contacts prescription issuance job details
Unique ID for this job
Current job status
Current job reason, if applicable
Contacts details
Contacts options
List of tags used to correlate this workflow with other systems
Last date and time this job was updated
Implements interfaces
Contacts job interface
{ "jobId": "Example String", "status": "Example String", "reason": "Example String", "contacts": { "__typename": "Contacts" }, "options": { "__typename": "ContactsJobOptions" }, "tags": [ { "__typename": "Tag" } ], "updatedAt": "Example String" }
Pupillary distance
Used to indicate single pupillary distance value in millimeters; Conditionally required if near and distance values are not provided
Used to indicate pupillary distance for near vision in millimeters; Conditionally required if intermediate value is not provided
Used to indicate pupillary distance for distance vision in millimeters; Conditionally required if intermediate value is not provided
{ "intermediate": 40, "near": 40, "distance": 40 }