Skip to main content
An action that is or was performed on or for a patient. This can be a physical intervention like an operation, or less invasive like long term services, counseling, or hypnotherapy. See the HL7 FHIR R4 spec for full details. Previous version: procedure Tables in this resource: Primary Keys:
  • procedure_id
Foreign Keys:
  • patient_id - links to the patient table (subject)
† Metriport Platform added
ColumnData TypeDescription
procedure_idvarcharUnique identifier for the procedure
patient_idvarcharUnique identifier for the patient (subject)
statusvarcharStatus of the procedure (e.g. completed, in-progress)
performeddatetimedatetimePerformed date/time if provided directly
performedperiod_startdatetimeStart of performed period
performed_date†datetimeCoalesced performed date (performeddatetime or performedperiod_start)
performedperiod_enddatetimeEnd of performed period
code_textvarcharFree-text description of the procedure
code_cpt_code†varcharCPT code for the procedure
code_cpt_display†varcharHuman-readable CPT description
code_snomed_code†varcharSNOMED CT code for the procedure
code_snomed_display†varcharHuman-readable SNOMED CT description
note_text†varcharAdditional notes about the procedure (first note)
meta_sourcevarcharSource document filename from FHIR meta.source
data_source_ext†varcharIntegration source of the data, derived from FHIR extension
Related Tables: Parent: Child:

Version diff

Renamed
  • end_dateperformedperiod_end
  • cpt_codecode_cpt_code
  • cpt_displaycode_cpt_display
  • snomed_codecode_snomed_code
  • snomed_displaycode_snomed_display
  • data_sourcemeta_source
Moved to separate tables