Da Vinci Value-Based Performance Reporting Implementation Guide
1.0.0 - STU1 United States of America flag

Da Vinci Value-Based Performance Reporting Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-vbpr/ and changes regularly. See the Directory of published versions

: Measure Contractual Status Codes - XML Representation

Active as of 2024-05-10

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="measure-contractual-status"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This case-sensitive code system <code>http://hl7.org/fhir/us/davinci-vbpr/CodeSystem/measure-contractual-status</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">contractual<a name="measure-contractual-status-contractual"> </a></td><td>Contractual</td><td>Measure is tied to payment contractually.</td></tr><tr><td style="white-space:nowrap">contractual-alternate<a name="measure-contractual-status-contractual-alternate"> </a></td><td>Contractual Alternate</td><td>Measure is identified as an alternate measure and is tied to payment contractually.</td></tr><tr><td style="white-space:nowrap">reporting-only<a name="measure-contractual-status-reporting-only"> </a></td><td>Reporting Only</td><td>Measure is for reporting only, it is not tied to payment.</td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="cqi"/>
  </extension>
  <url
       value="http://hl7.org/fhir/us/davinci-vbpr/CodeSystem/measure-contractual-status"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.40.30.16.2"/>
  </identifier>
  <version value="1.0.0"/>
  <name value="MeasureContratualStatusCS"/>
  <title value="Measure Contractual Status Codes"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2024-05-10T01:08:13+00:00"/>
  <publisher value="HL7 International / Clinical Quality Information"/>
  <contact>
    <name value="HL7 International / Clinical Quality Information"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/cqi"/>
    </telecom>
  </contact>
  <description
               value="Contractual status whether a measure is tied to payment as specified in a value-based contract."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
      <display value="United States of America"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="3"/>
  <concept>
    <code value="contractual"/>
    <display value="Contractual"/>
    <definition value="Measure is tied to payment contractually."/>
  </concept>
  <concept>
    <code value="contractual-alternate"/>
    <display value="Contractual Alternate"/>
    <definition
                value="Measure is identified as an alternate measure and is tied to payment contractually."/>
  </concept>
  <concept>
    <code value="reporting-only"/>
    <display value="Reporting Only"/>
    <definition
                value="Measure is for reporting only, it is not tied to payment."/>
  </concept>
</CodeSystem>