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

This page is part of the Da Vinci Value-Based Performance Reporting Implementation Guide (v1.0.0-ballot: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Cohort Codes - XML Representation

Active as of 2023-07-31

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="vbp-cohort"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>http://hl7.org/fhir/us/davinci-vbpr/CodeSystem/vbp-cohort</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">hmo<a name="vbp-cohort-hmo"> </a></td><td>HMO cohort</td><td>A cohort that consists of members who are under HMO.</td></tr><tr><td style="white-space:nowrap">ppo<a name="vbp-cohort-ppo"> </a></td><td>PPO cohort</td><td>A cohort that consists of members who are under PPO.</td></tr></table></div>
  </text>
  <url value="http://hl7.org/fhir/us/davinci-vbpr/CodeSystem/vbp-cohort"/>
  <version value="1.0.0-ballot"/>
  <name value="VbpCohortCS"/>
  <title value="Cohort Codes"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2023-07-31T14:33:02+00:00"/>
  <publisher value="HL7 Clinical Quality Information Work Group"/>
  <contact>
    <name value="HL7 Clinical Quality Information Work Group"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/cqi"/>
    </telecom>
  </contact>
  <description
               value="The type of cohort, which represents a group of members with a shared characteristic."/>
  <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="2"/>
  <concept>
    <code value="hmo"/>
    <display value="HMO cohort"/>
    <definition value="A cohort that consists of members who are under HMO."/>
  </concept>
  <concept>
    <code value="ppo"/>
    <display value="PPO cohort"/>
    <definition value="A cohort that consists of members who are under PPO."/>
  </concept>
</CodeSystem>