Laboratory
{{baseUrl}}/persons/:personId/chart/lab/panels/:panelId/results
Adds observation results for the specified person id and panel id.
post/persons/{personId}/chart/lab/panels/{panelId}/results
Path parameters
personIdstring required
(Required) (Required) The id of the person to add observation results for.
panelIdstring required
(Required) (Required) The id of the observation panel to add results to.
Headers
Content-Type'application/json'
Acceptstring required
Request body
7B7BbaseUrl7D7D1persons13ApersonId1chart1lab1panels13ApanelId1resultsRequest[] required— unresolved $ref
Example request
[
{
"Type": "<string>",
"ComponentKey": "<string>",
"ComponentDescription": "<string>",
"Value": "<string>",
"Unit": "<string>",
"Range": "<string>",
"Comment": "<string>",
"AbnormalFlag": "<string>",
"CodeSystem": "<string>",
"ObservationDate": "<string>",
"LoincCode": "<string>"
},
{
"Type": "<string>",
"ComponentKey": "<string>",
"ComponentDescription": "<string>",
"Value": "<string>",
"Unit": "<string>",
"Range": "<string>",
"Comment": "<string>",
"AbnormalFlag": "<string>",
"CodeSystem": "<string>",
"ObservationDate": "<string>",
"LoincCode": "<string>"
}
]Response
OK
object required