This
page
is
part
of
the
FHIR
Specification
(v0.0.82:
DSTU
1).
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
R2
Cardiac risk assessment (id = "cardiac")
<RiskAssessment xmlns="http://hl7.org/fhir"> <id value="cardiac"/> <text> <status value="additional"/> <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div> </text> <date value="2014-07-19T16:04:00Z"/> <performer> <display value="http://cvdrisk.nhlbi.nih.gov/#cholesterol"/> </performer> <basis> <reference value="Patient/example"/> </basis> <basis> <reference value="DiagnosticReport/lipids"/> </basis> <basis> <reference value="Observation/blood-pressure"/> </basis> <prediction> <outcome> <text value="Heart Attack"/> </outcome> <probabilityDecimal value="0.02"/> <whenRange> <low> <value value="39"/> <units value="years"/> <system value="http://unitsofmeasure.org"/> <code value="a"/> </low> <high> <value value="49"/> <units value="years"/> <system value="http://unitsofmeasure.org"/> <code value="a"/> </high> </whenRange> </prediction> </RiskAssessment>
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.