This
page
is
part
of
the
FHIR
Specification
(v4.3.0:
R4B
(v5.0.0:
R5
-
STU
).
The
This
is
the
current
published
version
which
supercedes
in
it's
permanent
home
(it
will
always
be
available
at
this
version
is
5.0.0
.
URL).
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R5
R4B
R4
R3
Patient
Administration
Work
Group
|
Maturity Level : N/A | Standards Status : Informative | Security Category : Business | Compartments : Device , Patient , Practitioner , RelatedPerson |
R3
:
R4
:
R5
Conversion
maps
for
Schedule.
Functional
status
for
this
map:
3
tests
that
all
execute
ok.
All
tests
pass
round-trip
testing
and
all
r3
resources
are
valid.
See
Conversions
Summary
.
(
see
documentation)
map "http://hl7.org/fhir/StructureMap/Schedule3to4" = "R3 to R4 Conversions for Schedule"
uses "http://hl7.org/fhir/3.0/StructureDefinition/Schedule" alias ScheduleR3 as source
uses "http://hl7.org/fhir/StructureDefinition/Schedule" alias Schedule as target
imports "http://hl7.org/fhir/StructureMap/*3to4"
group Schedule(source src : ScheduleR3, target tgt : Schedule) extends DomainResource <<type+>> {
src.identifier -> tgt.identifier;
src.active -> tgt.active;
src.serviceCategory -> tgt.serviceCategory;
src.serviceType -> tgt.serviceType;
src.specialty -> tgt.specialty;
src.actor -> tgt.actor;
src.planningHorizon -> tgt.planningHorizon;
src.comment -> tgt.comment;
}
map "http://hl7.org/fhir/StructureMap/Schedule4to3" = "R4 to R3 Conversion for Schedule"
uses "http://hl7.org/fhir/StructureDefinition/Schedule" alias Schedule as source
uses "http://hl7.org/fhir/3.0/StructureDefinition/Schedule" alias ScheduleR3 as target
imports "http://hl7.org/fhir/StructureMap/*4to3"
group Schedule(source src : Schedule, target tgt : ScheduleR3) extends DomainResource <<type+>> {
src.identifier -> tgt.identifier;
src.active -> tgt.active;
src.serviceCategory -> tgt.serviceCategory;
src.serviceType -> tgt.serviceType;
src.specialty -> tgt.specialty;
src.actor -> tgt.actor;
src.planningHorizon -> tgt.planningHorizon;
src.comment -> tgt.comment;
}
No
validation
errors
-
all
conversions
are
clean</p>
clean