Package | hl7.fhir.uv.tx-ecosystem |
Resource Type | ValueSet |
Id | simple-filter-regex-prop |
FHIR Version | R5 |
Source | http://hl7.org/fhir/uv/tx-ecosystem |
URL | http://hl7.org/fhir/test/ValueSet/simple-filter-regex-prop |
Version | 5.0.0 |
Status | active |
Date | 2023-04-01 |
Name | SimpleValueSetFilterRegexOnProp |
Title | Simple ValueSet Filter by Regex on a Property value |
Realm | uv |
Authority | hl7 |
No resources found
CodeSystem | |
simple | Simple Test Code System |
No narrative content found in resource
{ "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]*" } ] } ] } }