--- type: "valueset" title: "LOINC Diagnostic Report Codes" valueset: "report-codes" --- # LOINC Diagnostic Report Codes - **Official URL**: http://hl7.org/fhir/ValueSet/report-codes - **Version**: 6.0.0 - **Status**: active - **Name**: LOINCDiagnosticReportCodes - **Title**: LOINC Diagnostic Report Codes - **Publisher**: FHIR Project team - **Description**: This value set includes LOINC codes that relate to Diagnostic Observations. ## Content (Compose) - **System**: http://loinc.org | **Filters**: STATUS = ACTIVE; ORDER_OBS in Order,Both; CLASSTYPE in 1,2 ## ValueSet XML ```xml <status value="active"/> <experimental value="true"/> <publisher value="FHIR Project team"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> </contact> <description value="This value set includes LOINC codes that relate to Diagnostic Observations."/> <copyright value="This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use."/> <compose> <include> <system value="http://loinc.org"/> <filter> <property value="STATUS"/> <op value="="/> <value value="ACTIVE"/> </filter> <filter> <property value="ORDER_OBS"/> <op value="in"/> <value value="Order,Both"/> </filter> <filter> <property value="CLASSTYPE"/> <op value="in"/> <value value="1,2"/> </filter> </include> </compose> </ValueSet> ```