eHealth Infrastructure
2021.3.0 - build

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

: MessageCategory - TTL Representation

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 "message-category"];
  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-ehealth-message-category.html\"><code>http://ehealth.sundhed.dk/cs/message-category</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>English (United States) (English (United States), en)</b></td><td><b>Dansk (Danish, da)</b></td></tr><tr><td><a href=\"CodeSystem-ehealth-message-category.html#ehealth-message-category-message\">message</a></td><td>Message</td><td>Message</td><td>Besked</td></tr><tr><td><a href=\"CodeSystem-ehealth-message-category.html#ehealth-message-category-notification\">notification</a></td><td>Notification</td><td>Notification</td><td>Notifikation</td></tr><tr><td><a href=\"CodeSystem-ehealth-message-category.html#ehealth-message-category-advice\">advice</a></td><td>Advice</td><td>Advice</td><td>Advisering</td></tr><tr><td><a href=\"CodeSystem-ehealth-message-category.html#ehealth-message-category-note\">note</a></td><td>Note</td><td>Note</td><td>Note</td></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://ehealth.sundhed.dk/vs/message-category"];
  fhir:ValueSet.version [ fhir:value "2021.3.0"];
  fhir:ValueSet.name [ fhir:value "MessageCategory"];
  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/message-category" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "message" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Message" ];
         fhir:ValueSet.compose.include.concept.designation [
           fhir:index 0;
           fhir:ValueSet.compose.include.concept.designation.language [ fhir:value "en-US" ];
           fhir:ValueSet.compose.include.concept.designation.value [ fhir:value "Message" ]         ], [
           fhir:index 1;
           fhir:ValueSet.compose.include.concept.designation.language [ fhir:value "da" ];
           fhir:ValueSet.compose.include.concept.designation.value [ fhir:value "Besked" ]         ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "notification" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Notification" ];
         fhir:ValueSet.compose.include.concept.designation [
           fhir:index 0;
           fhir:ValueSet.compose.include.concept.designation.language [ fhir:value "en-US" ];
           fhir:ValueSet.compose.include.concept.designation.value [ fhir:value "Notification" ]         ], [
           fhir:index 1;
           fhir:ValueSet.compose.include.concept.designation.language [ fhir:value "da" ];
           fhir:ValueSet.compose.include.concept.designation.value [ fhir:value "Notifikation" ]         ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "advice" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Advice" ];
         fhir:ValueSet.compose.include.concept.designation [
           fhir:index 0;
           fhir:ValueSet.compose.include.concept.designation.language [ fhir:value "en-US" ];
           fhir:ValueSet.compose.include.concept.designation.value [ fhir:value "Advice" ]         ], [
           fhir:index 1;
           fhir:ValueSet.compose.include.concept.designation.language [ fhir:value "da" ];
           fhir:ValueSet.compose.include.concept.designation.value [ fhir:value "Advisering" ]         ]       ], [
         fhir:index 3;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "note" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Note" ];
         fhir:ValueSet.compose.include.concept.designation [
           fhir:index 0;
           fhir:ValueSet.compose.include.concept.designation.language [ fhir:value "en-US" ];
           fhir:ValueSet.compose.include.concept.designation.value [ fhir:value "Note" ]         ], [
           fhir:index 1;
           fhir:ValueSet.compose.include.concept.designation.language [ fhir:value "da" ];
           fhir:ValueSet.compose.include.concept.designation.value [ fhir:value "Note" ]         ]       ]     ]
  ].

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

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