Crosswalk a code to target code systems
/construe/codes/crosswalkMaps one source medical code to one or more target code-system URIs using
shared UMLS CUIs. A successful response is HTTP 200 even when the source
code or a target has no matches; inspect reason_code on the item and
target entries for miss details.
Usage of CPT is subject to AMA requirements: see PhenoML Terms of Service.
Body parameters
systemstringrequiredSource FHIR code-system URI.
codestringrequiredSource code to map.
targetsstring[]requiredTarget FHIR code-system URIs.
Crosswalk result for the source code
Response fields
resolved_umls_releasestringrequiredUMLS release used for the crosswalk.
systemstringrequiredSource FHIR code-system URI.
codestringrequiredSource code that was mapped.
reason_codestringoptionalItem-level reason code when the source code could not be mapped.
targetsobject[]requiredCrosswalk matches grouped by requested target code-system URI.
systemstringrequiredTarget FHIR code-system URI.
reason_codestringoptionalTarget-level reason code when this target has no matches.
matchesobject[]requiredCodes in this target system that share a UMLS CUI with the source code.
codestringrequiredMatched code in the target system.
displaystringrequiredHuman-readable target code display.
cuistringrequiredUMLS CUI that links the source and target code.
suppressstringoptionalUMLS suppressibility flag, when present.