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

Riskassessment-riskexample.xml

Example RiskAssessment/riskexample (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

Example risk assessment (id = "riskexample")

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


  
  
    
    
   
  
    
    
    
  
  
    
  
  
    
  
  
   
    
      
      
      
    
  
  
    
  
  
    
    
  
  
  
    
  
  
    
  
  
    
  
  
    
  
  
    
      
    
    
    
      
        
        
        
        
      
      
        
        
        
        
      
    
  
  
    
  
  

<RiskAssessment xmlns="http://hl7.org/fhir">
  <id value="riskexample"/> 
  <text> 
    <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml">Risk assessment for reference only</div> 
  </text> 
  <identifier> 
    <use value="official"/> 
    <system value="http://example.org"/> 
    <value value="risk-assessment-breastcancer1"/> 
  </identifier> 
  <!--  
  <basedOn>
    <reference value="ImmunizationRecommendation/example"/>
  </basedOn>
    -->
  <parent>     <reference value="DiagnosticReport/example"/>   </parent>   <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>   <encounter>     <reference value="Encounter/example"/>     <display value="Encounter with patient @example"/>   </encounter>   <occurrenceDateTime value="2017-10-10"/>   <condition>     <reference value="Condition/example"/>   </condition>   <performer>     <reference value="Practitioner/example"/>   </performer>   <basis>     <reference value="DiagnosticReport/example"/>   </basis>   <basis>     <reference value="Observation/example"/>   </basis>   <prediction>     <outcome>       <text value="Breast Cancer"/>     </outcome>     <probabilityQuantity>       <value value="0.000368"/>       <unit value="%"/>       <system value="http://unitsofmeasure.org"/>       <code value="%"/>     </probabilityQuantity>     <whenRange>       <low>         <value value="54"/>         <unit value="years"/>         <system value="http://unitsofmeasure.org"/>         <code value="a"/>       </low>       <high>         <value value="57"/>         <unit value="years"/>         <system value="http://unitsofmeasure.org"/>         <code value="a"/>       </high>     </whenRange>   </prediction>   <note>     <text value="This risk assessment is for reference only"/>   </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.