The Lab Report Object

Object Definition

{
"id": 140768147734599, // read-only
"patient": 140767518130177, // required
"custom_title": null,
"report_type": "Lab", // required
"requisition_number": "555", // required
"tags": [],
"reported_date": "2020-11-05T22:17:34Z", // required
"grids": [
{
"accession_number": "999", // required
"resulted_date": "2020-11-05T22:17:00Z", // required
"collected_date": "2020-11-05T21:05:00Z", // required
"status": "FINAL", // required, [CORRECTED, DELETED, FINAL, PENDING, PRELIMINARY, RESULTS ENTERED -- NOT VERIFIED, PARTIAL, RESULTS STATUS CHANGE TO FINAL. RESULTS DID NOT CHANGE ( DONT TRANSMIT TEST)., RESULT CANCELED DUE TO NON-PERFORMANCE, ERROR, AMENDED]
"note": "",
"results": [{
          "status": "FINAL", // [CORRECTED, DELETED, FINAL, PENDING, PRELIMINARY, RESULTS ENTERED -- NOT VERIFIED, PARTIAL, RESULTS STATUS CHANGE TO FINAL. RESULTS DID NOT CHANGE ( DONT TRANSMIT TEST)., RESULT CANCELED DUE TO NON-PERFORMANCE, ERROR, AMENDED]
          "value": "6.8", // required
          "value_type": null,
          "text": "",
          "note": "",
          "reference_min": "6.1",
          "reference_max": "8.3",
          "units": "g/dL",
          "is_abnormal": false, // required [true, false]
          "abnormal_flag": "", // [Below low normal, Above high normal, Below lower panic limits, Above upper panic limits, Below absolute low-off instrument scale, Above absolute high-off instrument scale, Normal (applies to non-numeric results), Abnormal (applies to non-numeric results), Very abnormal (applies to non-numeric units, analogous to panic limits for numeric units), Positive result, Negative result, Intermediate result, Significant change up, Significant change down, Better-use when direction not relevant, Worse-use when direction not relevant, Susceptible. Indicates for microbiology susceptibilities only., Resistant. Indicates for microbiology susceptibilities only., Intermediate. Indicates for microbiology susceptibilities only., Moderately susceptible. Indicates for microbiology susceptibilities only., Very susceptible. Indicates for microbiology susceptibilities only., Critical, Abnormal, Beta-lactamase Pos (B-lactamase antibiotic resistant)., Not Applicable, Very High, Negative]
          "test": {
            "code": "10510",
            "name": "Protein-Total",
            "loinc": "13980-8"      // cannot be none or null                    
          },
          "test_category": {
            "value": "1245",
            "description": "COMP. METABOLIC PANEL" // cannot be none or null
          }
        }]
}
],
"images": [],
"files": [],
"practice": 140750842363908,
"physician": 140750846885890,
"document_date": "2020-11-05T21:05:00Z",
"chart_date": "2020-06-05T23:00:29Z",
"signed_date": null,
"signed_by": null,
"created_date": "2020-06-05T23:03:43Z",
"vendor": 1407508423639,
"printable_view": "http://sandbox.elationemr.com/api/2.0/reports/140768147734599/printable",
"deleted_date": null
}

Datetimes

Reports have some additional datetimes above our common ones.

  • reported_date
    • The datetime the report was delivered from the lab vendor to Elation.

Within each grid:

  • resulted_date
    • The datetime this grid of data was calculated and resulted by the lab.
  • collected_date
    • The datetime the specimens for this grid of data was collected from the patient.