Organization_ServiceProvider was created as a special case of Organization. Later improvements to the standard Organization, particularly in ids, superseded the function of Organization_ServiceProvider.
This change removes Organization_ServiceProvider and instead uses the mainstream Organization.
It also removes a utility formatAsId, that is no longer used. That function is provide by VALID_ID data resolver.
Signed-off-by: Brian Cragun cragun@us.ibm.com
Organization_ServiceProvider was created as a special case of Organization. Later improvements to the standard Organization, particularly in ids, superseded the function of Organization_ServiceProvider.
This change removes Organization_ServiceProvider and instead uses the mainstream Organization. It also removes a utility
formatAsId
, that is no longer used. That function is provide byVALID_ID
data resolver.