eHealth Infrastructure, published by Den telemedicinske infrastruktur (eHealth Infrastructure). This guide is not an authorized publication; it is the continuous build for version 3.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fut-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions
Active as of 2019-01-29 |
{
"resourceType" : "CodeSystem",
"id" : "ehealth-message-category",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ehealth-message-category</b></p><a name=\"ehealth-message-category\"> </a><a name=\"hcehealth-message-category\"> </a><a name=\"ehealth-message-category-da-DK\"> </a><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" : "3.3.0",
"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",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "DK",
"display" : "Denmark"
}
]
}
],
"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"
}
]
}
]
}