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 R2

Implementationguide-example.xml

Example ImplementationGuide/example (XML)

Maturity Level : N/A
Responsible Owner: FHIR Infrastructure Work Group Standards Status : Informative Compartments : Not linked to any No defined compartments

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

Jump past Narrative

Example of implementationguide (id = "example")

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

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

<ImplementationGuide xmlns="http://hl7.org/fhir">
  <id value="example"/> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="informative"/> 
  </extension> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fhir"/> 
  </extension> 
  <url value="http://hl7.org/fhir/us/daf"/> 
  <version value="0"/> 
  <name value="DataAccessFrameworkDAF"/> 
  <title value="Data Access Framework (DAF)"/> 
  <status value="draft"/> 
  <experimental value="false"/> 
  <date value="2015-01-01"/> 
  <publisher value="HL7 International / FHIR Infrastructure"/> 
  <contact> 
    <telecom> 
      <system value="url"/> 
      <value value="http://www.hl7.org/Special/committees/fiwg"/> 
    </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="6.0.0"/>   <dependsOn>     <uri value="http://example.org/fhir/ImplementationGuide/base"/>   </dependsOn>   <global>     <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"/>       <profile value="http://hl7.org/fhir/us/core/StructureDefinition/patient"/>     </resource>     <page>       <name value="patient-example.html"/>       <title value="Example Patient Page"/>       <generation value="html"/>       <page>         <name value="list.html"/>         <title value="Value Set Page"/>         <generation value="html"/>       </page>     </page>     <parameter>       <code>         <system value="http://hl7.org/fhir/guide-parameter-code"/>         <code value="apply"/>       </code>       <value value="version"/>     </parameter>   </definition>   <manifest>     <rendering value="http://hl7.org/fhir/us/daf"/>     <resource>       <reference>         <reference value="Patient/test"/>       </reference>       <profile value="http://hl7.org/fhir/us/core/StructureDefinition/patient"/>       <relativePath value="patient-example.html"/>     </resource>     <page>       <name value="patient-example.html"/>       <title value="Test Patient Example"/>       <anchor value="patient-example"/>       <anchor value="tx"/>       <anchor value="uml"/>     </page>     <image value="fhir.png"/>     <other value="fhir.css"/>   </manifest> 


</

ImplementationGuide

>



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.