:py:mod:`spark_auto_mapper_fhir.value_sets.event_status` ======================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.event_status Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.event_status.EventStatusCode spark_auto_mapper_fhir.value_sets.event_status.EventStatusCodeValues .. py:class:: EventStatusCode(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` EventStatus From: http://hl7.org/fhir/event-status in valuesets.xml Codes identifying the lifecycle stage of an event. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/event-status .. py:class:: EventStatusCodeValues 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. From: http://hl7.org/fhir/event-status in valuesets.xml .. py:attribute:: Preparation The event is currently occurring. From: http://hl7.org/fhir/event-status in valuesets.xml .. py:attribute:: InProgress 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. From: http://hl7.org/fhir/event-status in valuesets.xml .. py:attribute:: NotDone The event has been temporarily stopped but is expected to resume in the future. From: http://hl7.org/fhir/event-status in valuesets.xml .. py:attribute:: OnHold The event was terminated prior to the full completion of the intended activity but after at least some of the 'main' activity (beyond preparation) has occurred. From: http://hl7.org/fhir/event-status in valuesets.xml .. py:attribute:: Stopped The event has now concluded. From: http://hl7.org/fhir/event-status in valuesets.xml .. py:attribute:: Completed 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 "stopped" rather than "entered-in-error".). From: http://hl7.org/fhir/event-status in valuesets.xml .. py:attribute:: EnteredInError 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 "other" - one of the listed statuses is presumed to apply, but the authoring/source system does not know which. From: http://hl7.org/fhir/event-status in valuesets.xml .. py:attribute:: Unknown