Dental Data Exchange
0.1.0 - STU1 Ballot

This page is part of the Dental Data Exchange (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Dental Observation Codes ValueSet - JSON Representation

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "dental-observation-codes",
  "meta" : {
    "versionId" : "20",
    "lastUpdated" : "2020-08-06T20:19:17.896+00:00",
    "source" : "#88uQVyz4ROXaJDTO"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-icd10CM.html\"><code>http://hl7.org/fhir/sid/icd-10-cm</code></a></li><li>Include all codes defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a></li><li>Include codes from <a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-ada-snodent.html\"><code>http://www.ada.org/snodent</code></a> where concept  descends from  165877D (null)</li><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept  descends from  404684003 (Clinical finding (finding))</li><li>Include codes from <a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-ada-snodent.html\"><code>http://www.ada.org/snodent</code></a> where concept  descends from  165733D (null)</li><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept  descends from  243796009 (Context-dependent categories)</li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/dental-data-exchange/ValueSet/dental-observation-codes",
  "version" : "0.1.0",
  "name" : "DentalObservationCodes",
  "title" : "Dental Observation Codes",
  "status" : "draft",
  "date" : "2020-08-10T19:19:49+00:00",
  "publisher" : "Payer/Provider Information Exchange Work Group",
  "contact" : [
    {
      "name" : "HL7 International - Payer/Provider Information Exchange Work Group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/claims"
        }
      ]
    }
  ],
  "description" : "This ValueSet contains all ICD-9/10, CPT, CDT, LOINC codes, as well as the Clinical Findings (finding) concept from both Snomed and Snodent. ",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ],
      "text" : "US"
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/sid/icd-10-cm"
      },
      {
        "system" : "http://loinc.org"
      },
      {
        "system" : "http://www.ada.org/snodent",
        "filter" : [
          {
            "property" : "concept",
            "op" : "descendent-of",
            "value" : "165877D"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "descendent-of",
            "value" : "404684003"
          }
        ]
      },
      {
        "system" : "http://www.ada.org/snodent",
        "filter" : [
          {
            "property" : "concept",
            "op" : "descendent-of",
            "value" : "165733D"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "descendent-of",
            "value" : "243796009"
          }
        ]
      }
    ]
  }
}