| Name | Type | Description | Notes |
|---|---|---|---|
| identifiers | Array<Identifier> | List of IDs and types that identify the patient | [optional] |
| demographics | Demographics | [optional] | |
| notes | Array<String> | Patient-level notes | [optional] |
| contacts | Array<OrderPatientContacts> | [optional] |
require 'primary_connect_client'
instance = PrimaryConnectClient::OrderPatient.new(
identifiers: null,
demographics: null,
notes: null,
contacts: null
)