Unclassified drug code
Authored for Parity against public code sets (ICD-10-CM, HCPCS Level II, CMS place of service, FDA NDC). When no specific J code exists the unclassified code plus the NDC is the route.
Field mean
100.0
across 28 models
Models scoring 100
28
of 28
Models scoring 0
0
of 28
What the model was given
REFERENCE MATERIAL FOR THIS ITEM
HCPCS LEVEL II — UNCLASSIFIED CODES (selected)
J3490 Unclassified drugs
J3590 Unclassified biologics
J9999 Not otherwise classified, antineoplastic drugs
A9999 Miscellaneous DME supply or accessory, not otherwise specified
When an unclassified code is billed, the claim line must carry the drug name,
strength, dosage administered, and the 11-digit NDC in the line-level narrative.A newly approved small-molecule oncology drug has no specific HCPCS code assigned. It is an antineoplastic administered in the outpatient infusion centre.
Required keys: "code" (the HCPCS Level II code to bill) and "ndc_required" (boolean, whether the 11-digit NDC must accompany the line).json{
"kind": "fields",
"fields": {
"code": "J9999",
"ndc_required": true
}
}Every model's answer
Sorted by score. Open a row for the response and, where the vendor exposes it, the reasoning behind it.
100Claude Fable 5.1 · Anthropic9.5s · 25 out | 2.9s · 25 out | 5.7s · 25 out
json{"code": "J9999", "ndc_required": true}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}json{"code": "J9999", "ndc_required": true}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}json{"code": "J9999", "ndc_required": true}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}100Gemini 3.7 Flash · Google2.2s · 250 out | 2.4s · 227 out | 2.2s · 219 out
Reasoning · 221 tokens
**Determining Billing Code**
I'm currently focused on identifying the appropriate HCPCS Level II code for a new oncology drug. Since there isn't a specific code yet, I'm exploring general unclassified codes that best fit its administration in an outpatient infusion setting.
json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 198 tokens
**Identifying Billing Codes**
I'm focused on determining the appropriate HCPCS Level II code for this new oncology drug. Since it lacks a specific code, I'm exploring options for unlisted drugs, considering administration route and drug class, to ensure accurate outpatient billing.
json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 190 tokens
**Determining Billing Codes**
I'm currently focused on identifying the correct HCPCS Level II code for this new oncology drug. Given its nature as a small-molecule agent administered via infusion in an outpatient setting, and the absence of a specific code, I'm exploring the most appropriate unclassified or miscellaneous category that accurately reflects its administration and therapeutic class.
json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}100GPT-5.5 · OpenAI2.0s · 73 out | 1.9s · 67 out | 2.3s · 92 out
json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 63 tokens
**Generating oncology code**
I need to provide a JSON-formatted response for the recently approved small-molecule oncology antineoplastic without a specific HCPCS. To reference, I think of code J9999 for NOC antineoplastic drugs. Since it's an unclassified code, I'll make sure the narrative includes the necessary 11-digit NDC. So, the code for J9999 should include ndc_required set to true. Let's get this set up correctly!json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}100GPT-5.6 Sol · OpenAI1.4s · 27 out | 1.1s · 27 out | 1.3s · 21 out
json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}json{"code":"J9999","ndc_required":true}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}100Grok 4.6 · xAI9.8s · 500 out | 6.7s · 424 out | 5.6s · 398 out
Reasoning · 480 tokens
The task is about coding a newly approved small-molecule oncology drug with no specific HCPCS code. It's an antineoplastic administered in the outpatient infusion centre.
json{"code": "J9999", "ndc_required": true}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 404 tokens
The task is: A newly approved small-molecule oncology drug has no specific HCPCS code assigned. It is an antineoplastic administered in the outpatient infusion centre.
json{"code": "J9999", "ndc_required": true}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 378 tokens
The task is about coding a newly approved small-molecule oncology drug with no specific HCPCS code. It's an antineoplastic administered in the outpatient infusion centre.
json{"code": "J9999", "ndc_required": true}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}100Grok 4.5 · xAI4.5s · 282 out | 4.5s · 326 out | 3.9s · 281 out
Reasoning · 262 tokens
The task is about coding for a newly approved small-molecule oncology drug with no specific HCPCS code. It's an antineoplastic administered in the outpatient infusion centre.
json{"code": "J9999", "ndc_required": true}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 306 tokens
The problem is: A newly approved small-molecule oncology drug has no specific HCPCS code assigned. It is an antineoplastic administered in the outpatient infusion centre.
json{"code": "J9999", "ndc_required": true}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 261 tokens
The problem is about a newly approved small-molecule oncology drug with no specific HCPCS code. It's an antineoplastic administered in the outpatient infusion centre.
json{"code": "J9999", "ndc_required": true}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}100Gemini 3.1 Pro · Google4.1s · 201 out | 4.7s · 303 out | 4.1s · 226 out
Reasoning · 173 tokens
**My Thought Process on Coding the New Oncology Drug**
My primary objective here is to determine the correct HCPCS Level II code and the necessity of the 11-digit NDC for a recently approved small-molecule oncology drug administered in an outpatient infusion setting. Since the drug is new, I anticipate it might not have a specific, pre-assigned code.
First, I need to find the appropriate code. The prompt specifies it's an "antineoplastic drug" and that "no specific HCPCS code [is] assigned." My reference material points me to **J9999**, described as "Not otherwise classified, antineoplastic drugs." This seems to be the logical choice for a drug fitting this description that lacks a unique identifier. Therefore, I've identified the **code** as "J9999".
Next, I need to address the question about the 11-digit NDC. The reference material explicitly states, "When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative." Since I've determined that J9999 is the applicable "unclassified code," this directive directly applies to my situation. Consequently, the **ndc_required** is unequivocally true.
In essence, for this new oncology drug lacking a specific code, I will use J9999 and must also include the 11-digit NDC in the narrative of the claim line.
json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 274 tokens
**My Thought Process for Determining the Appropriate HCPCS Code**
Alright, so the core of this task is to figure out the correct HCPCS Level II code for a new, unlisted small-molecule oncology drug. I understand this drug is administered in an outpatient infusion center and clearly falls under the antineoplastic category. The crucial piece of information here is that there isn't a specific, pre-assigned HCPCS code for it.
I've reviewed the provided reference material, which lists several "unclassified" codes: J3490 for unclassified drugs in general, J3590 for unclassified biologics, J9999 specifically for antineoplastic drugs not otherwise classified, and A9999 for miscellaneous DME.
Given that this is an "antineoplastic drug" and it's not otherwise classified, the most precise and appropriate code is clearly **J9999**. It directly addresses the drug's classification as an antineoplastic agent while acknowledging its unlisted status.
Now, the important follow-up question is about the NDC. The rule states unequivocally: "When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative." This is a non-negotiable requirement for using any of these unclassified codes. Therefore, I've concluded that the NDC is absolutely required for this billing scenario.
So, to summarize my findings: the code I need to use is **J9999**, and the NDC is indeed required for the claim line.
json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 197 tokens
**My Thought Process on Billing an Unclassified Antineoplastic Drug**
When faced with a scenario involving a small-molecule oncology drug that doesn't have a specific HCPCS Level II code assigned, my first step is always to navigate the available code sets to find the most accurate, albeit unclassified, option. I'll mentally review the possibilities: J3490 (Unclassified drugs) and J3590 (Unclassified biologics) come to mind, but I know these are too general. Then, I consider J9999 (Not otherwise classified, antineoplastic drugs) and A9999 (Miscellaneous DME supply or accessory). Given that the drug is explicitly an antineoplastic agent, J9999 immediately stands out as the most appropriate choice for an unclassified drug within this specific therapeutic class.
Once I've identified J9999 as the correct code, my next critical consideration, especially for drug claims, is the requirement for accompanying information, specifically the 11-digit NDC. I recall the guidance that dictates when an unclassified code is used, the claim line *must* include specific drug details in the narrative. This includes the drug name, its strength, the dosage administered, and crucially, the 11-digit NDC. This is not optional; it's a mandatory component for proper adjudication of claims submitted with these types of unclassified codes. Therefore, I conclude that for a claim using J9999 for this antineoplastic drug, the 11-digit NDC is absolutely required.
json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}100Claude Opus 5 · Anthropic1.2s · 25 out | 1.2s · 25 out | 1.1s · 25 out
json{"code": "J9999", "ndc_required": true}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}json{"code": "J9999", "ndc_required": true}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}json{"code": "J9999", "ndc_required": true}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}100Gemini 3 Flash · Google4.9s · 443 out | 6.9s · 649 out | 5.0s · 464 out
Reasoning · 414 tokens
**My Thought Process: Identifying the Correct HCPCS Code and NDC Requirement for a New Oncology Drug**
Here's how I arrived at the conclusion for this oncology drug scenario. My primary task is to determine the appropriate HCPCS Level II code and whether an NDC is mandatory for billing.
I was presented with a newly approved, small-molecule oncology drug administered in an outpatient infusion center. The key information here is that it's a "small-molecule oncology drug" and, importantly, there isn't a *specific* HCPCS code for it yet. This immediately tells me I'll need to utilize an unclassified code.
I reviewed the provided reference materials:
* `J3490`: Unclassified drugs. This is a general catch-all.
* `J3590`: Unclassified biologics. I noted that the drug is a "small-molecule" drug, which generally differentiates it from a biologic. So, `J3590` likely isn't the best fit.
* `J9999`: Not otherwise classified, antineoplastic drugs. This seems highly relevant because the drug is explicitly identified as an "antineoplastic." The specificity of this code to antineoplastics makes it a stronger candidate than the general `J3490`.
* `A9999`: Miscellaneous DME supply or accessory. This is clearly not applicable as we're dealing with a drug, not Durable Medical Equipment.
My reasoning then focused on the most specific unclassified code. Given that the drug is an antineoplastic, `J9999` is the most precise option. While `J3490` *could* technically be used, `J9999` provides a more granular classification, which is always preferred when available.
Next, I turned my attention to the NDC requirement. The provided rule states: "When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative."
Since I've determined that `J9999` is the appropriate *unclassified* code to use, this rule directly applies. Therefore, an NDC is absolutely required to be included in the claim line narrative.
Finally, I consolidated my findings into the required output format:
* `code`: I identified "J9999" as the correct HCPCS code.
* `ndc_required`: Based on the rule for unclassified codes, I determined this should be `true`.
The task specified requiring "code" and "ndc_required" with a boolean for the latter, which I've fulfilled with "J9999" and `true`.
json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 620 tokens
**My Thought Process for Determining the Appropriate HCPCS Code and NDC Requirement**
Okay, so I've got this newly approved small-molecule oncology drug that's being administered in an outpatient infusion center. The immediate challenge is that it doesn't have a specific HCPCS code assigned to it yet. My task is to figure out the best unclassified code to use and whether an NDC is required.
My first step is to scan the provided reference material for potential candidates. I see a few "unclassified" or "not otherwise specified" codes: J3490 (Unclassified drugs), J3590 (Unclassified biologics), J9999 (Not otherwise classified, antineoplastic drugs), and A9999 (Miscellaneous DME supply or accessory, not otherwise specified).
The drug is explicitly stated to be an "antineoplastic drug." This is a critical piece of information. Looking at the options, J9999, with its description "Not otherwise classified, antineoplastic drugs," seems like the most precise fit for this therapeutic category. J3490 is too general ("Unclassified drugs"), and J3590 is specifically for biologics, while my drug is a small molecule, typically not classified as a biologic. A9999 is for DME supplies, which is irrelevant here. So, J9999 is my primary candidate.
Now, I need to consider the rule that's provided: "When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative." This rule clearly applies to any code that falls under the umbrella of "unclassified." Since J9999 is described as "Not otherwise classified" and is intended for antineoplastic drugs that lack a specific code, it definitely fits the criteria for this rule.
Therefore, based on the drug's classification as an antineoplastic agent and the lack of a specific code, J9999 is the most appropriate HCPCS code to use. And because J9999 is an unclassified code, the rule dictates that the 11-digit NDC *must* be included in the claim line narrative.
This leads me directly to the desired output: a JSON object containing the selected code and a boolean indicating the NDC requirement. The keys are specified as "code" and "ndc_required". The value for "code" will be "J9999", and since the NDC is required, the value for "ndc_required" will be `true`. I need to ensure this is presented as a single, fenced JSON code block with no additional commentary, following the exact format requested.
```json
{
"code": "J9999",
"ndc_required": true
}
```
json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 435 tokens
**My Thought Process for Identifying the HCPCS Code and NDC Requirement**
Okay, so my primary task here is to pinpoint the correct HCPCS Level II code for this newly approved small-molecule oncology drug and, crucially, to determine if an NDC is mandated.
I've been given a description: it's a "newly approved small-molecule oncology drug," specifically an "antineoplastic" administered in an outpatient infusion center, and it doesn't have a specific HCPCS code assigned to it yet. This immediately tells me I'm dealing with an unclassified code.
I've also been provided with a list of potential reference materials for unclassified codes:
* J3490: Unclassified drugs
* J3590: Unclassified biologics
* J9999: Not otherwise classified, antineoplastic drugs
* A9999: Miscellaneous DME supply or accessory, not otherwise specified
Now, I need to find the *most specific* code that fits the drug's description. The description clearly states it's an "antineoplastic drug." Looking at the provided codes, "J9999: Not otherwise classified, antineoplastic drugs" stands out as the perfect match. It's specifically designated for unclassified antineoplastic drugs, which aligns perfectly with what I'm working with.
Next, the prompt lays out a critical rule for billing unclassified codes: "When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative."
Since I've determined that J9999 is the correct unclassified code for this antineoplastic drug, this rule directly applies. Therefore, an NDC is absolutely required.
So, to confirm my findings:
* The correct code, `code`, is "J9999".
* And, as the NDC is required for this unclassified code, `ndc_required` is `true`.
I've also double-checked my reasoning against the prompt's stipulations:
* Does this relate to HCPCS Level II? Yes, it does.
* Is J9999 the right choice for a "newly approved small-molecule oncology drug" that's an "antineoplastic"? Absolutely, its description fits perfectly.
* Is an NDC required for unclassified codes according to the prompt? Yes, the rule is explicit.
* And finally, are the key names (`code`, `ndc_required`) and their corresponding values ("J9999", `true`) correct? Yes, they are.
json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}100Kimi K3 · Moonshot14.2s · 263 out | 2.8s · 181 out | 7.4s · 200 out
Reasoning · 230 tokens
The task: a newly approved small-molecule oncology drug with no specific HCPCS code. It's an antineoplastic administered in outpatient infusion center.
Reference material gives unclassified codes:
- J3490 Unclassified drugs
- J3590 Unclassified biologics
- J9999 Not otherwise classified, antineoplastic drugs
- A9999 Miscellaneous DME supply or accessory, not otherwise specified
The drug is an antineoplastic (small-molecule oncology drug). So J9999 — Not otherwise classified, antineoplastic drugs — is the correct code. J3590 is for biologics; this is small-molecule, so not a biologic. J3490 is generic unclassified drugs, but J9999 is more specific to antineoplastics.
NDC required: "When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative." So yes, ndc_required = true.
Output format: exactly one fenced JSON code block with keys "code" and "ndc_required".json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 146 tokens
The task: A newly approved small-molecule oncology drug with no specific HCPCS code assigned. It's an antineoplastic administered in outpatient infusion center.
From the reference material:
- J3490 Unclassified drugs
- J3590 Unclassified biologics
- J9999 Not otherwise classified, antineoplastic drugs
- A9999 Miscellaneous DME supply or accessory
It's a small-molecule (not a biologic), antineoplastic. So J9999 is the appropriate code — "Not otherwise classified, antineoplastic drugs."
And when an unclassified code is billed, the claim line must carry drug name, strength, dosage, and 11-digit NDC. So ndc_required = true.json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 162 tokens
The drug is a newly approved small-molecule oncology drug with no specific HCPCS code. It's an antineoplastic administered in outpatient infusion center. The reference material gives unclassified codes: J3490 unclassified drugs, J3590 unclassified biologics, J9999 Not otherwise classified, antineoplastic drugs, A9999 miscellaneous DME.
Since it's an antineoplastic drug, J9999 is the correct code. Small-molecule means it's a drug, not a biologic, so J3590 is wrong. J9999 specifically covers antineoplastic drugs.
ndc_required: true — the reference says when an unclassified code is billed, the claim line must carry drug name, strength, dosage, and 11-digit NDC.
Output exactly one JSON code block.json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}100Gemini 2.5 Pro · Google8.5s · 728 out | 10.2s · 832 out | 10.3s · 810 out
Reasoning · 699 tokens
Okay, let's break down this thought process.
My primary task here is to determine the appropriate HCPCS Level II code and the NDC requirement for a specific scenario: a newly approved, small-molecule, antineoplastic oncology drug being administered in an outpatient infusion setting, for which no specific code has yet been assigned.
First, I need to meticulously analyze the user's request, extracting all the critical details. The keywords I'm looking for are: "newly approved," "small-molecule," "antineoplastic," "oncology drug," and "outpatient infusion center." The fact that there's "no specific HCPCS code assigned" is paramount. The desired output is a JSON object containing a `code` (HCPCS) and `ndc_required` (boolean).
Next, I'll consult the provided reference material, which is essentially a list of unclassified HCPCS codes. I see:
* `J3490`: Unclassified drugs
* `J3590`: Unclassified biologics
* `J9999`: Not otherwise classified, antineoplastic drugs
* `A9999`: Miscellaneous DME supply or accessory, not otherwise specified
Now, the selection process begins. I need to find the *most specific* code that matches the drug's characteristics.
* The drug is explicitly identified as "antineoplastic." This immediately draws my attention to `J9999` because its description is "Not otherwise classified, antineoplastic drugs." This seems like a strong contender.
* I also consider `J3490`, "Unclassified drugs." While the drug is unclassified, `J9999` is *more specific* to antineoplastics. In coding, specificity always takes precedence.
* The prompt mentions "small-molecule," which generally differentiates it from a biologic. Therefore, `J3590` ("Unclassified biologics") is not appropriate.
* `A9999` is for Durable Medical Equipment (DME) supplies, which is entirely unrelated to a drug. So, that's out.
Based on this, `J9999` is clearly the most fitting code because it's specifically designated for antineoplastic drugs that lack their own assigned code.
The second part of the request is to determine if an NDC is required. I'll re-examine the reference material for any rules regarding unclassified codes. Ah, here it is: "When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative." Since `J9999` is an unclassified code, this rule directly applies. Therefore, the NDC *is* required. This translates to `ndc_required` being `true`.
Finally, I'll assemble these findings into the requested JSON format:
* The `code` key will have the value `"J9999"`.
* The `ndc_required` key will have the boolean value `true`.
So, the resulting JSON object will be `{ "code": "J9999", "ndc_required": true }`. This output accurately reflects my analysis, applying the principle of specificity in coding and adhering to the documented requirements for unclassified drugs.json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 803 tokens
Alright, let's process this request. The user needs the correct HCPCS code for a *newly approved, small-molecule, antineoplastic oncology drug* that's being administered in an outpatient infusion center. Since it's new, it won't have its own dedicated code yet. They also want to know if the NDC is required. I need to provide the answer as a JSON object with `code` and `ndc_required` keys.
First, I'll look at the drug's characteristics:
* It's a **small-molecule drug**, which means it's not a biologic. This is important for distinguishing between certain codes.
* It's **antineoplastic**. This is a critical classification.
* It's **newly approved**, so I'll be looking for an "unclassified" or "not otherwise classified" code.
* The administration setting (outpatient infusion center) is standard for these types of codes.
Now, let's review the provided unclassified HCPCS Level II codes:
* `J3490`: Unclassified drugs. This is broad.
* `J3590`: Unclassified biologics. This is *not* applicable because our drug is small-molecule, not a biologic.
* `J9999`: Not otherwise classified, antineoplastic drugs. This looks promising because it specifically mentions "antineoplastic drugs."
* `A9999`: Miscellaneous DME supply or accessory, not otherwise specified. This is for durable medical equipment, not drugs, so it's irrelevant.
Comparing `J3490` and `J9999`: Since the drug is explicitly described as "antineoplastic," the `J9999` code, which is *specifically* for "Not otherwise classified, antineoplastic drugs," is a much more precise and therefore the correct choice. `J3490` would be used if there were no more specific unclassified option available, but `J9999` is exactly what we need here.
So, for the `code`, I'm confident it should be `J9999`.
Next, I need to determine if the NDC is required. The reference material states: "When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative."
Since I've selected `J9999`, which is an "unclassified" or "not otherwise classified" code, this rule directly applies. Therefore, the 11-digit NDC *is* required.
For `ndc_required`, the answer is `true`.
Finally, I'll construct the JSON object as requested:
```json
{
"code": "J9999",
"ndc_required": true
}
```
This directly addresses both parts of the user's query with the most accurate information based on the provided context. I've considered the drug's classification and the implications of using an unclassified code.json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 781 tokens
Okay, I've gone through the provided text and your request. Here's my thought process, as I understand it, to arrive at the correct HCPCS Level II code and determine the NDC requirement:
First, I need to understand the core of the request: I'm dealing with a newly approved, small-molecule, antineoplastic drug that's being administered in an outpatient infusion center. The key here is that it *doesn't have a specific code yet*, which immediately tells me I'll be looking at an unclassified or "Not Otherwise Classified" (NOC) code. I also need to figure out if that 11-digit NDC is a must-have for the claim line.
Now, let's dive into the reference material you've given me, which is a snippet from "HCPCS LEVEL II — UNCLASSIFIED CODES (selected)." I see four codes listed: J3490 (Unclassified drugs), J3590 (Unclassified biologics), J9999 (Not otherwise classified, antineoplastic drugs), and A9999 (Miscellaneous DME supply or accessory, not otherwise specified). Crucially, there's also a rule that states: "When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative." This rule is going to be essential.
Next, I'll dissect the characteristics of the drug in question:
* It's "newly approved," reinforcing the need for an unclassified code.
* It's a "small-molecule," which is important because it distinguishes it from a biologic.
* It's an "oncology drug" and, more specifically, "antineoplastic." This latter term is a strong descriptor for a cancer treatment drug.
* It's administered in an "outpatient infusion center." This confirms it's a physician-administered drug, falling under the typical J-codes for drugs or sometimes A-codes for supplies, but since it's a drug, J-codes are more likely.
With these characteristics in mind, I'll go through the available unclassified codes and see which one fits best:
* **J3490 (Unclassified drugs):** This is a general option for unclassified drugs. It's a possibility, but I always want to be as specific as possible.
* **J3590 (Unclassified biologics):** The drug is a "small-molecule," *not* a biologic. So, J3590 is out.
* **J9999 (Not otherwise classified, antineoplastic drugs):** This code specifically calls out "antineoplastic drugs." Given the drug is described as "antineoplastic," this code appears to be the *most specific and accurate* choice. In coding, the principle is to use the most precise code available.
* **A9999 (Miscellaneous DME supply or accessory, not otherwise specified):** This is for Durable Medical Equipment (DME) supplies, not for drugs. So, A9999 is definitely incorrect.
Therefore, based on the information, **J9999** is the most appropriate HCPCS Level II code because it directly addresses "antineoplastic drugs" and the drug fits that description perfectly, and it's a "Not otherwise classified" code since it's newly approved.
Now, about that NDC. The rule I noted earlier is key: "When an unclassified code is billed, the claim line must carry... the 11-digit NDC in the line-level narrative." Since J9999 is a "Not otherwise classified" code (which is synonymous with "unclassified" in this context), this rule absolutely applies. This means the **11-digit NDC is required**.
So, to summarize my conclusion: I'll use the code **J9999** and confirm that the **NDC is required** for this claim line.json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}100GLM-5.2 · Z.ai3.2s · 223 out | 1.7s · 107 out | 3.5s · 194 out
Reasoning · 200 tokens
We need answer JSON one block. Need determine code for newly approved small-molecule oncology drug no specific HCPCS, antineoplastic administered outpatient infusion centre. Need use reference: HCPCS Level II unclassified selected:
J3490 Unclassified drugs
J3590 Unclassified biologics
J9999 Not otherwise classified, antineoplastic drugs
A9999 Misc DME supply/accessory
Rules: When unclassified code billed, claim line must carry drug name, strength, dosage administered, and 11-digit NDC in line-level narrative.
Need choose J9999? It's antineoplastic drugs not otherwise classified. Small-molecule oncology drug = drug (not biologic). Antineoplastic. Administered outpatient infusion. J9999 Not otherwise classified, antineoplastic drugs. So code J9999, ndc_required true. Need output exactly one fenced JSON. Keys code, ndc_required. Ensure no extra.json{ "code": "J9999", "ndc_required": true }
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 82 tokens
We need answer JSON. Need determine HCPCS code for unclassified antineoplastic drugs. Reference: J9999 Not otherwise classified, antineoplastic drugs. It says when unclassified code billed, claim line must carry drug name, strength, dosage administered, and 11-digit NDC in line-level narrative. So code J9999, ndc_required true. Need exactly one fenced JSON.json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 171 tokens
We need answer JSON with keys code and ndc_required. Need determine from reference. Newly approved small-molecule oncology drug no specific HCPCS, antineoplastic administered outpatient infusion. Need HCPCS Level II code. Options: J3490 unclassified drugs, J3590 unclassified biologics, J9999 Not otherwise classified, antineoplastic drugs, A9999 misc DME. For antineoplastic drug not classified, code J9999. It is a small-molecule oncology drug, antineoplastic. J9999 is "Not otherwise classified, antineoplastic drugs". The prompt says unclassified code claim line must carry drug name, strength, dosage administered, and 11-digit NDC in line-level narrative. ndc_required true. Need output exactly one fenced JSON block no extra.json{ "code": "J9999", "ndc_required": true }
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}100Claude Opus 4.8 · Anthropic1.2s · 26 out | 1.2s · 25 out | 1.2s · 25 out
json{ "code": "J9999", "ndc_required": true }
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}json{"code": "J9999", "ndc_required": true}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}json{"code": "J9999", "ndc_required": true}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}100Claude Sonnet 5 · Anthropic1.8s · 26 out | 1.6s · 26 out | 1.1s · 26 out
json{ "code": "J9999", "ndc_required": true }
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}json{ "code": "J9999", "ndc_required": true }
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}json{ "code": "J9999", "ndc_required": true }
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}100Claude Sonnet 4.6 · Anthropic1.3s · 24 out | 1.3s · 24 out | 1.3s · 24 out
json{"code": "J9999", "ndc_required": true}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}json{"code": "J9999", "ndc_required": true}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}json{"code": "J9999", "ndc_required": true}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}100Qwen3.7 Max · Alibaba10.4s · 575 out | 5.2s · 402 out | 5.1s · 379 out
Reasoning · 544 tokens
The task asks for the HCPCS Level II code to bill for a newly approved small-molecule oncology drug (antineoplastic) with no specific HCPCS code, administered in an outpatient infusion center.
It also asks whether the 11-digit NDC must accompany the line.
Reference material:
HCPCS LEVEL II — UNCLASSIFIED CODES (selected)
J3490 Unclassified drugs
J3590 Unclassified biologics
J9999 Not otherwise classified, antineoplastic drugs
A9999 Miscellaneous DME supply or accessory, not otherwise specified
When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative.
The drug is an antineoplastic drug.
The specific unclassified code for antineoplastic drugs is J9999.
Is NDC required? Yes, "When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative." So ndc_required is true.
Let's double check.
"small-molecule oncology drug" -> antineoplastic drug.
Code: J9999
ndc_required: true
Required keys: "code", "ndc_required".
code: "J9999"
ndc_required: true
No decimal in J9999.
Output JSON format:
```json
{
"code": "J9999",
"ndc_required": true
}
```
Wait, J9999 is "Not otherwise classified, antineoplastic drugs".
Is it J9999 or J3490? J9999 is specifically for antineoplastic drugs. The prompt says "It is an antineoplastic". So J9999 is the most specific and correct unclassified code.
Let's review the reference material:
J3490 Unclassified drugs
J3590 Unclassified biologics
J9999 Not otherwise classified, antineoplastic drugs
A9999 Miscellaneous DME supply or accessory, not otherwise specified
Since it's an antineoplastic drug, J9999 is the correct code.
NDC is required for unclassified codes.
Everything looks correct.
I will generate the JSON block.json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 371 tokens
The task asks for the HCPCS Level II code to bill for a newly approved small-molecule oncology drug with no specific HCPCS code assigned, administered in an outpatient infusion center. It is an antineoplastic.
The reference material provides:
HCPCS LEVEL II — UNCLASSIFIED CODES (selected)
J3490 Unclassified drugs
J3590 Unclassified biologics
J9999 Not otherwise classified, antineoplastic drugs
A9999 Miscellaneous DME supply or accessory, not otherwise specified
Since it is an antineoplastic drug, the correct code is J9999.
The reference material also states: "When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative."
Therefore, ndc_required is true.
Keys required:
"code": "J9999"
"ndc_required": true
Check if J9999 is correct. "J9999 Not otherwise classified, antineoplastic drugs". Yes.
Check if NDC is required. Yes, the text says "When an unclassified code is billed, the claim line must carry ... the 11-digit NDC".
Output JSON format:
```json
{
"code": "J9999",
"ndc_required": true
}
```
Double check:
- "code" (the HCPCS Level II code to bill) -> "J9999"
- "ndc_required" (boolean) -> true
No other keys.
No preamble.
Done.json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 348 tokens
The user wants to identify the correct HCPCS Level II code for a newly approved small-molecule oncology drug (antineoplastic) administered in an outpatient infusion center, which has no specific HCPCS code assigned.
I also need to determine if the 11-digit NDC is required.
Reference material provided:
HCPCS LEVEL II — UNCLASSIFIED CODES (selected)
J3490 Unclassified drugs
J3590 Unclassified biologics
J9999 Not otherwise classified, antineoplastic drugs
A9999 Miscellaneous DME supply or accessory, not otherwise specified
The drug is an antineoplastic drug.
The code for "Not otherwise classified, antineoplastic drugs" is J9999.
The reference material states: "When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative."
Therefore, ndc_required is true.
Keys required:
"code": "J9999"
"ndc_required": true
Let's double check.
Small-molecule oncology drug -> antineoplastic drug.
No specific HCPCS code -> Not otherwise classified, antineoplastic drugs -> J9999.
NDC required? Yes, for unclassified codes.
Output JSON format:
```json
{
"code": "J9999",
"ndc_required": true
}
```
No preamble, no commentary.
Just the JSON block.
json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}100GLM-5.3 · Z.ai0.9s · 212 out | 1.3s · 207 out | 1.1s · 225 out
Reasoning · 187 tokens
The task: A newly approved small-molecule oncology drug, no specific HCPCS code, antineoplastic, administered in outpatient infusion centre.
Reference material:
- J3490 Unclassified drugs
- J3590 Unclassified biologics
- J9999 Not otherwise classified, antineoplastic drugs
- A9999 Miscellaneous DME supply
The drug is antineoplastic, so J9999 is the correct code. Small-molecule drug (not biologic), antineoplastic → J9999.
NDC required: per reference material, "When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative." So ndc_required = true.
Answer:
```json
{
"code": "J9999",
"ndc_required": true
}json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 190 tokens
The task: a newly approved small-molecule oncology drug with no specific HCPCS code. It is an antineoplastic administered in outpatient infusion centre. The reference material lists:
- J3490 Unclassified drugs
- J3590 Unclassified biologics
- J9999 Not otherwise classified, antineoplastic drugs
- A9999 Miscellaneous DME supply or accessory
Small-molecule oncology drug = antineoplastic drug (not biologic, not DME). So J9999 is the correct code. The NDC requirement: per the reference material, "When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative." So ndc_required = true.
Output JSON with keys "code": "J9999" and "ndc_required": true.json{"code": "J9999", "ndc_required": true}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 204 tokens
We need to answer with a JSON code block containing the required keys: "code" and "ndc_required".
The drug: newly approved small-molecule oncology drug, no specific HCPCS code, antineoplastic, administered in outpatient infusion centre.
Reference material:
- J3490 Unclassified drugs
- J3590 Unclassified biologics
- J9999 Not otherwise classified, antineoplastic drugs
- A9999 Miscellaneous DME supply or accessory
The correct code is J9999 — not otherwise classified, antineoplastic drugs. It's a small-molecule drug (not a biologic), administered in infusion centre (not DME).
NDC required: The reference says "When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative." So ndc_required = true.
Output format: exactly one fenced JSON code block, nothing else.json{"code": "J9999", "ndc_required": true}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}100Qwen3.8 Max · Alibaba6.4s · 268 out | 5.0s · 266 out | 6.6s · 276 out
Reasoning · 237 tokens
We need answer user's task. Need produce final exactly one fenced JSON block. Need reason.
We have reference: HCPCS Level II unclassified codes selected: J3490 Unclassified drugs, J3590 Unclassified biologics, J9999 Not otherwise classified, antineoplastic drugs, A9999 misc DME. When unclassified code billed, line must carry drug name, strength, dosage administered, and 11-digit NDC in line-level narrative.
Question: newly approved small-molecule oncology drug has no specific HCPCS code assigned. It is an antineoplastic administered in outpatient infusion centre. Required keys: code and ndc_required boolean.
Need choose code. It's a drug, antineoplastic, no specific HCPCS. Selected unclassified includes J9999 Not otherwise classified, antineoplastic drugs. Small-molecule oncology drug antineoplastic, likely J9999. NDC required true per unclassified code rule. Need output {"code":"J9999","ndc_required":true}. Ensure no extra.json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 235 tokens
We need answer user's task. Need produce exactly one fenced JSON code block. Need reason.
Task: newly approved small-molecule oncology drug has no specific HCPCS code assigned. It is an antineoplastic administered in outpatient infusion centre. Required keys: code, ndc_required boolean. Reference material: HCPCS unclassified selected: J3490 unclassified drugs, J3590 unclassified biologics, J9999 Not otherwise classified, antineoplastic drugs, A9999 misc DME. When unclassified code billed, claim line must carry drug name, strength, dosage administered, and 11-digit NDC in line-level narrative.
Drug: small-molecule oncology drug, antineoplastic, no specific HCPCS. So use J9999 (Not otherwise classified, antineoplastic drugs), not J3490 (unclassified drugs) because specific antineoplastic unclassified. NDC required true because unclassified code requires 11-digit NDC. Need output JSON only. Ensure booleans true. Code exactly J9999.json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 245 tokens
We need answer user's task. Need produce JSON only. Need think in English? User request English. We need determine code and ndc_required.
Prompt: Newly approved small-molecule oncology drug has no specific HCPCS code assigned. Antineoplastic administered outpatient infusion centre.
Reference material: HCPCS Level II unclassified codes selected: J3490 Unclassified drugs; J3590 Unclassified biologics; J9999 Not otherwise classified, antineoplastic drugs; A9999 Miscellaneous DME supply/accessory. When an unclassified code is billed, claim line must carry drug name, strength, dosage administered, and 11-digit NDC in line-level narrative.
Drug: small-molecule oncology drug, antineoplastic, no specific HCPCS. Not biologic. Therefore J9999 likely, because antineoplastic drugs not otherwise classified. Need ndc_required true because unclassified code requires 11-digit NDC. Need JSON exact keys: "code", "ndc_required". code string "J9999", boolean true. No extra. Ensure fenced JSON code block only.
json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}100GPT-5.6 Terra · OpenAI1.0s · 21 out | 1.1s · 21 out | 0.8s · 21 out
json{"code":"J9999","ndc_required":true}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}json{"code":"J9999","ndc_required":true}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}json{"code":"J9999","ndc_required":true}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}100GLM-5.3 Flash · Z.ai2.8s · 269 out | 4.0s · 181 out | 10.3s · 213 out
Reasoning · 241 tokens
The task: a newly approved small-molecule oncology drug with no specific HCPCS code. It's an antineoplastic administered in the outpatient infusion centre. Which unclassified code?
Reference material given:
- J3490 Unclassified drugs
- J3590 Unclassified biologics
- J9999 Not otherwise classified, antineoplastic drugs
- A9999 Miscellaneous DME supply or accessory, not otherwise specified
Since it's an antineoplastic drug (small-molecule, not a biologic — so not J3590), the correct code is J9999 (NOC antineoplastic drugs). Not DME, so not A9999. J3490 is general unclassified drugs, but J9999 is the more specific NOC for antineoplastic drugs — since the drug is antineoplastic, J9999 applies.
ndc_required: true — the reference says "When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative."
So code: "J9999", ndc_required: true.json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 156 tokens
The task: a newly approved small-molecule oncology drug with no specific HCPCS code assigned, antineoplastic, administered in outpatient infusion centre. The correct unclassified code: J3490 is unclassified drugs; J3590 unclassified biologics; J9999 NOC antineoplastic drugs. Since it's an antineoplastic drug (not a biologic), the correct code is J9999.
The reference material says: "When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative." So ndc_required = true.
Output: exactly one fenced JSON code block with keys "code" and "ndc_required".json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 188 tokens
The task: a newly approved small-molecule oncology drug with no specific HCPCS code, it's an antineoplastic administered in outpatient infusion centre. Which unclassified HCPCS code to bill?
From the reference material:
- J3490 Unclassified drugs
- J3590 Unclassified biologics
- J9999 Not otherwise classified, antineoplastic drugs
- A9999 Miscellaneous DME supply or accessory
Small-molecule drug (not a biologic), antineoplastic → J9999 "Not otherwise classified, antineoplastic drugs" is the specific match. The reference says when an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative. So ndc_required = true.
Output exactly one fenced JSON block with keys "code" and "ndc_required".json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}100Hunyuan 4 · Tencent91.9s · 1,791 out | 32.9s · 1,692 out | 10.2s · 441 out
Reasoning · 1,770 tokens
We need answer task. Need read prompt. We have reference material: HCPCS Level II Unclassified Codes selected:
J3490 Unclassified drugs
J3590 Unclassified biologics
J9999 Not otherwise classified, antineoplastic drugs
A9999 Miscellaneous DME supply or accessory, not otherwise specified
Rule: When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative.
Item: "A newly approved small-molecule oncology drug has no specific HCPCS code assigned. It is an antineoplastic administered in the outpatient infusion centre." Required keys: "code" (HCPCS Level II code to bill) and "ndc_required" (boolean, whether the 11-digit NDC must accompany the line).
We need determine appropriate HCPCS Level II code among J3490, J3590, J9999, A9999.
Drug: newly approved small-molecule oncology drug, antineoplastic. Small molecule (not biologic). Administered in outpatient infusion centre. No specific HCPCS code assigned.
Unclassified codes: J3490 Unclassified drugs (general drugs). J3590 Unclassified biologics. J9999 Not otherwise classified, antineoplastic drugs (specific for antineoplastic drugs). Since it is an antineoplastic and no specific code, should use J9999. Let's verify by coding guidelines: HCPCS J9999 is for antineoplastic drugs, NOC. J3490 is unclassified drugs but if antineoplastic, use J9999? The reference material specifically lists J9999 "Not otherwise classified, antineoplastic drugs". Since it's an antineoplastic, choose J9999 over J3490 (general unclassified drugs). Small-molecule oncology drug is antineoplastic, not biologic (biologics are large molecule typically). So J3590 not correct. A9999 is DME supply/accessory, not drug.
Thus code: "J9999". NDC required? Rule: When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative. The question: ndc_required (boolean, whether the 11-digit NDC must accompany the line). Since J9999 is an unclassified code (Not otherwise classified, antineoplastic drugs). The rule covers unclassified code. It says when an unclassified code is billed, the claim line must carry ... 11-digit NDC in line-level narrative. Therefore yes, ndc_required: true.
Need output exactly one fenced JSON code block and nothing else. Keys: code and ndc_required. Values: code string "J9999" exactly as written in code set including decimal? J9999 has no decimal. Report exact: "J9999". ndc_required: true boolean.
Need confirm if J9999 is considered unclassified code? The reference header: HCPCS LEVEL II — UNCLASSIFIED CODES (selected). It lists J3490 Unclassified drugs, J3590 Unclassified biologics, J9999 Not otherwise classified, antineoplastic drugs, A9999 Miscellaneous DME supply or accessory, not otherwise specified. Then rule: "When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative." The selected codes are under Unclassified Codes heading, and J9999 is "Not otherwise classified" which is effectively unclassified. The rule says unclassified code, perhaps includes J9999. Also it says drug name, strength, dosage administered, and NDC. Since J9999 is a drug code (antineoplastic), yes NDC required.
Need maybe note "administered in outpatient infusion centre" means it's a drug, not DME. A9999 is DME supply/accessory, not otherwise specified; no.
Could there be nuance: J9999 is for antineoplastic drugs, but if it's a small molecule, is J3490 "Unclassified drugs" used for drugs that don't have a specific code and are not biologics? Let's examine typical HCPCS coding: J9999 is "Not otherwise classified, antineoplastic drugs" used for chemo drugs not otherwise specified. J3490 is "Unclassified drugs" used for drugs (including non-chemo?) that are not otherwise classified, maybe for other than antineoplastic? Actually coding guidelines: For unclassified drugs, use J3490. For unclassified biologics, J3590. For antineoplastic drugs, use J9999? Let's recall: HCPCS Level II codes: J codes are drugs. J3490 is unclassified drugs. J3590 is unclassified biologics. J9999 is Not otherwise classified, antineoplastic drugs. If a drug is antineoplastic and no specific code, you would report J9999, not J3490. The reference material explicitly lists all four. The item says "It is an antineoplastic". So choose most specific unclassified code: J9999. The rules say "Where an item supplies reference material, that material is authoritative for that item even if it differs from the published code set." So the listed J9999 is for antineoplastic NOC. Use it.
Now output format:
```json
{"code": "J9999", "ndc_required": true}
```
Need ensure no extra keys. No preamble. The fenced code block: exactly one fenced JSON code block and nothing else. Must start with ```json and end with ```. Inside JSON object. Use double quotes for strings. Booleans true. Let's craft final:
```json
{"code": "J9999", "ndc_required": true}
```
Wait: Should ndc_required be true because the rule says must carry 11-digit NDC in line-level narrative. The key asks: "ndc_required" (boolean, whether the 11-digit NDC must accompany the line). Yes, true.
Let's double-check potential trick: The rule states "When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative." Does J9999 count as "unclassified code"? It is under "UNCLASSIFIED CODES (selected)". The heading says HCPCS LEVEL II — UNCLASSIFIED CODES (selected). It includes J9999 "Not otherwise classified, antineoplastic drugs". The rule says "unclassified code", not "Not otherwise classified". But in the list, J3490 is "Unclassified drugs", J3590 "Unclassified biologics", J9999 "Not otherwise classified, antineoplastic drugs", A9999 "Miscellaneous DME supply or accessory, not otherwise specified". Are all four considered unclassified codes? The heading says UNCLASSIFIED CODES (selected), implying entries are unclassified codes. The rule says "When an unclassified code is billed..." Since J9999 is listed under unclassified codes, the rule applies. Also it's a drug, so drug name etc. NDC required. Yes.
One more nuance: The rule says the line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative. The question: ndc_required boolean whether the 11-digit NDC must accompany the line. Yes.
Could code be J3490 because the drug is a "small-molecule oncology drug" and antineoplastic, but J9999 says antineoplastic drugs. Wait: "antineoplastic" means oncology drug used to treat cancer (antineoplastic = anti-cancer). So yes. Small-molecule is a drug, not biologic. J9999 doesn't say biologic or small molecule, just antineoplastic. J3490 is unclassified drugs, which could be used for any drug not otherwise classified, but there is a more specific NOC antineoplastic code. The reference material includes J9999. Usually in HCPCS, you choose the NOC code specific to the category. Since the item is an antineoplastic, J9999. Good.
Need final answer with exactly one fenced JSON code block. No other text. Let's prepare final.json{"code": "J9999", "ndc_required": true}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 1,666 tokens
We need answer JSON only. Need determine HCPCS Level II code for unclassified drugs? Reference material: HCPCS LEVEL II — UNCLASSIFIED CODES (selected): J3490 Unclassified drugs; J3590 Unclassified biologics; J9999 Not otherwise classified, antineoplastic drugs; A9999 Miscellaneous DME supply or accessory, not otherwise specified. When an unclassified code is billed, claim line must carry drug name, strength, dosage administered, and 11-digit NDC in line-level narrative.
Item: A newly approved small-molecule oncology drug has no specific HCPCS code assigned. It is an antineoplastic administered in outpatient infusion centre. Required keys: "code" (the HCPCS Level II code to bill) and "ndc_required" (boolean, whether the 11-digit NDC must accompany the line).
Need choose most appropriate unclassified code. It is a small-molecule oncology drug, antineoplastic. We have J9999 Not otherwise classified, antineoplastic drugs. Is it a drug or biologic? Small-molecule oncology drug -> drug, not biologic. Antineoplastic. Since no specific HCPCS code assigned, use J9999? But reference says J3490 Unclassified drugs, J3590 Unclassified biologics, J9999 Not otherwise classified, antineoplastic drugs. For antineoplastic drugs, J9999 is the NOC antineoplastic. Is J9999 an unclassified code? Yes, "Not otherwise classified, antineoplastic drugs". The instruction: When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative. J9999 is unclassified/NOC, so NDC required true. However, need check: If it is a small-molecule oncology drug, could it be a biologic? Small molecule is not biologic. So J3590 (unclassified biologics) not appropriate. J3490 is unclassified drugs, but there is a more specific NOC antineoplastic drugs code J9999. In HCPCS coding, J9999 is used for antineoplastic drugs not otherwise classified. For drugs, J3490 is unclassified drugs, but when a drug is antineoplastic and no specific code, use J9999? Let's ensure. Real-world: HCPCS J9999: Injection, antineoplastic drug, not otherwise specified. It's for antineoplastic drugs. J3490: Unclassified drugs (when no specific code, use J3490). But there is a specific NOC for antineoplastics, J9999. The reference material includes J9999 specifically "Not otherwise classified, antineoplastic drugs". Since the drug is antineoplastic, the appropriate code is J9999. The code set uses decimal? HCPCS Level II codes are alphanumeric, 5 characters, no decimal. J9999 no decimal. Need report exactly as written: J9999. ndc_required: true (boolean JSON true). Must the 11-digit NDC accompany line? Statement: When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative. Since J9999 is an unclassified/NOC code, yes, NDC required true. Wait, the code is "Not otherwise classified" but it's included under "UNCLASSIFIED CODES (selected)". So yes, unclassified code. The prompt asks: "ndc_required (boolean, whether the 11-digit NDC must accompany the line)." The rule says when an unclassified code is billed, the claim line must carry ... and the 11-digit NDC in line-level narrative. So true.
Need output exactly one fenced JSON code block and nothing else. JSON object with keys code and ndc_required. Code string "J9999". ndc_required: true (boolean, not string). Ensure no extra keys.
Let's double-check if any nuance: The drug is "newly approved small-molecule oncology drug has no specific HCPCS code assigned. It is an antineoplastic administered in the outpatient infusion centre." Small molecule oral? It says administered in outpatient infusion centre, so it's an infused/injection antineoplastic. J9999 descriptor: "Not otherwise classified, antineoplastic drugs". The reference material: J9999 Not otherwise classified, antineoplastic drugs. That's the correct code. J3490 is "Unclassified drugs" for non-antineoplastic? Actually J3490 is used when a drug has no specific code and is not otherwise classified; but if it's antineoplastic, J9999 is more specific. HCPCS guidelines: Use J9999 for antineoplastic drugs not otherwise specified. Use J3490 for other unclassified drugs. Example: If a new chemotherapy drug has no HCPCS, bill J9999. Yes.
NDC required: For J9999 (unclassified), yes. The reference says "When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative." J9999 is an unclassified code (NOC). So ndc_required true.
Wait, is J9999 considered an "unclassified code"? The heading is "HCPCS LEVEL II — UNCLASSIFIED CODES (selected)" and lists J3490 Unclassified drugs, J3590 Unclassified biologics, J9999 Not otherwise classified, antineoplastic drugs, A9999 Miscellaneous DME supply or accessory, not otherwise specified. The text: "When an unclassified code is billed, the claim line must carry...". Is "Not otherwise classified" same as unclassified? Yes, NOC codes are unclassified. The instruction says "Where a code carries a seventh character, include it." Not relevant. "Report codes exactly as they are written in the code set, including the decimal point where the code set uses one. I10 has no decimal. E11.9 does." HCPCS J9999 no decimal. Good.
So final JSON:
```json
{
"code": "J9999",
"ndc_required": true
}
```
Need ensure fenced code block with json. The output contract: Reply with exactly one fenced JSON code block and nothing else. No preamble, no commentary before or after, no second code block. So output:
```json
{
"code": "J9999",
"ndc_required": true
}
```
Check if they require no whitespace? It's fine. Use JSON null? not needed. Booleans true/false. Good.
One more thought: Could the answer be J3490 because it's a small molecule (drug) and J9999 is for antineoplastic drugs but maybe biologics? No, J9999 descriptor specifically antineoplastic drugs, regardless of small molecule or biologic? Actually antineoplastic drugs include chemotherapy (small molecule) and also some biologics? But biologics have J3590 or specific codes. The stem says small-molecule oncology drug (so not biologic) and antineoplastic. The most specific NOC code for antineoplastic drugs is J9999. J3490 is generic unclassified drugs. In coding hierarchy, when a more specific NOC exists, use it. The reference includes J9999 "Not otherwise classified, antineoplastic drugs". The item asks: "A newly approved small-molecule oncology drug has no specific HCPCS code assigned. It is an antineoplastic administered in the outpatient infusion centre." It mentions antineoplastic to steer to J9999. If it were a biologic antineoplastic? would maybe J3590? But it's small molecule, so J9999. Yes.
Now final.json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 416 tokens
We need answer with JSON code block only. Task: newly approved small-molecule oncology drug no specific HCPCS code assigned. It is an antineoplastic administered in outpatient infusion centre.
Reference material: HCPCS Level II Unclassified Codes selected: J3490 Unclassified drugs; J3590 Unclassified biologics; J9999 Not otherwise classified, antineoplastic drugs; A9999 Miscellaneous DME supply or accessory, not otherwise specified. When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative.
Need determine code to bill. It says small-molecule oncology drug, antineoplastic, no specific HCPCS code. It is a drug, not biologic. Antineoplastic drugs have specific unclassified code J9999 "Not otherwise classified, antineoplastic drugs". Since it's antineoplastic, J9999 is the appropriate unclassified code rather than J3490 (general unclassified drugs). It's a small molecule, not biologic, so not J3590. Administered in outpatient infusion centre, oral? It says administered, antineoplastic, so J9999. Need NDC required? Reference says: When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative. J9999 is an unclassified code. So ndc_required is true. Need output JSON with keys "code" and "ndc_required". code exactly as in code set: "J9999". ndc_required boolean true.
Check if "J9999" is in reference exactly "J9999 Not otherwise classified, antineoplastic drugs". Yes. So code string "J9999". ndc_required true.
Need output exactly one fenced JSON code block and nothing else. Ensure JSON valid. Use ```json ... ```. No extra text. Final.json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}100Qwen3.8 Flash · Alibaba3.4s · 230 out | 5.0s · 262 out | 7.1s · 274 out
Reasoning · 199 tokens
We need answer JSON only. Need analyze task. Newly approved small-molecule oncology drug no specific HCPCS code assigned. antineoplastic outpatient infusion centre. Required keys code and ndc_required. Reference material HCPCS unclassified codes: J3490 unclassified drugs, J3590 unclassified biologics, J9999 Not otherwise classified, antineoplastic drugs, A9999 miscellaneous DME supply... When an unclassified code is billed, claim line must carry drug name, strength, dosage administered, and 11-digit NDC in line-level narrative.
Question: which HCPCS Level II code to bill? Antineoplastic drug no specific code -> J9999. ndc_required? For unclassified code billed, line must carry 11-digit NDC -> true. Need output only fenced json. Ensure code exactly "J9999". ndc_required true. No extra keys.json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 231 tokens
We need answer JSON. Need analyze. Task: HCPCS Level II unclassified. Newly approved small-molecule oncology drug no specific HCPCS code assigned. Antineoplastic administered outpatient infusion center. Required keys code, ndc_required. Reference: J3490 Unclassified drugs; J3590 Unclassified biologics; J9999 Not otherwise classified, antineoplastic drugs; A9999 ... When an unclassified code is billed, claim line must carry drug name, strength, dosage administered, and 11-digit NDC in narrative. Need choose code for small-molecule oncology drug antineoplastic no specific HCPCS. Should be J9999 because not otherwise classified antineoplastic drugs. Is small-molecule oncology drug a biologic? Usually J3490 for unclassified drugs, J3590 unclassified biologics, J9999 unclassified antineoplastic drugs. Antineoplastic takes J9999. NDC required boolean true because unclassified code billed. Need only fenced JSON.
json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 243 tokens
We need answer JSON only. Need analyze task.
We have reference HCPCS unclassified codes. Newly approved small-molecule oncology drug, no specific HCPCS code assigned. It is an antineoplastic administered outpatient infusion centre. Need code and ndc_required boolean.
Reference:
J3490 Unclassified drugs
J3590 Unclassified biologics
J9999 Not otherwise classified, antineoplastic drugs
A9999 Miscellaneous DME supply...
When an unclassified code is billed, claim line must carry drug name, strength, dosage administered, and 11-digit NDC in line-level narrative.
Drug is antineoplastic, no specific HCPCS. So use J9999. Is J9999 considered unclassified? It is "Not otherwise classified, antineoplastic drugs" and in list under unclassified codes. ndc_required true because when an unclassified code is billed, NDC required. Need output exactly JSON block. Keys code, ndc_required. code string "J9999". ndc_required true. No extra. Ensure only fenced json.
json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}100Kimi K2.6 · Moonshot14.5s · 737 out | 10.5s · 695 out | 3.7s · 884 out
Reasoning · 748 tokens
We need to answer with a JSON block containing two keys: "code" and "ndc_required".
The scenario: A newly approved small-molecule oncology drug has no specific HCPCS code assigned. It is an antineoplastic administered in the outpatient infusion centre.
We need to choose the appropriate HCPCS Level II unclassified code. The reference material lists:
- J3490 Unclassified drugs
- J3590 Unclassified biologics
- J9999 Not otherwise classified, antineoplastic drugs
- A9999 Miscellaneous DME supply or accessory, not otherwise specified
The drug is a small-molecule oncology drug, antineoplastic, administered in outpatient infusion center. Since it has no specific HCPCS code, we need an unclassified code.
J3490 is for unclassified drugs. J9999 is "Not otherwise classified, antineoplastic drugs". J3590 is for unclassified biologics. A9999 is DME.
Given that it is an antineoplastic drug, J9999 seems the most specific unclassified code. However, we need to verify: in HCPCS Level II, J9999 is indeed "Antineoplastic drug, not otherwise classified". J3490 is "Unclassified drugs". For chemotherapy drugs, J9999 is used when there is no specific J code. But J3490 is also sometimes used for drugs not otherwise classified. The question is which one is correct according to the reference material provided.
The reference material says:
J3490 Unclassified drugs
J3590 Unclassified biologics
J9999 Not otherwise classified, antineoplastic drugs
A9999 Miscellaneous DME supply or accessory, not otherwise specified
Since it's an antineoplastic drug, J9999 is the most specific. The prompt says "When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative." So ndc_required is true.
But we need to be careful: is J9999 appropriate for a small-molecule oncology drug? HCPCS J9999 is for "Antineoplastic drug, not otherwise classified". It is for antineoplastic drugs that do not have a specific code. J3490 is for unclassified drugs not chemo. Usually, J9999 is for chemo drugs. J3490 is for non-chemo drugs. Since the drug is antineoplastic (chemo), J9999 is correct. Also, J3590 is for biologics, but it's a small-molecule, so not a biologic. So J9999.
The prompt says "newly approved small-molecule oncology drug has no specific HCPCS code assigned. It is an antineoplastic administered in the outpatient infusion centre."
Thus code: J9999. ndc_required: true.
We need to output exactly one fenced JSON block and nothing else.
Check if there are any nuances: "When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative." This applies to "an unclassified code". J9999 is an unclassified code. So ndc_required = true.
Answer:
```json
{
"code": "J9999",
"ndc_required": true
}
```
Make sure no extra keys, no extra text.json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 670 tokens
The user wants me to identify the correct HCPCS Level II code for a newly approved small-molecule oncology drug with no specific code assigned, administered in an outpatient infusion centre. They also want to know if the 11-digit NDC is required.
From the reference material:
- J3490: Unclassified drugs
- J3590: Unclassified biologics
- J9999: Not otherwise classified, antineoplastic drugs
- A9999: Miscellaneous DME supply or accessory, not otherwise specified
The drug is described as:
1. Newly approved small-molecule oncology drug
2. No specific HCPCS code assigned
3. Antineoplastic
4. Administered in outpatient infusion centre (so it's a drug, not DME)
Since it's an antineoplastic drug, J9999 "Not otherwise classified, antineoplastic drugs" seems most specific. J3490 is for general unclassified drugs, but J9999 is specifically for antineoplastic drugs when no specific code exists. J3590 is for biologics, but this is a small-molecule, so not a biologic. A9999 is for DME, which doesn't apply.
Now for ndc_required: The reference material says "When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative." Since J9999 is an unclassified code (it's in the "UNCLASSIFIED CODES" section and described as "Not otherwise classified"), the NDC is required.
Wait, let me double-check. The reference material lists:
J3490 Unclassified drugs
J3590 Unclassified biologics
J9999 Not otherwise classified, antineoplastic drugs
A9999 Miscellaneous DME supply or accessory, not otherwise specified
And then states: "When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative."
J9999 is an unclassified/not otherwise classified code. So yes, NDC is required.
Therefore:
code: "J9999"
ndc_required: true
Wait, is J9999 considered an "unclassified code" per the reference material? The heading says "HCPCS LEVEL II — UNCLASSIFIED CODES (selected)" and includes J9999 in that list. The rule then says "When an unclassified code is billed..." This applies to all codes under that heading.
So the answer should be:
{
"code": "J9999",
"ndc_required": true
}
Let me make sure about J3490 vs J9999. J3490 is "Unclassified drugs" - general. J9999 is specifically for antineoplastic drugs. Since this is explicitly an antineoplastic drug, J9999 is the correct specific unclassified code. Using J3490 would be incorrect when a more specific unclassified code exists.
Also, is it a biologic? "small-molecule" implies it's not a biologic (which are usually large molecules like monoclonal antibodies). So J3590 is out.
So final answer:
code: J9999
ndc_required: truejson{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 931 tokens
The user is asking for the appropriate HCPCS Level II code to bill for a newly approved small-molecule oncology drug that has no specific HCPCS code assigned. It is an antineoplastic administered in the outpatient infusion centre.
Reference material provided:
- HCPCS LEVEL II — UNCLASSIFIED CODES (selected)
- J3490 Unclassified drugs
- J3590 Unclassified biologics
- J9999 Not otherwise classified, antineoplastic drugs
- A9999 Miscellaneous DME supply or accessory, not otherwise specified
- When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative.
The drug is:
1. Small-molecule oncology drug → not a biologic, so J3590 is not appropriate.
2. Antineoplastic → specifically an antineoplastic drug.
3. Administered in outpatient infusion centre → not DME, so A9999 is not appropriate.
4. No specific HCPCS code assigned → must use unclassified/not otherwise classified code.
Options:
- J3490: Unclassified drugs. This is a general unclassified drug code.
- J9999: Not otherwise classified, antineoplastic drugs. This is specifically for antineoplastic drugs that don't have a specific code.
Since the drug is specifically an antineoplastic, J9999 is the most specific and appropriate code among the choices.
Now, regarding "ndc_required":
The reference says: "When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative."
J9999 is an unclassified code (it says "Not otherwise classified"). Therefore, when billing J9999, the 11-digit NDC must accompany the line. So ndc_required is true.
The required keys are:
- "code": the HCPCS Level II code to bill → "J9999"
- "ndc_required": boolean, whether the 11-digit NDC must accompany the line → true
Let me double-check:
- J3490 is for general unclassified drugs.
- J3590 is for unclassified biologics. The drug is a small-molecule, not a biologic.
- J9999 is specifically for not otherwise classified antineoplastic drugs. This fits perfectly.
- A9999 is for DME, not applicable.
So the answer should be:
```json
{
"code": "J9999",
"ndc_required": true
}
```
Wait, I need to ensure the output format: exactly one fenced JSON code block and nothing else. No preamble. The JSON should have exactly the required keys.
Also, check if J9999 is considered an "unclassified code" per the note. The note says "When an unclassified code is billed..." and J9999 is listed under "UNCLASSIFIED CODES (selected)". The description is "Not otherwise classified, antineoplastic drugs". So yes, it requires the NDC.
Therefore:
- code: "J9999"
- ndc_required: true
The prompt says "Return the string 'UNKNOWN' for that key" if I cannot identify the correct value. But I can identify it.
One final check: Is it possible that J3490 is preferred? Some payer policies might prefer J3490 for non-biological drugs and reserve J9999 for certain situations? The reference material says J9999 is "Not otherwise classified, antineoplastic drugs". The drug is an antineoplastic. Specificity points to J9999. In the absence of contradictory plan policy in the prompt, the most specific code from the provided reference material should be used. The reference material is authoritative.
Also, consider if J9999 is only for chemotherapy drugs that are biological or something? No, the description is clear: "Not otherwise classified, antineoplastic drugs". It doesn't specify biologic. J3590 is for biologics. So small-molecule antineoplastic fits J9999.
Thus, final answer is J9999 and true.json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}100DeepSeek V4 Pro · DeepSeek1.0s · 25 out | 7.2s · 257 out | 3.7s · 224 out
json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 231 tokens
We are asked: "A newly approved small-molecule oncology drug has no specific HCPCS code assigned. It is an antineoplastic administered in the outpatient infusion centre."
We need the HCPCS Level II code to bill. The reference material lists some unclassified codes:
- J3490: Unclassified drugs
- J3590: Unclassified biologics
- J9999: Not otherwise classified, antineoplastic drugs
- A9999: Miscellaneous DME supply or accessory, not otherwise specified
The drug is an antineoplastic, so the appropriate unclassified code is J9999 (Not otherwise classified, antineoplastic drugs).
We also need ndc_required: boolean, whether the 11-digit NDC must accompany the line. The reference says: "When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative." So yes, the NDC is required. So ndc_required: true.
Thus, output: code: "J9999", ndc_required: true.json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 198 tokens
We are given a reference for HCPCS Level II unclassified codes. The drug in question is a newly approved small-molecule oncology drug that is an antineoplastic, administered in outpatient infusion centre. Since it has no specific HCPCS code, we must use an unclassified code. The appropriate one from the supplied list is J9999: "Not otherwise classified, antineoplastic drugs". That matches because it's antineoplastic and no specific code exists.
The question also asks for "ndc_required": boolean, whether the 11-digit NDC must accompany the line. According to the reference material, "When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative." So the NDC is required. Therefore, ndc_required = true.
Thus, output: {"code": "J9999", "ndc_required": true}json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}100GPT-5.6 Luna · OpenAI2.0s · 61 out | 1.2s · 54 out | 1.7s · 52 out
Reasoning · 38 tokens
**Structuring a response**
I need to provide an answer in a JSON format. For instance, we're looking at drug antineoplastics but don’t have a specific HCPCS code. Instead, I’ll use the unclassified antineoplastic code, J9999. It's clear that the National Drug Code (NDC) is required when referencing this unclassified code. I'll make sure to organize this information neatly in the response. Let’s focus on getting this structured properly!json{"code":"J9999","ndc_required":true}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}json{"code":"J9999","ndc_required":true}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}json{"code":"J9999","ndc_required":true}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}100DeepSeek V4 Flash · DeepSeek6.7s · 182 out | 1.1s · 153 out | 7.3s · 151 out
Reasoning · 156 tokens
We need to answer with JSON. The task: newly approved small-molecule oncology drug, no specific HCPCS code, antineoplastic administered outpatient infusion center. Need HCPCS Level II code to bill and whether NDC required.
From reference: J9999 "Not otherwise classified, antineoplastic drugs". Small-molecule oncology drug is antineoplastic. So code J9999. NDC required: When unclassified code billed, claim line must carry drug name, strength, dosage administered, and 11-digit NDC in line-level narrative. So ndc_required true.
Need exactly fenced JSON code block with keys "code" and "ndc_required". Ensure code exactly as written: J9999. Boolean true.
Let's produce.json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 142 tokens
We need answer exactly JSON with keys code and ndc_required. Need determine HCPCS unclassified code for antineoplastic drug no specific code. Reference material: J3490 Unclassified drugs, J3590 Unclassified biologics, J9999 Not otherwise classified, antineoplastic drugs. Small-molecule oncology drug, antineoplastic. Not biologic, so J9999 likely. NDC required? Reference says When an unclassified code is billed, claim line must carry drug name, strength, dosage administered, and 11-digit NDC in line-level narrative. So true. Need code "J9999". ndc_required true.json{"code":"J9999","ndc_required":true}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 134 tokens
We need to determine the HCPCS Level II code for a newly approved small-molecule oncology drug, antineoplastic, administered in outpatient infusion center, with no specific code. Reference material: HCPCS Level II unclassified codes. For antineoplastic drugs, there is J9999 "Not otherwise classified, antineoplastic drugs". So code should be J9999. Also, when unclassified code is billed, line must carry drug name, strength, dosage administered, and 11-digit NDC. So ndc_required true. Output JSON with keys "code" and "ndc_required".json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}100Claude Haiku 4.5 · Anthropic10.4s · 549 out | 5.0s · 395 out | 9.1s · 440 out
Reasoning · 517 tokens
The user is asking for:
1. The appropriate HCPCS Level II code to bill for a newly approved small-molecule oncology drug (antineoplastic) that has no specific HCPCS code assigned
2. Whether the 11-digit NDC must accompany the line (boolean)
From the REFERENCE MATERIAL PROVIDED:
- J3490 = Unclassified drugs
- J3590 = Unclassified biologics
- J9999 = Not otherwise classified, antineoplastic drugs
- A9999 = Miscellaneous DME supply or accessory, not otherwise specified
The drug is described as:
- A small-molecule oncology drug
- An antineoplastic
- Administered in the outpatient infusion centre
- Has no specific HCPCS code assigned
Looking at the options:
- J3490 is for "Unclassified drugs" - this is a general category
- J3590 is for "Unclassified biologics" - this is for biologics, but the question specifies a "small-molecule" drug, which is not a biologic
- J9999 is for "Not otherwise classified, antineoplastic drugs" - this is specifically for antineoplastic drugs that don't have another code
- A9999 is for "Miscellaneous DME supply or accessory" - this is for DME supplies/accessories, not drugs
Since this is:
1. A small-molecule (not a biologic, so not J3590)
2. An antineoplastic drug (so J9999 is specific for this)
3. With no specific HCPCS code assigned
The most appropriate code is J9999 - "Not otherwise classified, antineoplastic drugs"
Regarding the NDC requirement:
The reference material states: "When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative."
Since J9999 falls under this unclassified-code rule, the NDC is required.
Final answer: code J9999, ndc_required true.
json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 362 tokens
The task asks me to identify the correct HCPCS Level II code for a newly approved small-molecule oncology drug (antineoplastic) with no specific code assigned, administered in the outpatient infusion center.
Looking at the reference material provided:
- J3490: Unclassified drugs
- J3590: Unclassified biologics
- J9999: Not otherwise classified, antineoplastic drugs
- A9999: Miscellaneous DME supply or accessory, not otherwise specified
The drug is described as:
1. Small-molecule oncology drug
2. Antineoplastic (cancer treatment)
3. No specific HCPCS code assigned
4. Administered in outpatient infusion center
Since this is an antineoplastic drug with no specific code, J9999 "Not otherwise classified, antineoplastic drugs" is the appropriate code.
The reference material states: "When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative."
J9999 is an unclassified code (specifically for antineoplastic drugs), so the NDC requirement would apply. The ndc_required should be true.
Let me verify:
- Code: J9999 (this is the correct unclassified antineoplastic code)
- NDC Required: true (because J9999 is an unclassified code and the rules state that unclassified codes must carry the 11-digit NDC)json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}Reasoning · 408 tokens
The user is asking me to determine:
1. The HCPCS Level II code to bill for a newly approved small-molecule oncology drug that has no specific HCPCS code assigned
2. Whether an 11-digit NDC is required to accompany the line
Looking at the reference material provided:
- J3490: Unclassified drugs
- J3590: Unclassified biologics
- J9999: Not otherwise classified, antineoplastic drugs
- A9999: Miscellaneous DME supply or accessory, not otherwise specified
The drug is described as:
- An oncology drug (antineoplastic)
- Small-molecule (not a biologic)
- Newly approved with no specific HCPCS code assigned
- Administered in outpatient infusion centre
Given that this is an antineoplastic drug (cancer drug), and there's a specific unclassified code for antineoplastic drugs (J9999), this would be the appropriate code to use rather than the more general unclassified drugs code (J3490).
J9999 is "Not otherwise classified, antineoplastic drugs" - this is the perfect fit for an antineoplastic drug that doesn't have a specific code.
Regarding the NDC requirement:
The reference material states: "When an unclassified code is billed, the claim line must carry the drug name, strength, dosage administered, and the 11-digit NDC in the line-level narrative."
Since J9999 is an unclassified code, and the rule states that unclassified codes must carry the 11-digit NDC, the answer to ndc_required should be true.
So:
- code: J9999
- ndc_required: truejson{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}100DeepSeek V3.2 · DeepSeek1.9s · 25 out | 2.6s · 25 out | 1.6s · 25 out
json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}json{
"code": "J9999",
"ndc_required": true
}
Grader detail
json{
"fields": [
{
"field": "code",
"want": "J9999",
"got": "J9999",
"ok": true,
"present": true
},
{
"field": "ndc_required",
"want": true,
"got": true,
"ok": true,
"present": true
}
],
"fabricated": false,
"abstained": false
}