This
page
is
part
of
the
FHIR
Specification
(v3.0.2:
(v4.0.1:
R4
-
Mixed
Normative
and
STU
3).
)
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
R4
R3
Clinical
Decision
Support
Work
Group
|
Maturity Level : N/A |
| Security Category : Patient | Compartments : Device , Patient , Practitioner |
R2
:
R3
Converson
:
R4
Conversion
maps
for
RiskAssessment.
Functional
status
for
this
map:
4
tests
that
all
execute
ok.
All
tests
pass
round-trip
testing
and
4
3
r3
resources
are
invalid
(4
(0
errors).
(
see
documentation)
map "http://hl7.org/fhir/StructureMap/RiskAssessment2to3" = "R2 to R3 Conversions for RiskAssessment" uses "http://hl7.org/fhir/DSTU2/StructureDefinition/RiskAssessment" alias RiskAssessmentR2 as source uses "http://hl7.org/fhir/StructureDefinition/RiskAssessment" alias RiskAssessment as targetmap "http://hl7.org/fhir/StructureMap/RiskAssessment3to4" = "R3 to R4 Conversions for RiskAssessment"imports "http://hl7.org/fhir/StructureMap/*2to3"uses "http://hl7.org/fhir/3.0/StructureDefinition/RiskAssessment" alias RiskAssessmentR3 as source uses "http://hl7.org/fhir/StructureDefinition/RiskAssessment" alias RiskAssessment as targetgroup for type+types RiskAssessment extends DomainResource input src : RiskAssessmentR2 as source input tgt : RiskAssessment as targetimports "http://hl7.org/fhir/StructureMap/*3to4""RiskAssessment-subject" : for src.subject make tgt.subject "RiskAssessment-date" : for src.date make tgt.occurrence "RiskAssessment-condition" : for src.condition make tgt.condition "RiskAssessment-context" : for src.encounter make tgt.context "RiskAssessment-performer" : for src.performer make tgt.performer "RiskAssessment-identifier" : for src.identifier make tgt.identifier "RiskAssessment-method" : for src.method make tgt.method "RiskAssessment-basis" : for src.basis make tgt.basis "RiskAssessment-prediction" : for src.prediction as vs0 make tgt.prediction as vt0 then rskPrediction(vs0, vt0) "RiskAssessment-mitigation" : for src.mitigation make tgt.mitigation endgroupgroup RiskAssessment(source src : RiskAssessmentR3, target tgt : RiskAssessment) extends DomainResource <<type+>> { src.identifier -> tgt.identifier; src.basedOn -> tgt.basedOn; src.parent -> tgt.parent; src.status -> tgt.status; src.method -> tgt.method; src.code -> tgt.code; src.subject -> tgt.subject; src.context -> tgt.encounter; src.occurrence : dateTime as vs -> tgt.occurrence = create('dateTime') as vt then dateTime(vs, vt); src.occurrence : Period as vs -> tgt.occurrence = create('Period') as vt then Period(vs, vt); src.condition -> tgt.condition; src.performer -> tgt.performer; src.reason : CodeableConcept as vs -> tgt.reasonCode as vt then CodeableConcept(vs, vt); src.reason : Reference as vs -> tgt.reasonReference as vt then Reference(vs, vt); src.basis -> tgt.basis; src.prediction as vs0 -> tgt.prediction as vt0 then prediction(vs0, vt0); src.mitigation -> tgt.mitigation; src.comment as v -> tgt.note as n, n.text = v; }group rskPrediction extends BackboneElement input src as source input tgt as targetgroup prediction(source src, target tgt) extends BackboneElement { src.outcome -> tgt.outcome; src.probability : decimal as vs -> tgt.probability = create('decimal') as vt then decimal(vs, vt); src.probability : Range as vs -> tgt.probability = create('Range') as vt then Range(vs, vt); src.qualitativeRisk -> tgt.qualitativeRisk; src.relativeRisk -> tgt.relativeRisk; src.when : Period as vs -> tgt.when = create('Period') as vt then Period(vs, vt); src.when : Range as vs -> tgt.when = create('Range') as vt then Range(vs, vt); src.rationale -> tgt.rationale; }"RiskAssessment.prediction-outcome" : for src.outcome make tgt.outcome "RiskAssessment.prediction-probability" : for src.probability make tgt.probability "RiskAssessment.prediction-relativeRisk" : for src.relativeRisk make tgt.relativeRisk "RiskAssessment.prediction-when" : for src.when make tgt.when "RiskAssessment.prediction-rationale" : for src.rationale make tgt.rationale endgroup
map "http://hl7.org/fhir/StructureMap/RiskAssessment3to2" = "R3 to R2 Conversion for RiskAssessment" uses "http://hl7.org/fhir/StructureDefinition/RiskAssessment" alias RiskAssessment as source uses "http://hl7.org/fhir/DSTU2/StructureDefinition/RiskAssessment" alias RiskAssessmentR2 as targetmap "http://hl7.org/fhir/StructureMap/RiskAssessment4to3" = "R4 to R3 Conversion for RiskAssessment"imports "http://hl7.org/fhir/StructureMap/*3to2"uses "http://hl7.org/fhir/StructureDefinition/RiskAssessment" alias RiskAssessment as source uses "http://hl7.org/fhir/3.0/StructureDefinition/RiskAssessment" alias RiskAssessmentR3 as targetgroup for type+types RiskAssessment extends DomainResource input src : RiskAssessment as source input tgt : RiskAssessmentR2 as targetimports "http://hl7.org/fhir/StructureMap/*4to3""RiskAssessment-subject" : for src.subject make tgt.subject "RiskAssessment-date" : for src.occurrence where $this is dateTime make tgt.date "RiskAssessment-condition" : for src.condition make tgt.condition "RiskAssessment-encounter" : for src.context make tgt.encounter "RiskAssessment-performer" : for src.performer make tgt.performer "RiskAssessment-identifier" : for src.identifier make tgt.identifier "RiskAssessment-method" : for src.method make tgt.method "RiskAssessment-basis" : for src.basis make tgt.basis "RiskAssessment-prediction" : for src.prediction as vs0 make tgt.prediction as vt0 then rskPrediction(vs0, vt0) "RiskAssessment-mitigation" : for src.mitigation make tgt.mitigation endgroupgroup RiskAssessment(source src : RiskAssessment, target tgt : RiskAssessmentR3) extends DomainResource <<type+>> { src.identifier -> tgt.identifier; src.basedOn -> tgt.basedOn; src.parent -> tgt.parent; src.status -> tgt.status; src.method -> tgt.method; src.code -> tgt.code; src.subject -> tgt.subject; src.encounter -> tgt.context; src.occurrence : dateTime as vs -> tgt.occurrence = create('dateTime') as vt then dateTime(vs, vt); src.occurrence : Period as vs -> tgt.occurrence = create('Period') as vt then Period(vs, vt); src.condition -> tgt.condition; src.performer -> tgt.performer; src.reasonCode as vs -> tgt.reason = create('CodeableConcept') as vt then CodeableConcept(vs, vt); src.reasonReference as vs -> tgt.reason = create('Reference') as vt then Reference(vs, vt); src.basis -> tgt.basis; src.prediction as vs0 -> tgt.prediction as vt0 then prediction(vs0, vt0); src.mitigation -> tgt.mitigation; src.note as n then { n.text -> tgt.comment; }; }group rskPrediction extends BackboneElement input src as source input tgt as targetgroup prediction(source src, target tgt) extends BackboneElement { src.outcome -> tgt.outcome; src.probability : decimal as vs -> tgt.probability = create('decimal') as vt then decimal(vs, vt); src.probability : Range as vs -> tgt.probability = create('Range') as vt then Range(vs, vt); src.qualitativeRisk -> tgt.qualitativeRisk; src.relativeRisk -> tgt.relativeRisk; src.when : Period as vs -> tgt.when = create('Period') as vt then Period(vs, vt); src.when : Range as vs -> tgt.when = create('Range') as vt then Range(vs, vt); src.rationale -> tgt.rationale; }"RiskAssessment.prediction-outcome" : for src.outcome make tgt.outcome "RiskAssessment.prediction-probability" : for src.probability make tgt.probability "RiskAssessment.prediction-relativeRisk" : for src.relativeRisk make tgt.relativeRisk "RiskAssessment.prediction-when" : for src.when make tgt.when "RiskAssessment.prediction-rationale" : for src.rationale make tgt.rationale endgroup