{
"resourceType" : "ValueSet",
"id" : "ehealth-communication-not-done-reason",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/STU3/codesystem-event-status.html\"><code>http://hl7.org/fhir/event-status</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/STU3/codesystem-event-status.html#event-status-in-progress\">in-progress</a></td><td>In Progress</td><td>The event is currently occurring</td></tr></table></li><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/STU3/codesystem-communication-not-done-reason.html\"><code>http://hl7.org/fhir/communication-not-done-reason</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/STU3/codesystem-communication-not-done-reason.html#communication-not-done-reason-system-error\">system-error</a></td><td>System Error</td><td>The communication was not done due to a system error.</td></tr><tr><td><a href=\"http://hl7.org/fhir/STU3/codesystem-communication-not-done-reason.html#communication-not-done-reason-recipient-unavailable\">recipient-unavailable</a></td><td>Recipient Unavailable</td><td>The communication was not done due to the recipient being unavailable.</td></tr></table></li></ul></div>"
},
"url" : "http://ehealth.sundhed.dk/vs/communication-not-done-reason",
"version" : "0.6.0",
"name" : "CommunicationNotDoneReason",
"title" : "CommunicationNotDoneReason",
"status" : "active",
"experimental" : true,
"date" : "2020-08-28T00:00:00+00:00",
"publisher" : "ehealth.sundhed.dk",
"contact" : [
{
"name" : "ehealth.sundhed.dk",
"telecom" : [
{
"system" : "url",
"value" : "http://ehealth.sundhed.dk/terminology"
}
]
}
],
"description" : "Not done reason codes for ehealth-message",
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/event-status",
"concept" : [
{
"code" : "in-progress",
"display" : "In Progress"
}
]
},
{
"system" : "http://hl7.org/fhir/communication-not-done-reason",
"concept" : [
{
"code" : "system-error",
"display" : "System Error"
},
{
"code" : "recipient-unavailable",
"display" : "Recipient Unavailable"
}
]
}
]
}
}