Description
&
Constraints
Code
|
Display
|
Definition
|
Copy
|
extension
missing
0..1
|
Extension
Missing
|
URL
=
http://hl7.org/fhir/StructureDefinition/structuredefinition-xml-type
xml-type:
The
XML
(schema)
type
of
search
parameter
returns
resources
that
have
a
property
-
used
for
the
value
attribute
of
a
primitive
type
(for
which
there
is
no
type
in
the
FHIR
typing
system).
Use
on
data
type:
ElementDefinition.type.code
or
not.
|
url
|
|
exact
|
Exact
|
1..1
The
search
parameter
returns
resources
that
have
a
value
that
exactly
matches
the
supplied
parameter
(the
whole
string,
including
casing
and
accents).
|
uri
"http://hl7.org/fhir/StructureDefinition/structuredefinition-xml-type"
|
valueString
contains
|
Contains
|
The
search
parameter
returns
resources
that
include
the
supplied
parameter
value
anywhere
within
the
field
being
searched.
|
0..1
|
string
|
not
|
Value
of
extension
Not
|
The
search
parameter
returns
resources
that
do
not
contain
a
match.
|
Documentation
for
this
format
|
XML
Template
text
<!-- xml-type -->
< xmlns="http://hl7.org/fhir"
url="" >
<!-- from Element:
<
</extension>
|
JSON
Template
Text
|
{ //
// from Element:
"
],
"
"
}
The
search
parameter
is
processed
as
a
string
that
searches
text
associated
with
the
code/value
-
either
CodeableConcept.text,
Coding.display,
Identifier.type.text,
or
Reference.display.
|
Summary
Name
|
Flags
|
in
|
In
|
Card.
The
search
parameter
is
a
URI
(relative
or
absolute)
that
identifies
a
value
set,
and
the
search
parameter
tests
whether
the
coding
is
in
the
specified
value
set.
|
Type
Description
&
Constraints
|
|
not-in
|
Not
In
|
The
search
parameter
is
a
URI
(relative
or
absolute)
that
identifies
a
value
set,
and
the
search
parameter
tests
whether
the
coding
is
not
in
the
specified
value
set.
|
extension
0..1
|
string
|
below
|
URL
=
http://hl7.org/fhir/StructureDefinition/structuredefinition-xml-type
xml-type:
Below
|
The
XML
(schema)
type
of
a
property
-
used
for
search
parameter
tests
whether
the
value
attribute
of
in
a
primitive
type
(for
which
there
resource
is
no
type
in
subsumed
by
the
FHIR
typing
system).
Use
on
data
type:
ElementDefinition.type.code
specified
value
(is-a,
or
hierarchical
relationships).
|
Documentation
for
this
format
|
above
Full
Structure
|
Above
|
The
search
parameter
tests
whether
the
value
in
a
resource
subsumes
the
specified
value
(is-a,
or
hierarchical
relationships).
|
Name
Flags
|
Card.
|
type
|
Type
|
The
search
parameter
only
applies
to
the
Resource
Type
specified
as
a
modifier
(e.g.
the
modifier
is
not
actually
:type,
but
:Patient
etc.).
|
Description
&
Constraints
|
|
identifier
|
Identifier
|
The
search
parameter
applies
to
the
identifier
on
the
resource,
not
the
reference.
|
extension
|
of-type
0..1
|
Extension
Of
Type
|
URL
=
http://hl7.org/fhir/StructureDefinition/structuredefinition-xml-type
xml-type:
The
XML
(schema)
type
of
a
property
-
used
for
search
parameter
has
the
value
attribute
format
system|code|value,
where
the
system
and
code
refer
to
an
Identifier.type.coding.system
and
.code,
and
match
if
any
of
a
primitive
type
(for
which
there
is
no
type
in
the
FHIR
typing
system).
Use
on
data
type:
ElementDefinition.type.code
type
codes
match.
All
3
parts
must
be
present.
|
url
|
|
code-text
|
Code
Text
|
1..1
Tests
whether
the
textual
display
value
in
a
resource
(e.g.,
CodeableConcept.text,
Coding.display,
or
Reference.display)
matches
the
supplied
parameter
value.
|
uri
"http://hl7.org/fhir/StructureDefinition/structuredefinition-xml-type"
|
valueString
text-advanced
|
Text
Advanced
|
Tests
whether
the
value
in
a
resource
matches
the
supplied
parameter
value
using
advanced
text
handling
that
searches
text
associated
with
the
code/value
-
e.g.,
CodeableConcept.text,
Coding.display,
or
Identifier.type.text.
|
0..1
|
string
|
iterate
|
Value
Iterate
|
The
search
parameter
indicates
an
inclusion
directive
(_include,
_revinclude)
that
is
applied
to
an
included
resource
instead
of
extension
the
matching
resource.
|
Documentation
for
this
format
|