This
page
is
part
of
the
FHIR
Specification
(v5.0.0:
R5
-
STU
v6.0.0-ballot1:
Release
6
Ballot
(1st
Draft)
(see
Ballot
Notes
).
This
is
the
The
current
published
version
in
it's
permanent
home
(it
will
always
be
available
at
this
URL).
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
FHIR
Infrastructure
Work
Group
|
Maturity Level : N/A | Standards Status : Informative | Security Category : Not Classified | Compartments : Patient , Practitioner , RelatedPerson |
R4 : R5 Conversion maps for Basic.
Functional status for this map: See Conversions Summary . ( see documentation)
map "http://hl7.org/fhir/StructureMap/Basic3to4" = "R3 to R4 Conversions for Basic"
uses "http://hl7.org/fhir/3.0/StructureDefinition/Basic" alias BasicR3 as source
uses "http://hl7.org/fhir/StructureDefinition/Basic" alias Basic as target
imports "http://hl7.org/fhir/StructureMap/*3to4"
group Basic(source src : BasicR3, target tgt : Basic) extends DomainResource <<type+>> {
src.identifier -> tgt.identifier;
src.code -> tgt.code;
src.subject -> tgt.subject;
src.created -> tgt.created;
src.author -> tgt.author;
}
map "http://hl7.org/fhir/StructureMap/Basic4to3" = "R4 to R3 Conversion for Basic"
uses "http://hl7.org/fhir/StructureDefinition/Basic" alias Basic as source
uses "http://hl7.org/fhir/3.0/StructureDefinition/Basic" alias BasicR3 as target
imports "http://hl7.org/fhir/StructureMap/*4to3"
group Basic(source src : Basic, target tgt : BasicR3) extends DomainResource <<type+>> {
src.identifier -> tgt.identifier;
src.code -> tgt.code;
src.subject -> tgt.subject;
src.created -> tgt.created;
src.author -> tgt.author;
}
No validation errors - all conversions are clean