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
@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:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "oral-cavity-area"]; fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "8" ]; fhir:Meta.lastUpdated [ fhir:value "2020-08-06T17:04:18.517+00:00"^^xsd:dateTime ]; fhir:Meta.source [ fhir:value "#vi2ecOZENuNV6s6A" ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <code>http://ada.org/snodent</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>210965D</td><td>Anterior part of lower alveolar ridge</td><td/></tr><tr><td>210963D</td><td>Anterior segment of maxilla</td><td/></tr><tr><td>210966D</td><td>Posterior part of lower alveolar ridge</td><td/></tr><tr><td>210964D</td><td>Posterior segment of maxilla</td><td/></tr></table></li><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&conceptId1=245796006\">245796006</a></td><td>Anterior part of lower alveolar ridge</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&conceptId1=280709009\">280709009</a></td><td>Anterior segment of maxilla</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&conceptId1=245797002\">245797002</a></td><td>Posterior part of lower alveolar ridge</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&conceptId1=280710004\">280710004</a></td><td>Posterior segment of maxilla</td><td/></tr></table></li></ul></div>" ]; fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/dental-data-exchange/ValueSet/oral-cavity-area"]; fhir:ValueSet.version [ fhir:value "0.1.0"]; fhir:ValueSet.name [ fhir:value "OralCavityArea"]; fhir:ValueSet.title [ fhir:value "Oral Cavity Area"]; fhir:ValueSet.status [ fhir:value "draft"]; fhir:ValueSet.date [ fhir:value "2020-08-10T19:19:49+00:00"^^xsd:dateTime]; fhir:ValueSet.publisher [ fhir:value "Payer/Provider Information Exchange Work Group"]; fhir:ValueSet.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "HL7 International - Payer/Provider Information Exchange Work Group" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/claims" ] ] ]; fhir:ValueSet.description [ fhir:value "This ValueSet contains codes for standard oral cavity areas of the mouth"]; fhir:ValueSet.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ]; fhir:Coding.code [ fhir:value "US" ] ]; fhir:CodeableConcept.text [ fhir:value "US" ] ]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://ada.org/snodent" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "210965D" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Anterior part of lower alveolar ridge" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "210963D" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Anterior segment of maxilla" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "210966D" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Posterior part of lower alveolar ridge" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "210964D" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Posterior segment of maxilla" ] ] ], [ fhir:index 1; fhir:ValueSet.compose.include.system [ fhir:value "http://snomed.info/sct" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "245796006" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Anterior part of lower alveolar ridge" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "280709009" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Anterior segment of maxilla" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "245797002" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Posterior part of lower alveolar ridge" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "280710004" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Posterior segment of maxilla" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.