Package org.hl7.fhir

Class ImplementationGuidePage

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class ImplementationGuidePage 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.Page complex type.

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

 <complexType name="ImplementationGuide.Page">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="source" type="{http://hl7.org/fhir}uri"/>
         <element name="name" type="{http://hl7.org/fhir}string"/>
         <element name="kind" type="{http://hl7.org/fhir}GuidePageKind"/>
         <element name="type" type="{http://hl7.org/fhir}code" maxOccurs="unbounded" minOccurs="0"/>
         <element name="package" type="{http://hl7.org/fhir}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="format" type="{http://hl7.org/fhir}code" minOccurs="0"/>
         <element name="page" type="{http://hl7.org/fhir}ImplementationGuide.Page" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>