GAO Ballot Package

This page is part of the FHIR Specification (v1.1.0: STU 3 Ballot 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

This is a frozen snapshot of the FHIR specification created for the purpose of balloting the GAO implementation Guide. It includes draft changes that may be part of the future DSTU 2.1 release but further change is expected. Readers should focus solely on the GAO implementation content, and FHIR DSTU 2 for other purposes.

Riskassessment-example-cardiac.xml

Raw XML (canonical form)

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">
      <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">&quot;High Blood Cholesterol—What You Need to Know&quot;</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>
  <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"/>
        <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.