POST api/v2/{practiceId}/clinical/pathologyreports/{pathologyReportId}/parsescreening
Parse pathology report and extract general screening
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
practiceId |
practice id |
globally unique identifier |
Required |
pathologyReportId |
pathology report id |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
list of all available metrics extracted from path report
Collection of Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects.ClinicalMetricVoName | Description | Type | Additional information |
---|---|---|---|
TestDate |
Date when metric was taken |
date |
None. |
Group |
"Urine Dipstick"/General/whatever |
string |
None. |
Name |
temperature, pulse, etc |
string |
None. |
Value |
38, 180/60, etc |
string |
None. |
Unit |
C, mmHg, bpm, etc |
string |
None. |
Type |
Optional use: "fasting" "not fasting" |
string |
None. |
DatePrecision | string |
None. |
|
Interpretation | string |
None. |
|
OtherPerformer | string |
None. |
|
PathLab | string |
None. |
|
PathLOINC | string |
None. |
|
PathResultId | globally unique identifier |
None. |
|
ReferenceId | globally unique identifier |
None. |
|
Source | string |
None. |
|
Tag | string |
None. |
|
Notes | string |
None. |
|
NextScreeningDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "TestDate": "2025-04-16T01:00:37Z", "Group": "sample string 2", "Name": "sample string 3", "Value": "sample string 4", "Unit": "sample string 5", "Type": "sample string 6", "DatePrecision": "sample string 7", "Interpretation": "sample string 8", "OtherPerformer": "sample string 9", "PathLab": "sample string 10", "PathLOINC": "sample string 11", "PathResultId": "af72a847-4155-4362-8577-ffa98e8bb7f8", "ReferenceId": "ee4130c8-0d81-4cd2-9b4d-64daba86c98b", "Source": "sample string 13", "Tag": "sample string 14", "Notes": "sample string 15", "NextScreeningDate": "2025-04-16T01:00:37Z" }, { "TestDate": "2025-04-16T01:00:37Z", "Group": "sample string 2", "Name": "sample string 3", "Value": "sample string 4", "Unit": "sample string 5", "Type": "sample string 6", "DatePrecision": "sample string 7", "Interpretation": "sample string 8", "OtherPerformer": "sample string 9", "PathLab": "sample string 10", "PathLOINC": "sample string 11", "PathResultId": "af72a847-4155-4362-8577-ffa98e8bb7f8", "ReferenceId": "ee4130c8-0d81-4cd2-9b4d-64daba86c98b", "Source": "sample string 13", "Tag": "sample string 14", "Notes": "sample string 15", "NextScreeningDate": "2025-04-16T01:00:37Z" } ]
application/xml, text/xml
Sample:
<ArrayOfClinicalMetric xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://mpsapi.healthbridge.com/clinical/clinical/v1/encounter/"> <ClinicalMetric> <DatePrecision>sample string 7</DatePrecision> <Group>sample string 2</Group> <Interpretation>sample string 8</Interpretation> <Name>sample string 3</Name> <NextScreeningDate>2025-04-16T01:00:37.517351+02:00</NextScreeningDate> <Notes>sample string 15</Notes> <OtherPerformer>sample string 9</OtherPerformer> <PathLOINC>sample string 11</PathLOINC> <PathLab>sample string 10</PathLab> <PathResultId>af72a847-4155-4362-8577-ffa98e8bb7f8</PathResultId> <ReferenceId>ee4130c8-0d81-4cd2-9b4d-64daba86c98b</ReferenceId> <Source>sample string 13</Source> <Tag>sample string 14</Tag> <TestDate>2025-04-16T01:00:37.517351+02:00</TestDate> <Type>sample string 6</Type> <Unit>sample string 5</Unit> <Value>sample string 4</Value> </ClinicalMetric> <ClinicalMetric> <DatePrecision>sample string 7</DatePrecision> <Group>sample string 2</Group> <Interpretation>sample string 8</Interpretation> <Name>sample string 3</Name> <NextScreeningDate>2025-04-16T01:00:37.517351+02:00</NextScreeningDate> <Notes>sample string 15</Notes> <OtherPerformer>sample string 9</OtherPerformer> <PathLOINC>sample string 11</PathLOINC> <PathLab>sample string 10</PathLab> <PathResultId>af72a847-4155-4362-8577-ffa98e8bb7f8</PathResultId> <ReferenceId>ee4130c8-0d81-4cd2-9b4d-64daba86c98b</ReferenceId> <Source>sample string 13</Source> <Tag>sample string 14</Tag> <TestDate>2025-04-16T01:00:37.517351+02:00</TestDate> <Type>sample string 6</Type> <Unit>sample string 5</Unit> <Value>sample string 4</Value> </ClinicalMetric> </ArrayOfClinicalMetric>