{

"resourceType": "ValueSet",
"id": "example-filter",
"url": "http://hl7.org/fhir/ValueSet/example-filter",
"version": "4.0.1",
"name": "ACMECholCodesPlasma",
"title": "ACME Codes for Cholesterol: Plasma only",
"status": "draft",
"experimental": true,
"date": "2018-11-01",
"publisher": "HL7 International",
"contact": [
  {
    "name": "FHIR project team",
    "telecom": [
      {
        "system": "url",
        "value": "http://hl7.org/fhir"
      }
    ]
  }
],
"description": "ACME Codes for Cholesterol: Plasma only - demonstrating the use of a filter defined in a CodeSystem",
"compose": {
  "include": [
    {
      "system": "http://hl7.org/fhir/CodeSystem/example",
      "filter": [
        {
          "property": "acme-plasma",
          "op": "=",
          "value": "true"
        }
      ]
    }
  ]
}

}