eHealth Infrastructure
latest - ci-build

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

: Message Category - JSON Representation

Active as of 2019-01-29

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "ehealth-message-category",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://ehealth.sundhed.dk/cs/message-category</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\">message<a name=\"ehealth-message-category-message\"> </a></td><td>Message</td></tr><tr><td style=\"white-space:nowrap\">notification<a name=\"ehealth-message-category-notification\"> </a></td><td>Notification</td></tr><tr><td style=\"white-space:nowrap\">advice<a name=\"ehealth-message-category-advice\"> </a></td><td>Advice</td></tr><tr><td style=\"white-space:nowrap\">note<a name=\"ehealth-message-category-note\"> </a></td><td>Note</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><td><b>English (United States) (English (United States), en)</b></td></tr><tr><td>message</td><td>Besked</td><td>Message</td></tr><tr><td>notification</td><td>Notifikation</td><td>Notification</td></tr><tr><td>advice</td><td>Advisering</td><td>Advice</td></tr><tr><td>note</td><td>Note</td><td>Note</td></tr></table></div>"
  },
  "url" : "http://ehealth.sundhed.dk/cs/message-category",
  "version" : "latest",
  "name" : "MessageCategory",
  "title" : "Message Category",
  "status" : "active",
  "experimental" : false,
  "date" : "2019-01-29T00:00:00+00:00",
  "publisher" : "Den telemedicinske infrastruktur (eHealth Infrastructure)",
  "contact" : [
    {
      "name" : "Den telemedicinske infrastruktur (eHealth Infrastructure)",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://ehealth.sundhed.dk"
        }
      ]
    }
  ],
  "description" : "Message category types",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "message",
      "display" : "Message",
      "designation" : [
        {
          "language" : "en-US",
          "value" : "Message"
        },
        {
          "language" : "da",
          "value" : "Besked"
        }
      ]
    },
    {
      "code" : "notification",
      "display" : "Notification",
      "designation" : [
        {
          "language" : "en-US",
          "value" : "Notification"
        },
        {
          "language" : "da",
          "value" : "Notifikation"
        }
      ]
    },
    {
      "code" : "advice",
      "display" : "Advice",
      "designation" : [
        {
          "language" : "en-US",
          "value" : "Advice"
        },
        {
          "language" : "da",
          "value" : "Advisering"
        }
      ]
    },
    {
      "code" : "note",
      "display" : "Note",
      "designation" : [
        {
          "language" : "en-US",
          "value" : "Note"
        },
        {
          "language" : "da",
          "value" : "Note"
        }
      ]
    }
  ]
}