Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 885 Bytes

OrderOrderClinicalInfo.md

File metadata and controls

26 lines (20 loc) · 885 Bytes

PrimaryConnectClient::OrderOrderClinicalInfo

Properties

Name Type Description Notes
code CodedValue [optional]
value String Value of the information element. For AOEs, this is typically the full answer [optional]
units String Units of the value. If the Value is a time range, this may be "WK" [optional]
abbreviation String Abbreviation of the value of the information element. Typically only present for text answer AOEs [optional]
notes Array<String> Notes related to the clinical info [optional]

Example

require 'primary_connect_client'

instance = PrimaryConnectClient::OrderOrderClinicalInfo.new(
  code: null,
  value: Yes,
  units: null,
  abbreviation: null,
  notes: null
)