LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: American Dental Association Tooth Quadrant Code System - JSON Representation

Active as of 2022-11-10

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "ada-tooth-quadrant",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/ada-tooth-quadrant</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">UR<a name=\"ada-tooth-quadrant-UR\"> </a></td><td>Upper right</td><td>Upper right</td></tr><tr><td style=\"white-space:nowrap\">UL<a name=\"ada-tooth-quadrant-UL\"> </a></td><td>Upper left</td><td>Upper left</td></tr><tr><td style=\"white-space:nowrap\">LR<a name=\"ada-tooth-quadrant-LR\"> </a></td><td>Lower right</td><td>Lower right</td></tr><tr><td style=\"white-space:nowrap\">LL<a name=\"ada-tooth-quadrant-LL\"> </a></td><td>Lower left</td><td>Lower left</td></tr></table></div>"
  },
  "url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/ada-tooth-quadrant",
  "version" : "8.0.0",
  "name" : "ADAToothQuadrantCodeSystem",
  "title" : "American Dental Association Tooth Quadrant Code System",
  "status" : "active",
  "date" : "2022-11-10T16:00:46+00:00",
  "publisher" : "LinuxForHealth Team",
  "description" : "Code system that defines a tooth quadrant",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "UR",
      "display" : "Upper right",
      "definition" : "Upper right"
    },
    {
      "code" : "UL",
      "display" : "Upper left",
      "definition" : "Upper left"
    },
    {
      "code" : "LR",
      "display" : "Lower right",
      "definition" : "Lower right"
    },
    {
      "code" : "LL",
      "display" : "Lower left",
      "definition" : "Lower left"
    }
  ]
}