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:QuestionnaireResponse;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "EQ5DResponse"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://www.napkon.de/fhir/StructureDefinition/geccoplus-eq5d-response";
fhir:index 0;
fhir:link <https://www.napkon.de/fhir/StructureDefinition/geccoplus-eq5d-response> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>questionnaire</b>: <a href=\"https://www.napkon.de/fhir/eq5d-questionnaire\">https://www.napkon.de/fhir/eq5d-questionnaire</a></p><p><b>status</b>: completed</p><p><b>subject</b>: <a href=\"Patient-ExamplePatient.html\">Generated Summary: Medical record number: napkon-example-patient; maxi musterperson (OFFICIAL); gender: unknown; birthDate: 1990-08-08</a></p><blockquote><p><b>item</b></p><p><b>linkId</b>: mobility</p><h3>Answers</h3><table class=\"grid\"><tr><td>-</td><td><b>Value[x]</b></td></tr><tr><td>*</td><td><span title=\"{https://www.napkon.de/fhir/CodeSystem/geccoplus-codesystem 14}\">I have severe problems in walking about.</span></td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: self-sufficiency</p><h3>Answers</h3><table class=\"grid\"><tr><td>-</td><td><b>Value[x]</b></td></tr><tr><td>*</td><td><span title=\"{https://www.napkon.de/fhir/CodeSystem/geccoplus-codesystem 22}\">I have slight problems washing or dressing myself.</span></td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: daily-activities</p><h3>Answers</h3><table class=\"grid\"><tr><td>-</td><td><b>Value[x]</b></td></tr><tr><td>*</td><td><span title=\"{https://www.napkon.de/fhir/CodeSystem/geccoplus-codesystem 33}\">I have moderate problems doing my usual activities.</span></td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: pain-discomfort</p><h3>Answers</h3><table class=\"grid\"><tr><td>-</td><td><b>Value[x]</b></td></tr><tr><td>*</td><td><span title=\"{https://www.napkon.de/fhir/CodeSystem/geccoplus-codesystem 41}\">I have no pain or discomfort.</span></td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: anxiety-depression</p><h3>Answers</h3><table class=\"grid\"><tr><td>-</td><td><b>Value[x]</b></td></tr><tr><td>*</td><td><span title=\"{https://www.napkon.de/fhir/CodeSystem/geccoplus-codesystem 55}\">I am extremely anxious or depressed.</span></td></tr></table></blockquote></div>"
];
fhir:QuestionnaireResponse.questionnaire [
fhir:value "https://www.napkon.de/fhir/eq5d-questionnaire";
fhir:link <https://www.napkon.de/fhir/eq5d-questionnaire>
];
fhir:QuestionnaireResponse.status [ fhir:value "completed"];
fhir:QuestionnaireResponse.subject [
fhir:Reference.reference [ fhir:value "Patient/ExamplePatient" ]
];
fhir:QuestionnaireResponse.item [
fhir:index 0;
fhir:QuestionnaireResponse.item.linkId [ fhir:value "mobility" ];
fhir:QuestionnaireResponse.item.answer [
fhir:index 0;
fhir:QuestionnaireResponse.item.answer.valueCoding [
fhir:Coding.system [ fhir:value "https://www.napkon.de/fhir/CodeSystem/geccoplus-codesystem" ];
fhir:Coding.code [ fhir:value "14" ];
fhir:Coding.display [ fhir:value "I have severe problems in walking about." ] ] ]
], [
fhir:index 1;
fhir:QuestionnaireResponse.item.linkId [ fhir:value "self-sufficiency" ];
fhir:QuestionnaireResponse.item.answer [
fhir:index 0;
fhir:QuestionnaireResponse.item.answer.valueCoding [
fhir:Coding.system [ fhir:value "https://www.napkon.de/fhir/CodeSystem/geccoplus-codesystem" ];
fhir:Coding.code [ fhir:value "22" ];
fhir:Coding.display [ fhir:value "I have slight problems washing or dressing myself." ] ] ]
], [
fhir:index 2;
fhir:QuestionnaireResponse.item.linkId [ fhir:value "daily-activities" ];
fhir:QuestionnaireResponse.item.answer [
fhir:index 0;
fhir:QuestionnaireResponse.item.answer.valueCoding [
fhir:Coding.system [ fhir:value "https://www.napkon.de/fhir/CodeSystem/geccoplus-codesystem" ];
fhir:Coding.code [ fhir:value "33" ];
fhir:Coding.display [ fhir:value "I have moderate problems doing my usual activities." ] ] ]
], [
fhir:index 3;
fhir:QuestionnaireResponse.item.linkId [ fhir:value "pain-discomfort" ];
fhir:QuestionnaireResponse.item.answer [
fhir:index 0;
fhir:QuestionnaireResponse.item.answer.valueCoding [
fhir:Coding.system [ fhir:value "https://www.napkon.de/fhir/CodeSystem/geccoplus-codesystem" ];
fhir:Coding.code [ fhir:value "41" ];
fhir:Coding.display [ fhir:value "I have no pain or discomfort." ] ] ]
], [
fhir:index 4;
fhir:QuestionnaireResponse.item.linkId [ fhir:value "anxiety-depression" ];
fhir:QuestionnaireResponse.item.answer [
fhir:index 0;
fhir:QuestionnaireResponse.item.answer.valueCoding [
fhir:Coding.system [ fhir:value "https://www.napkon.de/fhir/CodeSystem/geccoplus-codesystem" ];
fhir:Coding.code [ fhir:value "55" ];
fhir:Coding.display [ fhir:value "I am extremely anxious or depressed." ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.