This page is part of the FHIR Specification (v4.0.1: R4 - Mixed Normative and STU) 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 R2
Clinical Decision Support Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Device, Patient, Practitioner |
Raw XML (canonical form + also see XML Format Specification)
Cardiac risk assessment (id = "cardiac")
<?xml version="1.0" encoding="UTF-8"?> <RiskAssessment xmlns="http://hl7.org/fhir"> <id value="cardiac"/> <text> <status value="additional"/> <div xmlns="http://www.w3.org/1999/xhtml"> <table> <tr> <td colspan="2"> <h1> Information about your risk score:</h1> </td> </tr> <tr> <td> <strong> Age:</strong> </td> <td> 39</td> </tr> <tr> <td> <strong> Gender:</strong> </td> <td> male</td> </tr> <tr> <td> <strong> Total Cholesterol:</strong> </td> <td> 244 mg/dL</td> </tr> <tr> <td> <strong> HDL Cholesterol:</strong> </td> <td> 50 mg/dL </td> </tr> <tr> <td> <strong> Smoker:</strong> </td> <td> No</td> </tr> <tr> <td> <strong> Systolic Blood Pressure:</strong> </td> <td> 107 mm/Hg</td> </tr> <tr> <td> <strong> On medication for HBP:</strong> </td> <td> No</td> </tr> <tr> <td valign="top"> <b> Risk Score*</b> </td> <td> 2%<br/> Means 2 of 100 people with this level of risk will have a heart attack in the next 10 years.</td> </tr> <tr> <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> </tr> <tr> <td colspan="2">To find out what your risk score means and how to lower your risk for a heart attack, go to<br/> <a href="http://www.nhlbi.nih.gov/health/public/heart/chol/hbc_what.htm">"High Blood Cholesterol—What You Need to Know"</a> .<br/> <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/> <a href="http://www.nhlbi.nih.gov/health/public/heart/other/hhw/index.htm">The Healthy Heart Handbook for Women</a> </td> </tr> </table> </div> </text> <identifier> <use value="official"/> <system value="http://example.org"/> <value value="risk-assessment-cardiac"/> </identifier> <status value="final"/> <subject> <reference value="Patient/pat2"/> </subject> <encounter> <reference value="Encounter/example"/> </encounter> <occurrenceDateTime value="2014-07-19T16:04:00Z"/> <performer> <display value="http://cvdrisk.nhlbi.nih.gov/#cholesterol"/> </performer> <basis> <reference value="Patient/pat2"/> </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"/> <unit value="years"/> <system value="http://unitsofmeasure.org"/> <code value="a"/> </low> <high> <value value="49"/> <unit 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.