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

FHIR IG analytics

Packagehl7.fhir.uv.extensions
Resource TypeValueSet
IdValueSet-value-filter-comparator.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7/fhir-extensions/ValueSet-value-filter-comparator.html
URLhttp://hl7.org/fhir/ValueSet/value-filter-comparator
Version5.3.0-ballot-tc1
Statusactive
Date2021-08-10T10:21:03-06:00
NameValueFilterComparator
TitleValue Filter Comparator
Realmuv
Authorityhl7
DescriptionThe type of comparator operator to use

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
search-comparatorSearchComparator

Narrative

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

Generated Narrative: ValueSet value-filter-comparator

  • Include these codes as defined in http://hl7.org/fhir/search-comparator version 📍5.0.0
    CodeDisplay
    eqEquals
    gtGreater Than
    ltLess Than
    geGreater or Equals
    leLess of Equal
    saStarts After
    ebEnds Before

Source1

{
  "resourceType": "ValueSet",
  "id": "value-filter-comparator",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cds"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "http://hl7.org/fhir/ValueSet/value-filter-comparator",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.3.3306"
    }
  ],
  "version": "5.3.0-ballot-tc1",
  "name": "ValueFilterComparator",
  "title": "Value Filter Comparator",
  "status": "active",
  "experimental": false,
  "date": "2021-08-10T10:21:03-06:00",
  "publisher": "HL7 International / Clinical Decision Support",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description": "The type of comparator operator to use",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "immutable": true,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/search-comparator",
        "version": "4.0.1",
        "concept": [
          {
            "code": "eq",
            "display": "Equals"
          },
          {
            "code": "gt",
            "display": "Greater Than"
          },
          {
            "code": "lt",
            "display": "Less Than"
          },
          {
            "code": "ge",
            "display": "Greater or Equals"
          },
          {
            "code": "le",
            "display": "Less of Equal"
          },
          {
            "code": "sa",
            "display": "Starts After"
          },
          {
            "code": "eb",
            "display": "Ends Before"
          }
        ]
      }
    ]
  }
}