NAPKON GECCO+
1.0.0 - ci-build

NAPKON GECCO+ - Local Development build (v1.0.0). See the Directory of published versions

: RestrictedEventStatus - XML Representation

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="restricted-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/R4/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/R4/codesystem-event-status.html#event-status-not-done">not-done</a></td><td>Not Done</td><td>The event was terminated prior to any activity beyond preparation.  I.e. The 'main' activity has not yet begun.  The boundary between preparatory and the 'main' activity is context-specific.</td></tr><tr><td><a href="http://hl7.org/fhir/R4/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/R4/codesystem-event-status.html#event-status-unknown">unknown</a></td><td>Unknown</td><td>The authoring/source system does not know which of the status values currently applies for this event.  Note: This concept is not to be used for &quot;other&quot; - one of the listed statuses is presumed to apply,  but the authoring/source system does not know which.</td></tr><tr><td><a href="http://hl7.org/fhir/R4/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></ul></div>
  </text>
  <url value="https://www.napkon.de/fhir/ValueSet/restricted-event-status"/>
  <version value="1.0.0"/>
  <name value="RestrictedEventStatus"/>
  <title value="RestrictedEventStatus"/>
  <status value="active"/>
  <date value="2021-12-17T13:44:29+00:00"/>
  <description
               value="EventStatus value set restricted to codes not-done, active, completed and unknown"/>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/event-status"/>
      <concept>
        <code value="not-done"/>
      </concept>
      <concept>
        <code value="completed"/>
      </concept>
      <concept>
        <code value="unknown"/>
      </concept>
      <concept>
        <code value="in-progress"/>
      </concept>
    </include>
  </compose>
</ValueSet>