public void SetCareSettingTypeCode(string codeValue, string displayNameValue)
        {
            string codeSystemValue = OIDStore.OIDCodeSystemSnomedCT;

            HCFRole.SetCode(codeSystemValue, codeValue, displayNameValue);
        }