eHealth Infrastructure (v2020.8)



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="ehealth-event-status"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><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-preparation">preparation</a></td><td>Preparation</td><td>The core event has not started yet, but some staging activities have begun (e.g. surgical suite preparation).  Preparation stages may be tracked for billing purposes.</td></tr><tr><td><a href="http://hl7.org/fhir/STU3/codesystem-event-status.html#event-status-completed">completed</a></td><td>Completed</td><td>The event has now concluded</td></tr><tr><td><a href="http://hl7.org/fhir/STU3/codesystem-event-status.html#event-status-aborted">aborted</a></td><td>Aborted</td><td>The event was  prior to the full completion of the intended actions</td></tr></table></li></ul></div>
  </text>
  <url value="http://ehealth.sundhed.dk/vs/event-status"/>
  <version value="0.6.0"/>
  <name value="EventStatus"/>
  <title value="EventStatus"/>
  <status value="active"/>
  <experimental value="true"/>
  <date value="2019-02-08T00: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="Status codes for ehealth-message"/>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/event-status"/>
      <concept>
        <code value="preparation"/>
        <display value="Preparation"/>
      </concept>
      <concept>
        <code value="completed"/>
        <display value="Completed"/>
      </concept>
      <concept>
        <code value="aborted"/>
        <display value="Aborted"/>
      </concept>
    </include>
  </compose>
</ValueSet>