Release 4 FHIR CI-Build

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 R2

Riskassessment-example-cardiac.xml

Example RiskAssessment/cardiac (XML)

Maturity Level : N/A
Responsible Owner: Clinical Decision Support Work Group Standards Status : Informative Compartments : Device , Group , Patient , Practitioner

Raw XML ( canonical form + also see XML Format Specification )

Jump past Narrative

Cardiac risk assessment (id = "cardiac")

<?xml version="1.0" encoding="UTF-8"?>


 
  
    
    
      
        
          
            
          
        
        
          
            
          
          
        
        
          
            
          
          
        
        
          
            
          
          
        
        
          
            
          
          50 mg/dL
          
        
        
          
            
          
          
        
        
          
            
          
          
        
        
          
            
          
          
        
        
          
            
          
          Means 2 of 100 people with this level of risk will have a heart attack in the next 10
             years.
        
        
          * 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.
        
        

<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
            
            
            
          
        
      
    
  
  
    
    
    
  
  
  
    
  
  
    
  
  
  
    
  
  
    
  
  
    
  
  
    
  
  
    
      
    
    
    
      
        
        
        
        
      
      
        
        
        
        
      
    
  

             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>   <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>     <probabilityQuantity>       <value value="0.02"/>       <unit value="%"/>       <system value="http://unitsofmeasure.org"/>       <code value="%"/>     </probabilityQuantity>     <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.