Name | Type | Description | Notes |
---|---|---|---|
code | CodedValue | [optional] | |
type | String | Type of the diagnosis | [optional] |
documented_date_time | Time | Timestamp of the the diagnosis was documented (ISO-8601) | [optional] |
require 'primary_connect_client'
instance = PrimaryConnectClient::OrderOrderDiagnoses.new(
code: null,
type: null,
documented_date_time: null
)