https://ns.adobe.com/xdm/mixins/profile-healthcare-member
Healthcare member details of a person that has or will receive a service or care, such as contact information, primary care physician, and plan information.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Stable | No | Forbidden | Permitted | fieldgroups/profile/profile-healthcare-member.schema.json |
- Healthcare Member Details
https://ns.adobe.com/xdm/mixins/profile-healthcare-member
- Personal Contact Details
https://ns.adobe.com/xdm/context/profile-personal-details
- Demographic Details
https://ns.adobe.com/xdm/context/profile-person-details
- Personal Contact Details
{}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:billingAddress | Postal address | Optional | Personal Contact Details |
xdm:faxPhone | Phone number | Optional | Personal Contact Details |
xdm:homeAddress | Postal address | Optional | Personal Contact Details |
xdm:homePhone | Phone number | Optional | Personal Contact Details |
xdm:mailingAddress | Postal address | Optional | Personal Contact Details |
xdm:memberDetails | object |
Optional | Healthcare Member Details (this schema) |
xdm:mobilePhone | Phone number | Optional | Personal Contact Details |
xdm:person | Person | Optional | Demographic Details |
xdm:personalEmail | Email address | Optional | Personal Contact Details |
xdm:shippingAddress | Postal address | Optional | Personal Contact Details |
* |
any | Additional | this schema allows additional properties |
Billing postal address.
xdm:billingAddress
- is optional
- type: Postal address
- defined in Personal Contact Details
- Postal address –
https://ns.adobe.com/xdm/common/address
Fax phone number.
xdm:faxPhone
- is optional
- type: Phone number
- defined in Personal Contact Details
- Phone number –
https://ns.adobe.com/xdm/context/phonenumber
A home postal address.
xdm:homeAddress
- is optional
- type: Postal address
- defined in Personal Contact Details
- Postal address –
https://ns.adobe.com/xdm/common/address
Home phone number.
xdm:homePhone
- is optional
- type: Phone number
- defined in Personal Contact Details
- Phone number –
https://ns.adobe.com/xdm/context/phonenumber
Mailing postal address.
xdm:mailingAddress
- is optional
- type: Postal address
- defined in Personal Contact Details
- Postal address –
https://ns.adobe.com/xdm/common/address
Information about the member.
xdm:memberDetails
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required |
---|---|---|
xdm:dateAgeCollected |
string | Optional |
xdm:deceasedDate |
string | Optional |
xdm:healthConcerns |
array | Optional |
xdm:isDeceased |
boolean | Optional |
xdm:plans |
array | Optional |
xdm:preferredAvailability |
string | Optional |
xdm:prescriptions |
array | Optional |
xdm:primaryCarePhysicians |
array | Optional |
xdm:specialists |
array | Optional |
The date the patient age was collected.
xdm:dateAgeCollected
- is optional
- type:
string
string
- format:
date-time
– date and time (according to RFC 3339, section 5.6)
Deceased date if the patient is deceased.
xdm:deceasedDate
- is optional
- type:
string
string
- format:
date-time
– date and time (according to RFC 3339, section 5.6)
Array list of all health concerns
xdm:healthConcerns
- is optional
- type:
string[]
Array type: string[]
All items must be of the type:
string
Boolean flag indicating if the member is deceased.
xdm:isDeceased
- is optional
- type:
boolean
boolean
undefined
xdm:plans
- is optional
- type:
object[]
Array type: object[]
All items must be of the type:
object
with following properties:
Property | Type | Required |
---|---|---|
xdm:beneficiaryRelationship |
string | Optional |
xdm:billingAccountID |
string | Optional |
xdm:coverageEndDate |
string | Optional |
xdm:coverageStartDate |
string | Optional |
xdm:isActive |
boolean | Optional |
xdm:isDependent |
boolean | Optional |
xdm:planID |
string | Optional |
xdm:primaryMemberID |
string | Optional |
Beneficiary relationship to the subscriber if the member is a dependent (self, spouse, child, etc).
xdm:beneficiaryRelationship
- is optional
- type:
string
string
Value | Description |
---|---|
self |
Self |
spouse |
Spouse |
child |
Child |
parent |
Parent |
Unique identifier of the billing account.
xdm:billingAccountID
- is optional
- type:
string
string
Coverage end date.
xdm:coverageEndDate
- is optional
- type:
string
string
- format:
date-time
– date and time (according to RFC 3339, section 5.6)
Coverage start date.
xdm:coverageStartDate
- is optional
- type:
string
string
- format:
date-time
– date and time (according to RFC 3339, section 5.6)
Boolean flag indicates whether the plan is active.
xdm:isActive
- is optional
- type:
boolean
boolean
Indicates whether this member is a dependent.
xdm:isDependent
- is optional
- type:
boolean
boolean
Unique identifier for the plan enrolled in by the member.
xdm:planID
- is optional
- type:
string
string
Unique identifier of the primary subscriber if the member is a dependent.
xdm:primaryMemberID
- is optional
- type:
string
string
Patient's preferred day and time availability for an appointment.
xdm:preferredAvailability
- is optional
- type:
string
string
Prescription information including ID, start date, and active flag.
xdm:prescriptions
- is optional
- type:
object[]
Array type: object[]
All items must be of the type:
object
with following properties:
Property | Type | Required |
---|---|---|
xdm:ID |
string | Optional |
xdm:endDate |
string | Optional |
xdm:isCurrent |
boolean | Optional |
xdm:name |
string | Optional |
xdm:numberOfRefills |
integer | Optional |
xdm:refillLocation |
Optional | |
xdm:refillType |
string | Optional |
xdm:startDate |
string | Optional |
Unique identifier for the prescription.
xdm:ID
- is optional
- type:
string
string
Date on which the patient stops taking the prescription.
xdm:endDate
- is optional
- type:
string
string
- format:
date-time
– date and time (according to RFC 3339, section 5.6)
Indicates whether the prescription is current or past.
xdm:isCurrent
- is optional
- type:
boolean
boolean
Name of the prescription.
xdm:name
- is optional
- type:
string
string
Number of refills prescribed by the provider for this prescription.
xdm:numberOfRefills
- is optional
- type:
integer
integer
Address at which the prescription will be filled.
xdm:refillLocation
- is optional
- type: reference
Type of prescription refill.
xdm:refillType
- is optional
- type:
string
string
Value | Description |
---|---|
Retail Pharmacy |
Retail Pharmacy |
Mail Order |
Mail Order |
Date on which the patient began taking the prescription.
xdm:startDate
- is optional
- type:
string
string
- format:
date-time
– date and time (according to RFC 3339, section 5.6)
undefined
xdm:primaryCarePhysicians
- is optional
- type:
object[]
Array type: object[]
All items must be of the type:
object
with following properties:
Property | Type | Required |
---|---|---|
xdm:endDate |
string | Optional |
xdm:firstName |
string | Optional |
xdm:healthNetworkAffiliation |
array | Optional |
xdm:lastName |
string | Optional |
xdm:providerID |
string | Optional |
xdm:startDate |
string | Optional |
Date on which the PCP ended care for the member.
xdm:endDate
- is optional
- type:
string
string
- format:
date-time
– date and time (according to RFC 3339, section 5.6)
Primary care physician's first name.
xdm:firstName
- is optional
- type:
string
string
Name of the health network to which the Primary Care Provider is affiliated.
xdm:healthNetworkAffiliation
- is optional
- type:
string[]
Array type: string[]
All items must be of the type:
string
Primary care physician's last name.
xdm:lastName
- is optional
- type:
string
string
Unique identifier of the physician.
xdm:providerID
- is optional
- type:
string
string
Date on which the primary care provider began care for the member.
xdm:startDate
- is optional
- type:
string
string
- format:
date-time
– date and time (according to RFC 3339, section 5.6)
undefined
xdm:specialists
- is optional
- type:
object[]
Array type: object[]
All items must be of the type:
object
with following properties:
Property | Type | Required |
---|---|---|
xdm:firstName |
string | Optional |
xdm:lastName |
string | Optional |
xdm:providerID |
string | Optional |
xdm:specialty |
array | Optional |
First name of the specialist provider.
xdm:firstName
- is optional
- type:
string
string
Last name of the specialist provider.
xdm:lastName
- is optional
- type:
string
string
Unique identifier of the specialist.
xdm:providerID
- is optional
- type:
string
string
Specialty of the provider (anesthesiology, urology, radiology, dermatology, etc).
xdm:specialty
- is optional
- type:
string[]
Array type: string[]
All items must be of the type:
string
Mobile phone number.
xdm:mobilePhone
- is optional
- type: Phone number
- defined in Personal Contact Details
- Phone number –
https://ns.adobe.com/xdm/context/phonenumber
An individual actor, contact, or owner.
xdm:person
- is optional
- type: Person
- defined in Demographic Details
- Person –
https://ns.adobe.com/xdm/context/person
A personal email address.
xdm:personalEmail
- is optional
- type: Email address
- defined in Personal Contact Details
- Email address –
https://ns.adobe.com/xdm/context/emailaddress
Shipping postal address.
xdm:shippingAddress
- is optional
- type: Postal address
- defined in Personal Contact Details
- Postal address –
https://ns.adobe.com/xdm/common/address