Class: HealthcareRole
URI: linkml_common:HealthcareRole
classDiagram
class HealthcareRole
click HealthcareRole href "../HealthcareRole"
Role <|-- HealthcareRole
click Role href "../Role"
HealthcareRole <|-- HealthcareProvider
click HealthcareProvider href "../HealthcareProvider"
HealthcareRole <|-- Patient
click Patient href "../Patient"
HealthcareRole : is_person
HealthcareRole --> "0..1" Person : is_person
click Person href "../Person"
HealthcareRole : type
Inheritance
- Entity [ Typed]
- Intangible
- Role
- HealthcareRole
- Role
- Intangible
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
is_person | 0..1 Person |
direct | |
type | 0..1 String |
A type for a thing | Typed |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/linkml-common
Mappings
Mapping Type | Mapped Value |
---|---|
self | linkml_common:HealthcareRole |
native | linkml_common:HealthcareRole |
LinkML Source
Direct
name: HealthcareRole
from_schema: https://w3id.org/linkml/linkml-common
is_a: Role
attributes:
is_person:
name: is_person
from_schema: https://w3id.org/linkml-common/healthcare
rank: 1000
domain_of:
- HealthcareRole
range: Person
Induced
name: HealthcareRole
from_schema: https://w3id.org/linkml/linkml-common
is_a: Role
attributes:
is_person:
name: is_person
from_schema: https://w3id.org/linkml-common/healthcare
rank: 1000
alias: is_person
owner: HealthcareRole
domain_of:
- HealthcareRole
range: Person
type:
name: type
description: A type for a thing. The range of this should be a class within the
schema. It is intended for schema-based classification. Anything beneath the
shoreline of the schema should use `classification`.
from_schema: https://w3id.org/linkml/linkml-common
rank: 1000
designates_type: true
alias: type
owner: HealthcareRole
domain_of:
- Typed
range: string