HL7 Terminology (THO)
6.0.1 - Publication International flag

This page is part of the HL7 Terminology (v6.0.1: Release) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: United States Drug Enforcement Agency (DEA) Number - TTL Representation

Active as of 2024-06-03

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:NamingSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "USDEANumber"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: NamingSystem USDEANumber</b></p><a name=\"USDEANumber\"> </a><a name=\"hcUSDEANumber\"> </a><a name=\"USDEANumber-en-US\"> </a><h3>Summary</h3><table class=\"grid\"><tr><td>Defining URL</td><td>http://terminology.hl7.org/NamingSystem/USDEANumber</td></tr><tr><td>Version</td><td>1.0.0</td></tr><tr><td>Name</td><td>USDEANumber</td></tr><tr><td>Title</td><td>United States Drug Enforcement Agency (DEA) Number</td></tr><tr><td>Status</td><td>active</td></tr><tr><td>Definition</td><td><div><p>A DEA number is a number assigned to a health care provider (such as a medical practitioner, dentist, or veterinarian) by the U.S. Drug Enforcement Administration allowing them to write prescriptions for controlled substances. Legally, the DEA number is solely to be used for tracking controlled substance prescribers and prescriptions. It is often used by the industry, however, as a general &quot;prescriber number&quot;.</p>\n<p>A single person may have multiple DEA numbers.  In particular, a prescriber who practices in multiple states or jurisdictions must have a DEA-issued number specific to each state or jurisdiction.</p>\n<p>A DEA number can be structurally validated:</p>\n<ol>\n<li>\n<p>Add together the first, third, and fifth digits.</p>\n</li>\n<li>\n<p>Add together the second, fourth, and sixth digits. Multiply the sum by 2.</p>\n</li>\n<li>\n<p>Add together the totals from Step 1 and Step 2.</p>\n</li>\n<li>\n<p>Verify that the last digit of the result of Step 3 matches the check digit of the DEA number.</p>\n</li>\n</ol>\n<p>This validates that the number is a valid DEA number, but does not confirm that the DEA number is active or assigned to the person presenting it.</p>\n</div></td></tr></table><h3>Identifiers</h3><table class=\"grid\"><tr><td><b>Type</b></td><td><b>Value</b></td><td><b>Preferred</b></td><td><b>Period</b></td></tr><tr><td>OID</td><td>2.16.840.1.113883.4.814</td><td>true</td><td></td></tr><tr><td>URI</td><td>http://terminology.hl7.org/NamingSystem/USDEANumber</td><td>true</td><td>2024-06-03 --&gt; (ongoing)</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/NamingSystem/USDEANumber"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "USDEANumber"] ; # 
  fhir:title [ fhir:v "United States Drug Enforcement Agency (DEA) Number"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "identifier"] ; # 
  fhir:date [ fhir:v "2024-06-03T00:00:00-00:00"^^xsd:dateTime] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "U.S. Department of Justice; Drug Enforcement Administration; DEA Office of Diversion Control; 8701 Morrissette Drive, Springfield, VA 22152" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.deadiversion.usdoj.gov/index.html" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "  A DEA number is a number assigned to a health care provider (such as a medical practitioner, dentist, or veterinarian) by the U.S. Drug Enforcement Administration allowing them to write prescriptions for controlled substances. Legally, the DEA number is solely to be used for tracking controlled substance prescribers and prescriptions. It is often used by the industry, however, as a general \"prescriber number\".\r\n\r\nA single person may have multiple DEA numbers.  In particular, a prescriber who practices in multiple states or jurisdictions must have a DEA-issued number specific to each state or jurisdiction.\r\n\r\nA DEA number can be structurally validated:\r\n\r\n1. Add together the first, third, and fifth digits.\r\n\r\n2. Add together the second, fourth, and sixth digits. Multiply the sum by 2.\r\n\r\n3. Add together the totals from Step 1 and Step 2.\r\n\r\n4. Verify that the last digit of the result of Step 3 matches the check digit of the DEA number.\r\n\r\nThis validates that the number is a valid DEA number, but does not confirm that the DEA number is active or assigned to the person presenting it."] ; # 
  fhir:uniqueId ( [
fhir:type [ fhir:v "oid" ] ;
fhir:value [ fhir:v "2.16.840.1.113883.4.814" ] ;
fhir:preferred [ fhir:v "true"^^xsd:boolean ]
  ] [
fhir:type [ fhir:v "uri" ] ;
fhir:value [ fhir:v "http://terminology.hl7.org/NamingSystem/USDEANumber" ] ;
fhir:preferred [ fhir:v "true"^^xsd:boolean ] ;
fhir:period [
fhir:start [ fhir:v "2024-06-03"^^xsd:date ]     ]
  ] ) . #