Package org.hl7.fhir

Class LinkageItem

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

public class LinkageItem extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Identifies two or more records (resource instances) that are referring to the same real-world "occurrence".

Java class for Linkage.Item complex type.

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

 <complexType name="Linkage.Item">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="type" type="{http://hl7.org/fhir}LinkageType"/>
         <element name="resource" type="{http://hl7.org/fhir}Reference"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>