This page is part of the MedCom Terminology (v1.1.0: Release) based on FHIR R4. The current version which supercedes this version is 1.1.1. For a full list of available versions, see the Directory of published versions
: MedComAcknowledgementIssueDetails - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "medcom-acknowledgement-issue-details",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-acknowledgement-issue-details</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-development-error<a name=\"medcom-acknowledgement-issue-details-message-development-error\"> </a></td><td>This code is temporary. It is used to describe an error in the development of the message.</td></tr><tr><td style=\"white-space:nowrap\">message-delivery-error<a name=\"medcom-acknowledgement-issue-details-message-delivery-error\"> </a></td><td>This code is temporary. It is used to describe an error in the delivery of the message.</td></tr></table></div>"
},
"url" : "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-acknowledgement-issue-details",
"version" : "1.1.0",
"name" : "MedComAcknowledgementIssueDetails",
"title" : "MedComAcknowledgementIssueDetails",
"status" : "draft",
"date" : "2022-09-01",
"publisher" : "MedCom",
"contact" : [
{
"name" : "MedCom",
"telecom" : [
{
"system" : "url",
"value" : "http://www.medcom.dk"
}
]
}
],
"description" : "CodeSystem including detailed issues describtions. This CodeSystem is intended to be extended in collaboration the IT-vendors.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "DK",
"display" : "Denmark"
}
]
}
],
"caseSensitive" : false,
"content" : "complete",
"count" : 2,
"concept" : [
{
"code" : "message-development-error",
"display" : "This code is temporary. It is used to describe an error in the development of the message."
},
{
"code" : "message-delivery-error",
"display" : "This code is temporary. It is used to describe an error in the delivery of the message."
}
]
}