Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 505 Bytes

CodedValue.md

File metadata and controls

22 lines (16 loc) · 505 Bytes

PrimaryConnectClient::CodedValue

Properties

Name Type Description Notes
value String E.g. 260373001 (SCT), 3006F (CPT), etc. [optional]
code_set String E.g. SCT, LN, NDC, CPT, CVX, etc. [optional]
description String [optional]

Example

require 'primary_connect_client'

instance = PrimaryConnectClient::CodedValue.new(
  value: 260373001,
  code_set: SCT,
  description: null
)