eHealth Infrastructure (v2020.7)



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="ehealth-communication-not-done-reason"/>
  <text>
    <status value="extensions"/>
    <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>
  </text>
  <url value="http://ehealth.sundhed.dk/vs/communication-not-done-reason"/>
  <version value="0.6.0"/>
  <name value="CommunicationNotDoneReason"/>
  <title value="CommunicationNotDoneReason"/>
  <status value="active"/>
  <experimental value="true"/>
  <date value="2020-08-28T00:00:00+00:00"/>
  <publisher value="ehealth.sundhed.dk"/>
  <contact>
    <name value="ehealth.sundhed.dk"/>
    <telecom>
      <system value="url"/>
      <value value="http://ehealth.sundhed.dk/terminology"/>
    </telecom>
  </contact>
  <description value="Not done reason codes for ehealth-message"/>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/event-status"/>
      <concept>
        <code value="in-progress"/>
        <display value="In Progress"/>
      </concept>
    </include>
    <include>
      <system value="http://hl7.org/fhir/communication-not-done-reason"/>
      <concept>
        <code value="system-error"/>
        <display value="System Error"/>
      </concept>
      <concept>
        <code value="recipient-unavailable"/>
        <display value="Recipient Unavailable"/>
      </concept>
    </include>
  </compose>
</ValueSet>