The Referral Order Object

{
  "id": 141253556305952,
  "authorization_for": "Referral For Treatment, includes Consult Visit",
  "auth_number": "",
  "consultant_name": "dafdas",
  "short_consultant_name": "dafdas",
  "specialty": null,
  "sign_date": "2023-01-17T20:01:05Z",
  "signed_by": 4,
  "date_for_reEval": null,
  "authorization_for_short": null,
  "practice": 75435474948,
  "patient": 83658080257,
  "letter": 141253556371674,
  "resolution": {
    "id": 141253557027221,
    "document": 141253556305952,
    "resolving_document": null,
    "state": "outstanding",
    "note": null,
    "created_date": "2023-01-17T20:01:05Z",
    "deleted_date": null
  },
  "icd10_codes": []
}
AttributeTypeAllowed ValuesDescription
idinteger
authorization_forstringReferral For Treatment, includes Consult Visit.
Procedure / Testing Only.
Consult (One Visit Only).
auth_numberstring
consultant_namestring
letterinteger
short_consultant_namestring
specialty.idstring
specialty.namestring
specialty.abbreviationstring
date_for_reEvaldatetime
authorization_for_shortstringForTreat,
ProcOnly,
ConsOnly
practiceinteger
patientinteger
signed_byintegerThe ID of the user who signed this referral order.
sign_datedatetimeThe datetime when this referral order was signed.
resolution.idintegerInternal id to represent the resolution state.
resolution.documentintegerWill be the same as the id of the lab order.
resolution.resolving_documentintegerIf the order is fulfilled will indicate the document referenced.

For lab orders will usually be a report.
resolution.statestringoutstanding,
fulfilled,
cancelled
The resolution state of the order.
resolution.notestringAny note that was added to represent why an order was cancelled.
resolution.created_datedatetimeThe datetime when this resolution state was created.
resolution.deleted_datedatetimeThe datetime when this resolution was deleted. Should never be null because we're providing the most updated resolution.
icd10_codesarray of ICD10 codes