This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

V2-0108.xml

FHIR Value set/code system definition for HL7 v2 table 0108 ( Query results level)

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="additional"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>Query results level</p>

      <table class="grid">
 
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Description</b>
          </td>
          <td>
            <b>Version</b>
          </td>
        </tr>
 
        <tr>
          <td>O
            <a name="O"> </a>
          </td>
          <td>Order plus order status</td>
          <td>from v2.1, removed after v2.6</td>
        </tr>
 
        <tr>
          <td>R
            <a name="R"> </a>
          </td>
          <td>Results without bulk text</td>
          <td>added v2.2, removed after v2.6</td>
        </tr>
 
        <tr>
          <td>S
            <a name="S"> </a>
          </td>
          <td>Status only</td>
          <td>from v2.1, removed after v2.6</td>
        </tr>
 
        <tr>
          <td>T
            <a name="T"> </a>
          </td>
          <td>Full results</td>
          <td>from v2.1, removed after v2.6</td>
        </tr>

      </table>

    </div>
  </text>
  <identifier value="http://hl7.org/fhir/v2/vs/0108"/>
  <name value="v2 Query results level"/>
  <publisher value="HL7, Inc"/>
  <telecom>
    <system value="url"/>
    <value value="http://hl7.org"/>
  </telecom>
  <description value="FHIR Value set/code system definition for HL7 v2 table 0108 ( Query results level)"/>
  <status value="active"/>
  <date value="2011-01-28"/>
  <define>
    <system value="http://hl7.org/fhir/v2/0108"/>
    <caseSensitive value="true"/>
    <concept>
      <extension url="http://hl7.org/fhir/Profile/tools-extensions#deprecated">
        <valueBoolean value="true"/>
      </extension>
      <code value="O"/>
      <display value="Order plus order status"/>
    </concept>
    <concept>
      <extension url="http://hl7.org/fhir/Profile/tools-extensions#deprecated">
        <valueBoolean value="true"/>
      </extension>
      <code value="R"/>
      <display value="Results without bulk text"/>
    </concept>
    <concept>
      <extension url="http://hl7.org/fhir/Profile/tools-extensions#deprecated">
        <valueBoolean value="true"/>
      </extension>
      <code value="S"/>
      <display value="Status only"/>
    </concept>
    <concept>
      <extension url="http://hl7.org/fhir/Profile/tools-extensions#deprecated">
        <valueBoolean value="true"/>
      </extension>
      <code value="T"/>
      <display value="Full results"/>
    </concept>
  </define>
</ValueSet>