Lab results
Was this helpful?
Was this helpful?
Was this helpful?
POST /api/humanity/lab-results HTTP/1.1
Host: platform-api-development.azo.dev
Authorization: Bearer YOUR_SECRET_TOKEN
organization_code: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 98
{
"date": "text",
"patientId": "text",
"observations": [
{
"observationCodeName": "BP_SYS",
"value": "120"
}
]
}{
"message": "text"
}