eHealth Infrastructure
2.3.0 - release

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

: FS III, Egenomsorg - TTL Representation

Active as of 2019-02-02

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:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "fs3-group-selfcare"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://ehealth.sundhed.dk/cs/fs3-group-selfcare</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">WASH<a name=\"fs3-group-selfcare-WASH\"> </a></td><td>Vaske sig</td></tr><tr><td style=\"white-space:nowrap\">USE_TOILET<a name=\"fs3-group-selfcare-USE_TOILET\"> </a></td><td>Gå på toilet</td></tr><tr><td style=\"white-space:nowrap\">BODY_CARE<a name=\"fs3-group-selfcare-BODY_CARE\"> </a></td><td>Kropspleje</td></tr><tr><td style=\"white-space:nowrap\">DRESS_UNDRESS<a name=\"fs3-group-selfcare-DRESS_UNDRESS\"> </a></td><td>Af- og påklædning</td></tr><tr><td style=\"white-space:nowrap\">EAT<a name=\"fs3-group-selfcare-EAT\"> </a></td><td>Spise</td></tr><tr><td style=\"white-space:nowrap\">DRINK<a name=\"fs3-group-selfcare-DRINK\"> </a></td><td>Drikke</td></tr><tr><td style=\"white-space:nowrap\">TAKE_CARE_OF_OWN_HEALTH<a name=\"fs3-group-selfcare-TAKE_CARE_OF_OWN_HEALTH\"> </a></td><td>Varetage egen sundhed</td></tr><tr><td style=\"white-space:nowrap\">FOOD_INTAKE<a name=\"fs3-group-selfcare-FOOD_INTAKE\"> </a></td><td>Fødeindtagelse</td></tr></table><p><b>Additional Language Displays</b></p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Dansk (Danish, da)</b></td></tr><tr><td>WASH</td><td>Vaske sig</td></tr><tr><td>USE_TOILET</td><td>Gå på toilet</td></tr><tr><td>BODY_CARE</td><td>Kropspleje</td></tr><tr><td>DRESS_UNDRESS</td><td>Af- og påklædning</td></tr><tr><td>EAT</td><td>Spise</td></tr><tr><td>DRINK</td><td>Drikke</td></tr><tr><td>TAKE_CARE_OF_OWN_HEALTH</td><td>Varetage egen sundhed</td></tr><tr><td>FOOD_INTAKE</td><td>Fødeindtagelse</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://ehealth.sundhed.dk/cs/fs3-group-selfcare"];
  fhir:CodeSystem.version [ fhir:value "2.3.0"];
  fhir:CodeSystem.name [ fhir:value "FS III, Egenomsorg"];
  fhir:CodeSystem.title [ fhir:value "FS III, Egenomsorg"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2019-02-02T00:00:00+00:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "Systematic | Trifork"];
  fhir:CodeSystem.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:CodeSystem.description [ fhir:value "FS III, Egenomsorg"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "WASH" ];
     fhir:CodeSystem.concept.display [ fhir:value "Vaske sig" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Vaske sig" ]     ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "USE_TOILET" ];
     fhir:CodeSystem.concept.display [ fhir:value "Gå på toilet" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Gå på toilet" ]     ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "BODY_CARE" ];
     fhir:CodeSystem.concept.display [ fhir:value "Kropspleje" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Kropspleje" ]     ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "DRESS_UNDRESS" ];
     fhir:CodeSystem.concept.display [ fhir:value "Af- og påklædning" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Af- og påklædning" ]     ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "EAT" ];
     fhir:CodeSystem.concept.display [ fhir:value "Spise" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Spise" ]     ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "DRINK" ];
     fhir:CodeSystem.concept.display [ fhir:value "Drikke" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Drikke" ]     ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "TAKE_CARE_OF_OWN_HEALTH" ];
     fhir:CodeSystem.concept.display [ fhir:value "Varetage egen sundhed" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Varetage egen sundhed" ]     ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "FOOD_INTAKE" ];
     fhir:CodeSystem.concept.display [ fhir:value "Fødeindtagelse" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Fødeindtagelse" ]     ]
  ].

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

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