Get Observation by ID

GET {{baseUrl}}/api/v2/Observation/:observation-id?patient=<integer>&category=<string>

Overview:

Retrieves the full details of a specific observation record identified by its unique ID.

Use Cases:

  • Retrieve Specific Observation: Obtain details of a particular observation

  • Access Observation Data: Retrieve general observation details

  • Query Vital Signs: Obtain details of specific vital signs

  • Review Lab Results: Access details of specific laboratory results

  • Examine Imaging Observations: Retrieve information on specific imaging observations

Request Params

KeyDatatypeRequiredDescription
patientstring(Required) The patient identifier associated with the observation.
categorystring(Required) The category of the observation.

HEADERS

KeyDatatypeRequiredDescription
x-source-idstring(Required) The source id provided for connecting to the data source
Authorizationstring

RESPONSES

status: OK

{}