Custom Field Value Input

Adds additional information to any fields not mapped by the medication statement API.
Root XML tag
<CustomFieldValue>
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