GET api/Terminology/CodeSystem/Find?identifier={identifier}&ignoreId={ignoreId}
Searches for a code system which has the specified identifier
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
identifier |
The identifier of the code system to find |
string |
Required |
ignoreId |
Indicates an id that should be ignored. Used to validate that a code system does not have the same identifier as another code system. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
The id of the first code system found with a matching identifier.
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>