Release 5 R6 Ballot (3rd Draft)
This page is part of the FHIR Specification (v5.0.0: R5 - STU ). This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

Publish-box (todo)

Example GuidanceResponse/additional-data-example (XML)

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

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

Jump past Narrative

Example of guidanceresponse requesting additional data (id = "additional-data-example")

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


  
      <!--    This example demonstrates the response to a decision support guidance request

<GuidanceResponse xmlns="http://hl7.org/fhir">
  <id value="additional-data-example"/> 
  <!--   This example demonstrates the response to a decision support guidance request
   where additional information is requested using the GuidanceResponse resource.
      -->
  display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border:
       1px solid #8da1b4; border-radius: 5px; line-height: 60%  This example demonstrates the response to a decision support guidance request
         where additional information is requested using the GuidanceResponse resource.
          
    
    
  
  
    
    
  
  
  
  
    
  
  
    
  
  
  
    
  
  
    
      
    
  
  
    
    
    
      
      
        
        
        
      
    
  

     -->
  <requestIdentifier>     <system value="http://example.org"/>     <value value="guidanceRequest2"/>   </requestIdentifier>   <identifier>     <system value="http://example.org"/>     <value value="guidanceResponse2"/>   </identifier>   <moduleUri value="http://someguidelineprovider.org/diabetes-guidelines.html"/>   <status value="data-required"/>   <subject>     <reference value="Patient/example"/>   </subject>   <encounter>     <reference value="Encounter/example"/>   </encounter>   <occurrenceDateTime value="2017-03-10T16:02:00Z"/>   <performer>     <reference value="Device/software"/>   </performer>   <reason>     <concept>       <text value="Diabetes Guideline"/>     </concept>   </reason>   <dataRequirement>     <type value="Observation"/>     <mustSupport value="value"/>     <codeFilter>       <path value="code"/>       <code>         <system value="http://loinc.org"/>         <code value="4548-4"/>         <display value="Hemoglobin A1c/Hemoglobin.total in Blood"/>       </code>     </codeFilter>   </dataRequirement> 


</

GuidanceResponse

>



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.