GET api/v1/{practiceId}/clinical/pathologyreports

Get all pathology reports for provided practice

Request Information

URI Parameters

NameDescriptionTypeAdditional information
practiceId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects.PathologyReportDto
NameDescriptionTypeAdditional information
PracticeId

globally unique identifier

None.

PathologyReportId

globally unique identifier

None.

TreatingProviderId

globally unique identifier

None.

MatchedPatientIds

Collection of globally unique identifier

None.

PathologyReport

Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects.PathologyReport

None.

PatientVo

Com.Healthbridge.Hhas.Patient.Interface.ValueObjects.PatientVo

None.

ReceivedDate

date

None.

PatientName

string

None.

Departments

string

None.

ReportLabName

string

None.

DoctorName

string

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'System.Net.Http.Formatting.JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects.PathologyReportCodedResult'. Path '[0].PathologyReport.Patient.Requisition[0].Specimen[0].Procedure[0].Test[0].Result[0].Code[0].Code'.

text/json

Sample:

An exception has occurred while using the formatter 'System.Net.Http.Formatting.JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects.PathologyReportCodedResult'. Path '[0].PathologyReport.Patient.Requisition[0].Specimen[0].Procedure[0].Test[0].Result[0].Code[0].Code'.

application/xml

Sample:

An exception has occurred while using the formatter 'System.Net.Http.Formatting.XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects.PathologyReportHeader[]' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'System.Net.Http.Formatting.XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects.PathologyReportHeader[]' contains cycles and cannot be serialized if reference tracking is disabled.