Quality Measure Implementation Guide (STU3)
3.0.0 - STU 3 US

This page is part of the Quality Measure STU2 for FHIR R4 Implementation Guide (v3.0.0: STU3) based on FHIR 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

: Computable Example - JSON Representation

Active as of 2019-03-14

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "computable-example",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset",
      "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/computable-valueset-cqfm"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"CodeSystem-artifact-comment-type.html\"><code>http://hl7.org/fhir/us/cqfmeasures/CodeSystem/artifact-comment-type</code></a></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/cqfmeasures/ValueSet/computable-example",
  "version" : "3.0.0",
  "name" : "ComputableExample",
  "title" : "Computable Example",
  "status" : "active",
  "experimental" : true,
  "date" : "2019-03-14T23:21:03-06:00",
  "publisher" : "Clinical Quality Information WG",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "description" : "This value set is an illustration of a computable value set, based on the ArtifactCommentType value set, including all codes from the ArtifactCommentType code system.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/us/cqfmeasures/CodeSystem/artifact-comment-type"
      }
    ]
  }
}