<?xml version=“1.0” encoding=“UTF-8”?> <ImplementationGuide xmlns=“hl7.org/fhir”>

<id value="example"/>
<meta>
  <security>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
    <code value="HTEST"/>
    <display value="test health data"/>
  </security>
</meta>
<url value="http://hl7.org/fhir/us/daf"/>
<version value="0"/>
<name value="Data Access Framework (DAF)"/>
<status value="draft"/>
<experimental value="false"/>
<date value="2015-01-01"/>
<publisher value="ONC / HL7 Joint project"/>
<contact>
  <name value="ONC"/>
  <telecom>
    <system value="url"/>
    <value value="http://www.healthit.gov"/>
  </telecom>
</contact>
<contact>
  <name value="HL7"/>
  <telecom>
    <system value="url"/>
    <value value="http://hl7.org/fhir"/>
  </telecom>
</contact>
<description value="The Data Access Framework (DAF) Initiative leverages the HL7 FHIR standards to standardize access to Meaningful Use Stage 2 structured information both within the organization and from external organizations"/>
<jurisdiction>
  <coding>
    <system value="urn:iso:std:iso:3166"/>
    <code value="US"/>
  </coding>
</jurisdiction>
<copyright value="Published by ONC under the standard FHIR license (CC0)"/>
<packageId value="hl7.fhir.us.daf"/>
<license value="CC0-1.0"/>
<fhirVersion value="4.0.1"/>
<dependsOn> 
  <uri value="http://hl7.org/fhir/ImplementationGuide/uscore"/>
</dependsOn>
<global>
 <!--   all patients have to conform to daf-patient   -->
 <type value="Patient"/>
 <profile value="http://hl7.org/fhir/us/core/StructureDefinition/patient"/>
</global>
<definition>
  <grouping>
    <name value="test"/>
    <description value="Base package (not broken up into multiple packages)"/>
  </grouping>  
  <resource>
    <reference>
      <reference value="Patient/test"/>
    </reference>
    <name value="Test Example"/>
    <description value="A test example to show how an implementation guide works"/>
    <exampleCanonical value="http://hl7.org/fhir/us/core/StructureDefinition/patient"/>
  </resource>
  <page>
    <nameUrl value="patient-example.html"/>
    <title value="Example Patient Page"/>
    <generation value="html"/>
    <page>
      <nameUrl value="list.html"/>
      <title value="Value Set Page"/>
      <generation value="html"/>
    </page>
  </page>
  <parameter>
    <code value="apply"/>
    <value value="version"/>
  </parameter>    
</definition>
<manifest>
  <rendering value="http://hl7.org/fhir/us/daf"/>
  <resource>
    <reference>
      <reference value="Patient/test"/> 
    </reference>
    <exampleCanonical value="http://hl7.org/fhir/us/core/StructureDefinition/patient"/>
    <relativePath value="patient-test.html#patient-test"/>
  </resource>
  <page>
    <name value="patient-test.html"/>
    <title value="Test Patient Example"/>
    <anchor value="patient-test"/>
    <anchor value="tx"/>
    <anchor value="uml"/>
  </page>
  <image value="fhir.png"/>
  <other value="fhir.css"/>
</manifest>

</ImplementationGuide>