PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@1.8.0
    http://hl7.org/fhir/event-status
{
  "description": "Codes identifying the stage lifecycle stage of a event",
  "_filename": "codesystem-event-status.json",
  "package_name": "hl7.fhir.core",
  "date": "2016-12-06T12:22:34+11:00",
  "meta": {
    "lastUpdated": "2016-12-06T12:22:34.981+11:00"
  },
  "publisher": "HL7 (FHIR Project)",
  "content": "complete",
  "name": "EventStatus",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": null,
  "package_version": "1.8.0",
  "status": "draft",
  "id": "1f47d5d9-08d0-4a03-af33-3bf568868dfe",
  "valueSet": "http://hl7.org/fhir/ValueSet/event-status",
  "kind": null,
  "url": "http://hl7.org/fhir/event-status",
  "identifier": {
    "value": "urn:oid:2.16.840.1.113883.4.642.1.929",
    "system": "urn:ietf:rfc:3986"
  },
  "concept": [ {
    "code": "preparation",
    "display": "Preparation",
    "definition": "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."
  }, {
    "code": "in-progress",
    "display": "In Progress",
    "definition": "The event is currently occurring"
  }, {
    "code": "suspended",
    "display": "Suspended",
    "definition": "The event has been temporarily stopped but is expected to resume in the future"
  }, {
    "code": "aborted",
    "display": "Aborted",
    "definition": "The event was  prior to the full completion of the intended actions"
  }, {
    "code": "completed",
    "display": "Completed",
    "definition": "The event has now concluded"
  }, {
    "code": "entered-in-error",
    "display": "Entered in Error",
    "definition": "This electronic record should never have existed, though it is possible that real-world decisions were based on it.  (If real-world activity has occurred, the status should be \"cancelled\" rather than \"entered-in-error\".)"
  }, {
    "code": "unknown",
    "display": "Unknown",
    "definition": "The authoring system does not know which of the status values currently applies for this event"
  } ],
  "caseSensitive": true,
  "version": "1.8.0",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    }, {
      "value": "fhir@lists.hl7.org",
      "system": "email"
    } ]
  } ]
}