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
Key | Datatype | Required | Description |
---|---|---|---|
patient | string | (Required) The patient identifier associated with the observation. | |
category | string | (Required) The category of the observation. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-source-id | string | (Required) The source id provided for connecting to the data source | |
Authorization | string |
RESPONSES
status: OK
{}