This page is part of the Dental Data Exchange (v1.0.0: STU1) based on FHIR R4. This is the current published version. 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:Parameters;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "dental-terminology-settings"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "2" ];
fhir:Meta.lastUpdated [ fhir:value "2021-07-16T22:00:33.508+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#ltyXqm0YQRtsrCZI" ]
];
fhir:Parameters.parameter [
fhir:index 0;
fhir:Parameters.parameter.name [ fhir:value "system-version" ];
fhir:Parameters.parameter.valueUri [ fhir:value "http://snomed.info/sct|http://snomed.info/sct/731000124108" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.