This page is part of the Da Vinci Coverage Requirements Discovery (CRD) FHIR IG (v0.1.0: STU 1 Ballot 1) based on FHIR v3.5.0. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

This is a pre-release version (Ballot 1) of Coverage Requirements Discovery (CRD) R1/STU. There is no current official version.
For a full list of available versions, see the Directory of published versions .

CRD Coverage Classes - json

Raw json

Narrative view of the Value Set

{
  "resourceType" : "ValueSet",
  "id" : "coverageClass",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>CRD Coverage Classes</h2><div><p>Restriction of coverage classes for CRD purposes</p>
</div><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href="http://hl7.org/fhir/2018Sep/codesystem-coverage-class.html"><code>http://terminology.hl7.org/CodeSystem/coverage-class</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href="http://hl7.org/fhir/2018Sep/codesystem-coverage-class.html#coverage-class-group">group</a></td><td>Group</td><td>An employee group</td></tr><tr><td><a href="http://hl7.org/fhir/2018Sep/codesystem-coverage-class.html#coverage-class-subgroup">subgroup</a></td><td>SubGroup</td><td>A sub-group of an employee group</td></tr><tr><td><a href="http://hl7.org/fhir/2018Sep/codesystem-coverage-class.html#coverage-class-plan">plan</a></td><td>Plan</td><td>A specific suite of benefits.</td></tr><tr><td><a href="http://hl7.org/fhir/2018Sep/codesystem-coverage-class.html#coverage-class-subplan">subplan</a></td><td>SubPlan</td><td>A subset of a specific suite of benefits.</td></tr><tr><td><a href="http://hl7.org/fhir/2018Sep/codesystem-coverage-class.html#coverage-class-class">class</a></td><td>Class</td><td>A class of benefits.</td></tr><tr><td><a href="http://hl7.org/fhir/2018Sep/codesystem-coverage-class.html#coverage-class-subclass">subclass</a></td><td>SubClass</td><td>A subset of a class of benefits.</td></tr><tr><td><a href="http://hl7.org/fhir/2018Sep/codesystem-coverage-class.html#coverage-class-sequence">sequence</a></td><td>Sequence</td><td>A sequence number associated with a short-term continuance of the coverage.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/davinci-crd/ValueSet/coverageClass",
  "version" : "0.1.0",
  "name" : "CRD Coverage Classes",
  "status" : "draft",
  "date" : "2018-08-21T16:01:06+10:00",
  "description" : "Restriction of coverage classes for CRD purposes",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/coverage-class",
        "concept" : [
          {
            "code" : "group"
          },
          {
            "code" : "subgroup"
          },
          {
            "code" : "plan"
          },
          {
            "code" : "subplan"
          },
          {
            "code" : "class"
          },
          {
            "code" : "subclass"
          },
          {
            "code" : "sequence"
          }
        ]
      }
    ]
  }
}