This
page
is
part
of
the
FHIR
Specification
(v4.3.0:
R4B
(v5.0.0-draft-final:
Final
QA
Preview
for
R5
-
STU
see
ballot
notes
).
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
FHIR
Infrastructure
Work
Group
|
Maturity Level : N/A | Standards Status : Informative | Security Category : N/A | Compartments : Not linked to any defined compartments |
R3
:
R4
:
R5
Conversion
maps
for
Resource.
Functional status for this map: Not Mapped ( see documentation)
map "http://hl7.org/fhir/StructureMap/Resource3to4" = "R2 to R3 Conversions for Resource"map "http://hl7.org/fhir/StructureMap/Resource3to4" = "R3 to R4 Conversions for Resource"uses "http://hl7.org/fhir/DSTU2/StructureDefinition/Resource" alias ResourceR2 as sourceuses "http://hl7.org/fhir/3.0/StructureDefinition/Resource" alias ResourceR3 as source uses "http://hl7.org/fhir/StructureDefinition/Resource" alias Resource as target imports "http://hl7.org/fhir/StructureMap/primitives3to4" imports "http://hl7.org/fhir/StructureMap/Meta3to4"group Resource(source src : ResourceR2, target tgt : Resource) <<type+>> {group Resource(source src : ResourceR3, target tgt : Resource) <<type+>> { src.id -> tgt.id "Resource-id"; src.meta -> tgt.meta "Resource-meta"; src.implicitRules -> tgt.implicitRules "Resource-implicitRules"; src.language -> tgt.language "Resource-language"; }
map "http://hl7.org/fhir/StructureMap/Resource4to3" = "R3 to R2 Conversion for Resource" uses "http://hl7.org/fhir/StructureDefinition/Resource" alias Resource as sourceuses "http://hl7.org/fhir/DSTU2/StructureDefinition/Resource" alias ResourceR2 as targetuses "http://hl7.org/fhir/3.0/StructureDefinition/Resource" alias ResourceR3 as target imports "http://hl7.org/fhir/StructureMap/primitives4to3" imports "http://hl7.org/fhir/StructureMap/Meta4to3"group Resource(source src : Resource, target tgt : ResourceR2) <<type+>> {group Resource(source src : Resource, target tgt : ResourceR3) <<type+>> { src.id -> tgt.id "Resource-id"; src.meta -> tgt.meta "Resource-meta"; src.implicitRules -> tgt.implicitRules "Resource-implicitRules"; src.language -> tgt.language "Resource-language"; }