eHealth Infrastructure
3.1.0 - release

eHealth Infrastructure - Local Development build (v3.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MessageCategory - 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:id [ fhir:v "message-category"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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:url [ fhir:v "http://ehealth.sundhed.dk/vs/message-category"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "3.1.0"] ; # 
  fhir:name [ fhir:v "MessageCategory"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2019-02-08T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://ehealth.sundhed.dk" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The set of possible message types"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://ehealth.sundhed.dk/cs/message-category"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "message" ] ;
fhir:display [ fhir:v "Message" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "en-US" ] ;
fhir:value [ fhir:v "Message" ]         ] [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "Besked" ]         ] )       ] [
fhir:code [ fhir:v "notification" ] ;
fhir:display [ fhir:v "Notification" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "en-US" ] ;
fhir:value [ fhir:v "Notification" ]         ] [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "Notifikation" ]         ] )       ] [
fhir:code [ fhir:v "advice" ] ;
fhir:display [ fhir:v "Advice" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "en-US" ] ;
fhir:value [ fhir:v "Advice" ]         ] [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "Advisering" ]         ] )       ] [
fhir:code [ fhir:v "note" ] ;
fhir:display [ fhir:v "Note" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "en-US" ] ;
fhir:value [ fhir:v "Note" ]         ] [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "Note" ]         ] )       ] )     ] )
  ] . #