GET api/Terminology/ValueSet/$validateIdentifier?identifier={identifier}&identifierId={identifierId}
Looks for the identifier among existing identifiers.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| identifier |
The identifier to search for |
string |
Required |
| identifierId |
The id of a valueset identifier that should be ignored while searching |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
True if the identifier is not found, otherwise false.
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>