{
  "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\">Placeholder</div>"
  },
  "url" : "http://hl7.org/fhir/us/cqfmeasures/ValueSet/computable-example",
  "version" : "4.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"
    }]
  }
}