STU 3 Ballot

This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). 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 R3

??.??.5 Resource event - Detailed Descriptions

Detailed Descriptions for the elements in the event resource.

Event
Definition

A pattern to be followed by resources that represent the performance of some task, possibly in accordance with a request or service definition.

Control1..1
Event.identifier
Definition

Identifiers assigned to this event performer or other systems.

NoteThis is a business identifer, not a resource identifier (see discussion)
Control0..1
TypeIdentifier
Requirements

Allows identification of the event as it is known by various participating systems and in a way that remains consistent across servers.

Summarytrue
Event.definition
Definition

A protocol, guideline, orderset or other definition that was adhered to in whole or in part by this event.

Control0..*
TypeReference(Definition)
Summarytrue
Comments

[The allowed reference resources may be adjusted as appropriate for the event resource].

Event.basedOn
Definition

A plan, proposal or order that is fulfilled in whole or in part by this event.

Control0..*
TypeReference(Request)
Requirements

Allows tracing of authorization for the event and tracking whether proposals/recommendations were acted upon.

Alternate Namesfufills
Summarytrue
Comments

[The allowed reference resources may be adjusted as appropriate for the event resource].

Event.parent
Definition

A larger event of which this particular event is a component or step.

Control0..*
TypeReference(Event)
Requirements

E.g. Drug administration as part of a procedure, procedure as part of observation, etc.

Alternate Namescontainer
Summarytrue
Comments

Not to be used to link an event to an Encounter - use Event.context for that.

[The allowed reference resources may be adjusted as appropriate for the event resource].

Event.status
Definition

The current state of the event.

Control1..1
BindingEventStatus: Codes identifying the stage lifecycle stage of a event (Required)
Typecode
Is Modifiertrue
Summarytrue
To DoShould this be a common code system for all events?
Event.code
Definition

A code that identifies the specific service or action that was or is being performed.

Control0..1
BindingEventCode: Codes indicating the details of what is/was done. These will vary significantly based on the type of request resource and will often be example/preferred rather than extensible/required.
TypeCodeableConcept
Alternate Namestype
Summarytrue
Event.subject
Definition

The individual or set of individuals the action is being or was performed on.

Control1..1
TypeReference(Patient | Group)
Requirements

Links the event to the Patient context.

Alternate Namespatient
Summarytrue
Comments

[For resources that aren't patient-specific, the set of allowed resources may be extended to include other things. Group should generally be retained unless there's certainty this resource won't be used for veterinary, research or public health settings where Group may be necessary (e.g. this cage of rats/crate of chickens, group of people in a 5 mile radious of the incident, etc.)].

To DoFor mapping, is it better if we make this Any and then constrain it down?
Event.context
Definition

The encounter or episode of care that establishes the context for this event.

Control0..1
TypeReference(Encounter | EpisodeOfCare)
Requirements

Links the request to the Encounter context.

Alternate Namesencounter
Summarytrue
Comments

This will typically be the encounter the event occurred within, but some events may be initiated prior to or after the official completion of an encounter or episode but still be tied to the context of the encounter or episode (e.g. pre-admission lab tests).

Event.occurrence[x]
Definition

The date or time(s) the activity occurred.

Control0..1
TypedateTime|Period|Timing
[x] NoteSee Choice of Data Types for further information about how to use [x]
Alternate Namestiming
Summarytrue
Comments

[The list of types may be constrained as appropriate for the type of event].

Event.performer
Definition

Indicates who or what performed the event.

Control0..1
TypeReference(Practitioner | Organization | Patient | Device | RelatedPerson)
Summarytrue
Event.reasonCode
Definition

Describes why the event occurred in coded or textual form.

Control0..*
BindingEventReason: Codes identifying why this event was necessary. These may be clinical reasons (e.g. diagnoses, symptoms) and/or administrative reasons. While the detailed constraints of relevant reasons will vary by resource, some degree of consistency across resources around recommended codes would be desirable.
TypeCodeableConcept
Summarytrue
Comments

Textual reasons can be caprued using reasonCode.text.

Event.reasonReference
Definition

Indicates another resource whose existence justifies this event.

Control0..*
TypeReference(Condition | Observation)
Summarytrue
Comments

[Additional resources may be added as appropriate].

Event.note
Definition

Comments made about the event by the performer, subject or other participants.

Control0..*
TypeAnnotation