This
page
is
part
of
the
FHIR
Specification
(v3.0.2:
STU
3).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
Continuous
Integration
Build
of
available
versions,
see
FHIR
(will
be
incorrect/inconsistent
at
times).
See
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
R2
Responsible
Owner:
FHIR
Infrastructure
Work
Group
|
Normative
|
|
Compartments
:
|
Detailed Descriptions for the elements in the SearchParameter resource.
| SearchParameter | |||||||||||||||||||||||||||||
|
|
SearchParameter | ||||||||||||||||||||||||||||
| Definition |
A search parameter that defines a named search item that can be used to search/filter on a resource. |
||||||||||||||||||||||||||||
| Short Display | Search parameter for a resource | ||||||||||||||||||||||||||||
| Cardinality | 0..* | ||||||||||||||||||||||||||||
|
| CanonicalResource | ||||||||||||||||||||||||||||
|
| false | ||||||||||||||||||||||||||||
| Comments |
In FHIR, search is not performed directly on a resource (by XML or JSON path), but on a named parameter that maps into the resource content. |
||||||||||||||||||||||||||||
|
|
| ||||||||||||||||||||||||||||
| SearchParameter.url | |||||||||||||||||||||||||||||
|
|
SearchParameter.url | ||||||||||||||||||||||||||||
| Definition |
An
absolute
URI
that
is
used
to
identify
this
search
parameter
when
it
is
referenced
in
a
specification,
model,
design
or
an
|
||||||||||||||||||||||||||||
| Short Display | Canonical identifier for this search parameter, represented as a URI (globally unique) | ||||||||||||||||||||||||||||
| Cardinality | 1..1 | ||||||||||||||||||||||||||||
| Type | uri | ||||||||||||||||||||||||||||
| Requirements |
Allows the search parameter to be referenced by a single globally unique identifier. To allow referencing and reusing search parameter definitions under other names on operational systems (in case of name clash). |
||||||||||||||||||||||||||||
| Summary | true | ||||||||||||||||||||||||||||
| Comments |
Can
be
a
urn:uuid:
or
a
The determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in Technical and Business Versions . In some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the meta.source element to indicate where the current master source of the resource can be found. |
||||||||||||||||||||||||||||
| Constraints |
| ||||||||||||||||||||||||||||
| SearchParameter.identifier | |||||||||||||||||||||||||||||
| Element Id | SearchParameter.identifier | ||||||||||||||||||||||||||||
| Definition | A formal identifier that is used to identify this search parameter when it is represented in other formats, or referenced in a specification, model, design or an instance. | ||||||||||||||||||||||||||||
| Short Display | Additional identifier for the search parameter (business identifier) | ||||||||||||||||||||||||||||
| Note | This is a business identifier, not a resource identifier (see discussion ) | ||||||||||||||||||||||||||||
| Cardinality | 0..* | ||||||||||||||||||||||||||||
| Type | Identifier | ||||||||||||||||||||||||||||
| Requirements | Allows externally provided and/or usable business identifiers to be easily associated with the module. | ||||||||||||||||||||||||||||
| Summary | true | ||||||||||||||||||||||||||||
| SearchParameter.version | |||||||||||||||||||||||||||||
|
| SearchParameter.version | ||||||||||||||||||||||||||||
| Definition |
The identifier that is used to identify this version of the search parameter when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the search parameter author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. |
||||||||||||||||||||||||||||
|
|
Business version of the search parameter | ||||||||||||||||||||||||||||
| Note | This is a business versionId, not a resource version id (see discussion ) | ||||||||||||||||||||||||||||
|
|
0..1 | ||||||||||||||||||||||||||||
| Type | string | ||||||||||||||||||||||||||||
| Summary | true | ||||||||||||||||||||||||||||
| Comments |
There
may
be
different
search
parameter
instances
that
have
the
same
identifier
but
different
versions.
The
version
can
be
appended
to
the
url
in
a
reference
to
allow
a
|
||||||||||||||||||||||||||||
| SearchParameter.versionAlgorithm[x] | |||||||||||||||||||||||||||||
| Element Id | SearchParameter.versionAlgorithm[x] | ||||||||||||||||||||||||||||
| Definition | Indicates the mechanism used to compare versions to determine which is more current. | ||||||||||||||||||||||||||||
| Short Display | How to compare versions | ||||||||||||||||||||||||||||
| Cardinality | 0..1 | ||||||||||||||||||||||||||||
| Terminology Binding | Version Algorithm ( Extensible ) | ||||||||||||||||||||||||||||
| Type | string | Coding | ||||||||||||||||||||||||||||
| [x] Note | See Choice of Datatypes for further information about how to use [x] | ||||||||||||||||||||||||||||
| Summary | true | ||||||||||||||||||||||||||||
| Comments | If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined. | ||||||||||||||||||||||||||||
| SearchParameter.name | |||||||||||||||||||||||||||||
|
| SearchParameter.name | ||||||||||||||||||||||||||||
| Definition |
A natural language name identifying the search parameter. This name should be usable as an identifier for the module by machine processing applications such as code generation. |
||||||||||||||||||||||||||||
| Short Display | Name for this search parameter (computer friendly) | ||||||||||||||||||||||||||||
|
|
1..1 | ||||||||||||||||||||||||||||
| Type | string | ||||||||||||||||||||||||||||
| Requirements |
Support human navigation and code generation. |
||||||||||||||||||||||||||||
| Summary | true | ||||||||||||||||||||||||||||
| Comments |
The
name
is
not
expected
to
be
globally
unique.
The
name
should
be
a
simple
|
||||||||||||||||||||||||||||
| Constraints |
| ||||||||||||||||||||||||||||
| SearchParameter.title | |||||||||||||||||||||||||||||
| Element Id | SearchParameter.title | ||||||||||||||||||||||||||||
| Definition | A short, descriptive, user-friendly title for the search parameter. | ||||||||||||||||||||||||||||
| Short Display | Name for this search parameter (human friendly) | ||||||||||||||||||||||||||||
| Cardinality | 0..1 | ||||||||||||||||||||||||||||
| Type | string | ||||||||||||||||||||||||||||
| Summary | true | ||||||||||||||||||||||||||||
| Comments | This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc. | ||||||||||||||||||||||||||||
| SearchParameter.derivedFrom | |||||||||||||||||||||||||||||
| Element Id | SearchParameter.derivedFrom | ||||||||||||||||||||||||||||
| Definition | Where this search parameter is originally defined. If a derivedFrom is provided, then the details in the search parameter must be consistent with the definition from which it is defined. i.e. the parameter should have the same meaning, and (usually) the functionality should be a proper subset of the underlying search parameter. | ||||||||||||||||||||||||||||
| Short Display | Original definition for the search parameter | ||||||||||||||||||||||||||||
| Cardinality | 0..1 | ||||||||||||||||||||||||||||
| Type | canonical ( SearchParameter ) | ||||||||||||||||||||||||||||
| Summary | false | ||||||||||||||||||||||||||||
| Comments |
The
intent
of
this
is
that
a
server
can
designate
that
it
provides
support
for
a
search
parameter
defined
in
the
specification
itself
(e.g.
| ||||||||||||||||||||||||||||
| SearchParameter.status | |||||||||||||||||||||||||||||
|
| SearchParameter.status | ||||||||||||||||||||||||||||
| Definition |
The status of this search parameter. Enables tracking the life-cycle of the content. |
||||||||||||||||||||||||||||
| Short Display | draft | active | retired | unknown | ||||||||||||||||||||||||||||
| Cardinality | 1..1 | ||||||||||||||||||||||||||||
| Terminology Binding | PublicationStatus ( Required ) | ||||||||||||||||||||||||||||
| Type | code | ||||||||||||||||||||||||||||
| Is Modifier | true (Reason: This is labeled as "Is Modifier" because applications should not use a retired {{title}} without due consideration) | ||||||||||||||||||||||||||||
| Summary | true | ||||||||||||||||||||||||||||
| Comments |
Allows
filtering
of
search
parameters
that
are
appropriate
for
use
See guidance around (not) making local changes to elements here . |
||||||||||||||||||||||||||||
| SearchParameter.experimental | |||||||||||||||||||||||||||||
|
| SearchParameter.experimental | ||||||||||||||||||||||||||||
| Definition |
A
|
||||||||||||||||||||||||||||
| Short Display | For testing only - never for real usage | ||||||||||||||||||||||||||||
| Cardinality | 0..1 | ||||||||||||||||||||||||||||
| Type | boolean | ||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||
| Requirements |
Enables experimental content to be developed following the same lifecycle that would be used for a production-level search parameter. |
||||||||||||||||||||||||||||
| Summary | true | ||||||||||||||||||||||||||||
| Comments |
Allows
filtering
of
search
|
||||||||||||||||||||||||||||
| SearchParameter.date | |||||||||||||||||||||||||||||
|
| SearchParameter.date | ||||||||||||||||||||||||||||
| Definition |
The
date
(and
optionally
time)
when
the
search
parameter
was
|
||||||||||||||||||||||||||||
| Short Display | Date last changed | ||||||||||||||||||||||||||||
|
|
0..1 | ||||||||||||||||||||||||||||
| Type | dateTime | ||||||||||||||||||||||||||||
| Alternate Names | Revision Date | ||||||||||||||||||||||||||||
| Summary | true | ||||||||||||||||||||||||||||
| Comments |
The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the search parameter. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource. See guidance around (not) making local changes to elements here . |
||||||||||||||||||||||||||||
| SearchParameter.publisher | |||||||||||||||||||||||||||||
|
| SearchParameter.publisher | ||||||||||||||||||||||||||||
| Definition |
The
name
of
the
|
||||||||||||||||||||||||||||
| Short Display | Name of the publisher/steward (organization or individual) | ||||||||||||||||||||||||||||
| Cardinality | 0..1 | ||||||||||||||||||||||||||||
| Type | string | ||||||||||||||||||||||||||||
| Requirements |
Helps
establish
the
|
||||||||||||||||||||||||||||
| Summary | true | ||||||||||||||||||||||||||||
| Comments |
Usually
an
|
||||||||||||||||||||||||||||
| SearchParameter.contact | |||||||||||||||||||||||||||||
|
| SearchParameter.contact | ||||||||||||||||||||||||||||
| Definition |
Contact details to assist a user in finding and communicating with the publisher. |
||||||||||||||||||||||||||||
| Short Display | Contact details for the publisher | ||||||||||||||||||||||||||||
| Cardinality | 0..* | ||||||||||||||||||||||||||||
| Type | ContactDetail | ||||||||||||||||||||||||||||
| Summary | true | ||||||||||||||||||||||||||||
| Comments |
May be a web site, an email address, a telephone number, etc. See guidance around (not) making local changes to elements here . |
||||||||||||||||||||||||||||
| SearchParameter.description | |||||||||||||||||||||||||||||
| Element Id | SearchParameter.description | ||||||||||||||||||||||||||||
| Definition | And how it used. | ||||||||||||||||||||||||||||
| Short Display | Natural language description of the search parameter | ||||||||||||||||||||||||||||
| Cardinality | 1..1 | ||||||||||||||||||||||||||||
| Type | markdown | ||||||||||||||||||||||||||||
| Summary | true | ||||||||||||||||||||||||||||
| Comments | This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the search parameter as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the search parameter is presumed to be the predominant language in the place the search parameter was created). | ||||||||||||||||||||||||||||
| SearchParameter.useContext | |||||||||||||||||||||||||||||
|
|
SearchParameter.useContext | ||||||||||||||||||||||||||||
| Definition |
The
content
was
developed
with
a
focus
and
intent
of
supporting
the
contexts
that
are
listed.
These
|
||||||||||||||||||||||||||||
| Short Display | The context that the content is intended to support | ||||||||||||||||||||||||||||
| Cardinality | 0..* | ||||||||||||||||||||||||||||
| Type | UsageContext | ||||||||||||||||||||||||||||
| Requirements |
Assist in searching for appropriate content. |
||||||||||||||||||||||||||||
| Summary | true | ||||||||||||||||||||||||||||
| Comments |
When
multiple
useContexts
are
specified,
there
is
no
expectation
|
||||||||||||||||||||||||||||
| SearchParameter.jurisdiction | |||||||||||||||||||||||||||||
|
| SearchParameter.jurisdiction | ||||||||||||||||||||||||||||
| Definition |
A
legal
or
geographic
region
in
which
the
|
||||||||||||||||||||||||||||
| Short Display | Jurisdiction of the authority that maintains the search parameter (if applicable) | ||||||||||||||||||||||||||||
| Cardinality | 0..* | ||||||||||||||||||||||||||||
| Terminology Binding |
Jurisdiction
ValueSet
(
Extensible
)
|
||||||||||||||||||||||||||||
| Type | CodeableConcept | ||||||||||||||||||||||||||||
| Summary | true | ||||||||||||||||||||||||||||
| Comments |
It may be possible for the search parameter to be used in jurisdictions other than those for which it was originally designed or intended. DEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.) |
||||||||||||||||||||||||||||
| SearchParameter.purpose | |||||||||||||||||||||||||||||
|
| SearchParameter.purpose | ||||||||||||||||||||||||||||
| Definition |
|
||||||||||||||||||||||||||||
| Short Display | Why this search parameter is defined | ||||||||||||||||||||||||||||
| Cardinality | 0..1 | ||||||||||||||||||||||||||||
| Type | markdown | ||||||||||||||||||||||||||||
|
| false | ||||||||||||||||||||||||||||
| Comments |
This
element
does
not
describe
the
usage
of
the
search
|
||||||||||||||||||||||||||||
| SearchParameter.copyright | |||||||||||||||||||||||||||||
| Element Id | SearchParameter.copyright | ||||||||||||||||||||||||||||
| Definition | A copyright statement relating to the search parameter and/or its contents. Copyright statements are notices of intellectual property ownership and can include restrictions on the use and publishing of the search parameter. | ||||||||||||||||||||||||||||
| Short Display | Notice about intellectual property ownership, can include restrictions on use | ||||||||||||||||||||||||||||
| Cardinality | 0..1 | ||||||||||||||||||||||||||||
| Type | markdown | ||||||||||||||||||||||||||||
| Requirements | Consumers must be able to determine any legal restrictions on the use of the search parameter and/or its content. | ||||||||||||||||||||||||||||
| Alternate Names | License; Restrictions | ||||||||||||||||||||||||||||
| Summary | false | ||||||||||||||||||||||||||||
| Comments | ... | ||||||||||||||||||||||||||||
| SearchParameter.copyrightLabel | |||||||||||||||||||||||||||||
| Element Id | SearchParameter.copyrightLabel | ||||||||||||||||||||||||||||
| Definition | A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are restricted. (e.g. 'All rights reserved', 'Some rights reserved'). | ||||||||||||||||||||||||||||
| Short Display | Copyright holder and year(s) | ||||||||||||||||||||||||||||
| Cardinality | 0..1 | ||||||||||||||||||||||||||||
| Type | string | ||||||||||||||||||||||||||||
| Requirements | Defines the content expected to be rendered in all representations of the artifact. | ||||||||||||||||||||||||||||
| Summary | false | ||||||||||||||||||||||||||||
| Comments | The copyright symbol and the '(c)' textual representation SHOULD NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element. | ||||||||||||||||||||||||||||
| SearchParameter.code | |||||||||||||||||||||||||||||
|
| SearchParameter.code | ||||||||||||||||||||||||||||
| Definition |
The
|
||||||||||||||||||||||||||||
| Short Display | Recommended name for parameter in search url | ||||||||||||||||||||||||||||
| Cardinality | 1..1 | ||||||||||||||||||||||||||||
| Type | code | ||||||||||||||||||||||||||||
| Summary | true | ||||||||||||||||||||||||||||
| Comments |
For maximum compatibility, use only lowercase ASCII characters and hyphens. The characters '.', '$', '|' and whitespace are prohibited as they are used as separators in search parameter processing. Note that HL7 will never define multiple search parameters with the same code. | ||||||||||||||||||||||||||||
| Constraints |
| ||||||||||||||||||||||||||||
| SearchParameter.aliasCode | |||||||||||||||||||||||||||||
| Element Id | SearchParameter.aliasCode | ||||||||||||||||||||||||||||
| Definition | Additional label that are recommended to be used in the URL or the parameter name in a parameters resource for this search parameter. Typically used to provide backwards-compatibility for renamed search parameters and translations into localized languages. | ||||||||||||||||||||||||||||
| Short Display | Additional recommended names for parameter in search url | ||||||||||||||||||||||||||||
| Cardinality | 0..* | ||||||||||||||||||||||||||||
| Type | code | ||||||||||||||||||||||||||||
| Summary | true | ||||||||||||||||||||||||||||
| Comments |
For
maximum
compatibility,
use
only
lowercase
ASCII
|
||||||||||||||||||||||||||||
| Constraints |
| ||||||||||||||||||||||||||||
| SearchParameter.base | |||||||||||||||||||||||||||||
|
|
SearchParameter.base | ||||||||||||||||||||||||||||
| Definition |
The base resource type(s) that this search parameter can be used against. |
||||||||||||||||||||||||||||
| Short Display | The resource type(s) this search parameter applies to | ||||||||||||||||||||||||||||
|
|
1..* | ||||||||||||||||||||||||||||
| Terminology Binding |
|
||||||||||||||||||||||||||||
| Type | code | ||||||||||||||||||||||||||||
| Summary | true | ||||||||||||||||||||||||||||
| Comments |
A
search
parameter
must
always
|
||||||||||||||||||||||||||||
| SearchParameter.type | |||||||||||||||||||||||||||||
|
|
SearchParameter.type | ||||||||||||||||||||||||||||
| Definition |
The
type
of
value
that
a
search
parameter
|
||||||||||||||||||||||||||||
| Short Display | number | date | string | token | reference | composite | quantity | uri | special | resource | ||||||||||||||||||||||||||||
|
|
1..1 | ||||||||||||||||||||||||||||
| Terminology Binding | SearchParamType ( Required ) | ||||||||||||||||||||||||||||
| Type | code | ||||||||||||||||||||||||||||
| Summary | true | ||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||
| Definition |
A FHIRPath expression that returns a set of elements for the search parameter. |
||||||||||||||||||||||||||||
| Short Display | FHIRPath expression that extracts the values | ||||||||||||||||||||||||||||
| Cardinality | 0..1 | ||||||||||||||||||||||||||||
| Type | string | ||||||||||||||||||||||||||||
|
|
false | ||||||||||||||||||||||||||||
| Comments |
Note that the elements returned by the expression are sometimes complex elements where logic is required to determine quite how to handle them; e.g. CodeableConcepts may contain text and/or multiple codings, where the codings themselves contain a code and a system. For composite search parameters, the outcome of the expression must a collection of base elements from which the composites are derived. |
||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||
|
|
SearchParameter.processingMode | ||||||||||||||||||||||||||||
| Definition |
|
||||||||||||||||||||||||||||
| Short Display | normal | phonetic | other | ||||||||||||||||||||||||||||
| Cardinality | 0..1 | ||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||
|
| false | ||||||||||||||||||||||||||||
| Constraints |
|
||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||
|
| SearchParameter.constraint | ||||||||||||||||||||||||||||
| Definition |
| ||||||||||||||||||||||||||||
| Short Display |
FHIRPath
expression
that
constraints
the
|
||||||||||||||||||||||||||||
|
|
0..1 | ||||||||||||||||||||||||||||
| Type | string | ||||||||||||||||||||||||||||
| Summary | false | ||||||||||||||||||||||||||||
| SearchParameter.target | |||||||||||||||||||||||||||||
| Element Id | SearchParameter.target | ||||||||||||||||||||||||||||
| Definition | Types of resource (if a resource is referenced). | ||||||||||||||||||||||||||||
| Short Display | Types of resource (if a resource reference) | ||||||||||||||||||||||||||||
| Cardinality | 0..* | ||||||||||||||||||||||||||||
| Terminology Binding |
|
||||||||||||||||||||||||||||
| Type | code | ||||||||||||||||||||||||||||
|
|
false | ||||||||||||||||||||||||||||
| Comments |
In some cases, targets may exist for a search parameter that do not exist for the specified FHIRPath for all of the resources identified in SearchParameter.base. For example, the core clinical-encounter search parameter allows both Encounter and EpisodeOfCare as targets, even though not all of the base resources have EpisodeOfCare as a valid target. However, the list of targets SHOULD cover all targets that might appear that are permitted by the specified FHIRPath. |
||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||
|
| SearchParameter.multipleOr | ||||||||||||||||||||||||||||
| Definition |
|
||||||||||||||||||||||||||||
| Short Display | Allow multiple values per parameter (or) | ||||||||||||||||||||||||||||
| Cardinality | 0..1 | ||||||||||||||||||||||||||||
|
| boolean | ||||||||||||||||||||||||||||
| Meaning if Missing | If not declared, then it is up to server discretion whether multiple 'or' repetitions are allowed | ||||||||||||||||||||||||||||
| Summary | false | ||||||||||||||||||||||||||||
|
SearchParameter.multipleAnd
|
|||||||||||||||||||||||||||||
| Element Id | SearchParameter.multipleAnd | ||||||||||||||||||||||||||||
| Definition | Whether multiple parameters are allowed - e.g. more than one parameter with the same name. The search matches if all the parameters match. | ||||||||||||||||||||||||||||
| Short Display | Allow multiple parameters (and) | ||||||||||||||||||||||||||||
| Cardinality | 0..1 | ||||||||||||||||||||||||||||
| Type | boolean | ||||||||||||||||||||||||||||
| Meaning if Missing | If not declared, then it is up to server discretion whether multiple 'and' repetitions are allowed | ||||||||||||||||||||||||||||
| Summary | false | ||||||||||||||||||||||||||||
| SearchParameter.comparator | |||||||||||||||||||||||||||||
|
| SearchParameter.comparator | ||||||||||||||||||||||||||||
| Definition |
Comparators supported for the search parameter. |
||||||||||||||||||||||||||||
| Short Display | eq | ne | gt | lt | ge | le | sa | eb | ap | ||||||||||||||||||||||||||||
| Cardinality | 0..* | ||||||||||||||||||||||||||||
| Terminology Binding |
|
||||||||||||||||||||||||||||
| Type | code | ||||||||||||||||||||||||||||
|
| false | ||||||||||||||||||||||||||||
| Comments |
If no comparators are listed, clients should not expect servers to support any comparators. |
||||||||||||||||||||||||||||
| Constraints |
| ||||||||||||||||||||||||||||
| SearchParameter.modifier | |||||||||||||||||||||||||||||
|
|
SearchParameter.modifier | ||||||||||||||||||||||||||||
| Definition |
A modifier supported for the search parameter. |
||||||||||||||||||||||||||||
| Short Display | missing | exact | contains | not | text | in | not-in | below | above | type | identifier | of-type | code-text | text-advanced | iterate | ||||||||||||||||||||||||||||
|
|
0..* | ||||||||||||||||||||||||||||
| Terminology Binding |
|
||||||||||||||||||||||||||||
| Type | code | ||||||||||||||||||||||||||||
| Summary | false | ||||||||||||||||||||||||||||
| SearchParameter.chain | |||||||||||||||||||||||||||||
|
| SearchParameter.chain | ||||||||||||||||||||||||||||
| Definition |
Contains
the
names
of
any
search
parameters
which
may
be
chained
to
the
containing
search
parameter.
Chained
parameters
may
be
added
to
search
parameters
of
type
|
||||||||||||||||||||||||||||
| Short Display | Chained names supported | ||||||||||||||||||||||||||||
| Cardinality | 0..* | ||||||||||||||||||||||||||||
| Type | string | ||||||||||||||||||||||||||||
|
| false | ||||||||||||||||||||||||||||
| Comments |
|
||||||||||||||||||||||||||||
| Constraints |
| ||||||||||||||||||||||||||||
| SearchParameter.component | |||||||||||||||||||||||||||||
|
| SearchParameter.component | ||||||||||||||||||||||||||||
| Definition |
Used to define the parts of a composite search parameter. |
||||||||||||||||||||||||||||
| Short Display | For Composite resources to define the parts | ||||||||||||||||||||||||||||
|
|
0..* | ||||||||||||||||||||||||||||
| Summary | false | ||||||||||||||||||||||||||||
| SearchParameter.component.definition | |||||||||||||||||||||||||||||
|
| SearchParameter.component.definition | ||||||||||||||||||||||||||||
| Definition |
The definition of the search parameter that describes this part. |
||||||||||||||||||||||||||||
| Short Display | Defines how the part works | ||||||||||||||||||||||||||||
| Cardinality | 1..1 | ||||||||||||||||||||||||||||
| Type |
|
||||||||||||||||||||||||||||
| Summary | false | ||||||||||||||||||||||||||||
| SearchParameter.component.expression | |||||||||||||||||||||||||||||
|
| SearchParameter.component.expression | ||||||||||||||||||||||||||||
| Definition |
A sub-expression that defines how to extract values for this component from the output of the main SearchParameter.expression. |
||||||||||||||||||||||||||||
| Short Display | Sub-expression relative to main expression | ||||||||||||||||||||||||||||
| Cardinality | 1..1 | ||||||||||||||||||||||||||||
| Type | string | ||||||||||||||||||||||||||||
|
| false | ||||||||||||||||||||||||||||
| Comments |
This
expression
overrides
the
expression
in
the
|
||||||||||||||||||||||||||||