FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4b.r5
Resource TypeCodeSystem
IdCodeSystem-subscription-search-modifier.json
FHIR VersionR5
Sourcehttp://hl7.org/fhir/uv/xver-r4b.r5/0.0.1-snapshot-2/CodeSystem-subscription-search-modifier.html
URLhttp://terminology.hl7.org/CodeSystem/subscription-search-modifier
Version4.3.0
Statusdraft
Date2025-09-13T16:46:03-04:00
NameSubscriptionSearchModifer
Realmuv
Authorityhl7
DescriptionThis codesystem defines a set of codes that can be used to filter Subscription triggers.
Contentcomplete

Resources that use this resource

ValueSet
R4B-subscription-search-modifier-for-R5Cross-version VS for R4B.SubscriptionSearchModifier for use in FHIR R5
R4B-subscription-search-modifier-for-R4Cross-version VS for R4B.SubscriptionSearchModifier for use in FHIR R4

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system http://terminology.hl7.org/CodeSystem/subscription-search-modifier defines the following codes:

Code Display Definition
= = Used to match a value according to FHIR Search rules (e.g., Patient/123, Encounter/2002).
eq Equal The value for the parameter in the resource is equal to the provided value.
ne Not Equal The value for the parameter in the resource is not equal to the provided value.
gt Greater Than The value for the parameter in the resource is greater than the provided value.
lt Less Than The value for the parameter in the resource is less than the provided value.
ge Greater Than or Equal The value for the parameter in the resource is greater or equal to the provided value.
le Less Than or Equal The value for the parameter in the resource is less or equal to the provided value.
sa Starts After The value for the parameter in the resource starts after the provided value.
eb Ends Before The value for the parameter in the resource ends before the provided value.
ap Approximately The value for the parameter in the resource is approximately the same to the provided value. Note that the recommended value for the approximation is 10% of the stated value (or for a date, 10% of the gap between now and the date), but systems may choose other values where appropriate.
above Above The search parameter is a concept with the form [system]|[code], and the search parameter tests whether the coding in a resource subsumes the specified search code.
below Below The search parameter is a concept with the form [system]|[code], and the search parameter tests whether the coding in a resource is subsumed by the specified search code.
in In The search parameter is a member of a Group or List, or the search parameter is a URI (relative or absolute) that identifies a value set, and the search parameter tests whether the value is present in the specified Group, List, or Value Set.
not-in Not In The search parameter is a member of a Group or List, or the search parameter is a URI (relative or absolute) that identifies a value set, and the search parameter tests whether the value is NOT present in the specified Group, List, or Value Set.
of-type Of Type The search parameter has the format system|code|value, where the system and code refer to a Identifier.type.coding.system and .code, and match if any of the type codes match. All 3 parts must be present.

Source1

{
  "resourceType": "CodeSystem",
  "id": "subscription-search-modifier",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r4b.r5"
        },
        {
          "url": "version",
          "valueString": "0.0.1-snapshot-2"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/subscription-search-modifier",
  "version": "4.3.0",
  "name": "SubscriptionSearchModifer",
  "status": "draft",
  "experimental": false,
  "date": "2025-09-13T16:46:03-04:00",
  "publisher": "FHIR Infrastructure",
  "contact": [
    {
      "name": "FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "This codesystem defines a set of codes that can be used to filter Subscription triggers.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "=",
      "display": "=",
      "definition": "Used to match a value according to FHIR Search rules (e.g., Patient/123, Encounter/2002)."
    },
    {
      "code": "eq",
      "display": "Equal",
      "definition": "The value for the parameter in the resource is equal to the provided value."
    },
    {
      "code": "ne",
      "display": "Not Equal",
      "definition": "The value for the parameter in the resource is not equal to the provided value."
    },
    {
      "code": "gt",
      "display": "Greater Than",
      "definition": "The value for the parameter in the resource is greater than the provided value."
    },
    {
      "code": "lt",
      "display": "Less Than",
      "definition": "The value for the parameter in the resource is less than the provided value."
    },
    {
      "code": "ge",
      "display": "Greater Than or Equal",
      "definition": "The value for the parameter in the resource is greater or equal to the provided value."
    },
    {
      "code": "le",
      "display": "Less Than or Equal",
      "definition": "The value for the parameter in the resource is less or equal to the provided value."
    },
    {
      "code": "sa",
      "display": "Starts After",
      "definition": "The value for the parameter in the resource starts after the provided value."
    },
    {
      "code": "eb",
      "display": "Ends Before",
      "definition": "The value for the parameter in the resource ends before the provided value."
    },
    {
      "code": "ap",
      "display": "Approximately",
      "definition": "The value for the parameter in the resource is approximately the same to the provided value. Note that the recommended value for the approximation is 10% of the stated value (or for a date, 10% of the gap between now and the date), but systems may choose other values where appropriate."
    },
    {
      "code": "above",
      "display": "Above",
      "definition": "The search parameter is a concept with the form [system]|[code], and the search parameter tests whether the coding in a resource subsumes the specified search code."
    },
    {
      "code": "below",
      "display": "Below",
      "definition": "The search parameter is a concept with the form [system]|[code], and the search parameter tests whether the coding in a resource is subsumed by the specified search code."
    },
    {
      "code": "in",
      "display": "In",
      "definition": "The search parameter is a member of a Group or List, or the search parameter is a URI (relative or absolute) that identifies a value set, and the search parameter tests whether the value is present in the specified Group, List, or Value Set."
    },
    {
      "code": "not-in",
      "display": "Not In",
      "definition": "The search parameter is a member of a Group or List, or the search parameter is a URI (relative or absolute) that identifies a value set, and the search parameter tests whether the value is NOT present in the specified Group, List, or Value Set."
    },
    {
      "code": "of-type",
      "display": "Of Type",
      "definition": "The search parameter has the format system|code|value, where the system and code refer to a Identifier.type.coding.system and .code, and match if any of the type codes match. All 3 parts must be present."
    }
  ]
}