This page is part of the FUT Infrastructure (v3.3.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Active as of 2019-02-08 |
{
"resourceType" : "ValueSet",
"id" : "message-category",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet message-category</b></p><a name=\"message-category\"> </a><a name=\"hcmessage-category\"> </a><a name=\"message-category-da-DK\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-ehealth-message-category.html\"><code>http://ehealth.sundhed.dk/cs/message-category</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>English (United States) (English (United States), en)</b></td><td><b>Dansk (Danish, da)</b></td></tr><tr><td><a href=\"CodeSystem-ehealth-message-category.html#ehealth-message-category-message\">message</a></td><td>Message</td><td>Message</td><td>Besked</td></tr><tr><td><a href=\"CodeSystem-ehealth-message-category.html#ehealth-message-category-notification\">notification</a></td><td>Notification</td><td>Notification</td><td>Notifikation</td></tr><tr><td><a href=\"CodeSystem-ehealth-message-category.html#ehealth-message-category-advice\">advice</a></td><td>Advice</td><td>Advice</td><td>Advisering</td></tr><tr><td><a href=\"CodeSystem-ehealth-message-category.html#ehealth-message-category-note\">note</a></td><td>Note</td><td>Note</td><td>Note</td></tr></table></li></ul></div>"
},
"url" : "http://ehealth.sundhed.dk/vs/message-category",
"version" : "3.3.0",
"name" : "MessageCategory",
"status" : "active",
"experimental" : true,
"date" : "2019-02-08T00: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" : "The set of possible message types",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "DK",
"display" : "Denmark"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://ehealth.sundhed.dk/cs/message-category",
"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"
}
]
}
]
}
]
}
}