QI-Core Implementation Guide
4.1.0 - release

This page is part of the Quality Improvement Core Framework (v4.1.0: STU 4) based on FHIR R4. The current version which supercedes this version is 4.1.1. For a full list of available versions, see the Directory of published versions

: QICore Diagnostic Order Precondition - XML Representation

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="diagnosticorder-precondition"/>
  <meta>
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system http://hl7.org/fhir/us/qicore/CodeSystem/diagnosticorder-precondition 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">1<a name="diagnosticorder-precondition-1"> </a></td><td>After activity</td><td>The diagnostic test was or should be performed after the patient has engaged in physical activity</td></tr><tr><td style="white-space:nowrap">2<a name="diagnosticorder-precondition-2"> </a></td><td>At rest</td><td>The diagnostic test was or should be performed while the patient is at rest</td></tr><tr><td style="white-space:nowrap">3<a name="diagnosticorder-precondition-3"> </a></td><td>Post-op</td><td>The diagnostic test was or should be performed after the patient operation</td></tr></table></div>
  </text>
  <url
       value="http://hl7.org/fhir/us/qicore/CodeSystem/diagnosticorder-precondition"/>
  <version value="4.1.0"/>
  <name value="DiagnosticOrderPrecondition"/>
  <title value="QICore Diagnostic Order Precondition"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2018-08-22"/>
  <publisher value="http://www.hl7.org/Special/committees/cqi/index.cfm"/>
  <contact>
    <name value="Clinical Quality Information WG"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/cqi"/>
    </telecom>
  </contact>
  <description
               value="The condition, state, or problem that the patient is in or has prior to a therapy or procedure. This captures temporal (temporary circumstances) that have bearing on the data that it qualifies but will not necessarily modify its meaning. Things like &#39;after activity&#39;, &#39;at rest&#39;, or &#39;post-op&#39;. "/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <concept>
    <code value="1"/>
    <display value="After activity"/>
    <definition
                value="The diagnostic test was or should be performed after the patient has engaged in physical activity"/>
  </concept>
  <concept>
    <code value="2"/>
    <display value="At rest"/>
    <definition
                value="The diagnostic test was or should be performed while the patient is at rest"/>
  </concept>
  <concept>
    <code value="3"/>
    <display value="Post-op"/>
    <definition
                value="The diagnostic test was or should be performed after the patient operation"/>
  </concept>
</CodeSystem>