October 2024 - Partial Lab Results Release
SteadyMD will begin releasing partial / incomplete results we receive from the laboratories. Partial or incomplete results will now be available when partners receive the lab_results_received notification from SteadyMD. Final lab results are available when partners receive the lab_results_ready notification. Lab Results that are partial / incomplete will have no releasedAt date returned. Final results will have a releasedAt date.
For Example,
API Reference
GET {{baseUrl}}/labOrder/2f795f82-c904-461c-9715-4d2c4f4c8fdb "labResults": [ { "guid": "41af897e-7a54-4456-a87f-2e413192a312", "externalId": "9c7cfc6667fc4f88ea866747", "version": "1727823004938", "releasedAt": null } ]
API Reference
GET {{baseUrl}}/labOrder/2f795f82-c904-461c-9715-4d2c4f4c8fdb/results
{ "guid": "41af897e-7a54-4456-a87f-2e413192a312", "externalId": "9c7cfc6667fc4f88ea866747", "status": "final", "accessionNumber": "28443", "version": "1727823004938", "releasedAt": null, "abnormalFlag": "A", "priority": "P1", "observations": [...
API Reference
GET {{baseUrl}}/labOrder/2f795f82-c904-461c-9715-4d2c4f4c8fdb/results/41af897e-7a54-4456-a87f-2e413192a312
{ "guid": "41af897e-7a54-4456-a87f-2e413192a312", "externalId": "9c7cfc6667fc4f88ea866747", "status": "final", "accessionNumber": "28443", "version": "1727823004938", "releasedAt": null, "abnormalFlag": "A", "priority": "P1", "observations": [...