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

Guidanceresponse-example.xml

Example GuidanceResponse/example (XML)

Maturity Level : N/A
Responsible Owner: Clinical Decision Support Work Group Standards Status : Informative Compartments : Not linked to any defined compartments Group , Patient

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

Jump past Narrative

Example of guidanceresponse (id = "example")

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


  
  <!--    This example demonstrates the response to an $evaluate operation using the GuidanceResponse
   resource.    -->
  
    
      
      
        
        
      
      
        
    
      
      
      
      
      
    
      
      
        
        
          
        
      
      
        
        
      
    
  
  
    
    
  
  
    
    
  
  
  
  
    
  
  
    
  
  
  
    
  
  
    
  
  
    
  

<GuidanceResponse xmlns="http://hl7.org/fhir">
  <id value="example"/> 
  <contained> 
    <Parameters> 
      <id value="outputParameters1"/> 
      <parameter> 
        <name value="score"/> 
        <valueDecimal value="7"/> 
      </parameter> 
      <parameter> 
        <name value="item-assessed"/> 
        <valueCodeableConcept> 
          <coding> 
            <system value="http://www.ama-assn.org/go/cpt"/> 
            <code value="70450"/> 
            <display value="Computed tomography, head or brain; without contrast material"/> 
          </coding> 
        </valueCodeableConcept> 
      </parameter> 
      <parameter> 
        <name value="device"/> 
        <valueReference> 
          <reference value="Device/software"/> 
        </valueReference> 
      </parameter> 
      <parameter> 
        <name value="guideline-followed"/> 
        <valueUri value="http://someguidelineprovider.org/radiology-appropriateness-guidelines.html"/> 
      </parameter> 
    </Parameters> 
  </contained> 
  <requestIdentifier> 
    <system value="http://example.org"/> 
    <value value="guidanceRequest1"/> 
  </requestIdentifier> 
  <identifier> 
    <system value="http://example.org"/> 
    <value value="guidanceResponse1"/> 
  </identifier> 
  <moduleUri value="http://someguidelineprovider.org/radiology-appropriateness-guidelines.html"/> 
  <status value="success"/> 
  <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="Guideline Appropriate Ordering Assessment"/> 
    </concept> 
  </reason> 
  <outputParameters> 
    <reference value="#outputParameters1"/> 
  </outputParameters> 


</

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.