{
  "resourceType" : "ValueSet",
  "id" : "DentalDeviceStatus",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet DentalDeviceStatus</b></p><a name=\"DentalDeviceStatus\"> </a><a name=\"hcDentalDeviceStatus\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-device-status.html\"><code>http://hl7.org/fhir/device-status</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 4.0.1, the version found through the package references\"> version &#x1F4E6;4.0.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-device-status.html#device-status-entered-in-error\">entered-in-error</a></td><td>Entered in Error</td><td>The device was entered in error and voided.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-device-status.html#device-status-active\">active</a></td><td>Active</td><td>The device is available for use.  Note: For *implanted devices*  this means that the device is implanted in the patient.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-device-status.html#device-status-inactive\">inactive</a></td><td>Inactive</td><td>The device is no longer available for use (e.g. lost, expired, damaged).  Note: For *implanted devices*  this means that the device has been removed from the patient.</td></tr></table></li></ul></div>"
  },
  "url" : "http://va.gov/fhir/ValueSet/DentalDeviceStatus",
  "version" : "2.5.0",
  "name" : "DentalDeviceStatus",
  "title" : "DentalDeviceStatus FHIR",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-03-31T16:09:38+00:00",
  "publisher" : "VA",
  "contact" : [{
    "name" : "VA",
    "telecom" : [{
      "system" : "url",
      "value" : "https://www.va.gov"
    }]
  }],
  "description" : "FHIR Target ValueSet used by Terminology Maps [VF_DentalDeviceStatus](ConceptMap-VF-DentalDeviceStatus.html)",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "US",
      "display" : "United States of America"
    }]
  }],
  "compose" : {
    "include" : [{
      "system" : "http://hl7.org/fhir/device-status",
      "concept" : [{
        "code" : "entered-in-error",
        "display" : "Entered in Error"
      },
      {
        "code" : "active",
        "display" : "Active"
      },
      {
        "code" : "inactive",
        "display" : "Inactive"
      }]
    }]
  }
}