Class Linkage

All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IAnyResource, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseHasExtensions, org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions, org.hl7.fhir.instance.model.api.IBaseResource, org.hl7.fhir.instance.model.api.IDomainResource

public class Linkage extends DomainResource
Identifies two or more records (resource instances) that refer to the same real-world "occurrence".
See Also:
  • Field Details

    • active

      protected BooleanType active
      Indicates whether the asserted set of linkages are considered to be "in effect".
    • author

      protected Reference author
      Identifies the user or organization responsible for asserting the linkages as well as the user or organization who establishes the context in which the nature of each linkage is evaluated.
    • authorTarget

      The actual object that is the target of the reference (Identifies the user or organization responsible for asserting the linkages as well as the user or organization who establishes the context in which the nature of each linkage is evaluated.)
    • item

      Identifies which record considered as the reference to the same real-world occurrence as well as how the items should be evaluated within the collection of linked items.
    • SP_ITEM

      public static final String SP_ITEM
      Search parameter: item

      Description: Matches on any item in the Linkage
      Type: reference
      Path: Linkage.item.resource

      See Also:
    • ITEM

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam ITEM
      Fluent Client search parameter constant for item

      Description: Matches on any item in the Linkage
      Type: reference
      Path: Linkage.item.resource

    • INCLUDE_ITEM

      public static final ca.uhn.fhir.model.api.Include INCLUDE_ITEM
      Constant for fluent queries to be used to add include statements. Specifies the path value of "Linkage:item".
    • SP_AUTHOR

      public static final String SP_AUTHOR
      Search parameter: author

      Description: Author of the Linkage
      Type: reference
      Path: Linkage.author

      See Also:
    • AUTHOR

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam AUTHOR
      Fluent Client search parameter constant for author

      Description: Author of the Linkage
      Type: reference
      Path: Linkage.author

    • INCLUDE_AUTHOR

      public static final ca.uhn.fhir.model.api.Include INCLUDE_AUTHOR
      Constant for fluent queries to be used to add include statements. Specifies the path value of "Linkage:author".
    • SP_SOURCE

      public static final String SP_SOURCE
      Search parameter: source

      Description: Matches on any item in the Linkage with a type of 'source'
      Type: reference
      Path: Linkage.item.resource

      See Also:
    • SOURCE

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SOURCE
      Fluent Client search parameter constant for source

      Description: Matches on any item in the Linkage with a type of 'source'
      Type: reference
      Path: Linkage.item.resource

    • INCLUDE_SOURCE

      public static final ca.uhn.fhir.model.api.Include INCLUDE_SOURCE
      Constant for fluent queries to be used to add include statements. Specifies the path value of "Linkage:source".
  • Constructor Details

    • Linkage

      public Linkage()
      Constructor
  • Method Details