PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r3.core@3.0.2
    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.r3.core",
  "date": "2019-10-24T11:53:00+11:00",
  "meta": {
    "lastUpdated": "2019-10-24T11:53:00+11:00"
  },
  "publisher": "HL7 (FHIR Project)",
  "content": "complete",
  "name": "EventStatus",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": null,
  "package_version": "3.0.2",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
    "valueString": "Informative"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 3
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "pc"
  } ],
  "status": "draft",
  "id": "72c7239f-ca6d-40bc-bd40-a4cd2ea78fc7",
  "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.101",
    "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 request.  Note: This concept is not to be used for \"other\" - one of the listed statuses is presumed to apply, it's just not known which one."
  } ],
  "caseSensitive": true,
  "version": "3.0.2",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    }, {
      "value": "fhir@lists.hl7.org",
      "system": "email"
    } ]
  } ]
}