This
page
is
part
of
the
FHIR
Specification
(v4.0.1:
R4
(v5.0.0:
R5
-
Mixed
Normative
and
STU
)
).
This
is
the
current
published
version
in
it's
permanent
home
(it
will
always
be
available
at
this
URL).
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
Orders
and
Observations
Work
Group
|
Maturity Level : N/A | Standards Status : Informative | Security Category : Patient | Compartments : Device , Patient , Practitioner |
R3
:
R4
:
R5
Conversion
maps
for
Specimen.
Functional
status
for
this
map:
4
tests
that
all
execute
ok.
All
tests
pass
round-trip
testing
and
2
r3
resources
are
invalid
(0
errors).
See
Conversions
Summary
.
(
see
documentation)
map "http://hl7.org/fhir/StructureMap/Specimen3to4" = "R3 to R4 Conversions for Specimen"
uses "http://hl7.org/fhir/3.0/StructureDefinition/Specimen" alias SpecimenR3 as source
uses "http://hl7.org/fhir/StructureDefinition/Specimen" alias Specimen as target
imports "http://hl7.org/fhir/StructureMap/*3to4"
group Specimen(source src : SpecimenR3, target tgt : Specimen) extends DomainResource <<type+>> {
src.identifier -> tgt.identifier;
src.accessionIdentifier -> tgt.accessionIdentifier;
src.status -> tgt.status;
src.type -> tgt.type;
src.subject -> tgt.subject;
src.receivedTime -> tgt.receivedTime;
src.parent -> tgt.parent;
src.request -> tgt.request;
src.collection as vs0 -> tgt.collection as vt0 then collection(vs0, vt0);
src.processing as vs0 -> tgt.processing as vt0 then processing(vs0, vt0);
src.container as vs0 -> tgt.container as vt0 then container(vs0, vt0);
src.note -> tgt.note;
}
group collection(source src, target tgt) extends BackboneElement {
src.collector -> tgt.collector;
src.collected : dateTime as vs -> tgt.collected = create('dateTime') as vt then dateTime(vs, vt);
src.collected : Period as vs -> tgt.collected = create('Period') as vt then Period(vs, vt);
src.quantity -> tgt.quantity;
src.method -> tgt.method;
src.bodySite -> tgt.bodySite;
}
group processing(source src, target tgt) extends BackboneElement {
src.description -> tgt.description;
src.procedure -> tgt.procedure;
src.additive -> tgt.additive;
src.time : dateTime as vs -> tgt.time = create('dateTime') as vt then dateTime(vs, vt);
src.time : Period as vs -> tgt.time = create('Period') as vt then Period(vs, vt);
}
group container(source src, target tgt) extends BackboneElement {
src.identifier -> tgt.identifier;
src.description -> tgt.description;
src.type -> tgt.type;
src.capacity -> tgt.capacity;
src.specimenQuantity -> tgt.specimenQuantity;
src.additive : CodeableConcept as vs -> tgt.additive = create('CodeableConcept') as vt then CodeableConcept(vs, vt);
src.additive : Reference as vs -> tgt.additive = create('Reference') as vt then Reference(vs, vt);
}
map "http://hl7.org/fhir/StructureMap/Specimen4to3" = "R4 to R3 Conversion for Specimen"
uses "http://hl7.org/fhir/StructureDefinition/Specimen" alias Specimen as source
uses "http://hl7.org/fhir/3.0/StructureDefinition/Specimen" alias SpecimenR3 as target
imports "http://hl7.org/fhir/StructureMap/*4to3"
group Specimen(source src : Specimen, target tgt : SpecimenR3) extends DomainResource <<type+>> {
src.identifier -> tgt.identifier;
src.accessionIdentifier -> tgt.accessionIdentifier;
src.status -> tgt.status;
src.type -> tgt.type;
src.subject -> tgt.subject;
src.receivedTime -> tgt.receivedTime;
src.parent -> tgt.parent;
src.request -> tgt.request;
src.collection as vs0 -> tgt.collection as vt0 then collection(vs0, vt0);
src.processing as vs0 -> tgt.processing as vt0 then processing(vs0, vt0);
src.container as vs0 -> tgt.container as vt0 then container(vs0, vt0);
src.note -> tgt.note;
}
group collection(source src, target tgt) extends BackboneElement {
src.collector -> tgt.collector;
src.collected : dateTime as vs -> tgt.collected = create('dateTime') as vt then dateTime(vs, vt);
src.collected : Period as vs -> tgt.collected = create('Period') as vt then Period(vs, vt);
src.quantity -> tgt.quantity;
src.method -> tgt.method;
src.bodySite -> tgt.bodySite;
}
group processing(source src, target tgt) extends BackboneElement {
src.description -> tgt.description;
src.procedure -> tgt.procedure;
src.additive -> tgt.additive;
src.time : dateTime as vs -> tgt.time = create('dateTime') as vt then dateTime(vs, vt);
src.time : Period as vs -> tgt.time = create('Period') as vt then Period(vs, vt);
}
group container(source src, target tgt) extends BackboneElement {
src.identifier -> tgt.identifier;
src.description -> tgt.description;
src.type -> tgt.type;
src.capacity -> tgt.capacity;
src.specimenQuantity -> tgt.specimenQuantity;
src.additive : CodeableConcept as vs -> tgt.additive = create('CodeableConcept') as vt then CodeableConcept(vs, vt);
src.additive : Reference as vs -> tgt.additive = create('Reference') as vt then Reference(vs, vt);
}
No
validation
errors
-
all
conversions
are
clean</p>
clean