Release 5 R6 Ballot (1st Draft)

This page is part of the FHIR Specification (v5.0.0: R5 - STU v6.0.0-ballot1: Release 6 Ballot (1st Draft) (see Ballot Notes ). This is the The current published version in it's permanent home (it will always be available at this URL). is 5.0.0 . For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4

Example RiskAssessment/breastcancer-risk (XML)

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 )

Jump past Narrative

Breast cancer risk assessment (id = "breastcancer-risk")

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

 
  
    
    
      
        
          
            
          
        
        
          
            
          
          
        
        
          
            
          
          
        
        
          
            
          
          
        
      
    
  
  
  
      
      
      
  
  
  
  
   
    
      
      
      
    
  
  
  
      
  
  
  
    
  
  
  
      
   
  
   
    
      
    
  
  
    
    
  

<RiskAssessment xmlns="http://hl7.org/fhir">
 <id value="breastcancer-risk"/> 
  <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> Birthdate:</strong> 
          </td> 
          <td> 1981-01-01</td> 
        </tr> 
        <tr> 
          <td> 
            <strong> Gender:</strong> 
          </td> 
          <td> female</td> 
        </tr> 
        <tr> 
          <td> 
            <strong> Ethnicity:</strong> 
          </td> 
          <td> Unknown / Not Reported</td> 
        </tr> 
      </table> 
    </div> 
  </text> 
  
  <identifier> 
      <use value="official"/> 
      <system value="http://example.org"/> 
      <value value="risk-assessment-breastcancer1"/> 
  </identifier> 

  
  <status value="final"/> 

  
   <code> 
    <coding> 
      <system value="http://browser.ihtsdotools.org/"/> 
      <code value="709510001"/> 
      <display value="Assessment of risk for disease (procedure)"/> 
    </coding> 
  </code> 

  
  <subject> 
      <reference value="Patient/example"/> 
  </subject> 

  
  <performer> 
    <reference value="Practitioner/example"/> 
  </performer> 

  
  <basis> 
      <reference value="Observation/example-genetics-brcapat"/> 
  </basis>  

  
   <prediction> 
    <outcome> 
      <text value="Unknown risk of developing breast cancer"/> 
    </outcome> 
  </prediction> 


  <note> 
    <text value="This risk assessment is based on BRCA1 and BRCA2 genetic mutation test"/> 
  </note>   

  



</

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.