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-eq5d-s1-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-11\">11</a></td><td>I have no problems in walking about.</td></tr><tr><td><a href=\"CodeSystem-geccoplus-codesystem.html#geccoplus-codesystem-12\">12</a></td><td>I have slight problems in walking about.</td></tr><tr><td><a href=\"CodeSystem-geccoplus-codesystem.html#geccoplus-codesystem-13\">13</a></td><td>I have moderate problems in walking about.</td></tr><tr><td><a href=\"CodeSystem-geccoplus-codesystem.html#geccoplus-codesystem-14\">14</a></td><td>I have severe problems in walking about.</td></tr><tr><td><a href=\"CodeSystem-geccoplus-codesystem.html#geccoplus-codesystem-15\">15</a></td><td>I am unable to walk about.</td></tr><tr><td><a href=\"CodeSystem-geccoplus-codesystem.html#geccoplus-codesystem-16\">16</a></td><td>No information available.</td></tr></table></li></ul></div>"
];
fhir:ValueSet.url [ fhir:value "https://www.napkon.de/fhir/ValueSet/geccoplus-eq5d-s1-responses"];
fhir:ValueSet.version [ fhir:value "1.0.0"];
fhir:ValueSet.name [ fhir:value "EQ5DS1Responses"];
fhir:ValueSet.title [ fhir:value "EQ5D section one answers"];
fhir:ValueSet.status [ fhir:value "active"];
fhir:ValueSet.date [ fhir:value "2021-12-17T13:44:29+00:00"^^xsd:dateTime];
fhir:ValueSet.description [ fhir:value "EQ5D section one (agility and mobility) answers"];
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 "11" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "I have no problems in walking about." ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.concept.code [ fhir:value "12" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "I have slight problems in walking about." ] ], [
fhir:index 2;
fhir:ValueSet.compose.include.concept.code [ fhir:value "13" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "I have moderate problems in walking about." ] ], [
fhir:index 3;
fhir:ValueSet.compose.include.concept.code [ fhir:value "14" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "I have severe problems in walking about." ] ], [
fhir:index 4;
fhir:ValueSet.compose.include.concept.code [ fhir:value "15" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "I am unable to walk about." ] ], [
fhir:index 5;
fhir:ValueSet.compose.include.concept.code [ fhir:value "16" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "No information available." ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.