This page is part of the FHIR Specification (v4.2.0: R5 Preview #1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
FHIR Infrastructure Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw XML (canonical form + also see XML Format Specification)
Definition for Code System TopicFilterByMatchType
<?xml version="1.0" encoding="UTF-8"?> <CodeSystem xmlns="http://hl7.org/fhir"> <id value="topic-match-operator"/> <meta> <lastUpdated value="2019-12-31T21:03:40.621+11:00"/> </meta> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <h2> TopicFilterByMatchType</h2> <div> <p> Operator to apply to filter label.</p> </div> <p> This code system http://hl7.org/fhir/topic-match-operator defines the following codes:</p> <table class="codes"> <tr> <td style="white-space:nowrap"> <b> Code</b> </td> <td> <b> Display</b> </td> <td> <b> Definition</b> </td> </tr> <tr> <td style="white-space:nowrap">= <a name="topic-match-operator-.61"> </a> </td> <td> =</td> <td> Used to match a value according to FHIR Search rules (e.g., Patient/123, Encounter/2002).</td> </tr> <tr> <td style="white-space:nowrap">in <a name="topic-match-operator-in"> </a> </td> <td> in</td> <td> The key value in the topic stream is an active members of the reference set identified by the concept provided as the filter value.</td> </tr> <tr> <td style="white-space:nowrap">not-in <a name="topic-match-operator-not-in"> </a> </td> <td> not-in</td> <td> The key value in the topic stream is NOT an active members of the reference set identified by the concept provided as the filter value.</td> </tr> <tr> <td style="white-space:nowrap">above <a name="topic-match-operator-above"> </a> </td> <td> above</td> <td> The key value is subsumes the value in the filter value.</td> </tr> <tr> <td style="white-space:nowrap">below <a name="topic-match-operator-below"> </a> </td> <td> below</td> <td> The key value is subsumed by the value in the filter value.</td> </tr> </table> </div> </text> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"> <valueCode value="fhir"/> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"> <valueCode value="trial-use"/> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"> <valueInteger value="0"/> </extension> <url value="http://hl7.org/fhir/topic-match-operator"/> <identifier> <system value="urn:ietf:rfc:3986"/> <value value="urn:oid:2.16.840.1.113883.4.642.1.1462"/> </identifier> <version value="4.2.0"/> <name value="TopicFilterByMatchType"/> <title value="TopicFilterByMatchType"/> <status value="draft"/> <experimental value="false"/> <date value="2019-12-31T21:03:40+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="Operator to apply to filter label."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/topic-match-operator"/> <content value="complete"/> <concept> <code value="="/> <display value="="/> <definition value="Used to match a value according to FHIR Search rules (e.g., Patient/123, Encounter/2002)."/> </concept> <concept> <code value="in"/> <display value="in"/> <definition value="The key value in the topic stream is an active members of the reference set identified by the concept provided as the filter value."/> </concept> <concept> <code value="not-in"/> <display value="not-in"/> <definition value="The key value in the topic stream is NOT an active members of the reference set identified by the concept provided as the filter value."/> </concept> <concept> <code value="above"/> <display value="above"/> <definition value="The key value is subsumes the value in the filter value."/> </concept> <concept> <code value="below"/> <display value="below"/> <definition value="The key value is subsumed by the value in the filter value."/> </concept> </CodeSystem>
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.