@health-samurai/aidbox-client
Preparing search index...
PatientContact
Interface PatientContact
interface
PatientContact
{
id
?:
string
;
_id
?:
Element
;
address
?:
Address
;
gender
?:
"other"
|
"unknown"
|
"male"
|
"female"
;
name
?:
HumanName
;
organization
?:
Reference
<
"Organization"
>
;
period
?:
Period
;
relationship
?:
CodeableConcept
[]
;
telecom
?:
ContactPoint
[]
;
}
Hierarchy (
View Summary
)
BackboneElement
PatientContact
Index
Properties
id?
_
id?
address?
gender?
name?
organization?
period?
relationship?
telecom?
Properties
Optional
id
id
?:
string
Optional
_
id
_id
?:
Element
Optional
address
address
?:
Address
Optional
gender
gender
?:
"other"
|
"unknown"
|
"male"
|
"female"
Optional
name
name
?:
HumanName
Optional
organization
organization
?:
Reference
<
"Organization"
>
Optional
period
period
?:
Period
Optional
relationship
relationship
?:
CodeableConcept
[]
Optional
telecom
telecom
?:
ContactPoint
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
_
id
address
gender
name
organization
period
relationship
telecom
@health-samurai/aidbox-client
Loading...