eHealth Infrastructure
2.3.0 - release

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

: FS III, Ernæring - 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-health-nutrition"];
  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-health-nutrition</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\">FLUID_INTAKE<a name=\"fs3-health-nutrition-FLUID_INTAKE\"> </a></td><td>Problemer med væskeindtag</td></tr><tr><td style=\"white-space:nowrap\">FOOD_INTAKE<a name=\"fs3-health-nutrition-FOOD_INTAKE\"> </a></td><td>Problemer med fødeindtag</td></tr><tr><td style=\"white-space:nowrap\">WEIGHT_CHANGE<a name=\"fs3-health-nutrition-WEIGHT_CHANGE\"> </a></td><td>Uhensigtsmæssig vægtændring</td></tr><tr><td style=\"white-space:nowrap\">OVERWEIGHT<a name=\"fs3-health-nutrition-OVERWEIGHT\"> </a></td><td>Problemer med overvægt</td></tr><tr><td style=\"white-space:nowrap\">UNDERWEIGHT<a name=\"fs3-health-nutrition-UNDERWEIGHT\"> </a></td><td>Problemer med undervægt</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>FLUID_INTAKE</td><td>Problemer med væskeindtag</td></tr><tr><td>FOOD_INTAKE</td><td>Problemer med fødeindtag</td></tr><tr><td>WEIGHT_CHANGE</td><td>Uhensigtsmæssig vægtændring</td></tr><tr><td>OVERWEIGHT</td><td>Problemer med overvægt</td></tr><tr><td>UNDERWEIGHT</td><td>Problemer med undervægt</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://ehealth.sundhed.dk/cs/fs3-health-nutrition"];
  fhir:CodeSystem.version [ fhir:value "2.3.0"];
  fhir:CodeSystem.name [ fhir:value "FS III, Ernæring"];
  fhir:CodeSystem.title [ fhir:value "FS III, Ernæring"];
  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, Ernæring"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "FLUID_INTAKE" ];
     fhir:CodeSystem.concept.display [ fhir:value "Problemer med væskeindtag" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Problemer med væskeindtag" ]     ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "FOOD_INTAKE" ];
     fhir:CodeSystem.concept.display [ fhir:value "Problemer med fødeindtag" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Problemer med fødeindtag" ]     ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "WEIGHT_CHANGE" ];
     fhir:CodeSystem.concept.display [ fhir:value "Uhensigtsmæssig vægtændring" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Uhensigtsmæssig vægtændring" ]     ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "OVERWEIGHT" ];
     fhir:CodeSystem.concept.display [ fhir:value "Problemer med overvægt" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Problemer med overvægt" ]     ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "UNDERWEIGHT" ];
     fhir:CodeSystem.concept.display [ fhir:value "Problemer med undervægt" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "Problemer med undervægt" ]     ]
  ].

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

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