Skip to main content
The observation resource is used to support diagnosis, monitor progress, determine baselines and patterns and even capture demographic characteristics. Reference Table: The observation_references table contains normalized references from the observation to other entities. It supports the following reference properties:
  • subject (required): links to the patient who is the subject of the observation
  • encounter: links to the encounter where the observation was made
  • performer: links to practitioners who performed the observation
For detailed information about reference table structure and indexing, see the Reference Tables documentation. Observation Table: Primary Keys:
  • observation_id
Foreign Keys:
  • patient_id
ColumnData TypeDescription
observation_idvarcharUnique identifier for the observation
patient_idvarcharUnique identifier for the patient
statusvarcharStatus of the observation. Possible values:
registered: The existence of the observation is registered, but there is no result yet available.
preliminary: This is an initial or interim observation: data may be incomplete or unverified.
final: The observation is complete and verified by an authorized person.
amended: Subsequent to being final, the observation has been modified; the current version is complete and verified.
corrected: Subsequent to being final, the observation has been modified to correct an error in the result.
cancelled: The observation is unavailable because the measurement was not started or not completed.
entered-in-error: The observation has been withdrawn following erroneous entry.
unknown: The authoring/source system does not know the current status of the observation.
effective_datedateStart date of the observation
end_datedateEnd date of the observation
loinc_codevarcharLOINC code for the observation
loinc_displayvarcharHuman-readable description of LOINC code
valuevarcharValue of the observation
unitsvarcharUnit of measurement
reference_range_lowvarcharLower bound of the reference range
reference_range_highvarcharUpper bound of the reference range
category_hl7_codevarcharHL7 category code
category_hl7_displayvarcharHuman-readable description of HL7 category
interpretation_hl7_codevarcharHL7 interpretation code
interpretation_hl7_displayvarcharHuman-readable description of HL7 interpretation
bodysite_snomed_ct_codevarcharSNOMED CT body site code
bodysite_snomed_ct_displayvarcharHuman-readable description of SNOMED CT body site
note_textvarcharAdditional notes about the observation
data_sourcevarcharSource of the observation data