1.
By Patient ID
GET /DiagnosticReport?patient=Patient/{id}
2.
By Patient & Category
GET /DiagnosticReport?patient=Patient/{id}&category=http://terminology.hl7.org/CodeSystem/v2-0074|LAB
3.
By Patient & Code
GET /DiagnosticReport?patient=Patient/{id}&code=http://loinc.org|24323-8
4.
By Patient, Category & Date
GET /DiagnosticReport?patient=Patient/{id}&category=http://terminology.hl7.org/CodeSystem/v2-0074|LAB&date=ge2023-01-01
5.
By Patient & Status
GET /DiagnosticReport?patient=Patient/{id}&status=final
6.
By Patient, Code & Date
GET /DiagnosticReport?patient=Patient/{id}&code=http://loinc.org|24323-8&date=ge2023-01-01