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 are referring 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 and who establishes the context for evaluating the nature of each linkage.
    • authorTarget

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

      Identifies one of the records that is considered to refer to the same real-world occurrence as well as how the items hould 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