FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions

: triggered Bytype - XML Representation

Page standards status: Informative

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="observation-triggeredbytype"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
            <p>This code system 
              <code>http://hl7.org/fhir/observation-triggeredbytype</code> defines the following codes:
            </p>
            <table class="codes">
              <tr>
                <td style="white-space:nowrap">
                  <b>Code</b>
                </td>
                <td>
                  <b>Display</b>
                </td>
                <td>
                  <b>Definition</b>
                </td>
              </tr>
              <tr>
                <td style="white-space:nowrap">reflex
                  <a name="observation-triggeredbytype-reflex"> </a>
                </td>
                <td>Reflex</td>
                <td>Performance of one or more other tests depending on the results of the initial test.  This may include collection of additional specimen. While a new ServiceRequest is not required to perform the additional test, where it is still needed (e.g., requesting another laboratory to perform the reflex test), the Observation.basedOn would reference the new ServiceRequest that requested the additional test to be performed as well as the original ServiceRequest to reflect the one that provided the authorization.</td>
              </tr>
              <tr>
                <td style="white-space:nowrap">repeat
                  <a name="observation-triggeredbytype-repeat"> </a>
                </td>
                <td>Repeat (per policy)</td>
                <td>Performance of the same test again with the same parameters/settings/solution.</td>
              </tr>
              <tr>
                <td style="white-space:nowrap">re-run
                  <a name="observation-triggeredbytype-re-run"> </a>
                </td>
                <td>Re-run (per policy)</td>
                <td>Performance of the same test but with different parameters/settings/solution.</td>
              </tr>
            </table>
          </div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/package-source">
    <extension url="packageId">
      <valueId value="hl7.fhir.uv.xver-r5.r4"/>
    </extension>
    <extension url="version">
      <valueString value="0.0.1-snapshot-2"/>
    </extension>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="oo"/>
  </extension>
  <url value="http://hl7.org/fhir/observation-triggeredbytype"/>
  <version value="5.0.0"/>
  <name value="TriggeredBytype"/>
  <title value="triggered Bytype"/>
  <status value="active"/>
  <experimental value="true"/>
  <date value="2022-03-16T15:55:11+10:00"/>
  <publisher value="Orders and Observations"/>
  <contact>
    <name value="Orders and Observations"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/orders"/>
    </telecom>
  </contact>
  <description value="Codes providing the triggeredBy type of observation."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/observation-triggeredbytype"/>
  <hierarchyMeaning value="is-a"/>
  <content value="complete"/>
  <concept>
    <code value="reflex"/>
    <display value="Reflex"/>
    <definition
                value="Performance of one or more other tests depending on the results of the initial test.  This may include collection of additional specimen. While a new ServiceRequest is not required to perform the additional test, where it is still needed (e.g., requesting another laboratory to perform the reflex test), the Observation.basedOn would reference the new ServiceRequest that requested the additional test to be performed as well as the original ServiceRequest to reflect the one that provided the authorization."/>
  </concept>
  <concept>
    <code value="repeat"/>
    <display value="Repeat (per policy)"/>
    <definition
                value="Performance of the same test again with the same parameters/settings/solution."/>
  </concept>
  <concept>
    <code value="re-run"/>
    <display value="Re-run (per policy)"/>
    <definition
                value="Performance of the same test but with different parameters/settings/solution."/>
  </concept>
</CodeSystem>