Clinical
Summary
This
page
is
part
of
the
Continuous
Integration
Build
of
FHIR
Specification
(v4.0.1:
R4
-
Mixed
Normative
and
STU
)
in
it's
permanent
home
(it
will
always
(will
be
available
incorrect/inconsistent
at
this
URL).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
times).
See
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
| Responsible Owner: Clinical Decision Support Work Group | Standards Status : Informative | Compartments : Device , Group , Patient , Practitioner |
Raw Turtle (+ also see Turtle/RDF Format Specification )
Cardiac risk assessment
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource -------------------------------------------------------------------<http://hl7.org/fhir/RiskAssessment/cardiac> a fhir:RiskAssessment; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "cardiac"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "additional" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table>\n <tr>\n <td colspan=\"2\">\n <h1>Information about your risk score:</h1>\n </td>\n </tr>\n <tr>\n <td>\n <strong>Age:</strong>\n </td>\n <td>39</td>\n </tr>\n <tr>\n <td>\n <strong>Gender:</strong>\n </td>\n <td>male</td>\n </tr>\n <tr>\n <td>\n <strong>Total Cholesterol:</strong>\n </td>\n <td>244 mg/dL</td>\n </tr>\n <tr>\n <td>\n <strong>HDL Cholesterol:</strong>\n </td>\n <td>50 mg/dL\n </td>\n </tr>\n <tr>\n <td>\n <strong>Smoker:</strong>\n </td>\n <td>No</td>\n </tr>\n <tr>\n <td>\n <strong>Systolic Blood Pressure:</strong>\n </td>\n <td>107 mm/Hg</td>\n </tr>\n <tr>\n <td>\n <strong>On medication for HBP:</strong>\n </td>\n <td>No</td>\n </tr>\n <tr>\n <td valign=\"top\">\n <b>Risk Score*</b>\n </td>\n <td>2%<br/>Means 2 of 100 people with this level of risk will have a heart attack in the next 10 years.</td>\n </tr>\n <tr>\n <td colspan=\"2\">* Your risk score was calculated using an equation. Other NCEP products, such as printed ATP III materials, use a point system to determine a risk score that is close to the equation score.</td>\n </tr>\n <tr>\n <td colspan=\"2\">To find out what your risk score means and how to lower your risk for a heart attack, go to<br/>\n <a href=\"http://www.nhlbi.nih.gov/health/public/heart/chol/hbc_what.htm\">"High Blood Cholesterol—What You Need to Know"</a>.<br/>\n <a href=\"http://www.nhlbi.nih.gov/health/public/heart/chol/chol_tlc.htm\">Your Guide to Lowering Cholesterol with Therapeutic Lifestyle Changes (TLC)</a><br/>\n <a href=\"http://www.nhlbi.nih.gov/health/public/heart/other/hhw/index.htm\">The Healthy Heart Handbook for Women</a>\n </td>\n </tr>\n </table>\n </div>" ]; fhir:RiskAssessment.identifier [ fhir:index 0; fhir:Identifier.use [ fhir:value "official" ]; fhir:Identifier.system [ fhir:value "http://example.org" ]; fhir:Identifier.value [ fhir:value "risk-assessment-cardiac" ] ]; fhir:RiskAssessment.status [ fhir:value "final"]; fhir:RiskAssessment.subject [ fhir:link <http://hl7.org/fhir/Patient/pat2>; fhir:Reference.reference [ fhir:value "Patient/pat2" ] ]; fhir:RiskAssessment.encounter [ fhir:link <http://hl7.org/fhir/Encounter/example>; fhir:Reference.reference [ fhir:value "Encounter/example" ] ]; fhir:RiskAssessment.occurrenceDateTime [ fhir:value "2014-07-19T16:04:00Z"^^xsd:dateTime]; fhir:RiskAssessment.performer [ fhir:Reference.display [ fhir:value "http://cvdrisk.nhlbi.nih.gov/#cholesterol" ] ]; fhir:RiskAssessment.basis [ fhir:index 0; fhir:link <http://hl7.org/fhir/Patient/pat2>; fhir:Reference.reference [ fhir:value "Patient/pat2" ] ], [ fhir:index 1; fhir:link <http://hl7.org/fhir/DiagnosticReport/lipids>; fhir:Reference.reference [ fhir:value "DiagnosticReport/lipids" ] ], [ fhir:index 2; fhir:link <http://hl7.org/fhir/Observation/blood-pressure>; fhir:Reference.reference [ fhir:value "Observation/blood-pressure" ] ]; fhir:RiskAssessment.prediction [ fhir:index 0; fhir:RiskAssessment.prediction.outcome [ fhir:CodeableConcept.text [ fhir:value "Heart Attack" ] ]; fhir:RiskAssessment.prediction.probabilityDecimal [ fhir:value "0.02"^^xsd:decimal ]; fhir:RiskAssessment.prediction.whenRange [ fhir:Range.low [ fhir:Quantity.value [ fhir:value "39"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "years" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "a" ] ]; fhir:Range.high [ fhir:Quantity.value [ fhir:value "49"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "years" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "a" ]<http://hl7.org/fhir/RiskAssessment/cardiac> a fhir:RiskAssessment ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "cardiac"] ; # fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table>\n <tr>\n <td colspan=\"2\">\n <h1>Information about your risk score:</h1>\n </td>\n </tr>\n <tr>\n <td>\n <strong>Age:</strong>\n </td>\n <td>39</td>\n </tr>\n <tr>\n <td>\n <strong>Gender:</strong>\n </td>\n <td>male</td>\n </tr>\n <tr>\n <td>\n <strong>Total Cholesterol:</strong>\n </td>\n <td>244 mg/dL</td>\n </tr>\n <tr>\n <td>\n <strong>HDL Cholesterol:</strong>\n </td>\n <td>50 mg/dL\n </td>\n </tr>\n <tr>\n <td>\n <strong>Smoker:</strong>\n </td>\n <td>No</td>\n </tr>\n <tr>\n <td>\n <strong>Systolic Blood Pressure:</strong>\n </td>\n <td>107 mm/Hg</td>\n </tr>\n <tr>\n <td>\n <strong>On medication for HBP:</strong>\n </td>\n <td>No</td>\n </tr>\n <tr>\n <td valign=\"top\">\n <b>Risk Score*</b>\n </td>\n <td>2%<br/>Means 2 of 100 people with this level of risk will have a heart attack in the next 10 years.</td>\n </tr>\n <tr>\n <td colspan=\"2\">* Your risk score was calculated using an equation. Other NCEP products, such as printed ATP III materials, use a point system to determine a risk score that is close to the equation score.</td>\n </tr>\n <tr>\n <td colspan=\"2\">To find out what your risk score means and how to lower your risk for a heart attack, go to<br/>\n <a href=\"http://www.nhlbi.nih.gov/health/public/heart/chol/hbc_what.htm\">\"High Blood Cholesterol—What You Need to Know\"</a>.<br/>\n <a href=\"http://www.nhlbi.nih.gov/health/public/heart/chol/chol_tlc.htm\">Your Guide to Lowering Cholesterol with Therapeutic Lifestyle Changes (TLC)</a><br/>\n <a href=\"http://www.nhlbi.nih.gov/health/public/heart/other/hhw/index.htm\">The Healthy Heart Handbook for Women</a>\n </td>\n </tr>\n </table>\n </div>"^^rdf:XMLLiteral ] ] ; # fhir:identifier ( [ fhir:use [ fhir:v "official" ] ; fhir:system [ fhir:v "http://example.org"^^xsd:anyURI ; fhir:l <http://example.org> ] ; fhir:value [ fhir:v "risk-assessment-cardiac" ] ] ) ; # fhir:status [ fhir:v "final"] ; # fhir:subject [ fhir:l <http://hl7.org/fhir/Patient/pat2> ; fhir:reference [ fhir:v "Patient/pat2" ] ] ; # fhir:encounter [ fhir:l <http://hl7.org/fhir/Encounter/example> ; fhir:reference [ fhir:v "Encounter/example" ] ] ; # fhir:occurrence [ a fhir:DateTime ; fhir:v "2014-07-19T16:04:00Z"^^xsd:dateTime ] ; # fhir:performer [ fhir:display [ fhir:v "http://cvdrisk.nhlbi.nih.gov/#cholesterol" ] ] ; # fhir:basis ( [ fhir:l <http://hl7.org/fhir/Patient/pat2> ; fhir:reference [ fhir:v "Patient/pat2" ] ] [ fhir:l <http://hl7.org/fhir/DiagnosticReport/lipids> ; fhir:reference [ fhir:v "DiagnosticReport/lipids" ] ] [ fhir:l <http://hl7.org/fhir/Observation/blood-pressure> ; fhir:reference [ fhir:v "Observation/blood-pressure" ] ] ) ; # fhir:prediction ( [ fhir:outcome [ fhir:text [ fhir:v "Heart Attack" ] ] ; fhir:probability [ a fhir:Quantity ; fhir:value [ fhir:v 0.02 ] ; fhir:unit [ fhir:v "%" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ; fhir:l <http://unitsofmeasure.org> ] ; fhir:code [ fhir:v "%" ] ] ; fhir:when [ a fhir:Range ; fhir:low [ fhir:value [ fhir:v "39"^^xsd:decimal ] ; fhir:unit [ fhir:v "years" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ; fhir:l <http://unitsofmeasure.org> ] ; fhir:code [ fhir:v "a" ] ] ; fhir:high [ fhir:value [ fhir:v "49"^^xsd:decimal ] ; fhir:unit [ fhir:v "years" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ; fhir:l <http://unitsofmeasure.org> ] ; fhir:code [ fhir:v "a" ] ] ]] .] ) . # <http://hl7.org/fhir/Patient/pat2> a fhir:Patient . <http://hl7.org/fhir/Encounter/example> a fhir:Encounter . <http://hl7.org/fhir/DiagnosticReport/lipids> a fhir:DiagnosticReport . <http://hl7.org/fhir/Observation/blood-pressure> a fhir:Observation .# - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/RiskAssessment/cardiac.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://build.fhir.org/RiskAssessment/cardiac.ttl> .# -------------------------------------------------------------------------------------
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.
FHIR
®©
HL7.org
2011+.
FHIR
Release
4
(Technical
Correction
#1)
(v4.0.1)
R6
hl7.fhir.core#6.0.0-ballot3
generated
on
Fri,
Sat,
Nov
1,
2019
09:36+1100.
QA
Page
8,
2025
11:28+0000.
Links:
Search
|
Version
History
|
Table
of
Contents
|
Credits
Glossary
|
QA
|
Compare
to
R3
R4
|
Compare
to
R5
|
Compare
to
Last
Ballot
|
|
Propose
a
change