Newer Version Available

This content describes an older version of this product. View Latest

Custom Field Value Input

Adds additional information to any fields not mapped by the Patient API.
JSON example
1{ 
2   "CustomFieldValue": [ {
3      "fieldName": "Laterality__c",
4      "dataType": "picklist",
5      "fieldValue": "Bilateral",
6   } ]
7}
Properties
Name Type Description Required or Optional Available Version
dataType String Specifies the primitive data type of a field.
Possible values are:
  • Boolean
  • DateOnly
  • DateTime
  • Number
  • String
  • TimeOnly
Required 53.0
fieldName String The name of the field. Required 53.0
fieldValue Object The value of the field. Required 53.0