Class OrganizationAffiliation

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

Defines an affiliation/assotiation/relationship between 2 distinct oganizations, that is not a part-of relationship/sub-division relationship.
See Also:
  • Field Details

    • identifier

      Business identifiers that are specific to this role.
    • active

      protected BooleanType active
      Whether this organization affiliation record is in active use.
    • period

      protected Period period
      The period during which the participatingOrganization is affiliated with the primary organization.
    • organization

      Organization where the role is available (primary organization/has members).
    • organizationTarget

      The actual object that is the target of the reference (Organization where the role is available (primary organization/has members).)
    • participatingOrganization

      The Participating Organization provides/performs the role(s) defined by the code to the Primary Organization (e.g. providing services or is a member of).
    • participatingOrganizationTarget

      The actual object that is the target of the reference (The Participating Organization provides/performs the role(s) defined by the code to the Primary Organization (e.g. providing services or is a member of).)
    • network

      protected List<Reference> network
      Health insurance provider network in which the participatingOrganization provides the role's services (if defined) at the indicated locations (if defined).
    • networkTarget

      The actual objects that are the target of the reference (Health insurance provider network in which the participatingOrganization provides the role's services (if defined) at the indicated locations (if defined).)
    • code

      Definition of the role the participatingOrganization plays in the association.
    • specialty

      Specific specialty of the participatingOrganization in the context of the role.
    • location

      protected List<Reference> location
      The location(s) at which the role occurs.
    • locationTarget

      The actual objects that are the target of the reference (The location(s) at which the role occurs.)
    • healthcareService

      Healthcare services provided through the role.
    • healthcareServiceTarget

      The actual objects that are the target of the reference (Healthcare services provided through the role.)
    • telecom

      Contact details at the participatingOrganization relevant to this Affiliation.
    • endpoint

      protected List<Reference> endpoint
      Technical endpoints providing access to services operated for this role.
    • endpointTarget

      The actual objects that are the target of the reference (Technical endpoints providing access to services operated for this role.)
    • SP_DATE

      public static final String SP_DATE
      Search parameter: date

      Description: The period during which the participatingOrganization is affiliated with the primary organization
      Type: date
      Path: OrganizationAffiliation.period

      See Also:
    • DATE

      public static final ca.uhn.fhir.rest.gclient.DateClientParam DATE
      Fluent Client search parameter constant for date

      Description: The period during which the participatingOrganization is affiliated with the primary organization
      Type: date
      Path: OrganizationAffiliation.period

    • SP_IDENTIFIER

      public static final String SP_IDENTIFIER
      Search parameter: identifier

      Description: An organization affiliation's Identifier
      Type: token
      Path: OrganizationAffiliation.identifier

      See Also:
    • IDENTIFIER

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
      Fluent Client search parameter constant for identifier

      Description: An organization affiliation's Identifier
      Type: token
      Path: OrganizationAffiliation.identifier

    • SP_SPECIALTY

      public static final String SP_SPECIALTY
      Search parameter: specialty

      Description: Specific specialty of the participatingOrganization in the context of the role
      Type: token
      Path: OrganizationAffiliation.specialty

      See Also:
    • SPECIALTY

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam SPECIALTY
      Fluent Client search parameter constant for specialty

      Description: Specific specialty of the participatingOrganization in the context of the role
      Type: token
      Path: OrganizationAffiliation.specialty

    • SP_ROLE

      public static final String SP_ROLE
      Search parameter: role

      Description: Definition of the role the participatingOrganization plays
      Type: token
      Path: OrganizationAffiliation.code

      See Also:
    • ROLE

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam ROLE
      Fluent Client search parameter constant for role

      Description: Definition of the role the participatingOrganization plays
      Type: token
      Path: OrganizationAffiliation.code

    • SP_ACTIVE

      public static final String SP_ACTIVE
      Search parameter: active

      Description: Whether this organization affiliation record is in active use
      Type: token
      Path: OrganizationAffiliation.active

      See Also:
    • ACTIVE

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam ACTIVE
      Fluent Client search parameter constant for active

      Description: Whether this organization affiliation record is in active use
      Type: token
      Path: OrganizationAffiliation.active

    • SP_PRIMARY_ORGANIZATION

      public static final String SP_PRIMARY_ORGANIZATION
      Search parameter: primary-organization

      Description: The organization that receives the services from the participating organization
      Type: reference
      Path: OrganizationAffiliation.organization

      See Also:
    • PRIMARY_ORGANIZATION

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PRIMARY_ORGANIZATION
      Fluent Client search parameter constant for primary-organization

      Description: The organization that receives the services from the participating organization
      Type: reference
      Path: OrganizationAffiliation.organization

    • INCLUDE_PRIMARY_ORGANIZATION

      public static final ca.uhn.fhir.model.api.Include INCLUDE_PRIMARY_ORGANIZATION
      Constant for fluent queries to be used to add include statements. Specifies the path value of "OrganizationAffiliation:primary-organization".
    • SP_NETWORK

      public static final String SP_NETWORK
      Search parameter: network

      Description: Health insurance provider network in which the participatingOrganization provides the role's services (if defined) at the indicated locations (if defined)
      Type: reference
      Path: OrganizationAffiliation.network

      See Also:
    • NETWORK

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

      Description: Health insurance provider network in which the participatingOrganization provides the role's services (if defined) at the indicated locations (if defined)
      Type: reference
      Path: OrganizationAffiliation.network

    • INCLUDE_NETWORK

      public static final ca.uhn.fhir.model.api.Include INCLUDE_NETWORK
      Constant for fluent queries to be used to add include statements. Specifies the path value of "OrganizationAffiliation:network".
    • SP_ENDPOINT

      public static final String SP_ENDPOINT
      Search parameter: endpoint

      Description: Technical endpoints providing access to services operated for this role
      Type: reference
      Path: OrganizationAffiliation.endpoint

      See Also:
    • ENDPOINT

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

      Description: Technical endpoints providing access to services operated for this role
      Type: reference
      Path: OrganizationAffiliation.endpoint

    • INCLUDE_ENDPOINT

      public static final ca.uhn.fhir.model.api.Include INCLUDE_ENDPOINT
      Constant for fluent queries to be used to add include statements. Specifies the path value of "OrganizationAffiliation:endpoint".
    • SP_PHONE

      public static final String SP_PHONE
      Search parameter: phone

      Description: A value in a phone contact
      Type: token
      Path: OrganizationAffiliation.telecom(system=phone)

      See Also:
    • PHONE

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam PHONE
      Fluent Client search parameter constant for phone

      Description: A value in a phone contact
      Type: token
      Path: OrganizationAffiliation.telecom(system=phone)

    • SP_SERVICE

      public static final String SP_SERVICE
      Search parameter: service

      Description: Healthcare services provided through the role
      Type: reference
      Path: OrganizationAffiliation.healthcareService

      See Also:
    • SERVICE

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

      Description: Healthcare services provided through the role
      Type: reference
      Path: OrganizationAffiliation.healthcareService

    • INCLUDE_SERVICE

      public static final ca.uhn.fhir.model.api.Include INCLUDE_SERVICE
      Constant for fluent queries to be used to add include statements. Specifies the path value of "OrganizationAffiliation:service".
    • SP_PARTICIPATING_ORGANIZATION

      Search parameter: participating-organization

      Description: The organization that provides services to the primary organization
      Type: reference
      Path: OrganizationAffiliation.participatingOrganization

      See Also:
    • PARTICIPATING_ORGANIZATION

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PARTICIPATING_ORGANIZATION
      Fluent Client search parameter constant for participating-organization

      Description: The organization that provides services to the primary organization
      Type: reference
      Path: OrganizationAffiliation.participatingOrganization

    • INCLUDE_PARTICIPATING_ORGANIZATION

      public static final ca.uhn.fhir.model.api.Include INCLUDE_PARTICIPATING_ORGANIZATION
      Constant for fluent queries to be used to add include statements. Specifies the path value of "OrganizationAffiliation:participating-organization".
    • SP_TELECOM

      public static final String SP_TELECOM
      Search parameter: telecom

      Description: The value in any kind of contact
      Type: token
      Path: OrganizationAffiliation.telecom

      See Also:
    • TELECOM

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam TELECOM
      Fluent Client search parameter constant for telecom

      Description: The value in any kind of contact
      Type: token
      Path: OrganizationAffiliation.telecom

    • SP_LOCATION

      public static final String SP_LOCATION
      Search parameter: location

      Description: The location(s) at which the role occurs
      Type: reference
      Path: OrganizationAffiliation.location

      See Also:
    • LOCATION

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

      Description: The location(s) at which the role occurs
      Type: reference
      Path: OrganizationAffiliation.location

    • INCLUDE_LOCATION

      public static final ca.uhn.fhir.model.api.Include INCLUDE_LOCATION
      Constant for fluent queries to be used to add include statements. Specifies the path value of "OrganizationAffiliation:location".
    • SP_EMAIL

      public static final String SP_EMAIL
      Search parameter: email

      Description: A value in an email contact
      Type: token
      Path: OrganizationAffiliation.telecom(system=email)

      See Also:
    • EMAIL

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam EMAIL
      Fluent Client search parameter constant for email

      Description: A value in an email contact
      Type: token
      Path: OrganizationAffiliation.telecom(system=email)

  • Constructor Details

  • Method Details