HCPCS Level II Code
Healthcare Common Procedure Coding System Level II code for non-physician services, supplies, and equipment. Format: letter (A-V) followed by 4 digits.
HCPCS Level II Code
identity.medical.hcpcsHealthcare Common Procedure Coding System Level II code for non-physician services, supplies, and equipment. Format: letter (A-V) followed by 4 digits.
Domain
identity
Category
medical
Casts to
VARCHAR
Scope
Universal
Try it
CLI
$ finetype infer -i "J1234"
→ identity.medical.hcpcsDuckDB
Detect
SELECT finetype('J1234');
-- → 'identity.medical.hcpcs'Cast expression
CAST({col} AS VARCHAR)Safe cast pipeline
-- Normalise and cast in one step
SELECT TRY_CAST(finetype_cast(my_column) AS VARCHAR) AS clean_value
FROM my_table
WHERE finetype(my_column) = 'identity.medical.hcpcs';JSON Schema
finetype schema identity.medical.hcpcs
{
"$id": "https://meridian.online/schemas/identity.medical.hcpcs",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Healthcare Common Procedure Coding System Level II code for non-physician services, supplies, and equipment. Format: letter (A-V) followed by 4 digits.",
"examples": [
"J1234",
"E0114",
"A4253",
"L3000",
"G0008"
],
"pattern": "^[A-V]\\d{4}$",
"title": "HCPCS Level II Code",
"type": "string",
"x-finetype-broad-type": "VARCHAR",
"x-finetype-transform": "CAST({col} AS VARCHAR)"
}Examples
J1234E0114A4253L3000G0008Aliases
hcpcs_code