DK MedCom Terminology
1.7.0 - release
DK MedCom Terminology, published by MedCom. This guide is not an authorized publication; it is the continuous build for version 1.7.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medcomdk/dk-medcom-terminology/ and changes regularly. See the Directory of published versions
Active as of 2022-09-01 |
{
"resourceType" : "CodeSystem",
"id" : "medcom-messaging-destinationUse",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem medcom-messaging-destinationUse</b></p><a name=\"medcom-messaging-destinationUse\"> </a><a name=\"hcmedcom-messaging-destinationUse\"> </a><a name=\"medcom-messaging-destinationUse-da-DK\"> </a><p>This case-insensitive code system <code>http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-destinationUse</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\">primary<a name=\"medcom-messaging-destinationUse-primary\"> </a></td><td>Primary destination</td></tr><tr><td style=\"white-space:nowrap\">cc<a name=\"medcom-messaging-destinationUse-cc\"> </a></td><td>Carbon-copy destination</td></tr></table></div>"
},
"url" : "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-destinationUse",
"version" : "1.7.0",
"name" : "MedComMessagingDesinationUseCodes",
"title" : "MedComMessagingDestinationUse",
"status" : "active",
"experimental" : false,
"date" : "2022-09-01",
"publisher" : "MedCom",
"contact" : [
{
"name" : "MedCom",
"telecom" : [
{
"system" : "url",
"value" : "http://www.medcom.dk"
}
]
}
],
"description" : "Codes indicatin whether the use of a destination in a MedCom message header is as a primary or a carbon copy recipient of the message",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "DK",
"display" : "Denmark"
}
]
}
],
"caseSensitive" : false,
"content" : "complete",
"count" : 2,
"concept" : [
{
"code" : "primary",
"display" : "Primary destination"
},
{
"code" : "cc",
"display" : "Carbon-copy destination"
}
]
}