Package org.hl7.fhir

Class ImplementationGuideResource

java.lang.Object
org.hl7.fhir.Element
org.hl7.fhir.BackboneElement
org.hl7.fhir.ImplementationGuideResource
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class ImplementationGuideResource extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
A set of rules or how FHIR is used to solve a particular problem. This resource is used to gather all the parts of an implementation guide into a logical whole, and to publish a computable definition of all the parts.

Java class for ImplementationGuide.Resource complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ImplementationGuide.Resource">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="example" type="{http://hl7.org/fhir}boolean"/>
         <element name="name" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="acronym" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <choice>
           <element name="sourceUri" type="{http://hl7.org/fhir}uri"/>
           <element name="sourceReference" type="{http://hl7.org/fhir}Reference"/>
         </choice>
         <element name="exampleFor" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>