Skip to content

Class: Record (Record)

One row / entity within the database

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

URI: kfi_fhir_sparks:Record

classDiagram class Record click Record href "../Record/" HasExternalId <|-- Record click HasExternalId href "../HasExternalId/" Record <|-- RelativeDateTime click RelativeDateTime href "../RelativeDateTime/" Record <|-- AgeAt click AgeAt href "../AgeAt/" Record <|-- AssociatedParty click AssociatedParty href "../AssociatedParty/" Record : external_id Record : id

Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 1
String
Unique Identifier for a table entry direct
external_id *
Uriorcurie
Other identifiers for this entity, eg, from the submitting study or in system... HasExternalId

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Record
description: One row / entity within the database
title: Record
from_schema: https://carrollaboratory.github.io/kfi-fhir-input
is_a: HasExternalId
abstract: true
slots:
- id

Induced

name: Record
description: One row / entity within the database
title: Record
from_schema: https://carrollaboratory.github.io/kfi-fhir-input
is_a: HasExternalId
abstract: true
attributes:
  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: Record
    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: Record
    domain_of:
    - HasExternalId
    range: uriorcurie
    required: false
    multivalued: true