This
page
is
part
of
the
FHIR
Specification
(v3.0.2:
STU
3).
(v3.3.0:
R4
Ballot
2).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
R2
FHIR
Infrastructure
Work
Group
|
Maturity Level : N/A | Ballot Status : Informative |
The
primary
focus
of
FHIR
is
exchanging
the
exchange
of
healthcare
data
between
systems.
Whenever
one
system
has
information
that
another
needs
or
wants,
one
question
that
automatically
arises
is
whether
the
source
system
will
push
the
data,
or
whether
the
destination
system
will
pull
the
data.
| Push |
As
new
information
becomes
available,
or
whenever
|
| Pull |
The
source
system
maintains
and
indexes
data.
When
the
destination
system
wants
or
needs
the
information,
it
must
retrieve
it
|
Note
that
it
is
possible
to
mix
these
modes
by
adding
an
interface
repository
into
the
mix.
For
example,
to
connect
a
push-based
source
with
a
pull-based
destination,
simply
have
the
source
push
information
at
to
the
repository,
and
the
destination
can
pull
data
from
it
as
required.
If
the
source
is
pull
based,
pull-based,
the
interface
repository
can
query
it
for
new
data
on
a
regular
basis,
and
when
it
finds
any,
it
can
pull
it
into
the
repository
and/or
push
it
to
the
destination.
Which combination of push, pull and interface repositories is appropriate for any given context depends on a host of factors around deployment architecture, network and business topology, security policies, etc. However, it is often constrained by the capabilities of the various systems and the standards used in the exchange.
The FHIR specification supports and enables both push and pull: