Get a specific code
GET
/construe/codes/{codesystem}/{codeID}Looks up a specific code in the terminology server and returns its details.
Usage of CPT is subject to AMA requirements: see PhenoML Terms of Service.
RequiresBearerauthentication
Path parameters
codesystemstringrequiredCode system name
codeIDstringrequiredThe code identifier. ICD-10-CM codes are stored without their cosmetic dot (use "E1165", not "E11.65").
Query parameters
versionstringoptionalSpecific version of the code system
Returns
Code details
Response fields
systemobjectrequirednamestringrequiredCode system name
versionstringrequiredCode system version
codestringrequiredThe code identifier
descriptionstringrequiredShort description of the code
definitionstringoptionalExtended definition of the code (if available)
GETRequest
200 OKResponse