View raw Markdown
type: valuesetvalueset: observation-codes-observationorboth

LOINC codes with Observation or Both

Content (Compose)

ValueSet XML

<?xml version="1.0" encoding="UTF-8"?>

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="observation-codes-observationorboth"/>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="oo"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="informative"/>
  </extension>
  <url value="http://hl7.org/fhir/ValueSet/observation-codes-observationorboth"/>
  <version value="6.0.0-ballot4"/>
  <name value="LOINCObsOrBoth"/>
  <title value="LOINC codes with Observation or Both"/>
  <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>