NAPKON GECCO+
1.0.0 - ci-build

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

: RestrictedEventStatus - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "restricted-event-status",
  "text" : {
    "status" : "extensions",
    "div" : "<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>"
  },
  "url" : "https://www.napkon.de/fhir/ValueSet/restricted-event-status",
  "version" : "1.0.0",
  "name" : "RestrictedEventStatus",
  "title" : "RestrictedEventStatus",
  "status" : "active",
  "date" : "2021-12-17T13:44:29+00:00",
  "description" : "EventStatus value set restricted to codes not-done, active, completed and unknown",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/event-status",
        "concept" : [
          {
            "code" : "not-done"
          },
          {
            "code" : "completed"
          },
          {
            "code" : "unknown"
          },
          {
            "code" : "in-progress"
          }
        ]
      }
    ]
  }
}