--- type: "valueset" title: "LOINC codes with Observation or Both" valueset: "observation-codes-observationorboth" --- # LOINC codes with Observation or Both - **Official URL**: http://hl7.org/fhir/ValueSet/observation-codes-observationorboth - **Version**: 6.0.0-ballot4 - **Status**: active - **Name**: LOINCObsOrBoth - **Title**: LOINC codes with Observation or Both - **Publisher**: FHIR Project team - **Description**: LOINC concepts whose ORDER_OBS property is 'Observation' (Obs only) or 'Both'. ## Content (Compose) - **System**: http://loinc.org | **Filters**: ORDER_OBS = Observation - **System**: http://loinc.org | **Filters**: ORDER_OBS = Both ## ValueSet XML ```xml <status value="active"/> <experimental value="false"/> <publisher value="FHIR Project team"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> </contact> <description value="LOINC concepts whose ORDER_OBS property is 'Observation' (Obs only) or 'Both'."/> <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="ORDER_OBS"/> <op value="="/> <value value="Observation"/> </filter> </include> <include> <system value="http://loinc.org"/> <filter> <property value="ORDER_OBS"/> <op value="="/> <value value="Both"/> </filter> </include> </compose> </ValueSet> ```