--- type: "valueset" title: "ACME Codes for Cholesterol: Plasma only" valueset: "example-filter" --- # ACME Codes for Cholesterol: Plasma only - **Official URL**: http://hl7.org/fhir/ValueSet/example-filter - **Status**: draft - **Name**: ACMECholCodesPlasma - **Title**: ACME Codes for Cholesterol: Plasma only - **Publisher**: HL7 International / Terminology Infrastructure - **Description**: ACME Codes for Cholesterol: Plasma only - demonstrating the use of a filter defined in a CodeSystem ## Content (Compose) - **System**: http://hl7.org/fhir/CodeSystem/example | **Filters**: acme-plasma = true ## ValueSet XML ```xml <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://hl7.org/fhir"/> </telecom> </contact> <contact> <telecom> <system value="url"/> <value value="http://www.hl7.org/Special/committees/Vocab/index.cfm"/> </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"/> <!-- Use the filter defined in the code system. Note that filters like this need custom code to support them, and are generally only found in high value published code systems (e.g. SNOMED CT). Unlike this example. --> <filter> <property value="acme-plasma"/> <op value="="/> <value value="true"/> </filter> </include> <property value="status"/> </compose> </ValueSet> ```