Notification Subscription
Subscription to real time notifications
{ "type": "HTTPS", "id": "Example String", "endpoint": "Example String" }
Doctor
Doctor information
{ "id": "Example String", "doctorName": "Example String", "practiceName": "Example String", "address": "Example String", "city": "Example String", "state": "Example String", "zipCode": "Example String" }
Doctor Connection
Doctor information
{ "nodes": [ { "id": "Example String", "doctorName": "Example String", "practiceName": "Example String", "address": "Example String", "city": "Example String", "state": "Example String", "zipCode": "Example String" } ], "pageInfo": { "endCursor": "Example String", "hasNextPage": true }, "totalCount": 40 }
Contact Product
Product information
ID that uniquely maps to a manufacturer, brand, and model combination
Manufacturer name
Brand name
Possible sphere values
Possible diameter values
Possible baseCurve values
Possible axis values
Possible cylinder values
Possible addition values
Possible dominance values
Possible color values
{ "productId": "Example String", "manufacturer": "Example String", "brand": "Example String", "sphere": [ "Example String" ], "diameter": [ "Example String" ], "baseCurve": [ "Example String" ], "axis": [ "Example String" ], "cylinder": [ "Example String" ], "addition": [ "Example String" ], "dominance": [ "Example String" ], "color": [ "Example String" ] }
Contact Prescription
Information about a contacts prescription.
ID that uniquely maps to a manufacturer, brand, and model combination
The name of the contact lens manufacturer (e.g., Johnson & Johnson)
The name of the contact lens product (e.g., Acuvue Oasys)
Indication of left (OS) or right (OD) eye
The amount of lens power measured in diopters (D), minus sign (–) for nearsighted, plus sign (+) for farsighted
The width of the contact lens from edge to edge measured by millimeters
Indication of the curvature of the inside of the lens
The lens meridian with no cylinder power, indicated by a value between 1 and 180 degrees
The amount of lens power for astigmatism measured in diopters (D), minus sign (–) for nearsighted, plus sign (+) for farsighted
The additional magnifying power that applies to the bottom portion of multifocal lenses to fix presbyopia
Indication of dominant or non-dominant eye
Color of the lens
Number of lenses per package
{ "productId": "Example String", "manufacturer": "Example String", "brand": "Example String", "eye": "RIGHT", "sphere": "Example String", "diameter": "Example String", "baseCurve": "Example String", "axis": "Example String", "cylinder": "Example String", "addition": "Example String", "dominance": "Example String", "color": "Example String", "packageSize": 40 }
Contact Product Connection
Product information
Nodes for this page
Details to enable pagination
Total item count for this query or subquery
{ "nodes": [ { "productId": "Example String", "manufacturer": "Example String", "brand": "Example String", "sphere": [ "Example String" ], "diameter": [ "Example String" ], "baseCurve": [ "Example String" ], "axis": [ "Example String" ], "cylinder": [ "Example String" ], "addition": [ "Example String" ], "dominance": [ "Example String" ], "color": [ "Example String" ] } ], "pageInfo": { "endCursor": "Example String", "hasNextPage": true }, "totalCount": 40 }
File Upload
Attributes of the file to be uploaded
{ "id": "Example String", "name": "Example String", "type": "BMP", "uploadUrl": "Example String" }
Contact Prescription Verification Request
Contact prescription verification request information
Unique ID for this request
Current request status
Prescription expiration date if it is available
Comments entered by Doctor and/or Visibly
Last date and time this request was updated
{ "id": "Example String", "status": "NEW", "expirationDate": "Example String", "comments": "Example String", "updatedAt": "Example String" }
Contact Prescription Verification Job
Contact prescription verification request information
Unique ID for this job
Current job status
Current job reason, if applicable
Notes entered by Doctor and/or Visibly
Prescription issue date, if available
Prescription expiration date, if available
Prescriptions pertinent to the ordered products (inclusive of changes required)
List of tags used to correlate this workflow with other systems
Last date and time this job was updated
{ "jobId": "Example String", "status": "Example String", "reason": "Example String", "notes": "Example String", "issueDate": "Example String", "expirationDate": "Example String", "prescriptions": [ { "__typename": "ContactPrescription" } ], "tags": [ { "__typename": "Tag" } ], "updatedAt": "Example String" }
Glasses Prescription Verification Job
Glasses prescription verification job details
Unique ID for this job
Current job status
Current job reason, if applicable
Notes entered by Doctor and/or Visibly
Prescription issue date, if available
Prescription expiration date, if available
List of tags used to correlate this workflow with other systems
Last date and time this job was updated
{ "jobId": "Example String", "status": "Example String", "reason": "Example String", "notes": "Example String", "issueDate": "Example String", "expirationDate": "Example String", "tags": [ { "__typename": "Tag" } ], "updatedAt": "Example String" }