v1

latestOpenAPI 3.1.02026-07-26364986.4 KB
Observations

Get an observation

Get an observation by its ID

get/api/2026-01-01/medical-record/observations/{observation_id}

Path parameters

observation_idstring required

The ID of the observation

Response

The observation

idstring uuid

UUIDv7 identifier for the observation

patient_idstring uuid required

Reference to the patient

practitioner_idstring uuid

Reference to the practitioner who performed/recorded the observation

encounter_idstring uuid

Reference to the encounter where the observation was made

category'vital_signs' | 'laboratory' | 'exam' required

The classification of the type of observation

created_atstring date-time

When the observation record was created

updated_atstring date-time

When the observation record was updated

issued_atstring date-time

When the observation was issued/reported

notestring

Additional notes about the observation

document_idsstring[]

Array of document upload IDs to attach to the observation. All documents must exist and be verified.

All 36 operations