Smart Bear Implementation Guide
1.0.0 - ci-build
Smart Bear Implementation Guide - 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:CodeSystem;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "GDS15Questions-code-system"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system https://140.164.14.210/fhir/CodeSystem/GDS15Questions-code-system defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"GDS15Questions-code-system-0\"> </a></td><td>Are you basically satisfied with your life?</td><td>Question at item 0</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"GDS15Questions-code-system-1\"> </a></td><td>Have you dropped many of your activities and interests?</td><td>Question at item 1</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"GDS15Questions-code-system-2\"> </a></td><td>Do you feel that your life is empty?</td><td>Question at item 2</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"GDS15Questions-code-system-3\"> </a></td><td>Do you often get bored?</td><td>Question at item 3</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"GDS15Questions-code-system-4\"> </a></td><td>Are you in good spirits most of the time?</td><td>Question at item 4</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"GDS15Questions-code-system-5\"> </a></td><td>Are you afraid that something bad is going to happen to you?</td><td>Question at item 5</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"GDS15Questions-code-system-6\"> </a></td><td>Do you feel happy most of the time?</td><td>Question at item 6</td></tr><tr><td style=\"white-space:nowrap\">7<a name=\"GDS15Questions-code-system-7\"> </a></td><td>Do you often feel helpless?</td><td>Question at item 7</td></tr><tr><td style=\"white-space:nowrap\">8<a name=\"GDS15Questions-code-system-8\"> </a></td><td>Do you prefer to stay at home, rather than going out and doing new things?</td><td>Question at item 8</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"GDS15Questions-code-system-9\"> </a></td><td>Do you feel you have more problems with memory than most people?</td><td>Question at item 9</td></tr><tr><td style=\"white-space:nowrap\">10<a name=\"GDS15Questions-code-system-10\"> </a></td><td>Do you think it is wonderful to be alive?</td><td>Question at item 10</td></tr><tr><td style=\"white-space:nowrap\">11<a name=\"GDS15Questions-code-system-11\"> </a></td><td>Do you feel pretty worthless the way you are now?</td><td>Question at item 11</td></tr><tr><td style=\"white-space:nowrap\">12<a name=\"GDS15Questions-code-system-12\"> </a></td><td>Do you feel full of energy?</td><td>Question at item 12</td></tr><tr><td style=\"white-space:nowrap\">13<a name=\"GDS15Questions-code-system-13\"> </a></td><td>Do you feel that your situation is hopeless?</td><td>Question at item 13</td></tr><tr><td style=\"white-space:nowrap\">14<a name=\"GDS15Questions-code-system-14\"> </a></td><td>Do you think that most people are better off than you are?</td><td>Question at item 14</td></tr><tr><td style=\"white-space:nowrap\">15<a name=\"GDS15Questions-code-system-15\"> </a></td><td>Total</td><td>Question at item 15</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "https://140.164.14.210/fhir/CodeSystem/GDS15Questions-code-system"];
fhir:CodeSystem.version [ fhir:value "1.0.0"];
fhir:CodeSystem.name [ fhir:value "GDS15QuestionsCS"];
fhir:CodeSystem.title [ fhir:value "GDS-15 Questions Code System"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.date [ fhir:value "2021-06-09T14:27:31+02:00"^^xsd:dateTime];
fhir:CodeSystem.description [ fhir:value "Code system with the questions for the GDS-15 questionnaire"];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.count [ fhir:value "16"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "0" ];
fhir:CodeSystem.concept.display [ fhir:value "Are you basically satisfied with your life?" ];
fhir:CodeSystem.concept.definition [ fhir:value "Question at item 0" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "1" ];
fhir:CodeSystem.concept.display [ fhir:value "Have you dropped many of your activities and interests?" ];
fhir:CodeSystem.concept.definition [ fhir:value "Question at item 1" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "2" ];
fhir:CodeSystem.concept.display [ fhir:value "Do you feel that your life is empty?" ];
fhir:CodeSystem.concept.definition [ fhir:value "Question at item 2" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "3" ];
fhir:CodeSystem.concept.display [ fhir:value "Do you often get bored?" ];
fhir:CodeSystem.concept.definition [ fhir:value "Question at item 3" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "4" ];
fhir:CodeSystem.concept.display [ fhir:value "Are you in good spirits most of the time?" ];
fhir:CodeSystem.concept.definition [ fhir:value "Question at item 4" ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "5" ];
fhir:CodeSystem.concept.display [ fhir:value "Are you afraid that something bad is going to happen to you?" ];
fhir:CodeSystem.concept.definition [ fhir:value "Question at item 5" ]
], [
fhir:index 6;
fhir:CodeSystem.concept.code [ fhir:value "6" ];
fhir:CodeSystem.concept.display [ fhir:value "Do you feel happy most of the time?" ];
fhir:CodeSystem.concept.definition [ fhir:value "Question at item 6" ]
], [
fhir:index 7;
fhir:CodeSystem.concept.code [ fhir:value "7" ];
fhir:CodeSystem.concept.display [ fhir:value "Do you often feel helpless?" ];
fhir:CodeSystem.concept.definition [ fhir:value "Question at item 7" ]
], [
fhir:index 8;
fhir:CodeSystem.concept.code [ fhir:value "8" ];
fhir:CodeSystem.concept.display [ fhir:value "Do you prefer to stay at home, rather than going out and doing new things?" ];
fhir:CodeSystem.concept.definition [ fhir:value "Question at item 8" ]
], [
fhir:index 9;
fhir:CodeSystem.concept.code [ fhir:value "9" ];
fhir:CodeSystem.concept.display [ fhir:value "Do you feel you have more problems with memory than most people?" ];
fhir:CodeSystem.concept.definition [ fhir:value "Question at item 9" ]
], [
fhir:index 10;
fhir:CodeSystem.concept.code [ fhir:value "10" ];
fhir:CodeSystem.concept.display [ fhir:value "Do you think it is wonderful to be alive?" ];
fhir:CodeSystem.concept.definition [ fhir:value "Question at item 10" ]
], [
fhir:index 11;
fhir:CodeSystem.concept.code [ fhir:value "11" ];
fhir:CodeSystem.concept.display [ fhir:value "Do you feel pretty worthless the way you are now?" ];
fhir:CodeSystem.concept.definition [ fhir:value "Question at item 11" ]
], [
fhir:index 12;
fhir:CodeSystem.concept.code [ fhir:value "12" ];
fhir:CodeSystem.concept.display [ fhir:value "Do you feel full of energy?" ];
fhir:CodeSystem.concept.definition [ fhir:value "Question at item 12" ]
], [
fhir:index 13;
fhir:CodeSystem.concept.code [ fhir:value "13" ];
fhir:CodeSystem.concept.display [ fhir:value "Do you feel that your situation is hopeless?" ];
fhir:CodeSystem.concept.definition [ fhir:value "Question at item 13" ]
], [
fhir:index 14;
fhir:CodeSystem.concept.code [ fhir:value "14" ];
fhir:CodeSystem.concept.display [ fhir:value "Do you think that most people are better off than you are?" ];
fhir:CodeSystem.concept.definition [ fhir:value "Question at item 14" ]
], [
fhir:index 15;
fhir:CodeSystem.concept.code [ fhir:value "15" ];
fhir:CodeSystem.concept.display [ fhir:value "Total" ];
fhir:CodeSystem.concept.definition [ fhir:value "Question at item 15" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.