Da Vinci Risk Adjustment Implementation Guide
2.1.0 - STU 2.1 United States of America flag

This page is part of the Da Vinci Risk Adjustment FHIR Implementation Guide (v2.1.0: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: RA Model Example03 CMS-RxHCC version 5 - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Measure",
  "id" : "RAModelExample03",
  "meta" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString" : "RA Model Example03 CMS-RxHCC version 5"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown" : "This is an example for the Risk Adjustment Model Measure profile. The example uses the CMS-RxHCC version 5 as the example Risk Adjustment Model."
      }
    ],
    "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 class=\"res-header-id\"><b>Generated Narrative: Measure RAModelExample03</b></p><a name=\"RAModelExample03\"> </a><a name=\"hcRAModelExample03\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ra-model-measure.html\">Risk Adjustment Model Measure</a></p></div><p><b>url</b>: <a href=\"Measure-RAModelExample03.html\">Measure Risk Adjustment Model Version 5 - CMS Prescribing Drug Hierarchical Category Condition (CMS-RxHCC)</a></p><p><b>identifier</b>: <code>http://example.org/fhir/server</code>/CMS-HCC\u00a0(use:\u00a0temp,\u00a0), <a href=\"http://terminology.hl7.org/5.5.0/NamingSystem-uri.html\" title=\"As defined by RFC 3986 (http://www.ietf.org/rfc/rfc3986.txt)(with many schemes defined in many RFCs). For OIDs and UUIDs, use the URN form (urn:oid:(note: lowercase) and urn:uuid:). See http://www.ietf.org/rfc/rfc3001.txt and http://www.ietf.org/rfc/rfc4122.txt \r\n\r\nThis oid is used as an identifier II.root to indicate the the extension is an absolute URI (technically, an IRI). Typically, this is used for OIDs and GUIDs. Note that when this OID is used with OIDs and GUIDs, the II.extension should start with urn:oid or urn:uuid: \r\n\r\nNote that this OID is created to aid with interconversion between CDA and FHIR - FHIR uses urn:ietf:rfc:3986 as equivalent to this OID. URIs as identifiers appear more commonly in FHIR.\r\n\r\nThis OID may also be used in CD.codeSystem.\">Uniform Resource Identifier (URI)</a>/urn:oid:2.16.840.1.113883.4.642.40.29.29.3</p><p><b>version</b>: 2.1.0</p><p><b>name</b>: RAModelExample03</p><p><b>title</b>: Risk Adjustment Model Version 5 - CMS Prescribing Drug Hierarchical Category Condition (CMS-RxHCC)</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 International / Clinical Quality Information</p><p><b>contact</b>: <a href=\"http://www.hl7.org/Special/committees/cqi\">http://www.hl7.org/Special/committees/cqi</a></p><p><b>description</b>: </p><div><p>Example measure to represent CMS-RxHCC Model Version 5</p>\n</div><p><b>jurisdiction</b>: <span title=\"Codes:{urn:iso:std:iso:3166 US}\">United States of America</span></p><p><b>copyright</b>: </p><div><p>Used by permission of HL7 International, all rights reserved Creative Commons License</p>\n</div></div>"
  },
  "url" : "http://hl7.org/fhir/us/davinci-ra/Measure/RAModelExample03",
  "identifier" : [
    {
      "use" : "temp",
      "system" : "http://example.org/fhir/server",
      "value" : "CMS-HCC"
    },
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.40.29.29.3"
    }
  ],
  "version" : "2.1.0",
  "name" : "RAModelExample03",
  "title" : "Risk Adjustment Model Version 5 - CMS Prescribing Drug Hierarchical Category Condition (CMS-RxHCC)",
  "status" : "active",
  "experimental" : true,
  "date" : "2021-09-13",
  "publisher" : "HL7 International / Clinical Quality Information",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "description" : "Example measure to represent CMS-RxHCC Model Version 5",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "copyright" : "Used by permission of HL7 International, all rights reserved Creative Commons License"
}