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
Logical Model Event
{ "resourceType": "StructureDefinition", "id": "Event", "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">to do</div>" }, "url": "http://hl7.org/fhir/StructureDefinition/Event", "name": "Event", "display": "event", "status": "draft", "publisher": "Health Level Seven International fhir", "contact": [ { "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" } ] } ], "date": "2016-08-11T17:02:54+10:00", "description": "Logical Model: A pattern to be followed by resources that represent the performance of some task, possibly in accordance with a request or service definition.", "fhirVersion": "1.6.0", "mapping": [ { "identity": "rim", "uri": "http://hl7.org/v3", "name": "RIM Mapping" }, { "identity": "w5", "uri": "http://hl7.org/fhir/w5", "name": "W5 Mapping" } ], "kind": "logical", "abstract": false, "snapshot": { "element": [ { "id": "Event", "path": "Event", "short": "Event Pattern", "definition": "A pattern to be followed by resources that represent the performance of some task, possibly in accordance with a request or service definition.", "min": 0, "max": "*", "mapping": [ { "identity": "rim", "map": "Act[moodCode=EVN]" } ] }, { "id": "Event.identifier", "path": "Event.identifier", "short": "Business Identifer for event", "definition": "Identifiers assigned to this event performer or other systems.", "requirements": "Allows identification of the event as it is known by various participating systems and in a way that remains consistent across servers.", "min": 0, "max": "1", "type": [ { "code": "Identifier" } ], "isSummary": true, "mapping": [ { "identity": "rim", "map": ".identifier" }, { "identity": "w5", "map": "id" } ] }, { "id": "Event.definition", "path": "Event.definition", "short": "Instantiates protocol or definition", "definition": "A protocol, guideline, orderset or other definition that was adhered to in whole or in part by this event.", "comments": "[The allowed reference resources may be adjusted as appropriate for the event resource].", "min": 0, "max": "*", "type": [ { "code": "Reference", "profile": "http://hl7.org/fhir/StructureDefinition/Definition" } ], "isSummary": true, "mapping": [ { "identity": "rim", "map": ".outboundRelationship[typeCode=DEFN].target" } ] }, { "id": "Event.basedOn", "path": "Event.basedOn", "short": "Fulfills plan, proposal or order", "definition": "A plan, proposal or order that is fulfilled in whole or in part by this event.", "comments": "[The allowed reference resources may be adjusted as appropriate for the event resource].", "requirements": "Allows tracing of authorization for the event and tracking whether proposals/recommendations were acted upon.", "alias": [ "fufills" ], "min": 0, "max": "*", "type": [ { "code": "Reference", "profile": "http://hl7.org/fhir/StructureDefinition/Request" } ], "isSummary": true, "mapping": [ { "identity": "rim", "map": ".outboundRelationship[typeCode=FLFS].target" } ] }, { "id": "Event.parent", "path": "Event.parent", "short": "Part of referenced event", "definition": "A larger event of which this particular event is a component or step.", "comments": "Not to be used to link an event to an Encounter - use Event.context for that.\n\n[The allowed reference resources may be adjusted as appropriate for the event resource].", "requirements": "E.g. Drug administration as part of a procedure, procedure as part of observation, etc.", "alias": [ "container" ], "min": 0, "max": "*", "type": [ { "code": "Reference", "profile": "http://hl7.org/fhir/StructureDefinition/Event" } ], "isSummary": true, "mapping": [ { "identity": "rim", "map": ".inboundRelationship[typeCode=COMP].source[moodCode=EVN]" } ] }, { "id": "Event.status", "path": "Event.status", "short": "preparation | in-progress | suspended | aborted | completed | entered-in-error", "definition": "The current state of the event.", "min": 1, "max": "1", "type": [ { "code": "code" } ], "isModifier": true, "isSummary": true, "binding": { "strength": "required", "description": "Codes identifying the stage lifecycle stage of a event", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/event-status" } }, "mapping": [ { "identity": "rim", "map": ".status" }, { "identity": "w5", "map": "status" } ] }, { "id": "Event.code", "path": "Event.code", "short": "What was done", "definition": "A code that identifies the specific service or action that was or is being performed.", "alias": [ "type" ], "min": 0, "max": "1", "type": [ { "code": "CodeableConcept" } ], "isSummary": true, "binding": { "strength": "example", "description": "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." }, "mapping": [ { "identity": "rim", "map": ".code" }, { "identity": "w5", "map": "what" } ] }, { "id": "Event.subject", "path": "Event.subject", "short": "Individual service was done for/to", "definition": "The individual or set of individuals the action is being or was performed on.", "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.)].", "requirements": "Links the event to the Patient context.", "alias": [ "patient" ], "min": 1, "max": "1", "type": [ { "code": "Reference", "profile": "http://hl7.org/fhir/StructureDefinition/Patient" }, { "code": "Reference", "profile": "http://hl7.org/fhir/StructureDefinition/Group" } ], "isSummary": true, "mapping": [ { "identity": "rim", "map": ".participation[typeCode=SBJ].role" }, { "identity": "w5", "map": "who.focus" } ] }, { "id": "Event.context", "path": "Event.context", "short": "Encounter / Episode associated with event", "definition": "The encounter or episode of care that establishes the context for this event.", "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).", "requirements": "Links the request to the Encounter context.", "alias": [ "encounter" ], "min": 0, "max": "1", "type": [ { "code": "Reference", "profile": "http://hl7.org/fhir/StructureDefinition/Encounter" }, { "code": "Reference", "profile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" } ], "isSummary": true, "mapping": [ { "identity": "rim", "map": ".inboundRelationship(typeCode=COMP].source[classCode<=PCPR, moodCode=EVN]" }, { "identity": "w5", "map": "context" } ] }, { "id": "Event.occurrence[x]", "path": "Event.occurrence[x]", "short": "When event occurred", "definition": "The date or time(s) the activity occurred.", "comments": "[The list of types may be constrained as appropriate for the type of event].", "alias": [ "timing" ], "min": 0, "max": "1", "type": [ { "code": "dateTime" }, { "code": "Period" }, { "code": "Timing" } ], "isSummary": true, "mapping": [ { "identity": "rim", "map": ".effectiveTime" }, { "identity": "w5", "map": "when.planned" } ] }, { "id": "Event.performer", "path": "Event.performer", "short": "Who performed event", "definition": "Indicates who or what performed the event.", "min": 0, "max": "1", "type": [ { "code": "Reference", "profile": "http://hl7.org/fhir/StructureDefinition/Practitioner" }, { "code": "Reference", "profile": "http://hl7.org/fhir/StructureDefinition/Organization" }, { "code": "Reference", "profile": "http://hl7.org/fhir/StructureDefinition/Patient" }, { "code": "Reference", "profile": "http://hl7.org/fhir/StructureDefinition/Device" }, { "code": "Reference", "profile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson" } ], "isSummary": true, "mapping": [ { "identity": "rim", "map": ".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]" }, { "identity": "w5", "map": "who.actor" } ] }, { "id": "Event.reasonCode", "path": "Event.reasonCode", "short": "Why was event performed?", "definition": "Describes why the event occurred in coded or textual form.", "comments": "Textual reasons can be caprued using reasonCode.text.", "min": 0, "max": "*", "type": [ { "code": "CodeableConcept" } ], "isSummary": true, "binding": { "strength": "example", "description": "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." }, "mapping": [ { "identity": "rim", "map": ".reasonCode" }, { "identity": "w5", "map": "why" } ] }, { "id": "Event.reasonReference", "path": "Event.reasonReference", "short": "Why was event performed?", "definition": "Indicates another resource whose existence justifies this event.", "comments": "[Additional resources may be added as appropriate].", "min": 0, "max": "*", "type": [ { "code": "Reference", "profile": "http://hl7.org/fhir/StructureDefinition/Condition" }, { "code": "Reference", "profile": "http://hl7.org/fhir/StructureDefinition/Observation" } ], "isSummary": true, "mapping": [ { "identity": "rim", "map": ".outboundRelationship[typeCode=RSON].target" }, { "identity": "w5", "map": "why" } ] }, { "id": "Event.note", "path": "Event.note", "short": "Comments made about the event", "definition": "Comments made about the event by the performer, subject or other participants.", "min": 0, "max": "*", "type": [ { "code": "Annotation" } ], "mapping": [ { "identity": "rim", "map": ".inboundRelationship(typeCode=SUBJ].source[classCode=ANNGEN, moodCode=EVN].value[xsi:type=ST]" } ] } ] } }
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.