Class: Patient
classDiagram
class Patient
click Patient href "../Patient"
HealthcareRole <|-- Patient
click HealthcareRole href "../HealthcareRole"
Patient : is_person
Patient --> "0..1" Person : is_person
click Person href "../Person"
Patient : type
Inheritance
- Entity [ Typed]
- Intangible
- Role
- HealthcareRole
- Patient
- HealthcareRole
- Role
- Intangible
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
is_person | 0..1 Person |
HealthcareRole | |
type | 0..1 String |
A type for a thing | Typed |
Usages
used by | used in | type | used |
---|---|---|---|
HealthcareEncounter | patient | range | Patient |
HealthcareConditionOccurrence | patient | range | Patient |
ClinicalCohortEnrollment | patient | range | Patient |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/linkml-common
Mappings
Mapping Type | Mapped Value |
---|---|
self | linkml_common:Patient |
native | linkml_common:Patient |
LinkML Source
Direct
name: Patient
from_schema: https://w3id.org/linkml/linkml-common
is_a: HealthcareRole
Induced
name: Patient
from_schema: https://w3id.org/linkml/linkml-common
is_a: HealthcareRole
attributes:
is_person:
name: is_person
from_schema: https://w3id.org/linkml-common/healthcare
rank: 1000
alias: is_person
owner: Patient
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: Patient
domain_of:
- Typed
range: string