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

FHIR IG Statistics: ValueSet/simple-filter-regex-prop

Packagehl7.fhir.uv.tx-ecosystem
Resource TypeValueSet
Idsimple-filter-regex-prop
FHIR VersionR5
Sourcehttp://hl7.org/fhir/uv/tx-ecosystem
URLhttp://hl7.org/fhir/test/ValueSet/simple-filter-regex-prop
Version5.0.0
Statusactive
Date2023-04-01
NameSimpleValueSetFilterRegexOnProp
TitleSimple ValueSet Filter by Regex on a Property value
Realmuv
Authorityhl7

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
simpleSimple Test Code System

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "simple-filter-regex-prop",
  "url": "http://hl7.org/fhir/test/ValueSet/simple-filter-regex-prop",
  "version": "5.0.0",
  "name": "SimpleValueSetFilterRegexOnProp",
  "title": "Simple ValueSet Filter by Regex on a Property value",
  "status": "active",
  "experimental": false,
  "date": "2023-04-01",
  "publisher": "FHIR Project",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/test/CodeSystem/simple",
        "filter": [
          {
            "property": "prop",
            "op": "regex",
            "value": "o[a-z]*"
          }
        ]
      }
    ]
  }
}