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 - JSON Representation

Draft as of 2024-09-11

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "MsgClass",
  "text" : {
    "status" : "generated",
    "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>"
  },
  "url" : "https://euvabeco.net/vcds-ig/CodeSystem/MsgClass",
  "version" : "0.1.0",
  "name" : "MsgClass",
  "title" : "Message classes",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-09-11T07:24:12+00:00",
  "publisher" : "Euvabeco",
  "contact" : [
    {
      "name" : "Euvabeco",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://euvabeco.eu"
        }
      ]
    }
  ],
  "description" : "Directives for presentation of justifications",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "ShortMessage",
      "display" : "Introductive message for the recommendation"
    },
    {
      "code" : "Alert",
      "display" : "To be displayed in prority and highlighted"
    },
    {
      "code" : "Justification",
      "display" : "Analysis or reference for the recommendation"
    },
    {
      "code" : "Comments",
      "display" : "Complementary messages of lesser importance"
    },
    {
      "code" : "Reference",
      "display" : "The link for a reference document"
    }
  ]
}