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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4b.r5
Resource TypeValueSet
IdValueSet-R4B-subscription-search-modifier-for-R5.json
FHIR VersionR5
Sourcehttp://hl7.org/fhir/uv/xver-r4b.r5/0.0.1-snapshot-2/ValueSet-R4B-subscription-search-modifier-for-R5.html
URLhttp://hl7.org/fhir/4.3/ValueSet/R4B-subscription-search-modifier-for-R5
Version0.0.1-snapshot-2
Statusactive
Date2025-09-01T22:36:43.503908+10:00
NameR4B_subscription_search_modifier_for_R5
TitleCross-version VS for R4B.SubscriptionSearchModifier for use in FHIR R5
Realmuv
Authorityhl7
DescriptionThis cross-version ValueSet represents concepts from http://hl7.org/fhir/ValueSet/subscription-search-modifier|4.3.0 for use in FHIR R5. Concepts not present here have direct `equivalent` mappings crossing all versions from R4B to R5.

Resources that use this resource

StructureDefinition
extension-SubscriptionTopic.canFilterBy.modifierCross-version Extension for R4B.SubscriptionTopic.canFilterBy.modifier for use in FHIR R5

Resources that this resource uses

CodeSystem
subscription-search-modifierSubscriptionSearchModifer

Narrative

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

Generated Narrative: ValueSet R4B-subscription-search-modifier-for-R5

This value set expansion contains 10 concepts.

CodeSystemDisplayDefinition
  =http://terminology.hl7.org/CodeSystem/subscription-search-modifier=Used to match a value according to FHIR Search rules (e.g., Patient/123, Encounter/2002).
  eqhttp://terminology.hl7.org/CodeSystem/subscription-search-modifierEqualThe value for the parameter in the resource is equal to the provided value.
  nehttp://terminology.hl7.org/CodeSystem/subscription-search-modifierNot EqualThe value for the parameter in the resource is not equal to the provided value.
  gthttp://terminology.hl7.org/CodeSystem/subscription-search-modifierGreater ThanThe value for the parameter in the resource is greater than the provided value.
  lthttp://terminology.hl7.org/CodeSystem/subscription-search-modifierLess ThanThe value for the parameter in the resource is less than the provided value.
  gehttp://terminology.hl7.org/CodeSystem/subscription-search-modifierGreater Than or EqualThe value for the parameter in the resource is greater or equal to the provided value.
  lehttp://terminology.hl7.org/CodeSystem/subscription-search-modifierLess Than or EqualThe value for the parameter in the resource is less or equal to the provided value.
  sahttp://terminology.hl7.org/CodeSystem/subscription-search-modifierStarts AfterThe value for the parameter in the resource starts after the provided value.
  ebhttp://terminology.hl7.org/CodeSystem/subscription-search-modifierEnds BeforeThe value for the parameter in the resource ends before the provided value.
  aphttp://terminology.hl7.org/CodeSystem/subscription-search-modifierApproximatelyThe 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.

Source1

{
  "resourceType": "ValueSet",
  "id": "R4B-subscription-search-modifier-for-R5",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "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-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/4.3/ImplementationGuide/hl7.fhir.uv.xver-r4b.r5"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/4.3/ValueSet/R4B-subscription-search-modifier-for-R5",
  "version": "0.0.1-snapshot-2",
  "name": "R4B_subscription_search_modifier_for_R5",
  "title": "Cross-version VS for R4B.SubscriptionSearchModifier for use in FHIR R5",
  "status": "active",
  "experimental": false,
  "date": "2025-09-01T22:36:43.503908+10:00",
  "publisher": "FHIR Infrastructure",
  "contact": [
    {
      "name": "FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "This cross-version ValueSet represents concepts from http://hl7.org/fhir/ValueSet/subscription-search-modifier|4.3.0 for use in FHIR R5. Concepts not present here have direct `equivalent` mappings crossing all versions from R4B to R5.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/subscription-search-modifier",
        "version": "4.3.0",
        "concept": [
          {
            "code": "=",
            "display": "="
          },
          {
            "code": "eq",
            "display": "Equal"
          },
          {
            "code": "ne",
            "display": "Not Equal"
          },
          {
            "code": "gt",
            "display": "Greater Than"
          },
          {
            "code": "lt",
            "display": "Less Than"
          },
          {
            "code": "ge",
            "display": "Greater Than or Equal"
          },
          {
            "code": "le",
            "display": "Less Than or Equal"
          },
          {
            "code": "sa",
            "display": "Starts After"
          },
          {
            "code": "eb",
            "display": "Ends Before"
          },
          {
            "code": "ap",
            "display": "Approximately"
          }
        ]
      }
    ]
  },
  "expansion": {
    "timestamp": "2025-09-01T22:36:43.503909+10:00",
    "contains": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/subscription-search-modifier",
        "version": "4.3.0",
        "code": "=",
        "display": "="
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/subscription-search-modifier",
        "version": "4.3.0",
        "code": "eq",
        "display": "Equal"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/subscription-search-modifier",
        "version": "4.3.0",
        "code": "ne",
        "display": "Not Equal"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/subscription-search-modifier",
        "version": "4.3.0",
        "code": "gt",
        "display": "Greater Than"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/subscription-search-modifier",
        "version": "4.3.0",
        "code": "lt",
        "display": "Less Than"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/subscription-search-modifier",
        "version": "4.3.0",
        "code": "ge",
        "display": "Greater Than or Equal"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/subscription-search-modifier",
        "version": "4.3.0",
        "code": "le",
        "display": "Less Than or Equal"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/subscription-search-modifier",
        "version": "4.3.0",
        "code": "sa",
        "display": "Starts After"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/subscription-search-modifier",
        "version": "4.3.0",
        "code": "eb",
        "display": "Ends Before"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/subscription-search-modifier",
        "version": "4.3.0",
        "code": "ap",
        "display": "Approximately"
      }
    ]
  }
}