eHealth Infrastructure (v2020.8)


{
  "resourceType" : "ValueSet",
  "id" : "ehealth-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/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>"
  },
  "url" : "http://ehealth.sundhed.dk/vs/event-status",
  "version" : "0.6.0",
  "name" : "EventStatus",
  "title" : "EventStatus",
  "status" : "active",
  "experimental" : true,
  "date" : "2019-02-08T00:00:00+00:00",
  "publisher" : "ehealth.sundhed.dk",
  "contact" : [
    {
      "name" : "ehealth.sundhed.dk",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://ehealth.sundhed.dk/terminology"
        }
      ]
    }
  ],
  "description" : "Status codes for ehealth-message",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/event-status",
        "concept" : [
          {
            "code" : "preparation",
            "display" : "Preparation"
          },
          {
            "code" : "completed",
            "display" : "Completed"
          },
          {
            "code" : "aborted",
            "display" : "Aborted"
          }
        ]
      }
    ]
  }
}