NAPKON GECCO+
1.0.0 - ci-build
NAPKON GECCO+ - Local Development build (v1.0.0). 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 "geccoplus-school-degree"];
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 <a href=\"CodeSystem-geccoplus-codesystem.html\"><code>https://www.napkon.de/fhir/CodeSystem/geccoplus-codesystem</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=\"CodeSystem-geccoplus-codesystem.html#geccoplus-codesystem-71\">71</a></td><td>Volks-/Hauptschulabschluss</td></tr><tr><td><a href=\"CodeSystem-geccoplus-codesystem.html#geccoplus-codesystem-72\">72</a></td><td>Realschulabschluss/Mittlere Reife</td></tr><tr><td><a href=\"CodeSystem-geccoplus-codesystem.html#geccoplus-codesystem-73\">73</a></td><td>Fachhochschulabschluss</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=473461003\">473461003</a></td><td>Educated to high school level (finding)</td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&conceptId1=224294005\">224294005</a></td><td>No formal education (finding)</td></tr></table></li></ul></div>"
];
fhir:ValueSet.url [ fhir:value "https://www.napkon.de/fhir/ValueSet/geccoplus-school-degree"];
fhir:ValueSet.version [ fhir:value "1.0.0"];
fhir:ValueSet.name [ fhir:value "SchoolDegree"];
fhir:ValueSet.title [ fhir:value "School Degree"];
fhir:ValueSet.status [ fhir:value "active"];
fhir:ValueSet.date [ fhir:value "2021-10-11"^^xsd:date];
fhir:ValueSet.publisher [ fhir:value "Charité - Universitätsmedizin Berlin"];
fhir:ValueSet.contact [
fhir:index 0;
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "https://www.bihealth.org/en/research/core-facilities/interoperability/" ] ]
];
fhir:ValueSet.description [ fhir:value "Value set of school degrees"];
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "https://www.napkon.de/fhir/CodeSystem/geccoplus-codesystem" ];
fhir:ValueSet.compose.include.concept [
fhir:index 0;
fhir:ValueSet.compose.include.concept.code [ fhir:value "71" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Volks-/Hauptschulabschluss" ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.concept.code [ fhir:value "72" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Realschulabschluss/Mittlere Reife" ] ], [
fhir:index 2;
fhir:ValueSet.compose.include.concept.code [ fhir:value "73" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Fachhochschulabschluss" ] ] ], [
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 "473461003" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Educated to high school level (finding)" ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.concept.code [ fhir:value "224294005" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "No formal education (finding)" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.