Make your practice more efficient. Get in touch with our Sales team today at (415) 993-4977.

patient-encounter-observations.tsv

Field Name Data type Field Description
PatientPracticeGuid Guid Unique identifier representing a patient
ObservationCodeSystem String The observation identity code system, like ‘LOINC’ is an example.
ObservationCode String The observation identity code, for example, ‘8202-7’.
UnitOfObservation String The units for the observation, for example, ‘lb’ (pounds) and ‘cm’ (centimeters).
ValueType String The observation value type can be numeric, text, boolean, date, or coded.
Value String The value of the observation, for example, 98.6 (numeric value type for temperature).
ObservationDateTimeUtc DateTime UTC date and time this observation was collected
EncounterGuid Guid? Unique identifier representing the encounter this observation belongs to.
ObservationSetGuid Guid? Unique identifier for the observation set to which this observation belongs.
Comment String Any comments on the observation, if available.
LastModifiedByProviderGuid Guid Unique identifier representing the provider that last updated this record
LastModifiedDateTimeUtc DateTime UTC date and time at which the last update was performed in the EHR