This page is part of the FHIR Specification (v5.0.0-ballot: FHIR R5 Ballot Preview). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4
Patient Care Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Definition for Code SystemEventStatus
@prefix fhir: <http://hl7.org/fhir/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . # - resource ------------------------------------------------------------------- [] a fhir:CodeSystem; fhir:Resource.id [ fhir:value "event-status"]; fhir:Resource.meta [ fhir:Meta.lastUpdated [ fhir:value "2022-09-07T10:58:29.429+10:00" ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ]; fhir:DomainResource.extension [ fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ]; fhir:Extension.value [ fhir:value "pc" ] ], [ fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ]; fhir:Extension.value [ fhir:value "trial-use" ] ], [ fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ]; fhir:Extension.value [ fhir:value "3" ] ]; fhir:CanonicalResource.url [ fhir:value "http://hl7.org/fhir/event-status"]; fhir:CanonicalResource.identifier [ fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.110" ] ]; fhir:CanonicalResource.version [ fhir:value "5.0.0-ballot"]; fhir:CanonicalResource.name [ fhir:value "EventStatus"]; fhir:CanonicalResource.title [ fhir:value "EventStatus"]; fhir:CanonicalResource.status [ fhir:value "draft"]; fhir:CanonicalResource.experimental [ fhir:value "true"]; fhir:CanonicalResource.date [ fhir:value "2022-09-07T10:58:29+10:00"]; fhir:CanonicalResource.publisher [ fhir:value "HL7 (FHIR Project)"]; fhir:CanonicalResource.contact [ fhir:ContactDetail.telecom [ fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ] ], [ fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ] ] ]; fhir:CanonicalResource.description [ fhir:value "Codes identifying the lifecycle stage of an event."]; fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/event-status"]; fhir:CodeSystem.identifier [ fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.110" ] ]; fhir:CodeSystem.version [ fhir:value "5.0.0-ballot"]; fhir:CodeSystem.name [ fhir:value "EventStatus"]; fhir:CodeSystem.title [ fhir:value "EventStatus"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.experimental [ fhir:value "true"]; fhir:CodeSystem.date [ fhir:value "2022-09-07T10:58:29+10:00"]; fhir:CodeSystem.publisher [ fhir:value "HL7 (FHIR Project)"]; fhir:CodeSystem.contact [ fhir:ContactDetail.telecom [ fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ] ], [ fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ] ] ]; fhir:CodeSystem.description [ fhir:value "Codes identifying the lifecycle stage of an event."]; fhir:CodeSystem.caseSensitive [ fhir:value "true"]; fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/event-status"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:ConceptDefinitionComponent.code [ fhir:value "preparation" ]; fhir:ConceptDefinitionComponent.display [ fhir:value "Preparation" ]; fhir:ConceptDefinitionComponent.definition [ fhir:value "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." ] ], [ fhir:ConceptDefinitionComponent.code [ fhir:value "in-progress" ]; fhir:ConceptDefinitionComponent.display [ fhir:value "In Progress" ]; fhir:ConceptDefinitionComponent.definition [ fhir:value "The event is currently occurring." ] ], [ fhir:ConceptDefinitionComponent.code [ fhir:value "not-done" ]; fhir:ConceptDefinitionComponent.display [ fhir:value "Not Done" ]; fhir:ConceptDefinitionComponent.definition [ fhir:value "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." ] ], [ fhir:ConceptDefinitionComponent.code [ fhir:value "on-hold" ]; fhir:ConceptDefinitionComponent.display [ fhir:value "On Hold" ]; fhir:ConceptDefinitionComponent.definition [ fhir:value "The event has been temporarily stopped but is expected to resume in the future." ] ], [ fhir:ConceptDefinitionComponent.code [ fhir:value "stopped" ]; fhir:ConceptDefinitionComponent.display [ fhir:value "Stopped" ]; fhir:ConceptDefinitionComponent.definition [ fhir:value "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." ] ], [ fhir:ConceptDefinitionComponent.code [ fhir:value "completed" ]; fhir:ConceptDefinitionComponent.display [ fhir:value "Completed" ]; fhir:ConceptDefinitionComponent.definition [ fhir:value "The event has now concluded." ] ], [ fhir:ConceptDefinitionComponent.code [ fhir:value "entered-in-error" ]; fhir:ConceptDefinitionComponent.display [ fhir:value "Entered in Error" ]; fhir:ConceptDefinitionComponent.definition [ fhir:value "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\".)." ] ], [ fhir:ConceptDefinitionComponent.code [ fhir:value "unknown" ]; fhir:ConceptDefinitionComponent.display [ fhir:value "Unknown" ]; fhir:ConceptDefinitionComponent.definition [ fhir:value "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." ] ] . # -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.