Vaccination CDS Implementation Guide
0.1.0 - ci-build

Vaccination CDS Implementation Guide, published by Euvabeco. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/EUVABECO/VCDS/ and changes regularly. See the Directory of published versions

: Message classes - TTL Representation

Draft as of 2024-09-11

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:id [ fhir:v "MsgClass"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem MsgClass</b></p><a name=\"MsgClass\"> </a><a name=\"hcMsgClass\"> </a><a name=\"MsgClass-en-US\"> </a><p>This case-insensitive code system <code>https://euvabeco.net/vcds-ig/CodeSystem/MsgClass</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\">ShortMessage<a name=\"MsgClass-ShortMessage\"> </a></td><td>Introductive message for the recommendation</td></tr><tr><td style=\"white-space:nowrap\">Alert<a name=\"MsgClass-Alert\"> </a></td><td>To be displayed in prority and highlighted</td></tr><tr><td style=\"white-space:nowrap\">Justification<a name=\"MsgClass-Justification\"> </a></td><td>Analysis or reference for the recommendation</td></tr><tr><td style=\"white-space:nowrap\">Comments<a name=\"MsgClass-Comments\"> </a></td><td>Complementary messages of lesser importance</td></tr><tr><td style=\"white-space:nowrap\">Reference<a name=\"MsgClass-Reference\"> </a></td><td>The link for a reference document</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://euvabeco.net/vcds-ig/CodeSystem/MsgClass"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "MsgClass"] ; # 
  fhir:title [ fhir:v "Message classes"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-09-11T07:24:12+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Euvabeco"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Euvabeco" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://euvabeco.eu" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Directives for presentation of justifications"] ; # 
  fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "ShortMessage" ] ;
fhir:display [ fhir:v "Introductive message for the recommendation" ]
  ] [
fhir:code [ fhir:v "Alert" ] ;
fhir:display [ fhir:v "To be displayed in prority and highlighted" ]
  ] [
fhir:code [ fhir:v "Justification" ] ;
fhir:display [ fhir:v "Analysis or reference for the recommendation" ]
  ] [
fhir:code [ fhir:v "Comments" ] ;
fhir:display [ fhir:v "Complementary messages of lesser importance" ]
  ] [
fhir:code [ fhir:v "Reference" ] ;
fhir:display [ fhir:v "The link for a reference document" ]
  ] ) . #