FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: SearchParameter/ValueSet-keyword

Packagehl7.fhir.uv.cqm
Resource TypeSearchParameter
IdValueSet-keyword
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/cqm/https://build.fhir.org/ig/HL7/fhir-cqm/SearchParameter-ValueSet-keyword.html
URLhttp://hl7.org/fhir/uv/cqm/SearchParameter/ValueSet-keyword
Version1.0.0
Statusdraft
Date2023-06-12T13:00:00-05:00
NameValuesetKeyword
Realmuv
Authorityhl7
DescriptionSearch within the keyword extension
Typestring

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: SearchParameter ValueSet-keyword

ValuesetKeyword

Parameter keyword:string

Search within the keyword extension

ResourceValueSet
Expressionextension('http://hl7.org/fhir/StructureDefinition/valueset-keyWord').value
Processing ModeNormal
Multiples
  • multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true

Source

{
  "resourceType": "SearchParameter",
  "id": "ValueSet-keyword",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/uv/cqm/SearchParameter/ValueSet-keyword",
  "version": "1.0.0",
  "name": "ValuesetKeyword",
  "status": "draft",
  "experimental": false,
  "date": "2023-06-12T13:00:00-05:00",
  "publisher": "HL7 International / Clinical Quality Information",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "description": "Search within the keyword extension",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "code": "keyword",
  "base": [
    "ValueSet"
  ],
  "type": "string",
  "expression": "extension('http://hl7.org/fhir/StructureDefinition/valueset-keyWord').value",
  "xpathUsage": "normal"
}