Skip to main content
FieldTypeDetails
idstringOperation identifier.
quantitynumberQuantity performed.
pricenumberUnit price.
namestringOperation name.
codestringOperation code.
service_idstringLinked procedure identifier.
patient_idstringPatient associated with the operation.
operator_idstringPerforming doctor identifier.
patient_dataobjectSnapshot of the patient at the time of the operation.

Patient snapshot

FieldTypeDetails
idstringPatient identifier.
namestringCombined firstName and lastName.
file_nostringPatient chart number.
reference_nostringReference identifier.
nationalIdstringNational identifier.
phonestringPhone number segment before the _ separator, if provided.
mobilestringPhone number segment after the _ separator, if provided.
{
  "id": "op_01",
  "quantity": 1,
  "price": 150,
  "name": "Extraction",
  "code": "EXT-01",
  "service_id": "proc_11",
  "patient_id": "pat_123",
  "operator_id": "doc_09",
  "patient_data": {
    "id": "pat_123",
    "name": "Jane Doe",
    "file_no": "PT-00017",
    "reference_no": "REF-883",
    "nationalId": "1234567890",
    "phone": "+1",
    "mobile": "5551234567"
  }
}