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-proms-responses"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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-61\">61</a></td><td>No difficulties.</td></tr><tr><td><a href=\"CodeSystem-geccoplus-codesystem.html#geccoplus-codesystem-62\">62</a></td><td>Mild difficulties.</td></tr><tr><td><a href=\"CodeSystem-geccoplus-codesystem.html#geccoplus-codesystem-63\">63</a></td><td>Moderate difficulties.</td></tr><tr><td><a href=\"CodeSystem-geccoplus-codesystem.html#geccoplus-codesystem-64\">64</a></td><td>Severe difficulties.</td></tr><tr><td><a href=\"CodeSystem-geccoplus-codesystem.html#geccoplus-codesystem-65\">65</a></td><td>I haven't done this in the past 7 days.</td></tr><tr><td><a href=\"CodeSystem-geccoplus-codesystem.html#geccoplus-codesystem-66\">66</a></td><td>No information available.</td></tr></table></li></ul></div>"
];
fhir:ValueSet.url [ fhir:value "https://www.napkon.de/fhir/ValueSet/geccoplus-proms-responses"];
fhir:ValueSet.version [ fhir:value "1.0.0"];
fhir:ValueSet.name [ fhir:value "PROMsResponses"];
fhir:ValueSet.title [ fhir:value "PROM responses in the context of GECCOplus"];
fhir:ValueSet.status [ fhir:value "active"];
fhir:ValueSet.date [ fhir:value "2021-11-29"^^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 "Response codes for PROMs of GECCOplus"];
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 "61" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "No difficulties." ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.concept.code [ fhir:value "62" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Mild difficulties." ] ], [
fhir:index 2;
fhir:ValueSet.compose.include.concept.code [ fhir:value "63" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Moderate difficulties." ] ], [
fhir:index 3;
fhir:ValueSet.compose.include.concept.code [ fhir:value "64" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Severe difficulties." ] ], [
fhir:index 4;
fhir:ValueSet.compose.include.concept.code [ fhir:value "65" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "I haven't done this in the past 7 days." ] ], [
fhir:index 5;
fhir:ValueSet.compose.include.concept.code [ fhir:value "66" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "No information available." ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.