DK MedCom Terminology
1.7.0 - release
This page is part of the MedCom Terminology (v1.7.0: Release) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.1.1. For a full list of available versions, see the Directory of published versions
Active as of 2023-10-31 |
{
"resourceType" : "CodeSystem",
"id" : "medcom-messaging-eventCodes",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem medcom-messaging-eventCodes</b></p><a name=\"medcom-messaging-eventCodes\"> </a><a name=\"hcmedcom-messaging-eventCodes\"> </a><a name=\"hcmedcom-messaging-eventCodes-da-DK\"> </a><p>This case-insensitive code system <code>http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-eventCodes</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\">empty-message<a name=\"medcom-messaging-eventCodes-empty-message\"> </a></td><td>Message with no content</td></tr><tr><td style=\"white-space:nowrap\">care-communication-message<a name=\"medcom-messaging-eventCodes-care-communication-message\"> </a></td><td>Care Communication Message</td></tr><tr><td style=\"white-space:nowrap\">hospital-notification-message<a name=\"medcom-messaging-eventCodes-hospital-notification-message\"> </a></td><td>Hospital Notification Message</td></tr><tr><td style=\"white-space:nowrap\">acknowledgement-message<a name=\"medcom-messaging-eventCodes-acknowledgement-message\"> </a></td><td>Acknowledgement Message</td></tr><tr><td style=\"white-space:nowrap\">homecareobservation-message<a name=\"medcom-messaging-eventCodes-homecareobservation-message\"> </a></td><td>HomeCare Observation Message</td></tr></table></div>"
},
"url" : "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-eventCodes",
"version" : "1.7.0",
"name" : "MedComMessageEventCodes",
"title" : "MedComMessagingEventCodes",
"status" : "active",
"experimental" : false,
"date" : "2023-10-31",
"publisher" : "MedCom",
"contact" : [
{
"name" : "MedCom",
"telecom" : [
{
"system" : "url",
"value" : "http://www.medcom.dk"
}
]
}
],
"description" : "CodeSystem including all types of MedCom messages",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "DK",
"display" : "Denmark"
}
]
}
],
"caseSensitive" : false,
"content" : "complete",
"count" : 5,
"concept" : [
{
"code" : "empty-message",
"display" : "Message with no content"
},
{
"code" : "care-communication-message",
"display" : "Care Communication Message"
},
{
"code" : "hospital-notification-message",
"display" : "Hospital Notification Message"
},
{
"code" : "acknowledgement-message",
"display" : "Acknowledgement Message"
},
{
"code" : "homecareobservation-message",
"display" : "HomeCare Observation Message"
}
]
}