eHealth Infrastructure
2.3.0 - release

eHealth Infrastructure - Local Development build (v2.3.0). See the Directory of published versions

: IT Competence Level codes - TTL Representation

Active as of 2019-02-08

Raw ttl | Download


@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 "competence-percentage-codes"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"CodeSystem-fs3-scores.html\"><code>http://ehealth.sundhed.dk/cs/fs3-scores</code></a></li><li>Include these codes as defined in <a href=\"CodeSystem-percentage-codes.html\"><code>http://ehealth.sundhed.dk/cs/percentage-codes</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-percentage-codes.html#percentage-codes-0\">0</a></td><td>0</td></tr><tr><td><a href=\"CodeSystem-percentage-codes.html#percentage-codes-10\">10</a></td><td>10</td></tr><tr><td><a href=\"CodeSystem-percentage-codes.html#percentage-codes-20\">20</a></td><td>20</td></tr><tr><td><a href=\"CodeSystem-percentage-codes.html#percentage-codes-30\">30</a></td><td>30</td></tr><tr><td><a href=\"CodeSystem-percentage-codes.html#percentage-codes-40\">40</a></td><td>40</td></tr><tr><td><a href=\"CodeSystem-percentage-codes.html#percentage-codes-50\">50</a></td><td>50</td></tr><tr><td><a href=\"CodeSystem-percentage-codes.html#percentage-codes-60\">60</a></td><td>60</td></tr><tr><td><a href=\"CodeSystem-percentage-codes.html#percentage-codes-70\">70</a></td><td>70</td></tr><tr><td><a href=\"CodeSystem-percentage-codes.html#percentage-codes-80\">80</a></td><td>80</td></tr><tr><td><a href=\"CodeSystem-percentage-codes.html#percentage-codes-90\">90</a></td><td>90</td></tr><tr><td><a href=\"CodeSystem-percentage-codes.html#percentage-codes-100\">100</a></td><td>100</td></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://ehealth.sundhed.dk/vs/itcompetencelevel-codes"];
  fhir:ValueSet.version [ fhir:value "2.3.0"];
  fhir:ValueSet.name [ fhir:value "IT Competence Level codes"];
  fhir:ValueSet.status [ fhir:value "active"];
  fhir:ValueSet.experimental [ fhir:value "true"^^xsd:boolean];
  fhir:ValueSet.date [ fhir:value "2019-02-08T00:00:00+00:00"^^xsd:dateTime];
  fhir:ValueSet.publisher [ fhir:value "Systematic | Trifork"];
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "Systematic | Trifork" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://ehealth.sundhed.dk" ]     ]
  ];
  fhir:ValueSet.description [ fhir:value "The set of possible message types"];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://ehealth.sundhed.dk/cs/fs3-scores" ]     ], [
       fhir:index 1;
       fhir:ValueSet.compose.include.system [ fhir:value "http://ehealth.sundhed.dk/cs/percentage-codes" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "0" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "10" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "20" ]       ], [
         fhir:index 3;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "30" ]       ], [
         fhir:index 4;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "40" ]       ], [
         fhir:index 5;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "50" ]       ], [
         fhir:index 6;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "60" ]       ], [
         fhir:index 7;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "70" ]       ], [
         fhir:index 8;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "80" ]       ], [
         fhir:index 9;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "90" ]       ], [
         fhir:index 10;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "100" ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.