Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

search

GET

/Observation

  • category. Required. Multi-value support: none. Modifier support: none.

  • patient. Required. Multi-value support: none. Modifier support: [<type>].

  • date.   Optional. Multi-value support: AND. Modifier support: none. Prefix support: [eq, gt, lt, ge, le].

  • Patient

  • Professional

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

...