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 - JSON Representation

Active as of 2023-07-31

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "vbp-cohort",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "http://hl7.org/fhir/us/davinci-vbpr/CodeSystem/vbp-cohort",
  "version" : "1.0.0-ballot",
  "name" : "VbpCohortCS",
  "title" : "Cohort Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-07-31T14:33:02+00:00",
  "publisher" : "HL7 Clinical Quality Information Work Group",
  "contact" : [
    {
      "name" : "HL7 Clinical Quality Information Work Group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "description" : "The type of cohort, which represents a group of members with a shared characteristic.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "hmo",
      "display" : "HMO cohort",
      "definition" : "A cohort that consists of members who are under HMO."
    },
    {
      "code" : "ppo",
      "display" : "PPO cohort",
      "definition" : "A cohort that consists of members who are under PPO."
    }
  ]
}