FHIR CI-Build

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

Example Task/cpg-example-1 (XML)

Orders and Observations Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Patient

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

Example of a task to not administer a particular questionnaire, because it is part of typical care and patient circumstances indicate it should not be given (id = "cpg-example-1")

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

<Task xmlns="http://hl7.org/fhir">
  <!--   Example from https://hl7.org/fhir/uv/cpg/Task-request-dnci-scenario4.xml.html
     -->
  <id value="cpg-example-1"/> 
  <!--  <instantiatesCanonical value="http://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example
  -collectinformation"/>  -->
  <status value="ready"/> 
  <intent value="order"/> 
  <doNotPerform value="true"/> 
  <code> 
    <!--  
    <coding>
      <system value="http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type"/>
      <code value="collect-information"/>
      <display value="Collect information"/>
    </coding>
      -->
    <text value="Collect information"/> 
  </code> 
  <for> 
    <!--  <reference value="Patient/dnci-scenario4"/>  -->
    <reference value="Patient/example"/> 
  </for> 
  <input> 
    <type> 
      <!--  
      <coding>
        <system value="http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type"/>
        <code value="collect-information"/>
        <display value="Collect information"/>
      </coding>
        -->
      <text value="Collect information"/> 
    </type> 
    <!--  <valueCanonical value="http://hl7.org/fhir/uv/cpg/Questionnaire/activity-example-collectinfo
    rmation"/>  -->
    <valueCanonical value="http://hl7.org/fhir/Questionnaire/f201"/> 
  </input> 
</Task> 

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.