Da Vinci Risk Adjustment Implementation Guide
1.0.0 - STU 1 US

This page is part of the Da Vinci Risk Adjustment FHIR Implementation Guide (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Risk Adjustment Model Version 21 - CMS Hierarchical Category Condition (CMS-HCC) - JSON Representation

Active as of 2021-09-13

Raw json | Download


{
  "resourceType" : "Measure",
  "id" : "RAModelExample02",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/davinci-ra/StructureDefinition/ra-model-measure"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"RAModelExample02\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ra-model-measure.html\">Risk Adjustment Model Measure</a></p></div><p><b>url</b>: <code>https://build.fhir.org/ig/HL7/davinci-ra/Measure-RAModelExample02</code></p><p><b>identifier</b>: id: CMS-HCC (TEMP)</p><p><b>version</b>: 1.0.0</p><p><b>name</b>: RAModelExample02</p><p><b>title</b>: Risk Adjustment Model Version 21 - CMS Hierarchical Category Condition (CMS-HCC)</p><p><b>status</b>: active</p><p><b>experimental</b>: true</p><p><b>date</b>: 2021-09-13</p><p><b>publisher</b>: HL7 Clinical Quality Information Work Group</p><p><b>contact</b>: HL7 Clinical Quality Information Work Group: <a href=\"http://www.hl7.org/Special/committees/cqi\">http://www.hl7.org/Special/committees/cqi</a></p><p><b>description</b>: Example measure to represent CMS-HCC Model Version 21</p><p><b>jurisdiction</b>: United States of America <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#US)</span></p><p><b>copyright</b>: Used by permission of HL7 International - Clinical Quality Information Work Group, all rights reserved Creative Commons License</p></div>"
  },
  "url" : "https://build.fhir.org/ig/HL7/davinci-ra/Measure-RAModelExample02",
  "identifier" : [
    {
      "use" : "temp",
      "system" : "http://example.org/fhir/server",
      "value" : "CMS-HCC"
    }
  ],
  "version" : "1.0.0",
  "name" : "RAModelExample02",
  "title" : "Risk Adjustment Model Version 21 - CMS Hierarchical Category Condition (CMS-HCC)",
  "status" : "active",
  "experimental" : true,
  "date" : "2021-09-13",
  "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" : "Example measure to represent CMS-HCC Model Version 21",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "copyright" : "Used by permission of HL7 International - Clinical Quality Information Work Group, all rights reserved Creative Commons License"
}