--- type: "codesystem" title: "Diagnostic Report Supporting Info Type" codesystem: "diagnosticreport-supportinginfo-type" --- # Diagnostic Report Supporting Info Type - **Official URL**: http://hl7.org/fhir/diagnosticreport-supportinginfo-type - **Version**: 6.0.0 - **Status**: draft - **Name**: DiagnosticReportSupportingInfoType - **Title**: Diagnostic Report Supporting Info Type - **Publisher**: HL7 (FHIR Project) - **Description**: The code value for the role of the supporting information in the diagnostic report. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | historical | Historical | A prior procedure, report, or observation. | ## CodeSystem XML ```xml <status value="draft"/> <experimental value="false"/> <date value="2021-01-05T10:01:24+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="The code value for the role of the supporting information in the diagnostic report."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/diagnosticreport-supportinginfo-type"/> <hierarchyMeaning value="is-a"/> <content value="complete"/> <concept> <code value="historical"/> <display value="Historical"/> <definition value="A prior procedure, report, or observation."/> </concept> </CodeSystem> ```