FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Informative | Maturity Level: 0 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "subscription-search-modifier"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system http://terminology.hl7.org/CodeSystem/subscription-search-modifier defines the following codes:</p>\n <table class=\"codes\">\n <tr>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">=\n <a name=\"subscription-search-modifier-.61\"> </a>\n </td>\n <td>=</td>\n <td>Used to match a value according to FHIR Search rules (e.g., Patient/123, Encounter/2002).</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">eq\n <a name=\"subscription-search-modifier-eq\"> </a>\n </td>\n <td>Equal</td>\n <td>The value for the parameter in the resource is equal to the provided value.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">ne\n <a name=\"subscription-search-modifier-ne\"> </a>\n </td>\n <td>Not Equal</td>\n <td>The value for the parameter in the resource is not equal to the provided value.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">gt\n <a name=\"subscription-search-modifier-gt\"> </a>\n </td>\n <td>Greater Than</td>\n <td>The value for the parameter in the resource is greater than the provided value.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">lt\n <a name=\"subscription-search-modifier-lt\"> </a>\n </td>\n <td>Less Than</td>\n <td>The value for the parameter in the resource is less than the provided value.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">ge\n <a name=\"subscription-search-modifier-ge\"> </a>\n </td>\n <td>Greater Than or Equal</td>\n <td>The value for the parameter in the resource is greater or equal to the provided value.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">le\n <a name=\"subscription-search-modifier-le\"> </a>\n </td>\n <td>Less Than or Equal</td>\n <td>The value for the parameter in the resource is less or equal to the provided value.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">sa\n <a name=\"subscription-search-modifier-sa\"> </a>\n </td>\n <td>Starts After</td>\n <td>The value for the parameter in the resource starts after the provided value.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">eb\n <a name=\"subscription-search-modifier-eb\"> </a>\n </td>\n <td>Ends Before</td>\n <td>The value for the parameter in the resource ends before the provided value.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">ap\n <a name=\"subscription-search-modifier-ap\"> </a>\n </td>\n <td>Approximately</td>\n <td>The 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.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">above\n <a name=\"subscription-search-modifier-above\"> </a>\n </td>\n <td>Above</td>\n <td>The search parameter is a concept with the form [system]|[code], and the search parameter tests whether the coding in a resource subsumes the specified search code.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">below\n <a name=\"subscription-search-modifier-below\"> </a>\n </td>\n <td>Below</td>\n <td>The search parameter is a concept with the form [system]|[code], and the search parameter tests whether the coding in a resource is subsumed by the specified search code.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">in\n <a name=\"subscription-search-modifier-in\"> </a>\n </td>\n <td>In</td>\n <td>The search parameter is a member of a Group or List, or the search parameter is a URI (relative or absolute) that identifies a value set, and the search parameter tests whether the value is present in the specified Group, List, or Value Set.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">not-in\n <a name=\"subscription-search-modifier-not-in\"> </a>\n </td>\n <td>Not In</td>\n <td>The search parameter is a member of a Group or List, or the search parameter is a URI (relative or absolute) that identifies a value set, and the search parameter tests whether the value is NOT present in the specified Group, List, or Value Set.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">of-type\n <a name=\"subscription-search-modifier-of-type\"> </a>\n </td>\n <td>Of Type</td>\n <td>The search parameter has the format system|code|value, where the system and code refer to a Identifier.type.coding.system and .code, and match if any of the type codes match. All 3 parts must be present.</td>\n </tr>\n </table>\n </div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
fhir:value [
a fhir:id ;
fhir:v "hl7.fhir.uv.xver-r4b.r4" ] ] [
fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "0.0.1-snapshot-2" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "fhir" ]
] ) ; #
fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/subscription-search-modifier"^^xsd:anyURI] ; #
fhir:version [ fhir:v "4.3.0"] ; #
fhir:name [ fhir:v "SubscriptionSearchModifer"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-09-13T16:38:45-04:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "FHIR Infrastructure"] ; #
fhir:contact ( [
fhir:name [ fhir:v "FHIR Infrastructure" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ] ] )
] ) ; #
fhir:description [ fhir:v "This codesystem defines a set of codes that can be used to filter Subscription triggers."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "=" ] ;
fhir:display [ fhir:v "=" ] ;
fhir:definition [ fhir:v "Used to match a value according to FHIR Search rules (e.g., Patient/123, Encounter/2002)." ]
] [
fhir:code [ fhir:v "eq" ] ;
fhir:display [ fhir:v "Equal" ] ;
fhir:definition [ fhir:v "The value for the parameter in the resource is equal to the provided value." ]
] [
fhir:code [ fhir:v "ne" ] ;
fhir:display [ fhir:v "Not Equal" ] ;
fhir:definition [ fhir:v "The value for the parameter in the resource is not equal to the provided value." ]
] [
fhir:code [ fhir:v "gt" ] ;
fhir:display [ fhir:v "Greater Than" ] ;
fhir:definition [ fhir:v "The value for the parameter in the resource is greater than the provided value." ]
] [
fhir:code [ fhir:v "lt" ] ;
fhir:display [ fhir:v "Less Than" ] ;
fhir:definition [ fhir:v "The value for the parameter in the resource is less than the provided value." ]
] [
fhir:code [ fhir:v "ge" ] ;
fhir:display [ fhir:v "Greater Than or Equal" ] ;
fhir:definition [ fhir:v "The value for the parameter in the resource is greater or equal to the provided value." ]
] [
fhir:code [ fhir:v "le" ] ;
fhir:display [ fhir:v "Less Than or Equal" ] ;
fhir:definition [ fhir:v "The value for the parameter in the resource is less or equal to the provided value." ]
] [
fhir:code [ fhir:v "sa" ] ;
fhir:display [ fhir:v "Starts After" ] ;
fhir:definition [ fhir:v "The value for the parameter in the resource starts after the provided value." ]
] [
fhir:code [ fhir:v "eb" ] ;
fhir:display [ fhir:v "Ends Before" ] ;
fhir:definition [ fhir:v "The value for the parameter in the resource ends before the provided value." ]
] [
fhir:code [ fhir:v "ap" ] ;
fhir:display [ fhir:v "Approximately" ] ;
fhir:definition [ fhir:v "The 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." ]
] [
fhir:code [ fhir:v "above" ] ;
fhir:display [ fhir:v "Above" ] ;
fhir:definition [ fhir:v "The search parameter is a concept with the form [system]|[code], and the search parameter tests whether the coding in a resource subsumes the specified search code." ]
] [
fhir:code [ fhir:v "below" ] ;
fhir:display [ fhir:v "Below" ] ;
fhir:definition [ fhir:v "The search parameter is a concept with the form [system]|[code], and the search parameter tests whether the coding in a resource is subsumed by the specified search code." ]
] [
fhir:code [ fhir:v "in" ] ;
fhir:display [ fhir:v "In" ] ;
fhir:definition [ fhir:v "The search parameter is a member of a Group or List, or the search parameter is a URI (relative or absolute) that identifies a value set, and the search parameter tests whether the value is present in the specified Group, List, or Value Set." ]
] [
fhir:code [ fhir:v "not-in" ] ;
fhir:display [ fhir:v "Not In" ] ;
fhir:definition [ fhir:v "The search parameter is a member of a Group or List, or the search parameter is a URI (relative or absolute) that identifies a value set, and the search parameter tests whether the value is NOT present in the specified Group, List, or Value Set." ]
] [
fhir:code [ fhir:v "of-type" ] ;
fhir:display [ fhir:v "Of Type" ] ;
fhir:definition [ fhir:v "The search parameter has the format system|code|value, where the system and code refer to a Identifier.type.coding.system and .code, and match if any of the type codes match. All 3 parts must be present." ]
] ) . #
IG © 2025+ FHIR Infrastructure. Package hl7.fhir.uv.xver-r4b.r4#0.0.1-snapshot-2 based on FHIR 4.0.1. Generated 2025-09-13
Links: Table of Contents |
QA Report
| Version History |
|
History
