Skip to content

Class: Has (HasExternalId)

Has an external ID

  • NOTE: this is an abstract class and should not be instantiated directly

URI: kfi_fhir_sparks:HasExternalId

classDiagram class HasExternalId click HasExternalId href "../HasExternalId/" HasExternalId <|-- Record click Record href "../Record/" HasExternalId <|-- Practitioner click Practitioner href "../Practitioner/" HasExternalId <|-- Institution click Institution href "../Institution/" HasExternalId <|-- Participant click Participant href "../Participant/" HasExternalId <|-- ResearchStudy click ResearchStudy href "../ResearchStudy/" HasExternalId <|-- ResearchStudyCollection click ResearchStudyCollection href "../ResearchStudyCollection/" HasExternalId <|-- Sample click Sample href "../Sample/" HasExternalId <|-- Aliquot click Aliquot href "../Aliquot/" HasExternalId <|-- NCPIFile click NCPIFile href "../NCPIFile/" HasExternalId <|-- Family click Family href "../Family/" HasExternalId : external_id

Inheritance

Slots

Name Cardinality and Range Description Inheritance
external_id *
Uriorcurie
Other identifiers for this entity, eg, from the submitting study or in system... direct

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: HasExternalId
description: Has an external ID
title: Has
from_schema: https://carrollaboratory.github.io/kfi-fhir-input
abstract: true
slots:
- external_id

Induced

name: HasExternalId
description: Has an external ID
title: Has
from_schema: https://carrollaboratory.github.io/kfi-fhir-input
abstract: true
attributes:
  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: HasExternalId
    domain_of:
    - HasExternalId
    range: uriorcurie
    required: false
    multivalued: true