...
The Observation resource type captures multiple PKB data types, such as laboratory results, measurements and symptoms.
Relevant PKB entities
Endpoints
Interaction | HTTP | URL | Supported Parameters | Permitted User Types | Description | Examples |
GET | /Observation |
|
| Retrieve observations for a given patient, optionally restricted by date range. | /Observation?category=http://fhir.patientsknowbest.com/codesystem/observation-category|LABORATORY&patient=Patient/3d8afd18-0844-459a-b3c2-355d02e54c0a&date=2018-07-01 /Observation?category=http://fhir.patientsknowbest.com/codesystem/observation-category|LABORATORY&patient=Patient/3d8afd18-0844-459a-b3c2-355d02e54c0a&date=ge2018-07-01&date=le2018-07-31 |
...