Skip to content

Class: Research Institution (Institution)

Institution related to study or research personnel

URI: kfi_fhir_sparks:Institution

classDiagram class Institution click Institution href "../Institution/" HasExternalId <|-- Institution click HasExternalId href "../HasExternalId/" Institution : external_id Institution : institution_id Institution : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
institution_id 1
String
The institution this record is associated with direct
name 0..1
String
Name of the entity direct
external_id *
Uriorcurie
Other identifiers for this entity, eg, from the submitting study or in system... HasExternalId

Usages

used by used in type used
Practitioner institution_id range Institution
AssociatedParty associated_party_institution_id range Institution
PractitionerRole institution_id range Institution

Identifier and Mapping Information

Annotations

property value
fhir_resource Organization

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Institution
annotations:
  fhir_resource:
    tag: fhir_resource
    value: Organization
description: Institution related to study or research personnel
title: Research Institution
from_schema: https://carrollaboratory.github.io/kfi-fhir-input
is_a: HasExternalId
slots:
- institution_id
- name
slot_usage:
  institution_id:
    name: institution_id
    identifier: true
    range: string
    required: true

Induced

name: Institution
annotations:
  fhir_resource:
    tag: fhir_resource
    value: Organization
description: Institution related to study or research personnel
title: Research Institution
from_schema: https://carrollaboratory.github.io/kfi-fhir-input
is_a: HasExternalId
slot_usage:
  institution_id:
    name: institution_id
    identifier: true
    range: string
    required: true
attributes:
  institution_id:
    name: institution_id
    description: The institution this record is associated with.
    title: Institution
    from_schema: https://carrollaboratory.github.io/kfi-fhir-input
    rank: 1000
    identifier: true
    alias: institution_id
    owner: Institution
    domain_of:
    - Practitioner
    - Institution
    - PractitionerRole
    range: string
    required: true
  name:
    name: name
    description: Name of the entity.
    title: Name
    from_schema: https://carrollaboratory.github.io/kfi-fhir-input
    rank: 1000
    alias: name
    owner: Institution
    domain_of:
    - Practitioner
    - AssociatedParty
    - Institution
    range: string
    required: 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: Institution
    domain_of:
    - HasExternalId
    range: uriorcurie
    required: false
    multivalued: true