LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
: NCPDP Dispense As Written Codes - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "ncpdp-dispense-as-written",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/ncpdp-dispense-as-written</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"ncpdp-dispense-as-written-0\"> </a></td><td>No Product Selection Indicated</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"ncpdp-dispense-as-written-1\"> </a></td><td>Prescriber Required (no sub)</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"ncpdp-dispense-as-written-2\"> </a></td><td>Patient Requested Product</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"ncpdp-dispense-as-written-3\"> </a></td><td>Pharmacist Selected Product</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"ncpdp-dispense-as-written-4\"> </a></td><td>Generic Drug Not in Stock</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"ncpdp-dispense-as-written-5\"> </a></td><td>Brand Dispensed as Generic</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"ncpdp-dispense-as-written-6\"> </a></td><td>Override</td></tr><tr><td style=\"white-space:nowrap\">7<a name=\"ncpdp-dispense-as-written-7\"> </a></td><td>Brand Mandated by Law (no sub)</td></tr><tr><td style=\"white-space:nowrap\">8<a name=\"ncpdp-dispense-as-written-8\"> </a></td><td>Generic Not Available</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"ncpdp-dispense-as-written-9\"> </a></td><td>Other</td></tr></table></div>"
},
"url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/ncpdp-dispense-as-written",
"version" : "8.0.0",
"name" : "NCPDPDispenseAsWrittenCodeSystem",
"title" : "NCPDP Dispense As Written Codes",
"status" : "active",
"date" : "2022-11-10T16:00:46+00:00",
"publisher" : "LinuxForHealth Team",
"description" : "The NCPDP industry standard description of how the product was dispensed.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 10,
"concept" : [
{
"code" : "0",
"display" : "0",
"definition" : "No Product Selection Indicated"
},
{
"code" : "1",
"display" : "1",
"definition" : "Prescriber Required (no sub)"
},
{
"code" : "2",
"display" : "2",
"definition" : "Patient Requested Product"
},
{
"code" : "3",
"display" : "3",
"definition" : "Pharmacist Selected Product"
},
{
"code" : "4",
"display" : "4",
"definition" : "Generic Drug Not in Stock"
},
{
"code" : "5",
"display" : "5",
"definition" : "Brand Dispensed as Generic"
},
{
"code" : "6",
"display" : "6",
"definition" : "Override"
},
{
"code" : "7",
"display" : "7",
"definition" : "Brand Mandated by Law (no sub)"
},
{
"code" : "8",
"display" : "8",
"definition" : "Generic Not Available"
},
{
"code" : "9",
"display" : "9",
"definition" : "Other"
}
]
}