<?xml version="1.0" encoding="UTF-8"?>

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="example-filter"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p class="res-header-id">
        <b>Generated Narrative: ValueSet example-filter</b>
      </p>
      <a name="example-filter"> </a>
      <a name="hcexample-filter"> </a>
      <ul>
        <li>Include codes from
          <a href="codesystem-example.html">
            <code>http://hl7.org/fhir/CodeSystem/example</code>
          </a>
          <span title="Version is not explicitly stated, which means it is fixed to the version provided in this specification"> version 📦6.0.0-ballot4</span> where acme-plasma  = true
        </li>
      </ul>
    </div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="vocab"/>
  </extension>
  <url value="http://hl7.org/fhir/ValueSet/example-filter"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.3.3148"/>
  </identifier>
  <version value="6.0.0-ballot4"/>
  <name value="ACMECholCodesPlasma"/>
  <title value="ACME Codes for Cholesterol: Plasma only"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2018-11-01"/>
  <publisher value="HL7 International / Terminology Infrastructure"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/Vocab"/>
    </telecom>
  </contact>
  <description value="ACME Codes for Cholesterol: Plasma only - demonstrating the use of a filter defined in a CodeSystem"/>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/CodeSystem/example"/>
      <filter>
        <property value="acme-plasma"/>
        <op value="="/>
        <value value="true"/>
      </filter>
    </include>
    <property value="status"/>
  </compose>
</ValueSet>