-
Notifications
You must be signed in to change notification settings - Fork 0
Data Model
Mikhail Kalatchev edited this page Mar 12, 2023
·
1 revision
erDiagram
Order {
string ArenalId
string PlacerId
string PlacerOrderId
string ProviderId
string ProviderOrderId
var other
}
Identifier {
string Authority
string Dictionary
string Value
}
Person {
var other
}
Service {
var other
}
LinkedReferral {
var other
}
Sample {
var other
}
Contact {
var other
}
Order ||--|| Person : Patient
Order ||--o{ Service : Services
Order ||--o{ LinkedReferral : LinkedReferrals
Order ||--o{ Sample : Samples
Service ||--|| Identifier : Id
Person ||--o{ Contact : Contacts
Person ||--o{ Identifier : Identifiers
LinkedReferral ||--|| Identifier : Id
Sample ||--|| Identifier : TypeId
Sample ||--|| Identifier : AdditiveId
Sample ||--|| Identifier : Id