FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example GuidanceResponse/additional-data-example (XML)

Clinical Decision Support Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Patient

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

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

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

<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.
     -->
  <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.