{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "CareBenefitVerifySettings - Metadata API",
"description": "Represents the configuration settings for benefit verification requests.",
"file_information": ".careBenefitVerifySettings",
"directory_location": "careBenefitVerifySettings",
"fields_columns": [
"type",
"description",
"required"
],
"fields": {
"codeSetType": {
"type": "string",
"description": "Specifies the code set type for the benefits verification service type codes."
},
"defaultNpi": {
"type": "string",
"description": "Default National Provider Identifier to be used in the benefits verification request."
},
"generalPlanServiceTypeCode": {
"type": "string",
"description": "Service type code for the plan benefits as a whole."
},
"isDefault": {
"type": "boolean",
"description": "Indicates whether this record is the default verification service (true) or not (false)."
},
"masterLabel": {
"type": "string",
"required": true,
"description": "Name of the benefits verification service."
},
"organizationName": {
"type": "string",
"description": "Specifies the organization name for the benefits verification request service."
},
"serviceApexClass": {
"type": "string",
"description": "Apex class used to access the benefits verification service."
},
"serviceNamedCredential": {
"type": "string",
"description": "Credential used to access the benefits verification service."
},
"serviceTypeSourceSystem": {
"type": "string",
"description": "Service type code for the plan benefits as a whole."
},
"uriPath": {
"type": "string",
"description": "Link to payer endpoint."
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n\n```",
"declarative_metadata_sample_definition": [
{
"description": "This is an example of a CareBenefitVerifySettings component.",
"code": "\n\n abc\n true\n test\n TestApexClass\n test\n efgh\n Lorem ipsum dolor\n Code set\n Npi info\n Organization name\n"
}
]
}