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 "PROMSExample"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://www.napkon.de/fhir/StructureDefinition/geccoplus-proms-response";
fhir:index 0;
fhir:link <https://www.napkon.de/fhir/StructureDefinition/geccoplus-proms-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/proms-questionnaire\">https://www.napkon.de/fhir/proms-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>: question1</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 64}\">Severe difficulties.</span></td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: question4</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 65}\">I haven't done this in the past 7 days.</span></td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: question7</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 61}\">No difficulties.</span></td></tr></table></blockquote></div>"
];
fhir:QuestionnaireResponse.questionnaire [
fhir:value "https://www.napkon.de/fhir/proms-questionnaire";
fhir:link <https://www.napkon.de/fhir/proms-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 "question1" ];
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 "64" ];
fhir:Coding.display [ fhir:value "Severe difficulties." ] ] ]
], [
fhir:index 1;
fhir:QuestionnaireResponse.item.linkId [ fhir:value "question4" ];
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 "65" ];
fhir:Coding.display [ fhir:value "I haven't done this in the past 7 days." ] ] ]
], [
fhir:index 2;
fhir:QuestionnaireResponse.item.linkId [ fhir:value "question7" ];
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 "61" ];
fhir:Coding.display [ fhir:value "No difficulties." ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.