Accelerate the Value of Data

Lookup Business Model Configuration

An example of a lookup business model configuration.

Only Simple attributes that have configured lookupCode are supported. These attributes can reside within nested or reference attributes.

{
   "URI":"configuration",
   "description":"Sample Business Model configuration",
   "referenceConfigurationURI":"configuration/_vertical/life-sciences",
   "label":"",
   "schemaVersion":"1",
   "entityTypes":[
      {
         "URI":"configuration/entityTypes/HCP",
         "attributes":[
            {
               "URI":"configuration/entityTypes/HCP/attributes/Market",
               "lookupCode":"COUNTRY_CD",
               "dependentLookupAttributes":[
                  "configuration/entityTypes/HCP/attributes/License",
                  "configuration/entityTypes/HCP/attributes/Address/attributes/City"
               ],
               "name":"Market",
               "type":"String"
            },
            {
               "URI":"configuration/entityTypes/HCP/attributes/License",
               "lookupCode":"LICENSE_CD"               "name":"License",
               "type":"String"
            },
            {
               "URI":"configuration/entityTypes/HCP/attributes/Address",
               "referencedAttributeURIs":[
                  "configuration/entityTypes/Location/attributes/AddressLine1",
                  "configuration/entityTypes/Location/attributes/AddressLine2",
                  "configuration/entityTypes/Location/attributes/City",
                  "configuration/entityTypes/Location/attributes/StateProvince",
                  "configuration/entityTypes/Location/attributes/Zip",

               ]
            }           ...
         ]        ...
      }
   ]
}