Skip to main content
The findings and interpretation of diagnostic tests performed on patients, groups of patients, devices, and locations, and/or specimens derived from these. See the HL7 FHIR R4 spec for full details. Previous version: diagnostic_report Tables in this resource: Primary Keys:
  • diagnosticreport_id
Foreign Keys:
  • patient_id – links to the patient table (subject)
† Metriport Platform added
ColumnData TypeDescription
diagnosticreport_idvarcharUnique identifier for the diagnostic report
patient_idvarcharUnique identifier for the patient (subject)
statusvarcharStatus of the report (e.g. registered, partial, preliminary, final, amended, corrected, appended, cancelled, entered-in-error, unknown)
effectivedatetimedatetimeEffective date/time if provided directly
effectiveperiod_startdatetimeStart of effective period
effective_date†datetimeCoalesced effective date (effectivedatetime or effectiveperiod_start)
effectiveperiod_enddatetimeEnd of effective period
code_textvarcharFree-text description of the report
code_loinc_code†varcharLOINC code for the report type
code_loinc_display†varcharHuman-readable LOINC description
meta_sourcevarcharSource document filename from FHIR meta.source
data_source_ext†varcharIntegration source derived from FHIR extension
Related Tables: Parent: Child:

Version diff

Renamed
  • diagnostic_report_iddiagnosticreport_id
  • end_dateeffectiveperiod_end
  • loinc_codecode_loinc_code
  • loinc_displaycode_loinc_display
  • data_sourcemeta_source
Moved to separate tables