curl --request GET \
--url https://app-api.spikeapi.com/v3/lab_reports/{lab_report_id} \
--header 'Authorization: Bearer <token>'{
"record_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "pending",
"collection_date": "<string>",
"lab_information": {
"address": "<string>",
"email_address": "<string>",
"name": "<string>",
"notes": "<string>",
"phone_number": "<string>"
},
"modified_at": "2023-11-07T05:31:56Z",
"notes": "<string>",
"original_record_id": "<string>",
"parsing_error": "<string>",
"patient_information": {
"address": "<string>",
"age": 1,
"date_of_birth": "<string>",
"email_address": "<string>",
"gender": "<string>",
"name": "<string>",
"notes": "<string>",
"patient_id": "<string>",
"phone_number": "<string>"
},
"result_date": "<string>",
"sections": [
{
"loinc_code": "<string>",
"loinc_common_name": "<string>",
"original_section_name": "<string>",
"results": [
{
"original_test_name": "<string>",
"original_unit_name": "<string>",
"standard_test_name": "<string>",
"standard_unit_name": "<string>",
"loinc_code": "<string>",
"loinc_common_name": "<string>",
"normal_max": 123,
"normal_min": 123,
"notes": "<string>",
"require_human_review": true,
"tested_positive": true,
"value": 123,
"value_text": "<string>",
"within_normal_range": true
}
],
"section_notes": "<string>",
"standard_section_name": "<string>"
}
],
"uploaded_at": "2023-11-07T05:31:56Z"
}Retrieve a lab report by record ID.
curl --request GET \
--url https://app-api.spikeapi.com/v3/lab_reports/{lab_report_id} \
--header 'Authorization: Bearer <token>'{
"record_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "pending",
"collection_date": "<string>",
"lab_information": {
"address": "<string>",
"email_address": "<string>",
"name": "<string>",
"notes": "<string>",
"phone_number": "<string>"
},
"modified_at": "2023-11-07T05:31:56Z",
"notes": "<string>",
"original_record_id": "<string>",
"parsing_error": "<string>",
"patient_information": {
"address": "<string>",
"age": 1,
"date_of_birth": "<string>",
"email_address": "<string>",
"gender": "<string>",
"name": "<string>",
"notes": "<string>",
"patient_id": "<string>",
"phone_number": "<string>"
},
"result_date": "<string>",
"sections": [
{
"loinc_code": "<string>",
"loinc_common_name": "<string>",
"original_section_name": "<string>",
"results": [
{
"original_test_name": "<string>",
"original_unit_name": "<string>",
"standard_test_name": "<string>",
"standard_unit_name": "<string>",
"loinc_code": "<string>",
"loinc_common_name": "<string>",
"normal_max": 123,
"normal_min": 123,
"notes": "<string>",
"require_human_review": true,
"tested_positive": true,
"value": 123,
"value_text": "<string>",
"within_normal_range": true
}
],
"section_notes": "<string>",
"standard_section_name": "<string>"
}
],
"uploaded_at": "2023-11-07T05:31:56Z"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Lab Report ID
OK
Unique identifier for a record.
"12345678-1234-abcd-4321-abcdef123456"
Lab Report Status
pending, processing, completed, failed Show child attributes
Show child attributes
Show child attributes