Skip to content

Class: Associated Party (AssociatedParty)

Sponsors, collaborators, and other parties affiliated with a research study.

URI: kfi_fhir_sparks:AssociatedParty

classDiagram class AssociatedParty click AssociatedParty href "../AssociatedParty/" Record <|-- AssociatedParty click Record href "../Record/" AssociatedParty : associated_party_institution_id AssociatedParty --> "0..1" Institution : associated_party_institution_id click Institution href "../Institution/" AssociatedParty : associated_party_practitioner_id AssociatedParty --> "0..1" Practitioner : associated_party_practitioner_id click Practitioner href "../Practitioner/" AssociatedParty : associated_party_practitioner_role_id AssociatedParty --> "0..1" PractitionerRole : associated_party_practitioner_role_id click PractitionerRole href "../PractitionerRole/" AssociatedParty : classifier AssociatedParty --> "*" EnumResearchStudyPartyOrganizationType : classifier click EnumResearchStudyPartyOrganizationType href "../EnumResearchStudyPartyOrganizationType/" AssociatedParty : external_id AssociatedParty : id AssociatedParty : name AssociatedParty : period_id AssociatedParty --> "*" Period : period_id click Period href "../Period/" AssociatedParty : role AssociatedParty --> "0..1" EnumResearchStudyPartyRole : role click EnumResearchStudyPartyRole href "../EnumResearchStudyPartyRole/"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
name 0..1
String
Name of the entity direct
role 0..1
EnumResearchStudyPartyRole
Research Study Party Role direct
period_id *
Period
Reference to a time period which defines a Start and End datatime period direct
classifier *
EnumResearchStudyPartyOrganizationType
Research Study Party Organization Type (what type of institution is party) direct
associated_party_practitioner_id 0..1
Practitioner
Associated Party (is Practitioner) direct
associated_party_practitioner_role_id 0..1
PractitionerRole
Associated Party (is Practitioner Role) direct
associated_party_institution_id 0..1
Institution
Associated Party (is Institution) direct
id 1
String
Unique Identifier for a table entry Record
external_id *
Uriorcurie
Other identifiers for this entity, eg, from the submitting study or in system... HasExternalId

Usages

used by used in type used
ResearchStudy study_personnel range AssociatedParty

Identifier and Mapping Information

Annotations

property value
fhir_resource https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/research-study-associated-party

Schema Source

  • from schema: https://carrollaboratory.github.io/kfi-fhir-input

Mappings

Mapping Type Mapped Value
self kfi_fhir_sparks:AssociatedParty
native kfi_fhir_sparks:AssociatedParty

LinkML Source

Direct

name: AssociatedParty
annotations:
  fhir_resource:
    tag: fhir_resource
    value: https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/research-study-associated-party
description: Sponsors, collaborators, and other parties affiliated with a research
  study.
title: Associated Party
from_schema: https://carrollaboratory.github.io/kfi-fhir-input
is_a: Record
slots:
- name
- role
- period_id
- classifier
- associated_party_practitioner_id
- associated_party_practitioner_role_id
- associated_party_institution_id
slot_usage:
  period_id:
    name: period_id
    multivalued: true

Induced

name: AssociatedParty
annotations:
  fhir_resource:
    tag: fhir_resource
    value: https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/research-study-associated-party
description: Sponsors, collaborators, and other parties affiliated with a research
  study.
title: Associated Party
from_schema: https://carrollaboratory.github.io/kfi-fhir-input
is_a: Record
slot_usage:
  period_id:
    name: period_id
    multivalued: true
attributes:
  name:
    name: name
    description: Name of the entity.
    title: Name
    from_schema: https://carrollaboratory.github.io/kfi-fhir-input
    rank: 1000
    alias: name
    owner: AssociatedParty
    domain_of:
    - Practitioner
    - AssociatedParty
    - Institution
    range: string
    required: false
  role:
    name: role
    description: Research Study Party Role
    title: Role
    from_schema: https://carrollaboratory.github.io/kfi-fhir-input
    rank: 1000
    alias: role
    owner: AssociatedParty
    domain_of:
    - AssociatedParty
    range: EnumResearchStudyPartyRole
    required: false
  period_id:
    name: period_id
    description: Reference to a time period which defines a Start and End datatime
      period.
    title: Period ID
    from_schema: https://carrollaboratory.github.io/kfi-fhir-input
    rank: 1000
    alias: period_id
    owner: AssociatedParty
    domain_of:
    - AssociatedParty
    - Period
    - PractitionerRole
    range: Period
    required: false
    multivalued: true
    inlined: false
  classifier:
    name: classifier
    description: Research Study Party Organization Type (what type of institution
      is party)
    title: Classifier
    from_schema: https://carrollaboratory.github.io/kfi-fhir-input
    rank: 1000
    alias: classifier
    owner: AssociatedParty
    domain_of:
    - AssociatedParty
    range: EnumResearchStudyPartyOrganizationType
    required: false
    multivalued: true
  associated_party_practitioner_id:
    name: associated_party_practitioner_id
    description: Associated Party (is Practitioner).
    title: Associated Party (Practitioner)
    from_schema: https://carrollaboratory.github.io/kfi-fhir-input
    rank: 1000
    alias: associated_party_practitioner_id
    owner: AssociatedParty
    domain_of:
    - AssociatedParty
    range: Practitioner
    required: false
    multivalued: false
  associated_party_practitioner_role_id:
    name: associated_party_practitioner_role_id
    description: Associated Party (is Practitioner Role)
    title: Associated Party (Practitioner Role)
    from_schema: https://carrollaboratory.github.io/kfi-fhir-input
    rank: 1000
    alias: associated_party_practitioner_role_id
    owner: AssociatedParty
    domain_of:
    - AssociatedParty
    range: PractitionerRole
    required: false
    multivalued: false
  associated_party_institution_id:
    name: associated_party_institution_id
    description: Associated Party (is Institution)
    title: Associated Party (Institution)
    from_schema: https://carrollaboratory.github.io/kfi-fhir-input
    rank: 1000
    alias: associated_party_institution_id
    owner: AssociatedParty
    domain_of:
    - AssociatedParty
    range: Institution
    required: false
    multivalued: false
  id:
    name: id
    description: Unique Identifier for a table entry. This is probably not the Global
      ID
    title: ID
    from_schema: https://carrollaboratory.github.io/kfi-fhir-input
    rank: 1000
    identifier: true
    alias: id
    owner: AssociatedParty
    domain_of:
    - Record
    range: string
    required: true
    multivalued: false
  external_id:
    name: external_id
    description: Other identifiers for this entity, eg, from the submitting study
      or in systems link dbGaP
    title: External Identifiers
    from_schema: https://carrollaboratory.github.io/kfi-fhir-input
    rank: 1000
    alias: external_id
    owner: AssociatedParty
    domain_of:
    - HasExternalId
    range: uriorcurie
    required: false
    multivalued: true