eHealth Infrastructure
2.3.0 - release

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

: Communication Category - JSON Representation

Active as of 2019-09-27

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "ehealth-communication-category",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://ehealth.sundhed.dk/cs/communication-category</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">annotation<a name=\"ehealth-communication-category-annotation\"> </a></td><td>Annotation</td></tr><tr><td style=\"white-space:nowrap\">note<a name=\"ehealth-communication-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></tr><tr><td>annotation</td><td>Annotering</td></tr><tr><td>note</td><td>Note</td></tr></table></div>"
  },
  "url" : "http://ehealth.sundhed.dk/cs/communication-category",
  "version" : "2.3.0",
  "name" : "CommunicationCategory",
  "title" : "Communication Category",
  "status" : "active",
  "experimental" : false,
  "date" : "2019-09-27T00:00:00+00:00",
  "publisher" : "Systematic | Trifork",
  "contact" : [
    {
      "name" : "Systematic | Trifork",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://ehealth.sundhed.dk"
        }
      ]
    }
  ],
  "description" : "Communication category",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "annotation",
      "display" : "annotation",
      "definition" : "Annotation",
      "designation" : [
        {
          "language" : "da",
          "value" : "Annotering"
        }
      ]
    },
    {
      "code" : "note",
      "display" : "note",
      "definition" : "Note",
      "designation" : [
        {
          "language" : "da",
          "value" : "Note"
        }
      ]
    }
  ]
}