This page is part of the FHIR Specification (v5.0.0-snapshot3: R5 Snapshot #3, to support Connectathon 32). 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
Clinical Decision Support Work Group | Maturity Level: 0 | Trial Use | Security Category: Anonymous | Compartments: Not linked to any defined compartments |
The EventDefinition resource provides a reusable description of when a particular event can occur.
This resource is a definition resource from a FHIR workflow perspective - see Workflow, specifically Definition.
The EventDefinition provides a reusable description of an event. The resource supports describing different kinds of events, including named events, periodic events, and data-based events. For each of these, the resource also supports a formal description of the event. For example, a 'monitor-emergency-admissions' event can be a named event, but also provide a formal description of the event as monitoring for encounters that occur in emergency department locations.
The EventDefinition resource is intended to be used to provide a reusable description of events for use by other resources that require event definition, such as Subscription. EventDefinition is a definition of an event that could occur, whereas Subscription is asking for notification of events when they occur.
Structure
Name ![]() | Flags ![]() | Card. ![]() | Type ![]() | Description & Constraints ![]() ![]() |
|---|---|---|---|---|
![]() | TU | DomainResource | A description of when an event can occur + Warning: Name should be usable as an identifier for the module by machine processing applications such as code generation Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension Interfaces Implemented: MetadataResource | |
![]() ![]() | ΣC | 0..1 | uri | Canonical identifier for this event definition, represented as a URI (globally unique) + Warning: URL should not contain | or # - these characters make processing canonical references problematic |
![]() ![]() | Σ | 0..* | Identifier | Additional identifier for the event definition |
![]() ![]() | Σ | 0..1 | string | Business version of the event definition |
![]() ![]() | ΣC | 0..1 | string | Name for this event definition (computer friendly) |
![]() ![]() | ΣT | 0..1 | string | Name for this event definition (human friendly) |
![]() ![]() | 0..1 | string | Subordinate title of the event definition | |
![]() ![]() | ?!Σ | 1..1 | code | draft | active | retired | unknown PublicationStatus (Required) |
![]() ![]() | Σ | 0..1 | boolean | For testing purposes, not real usage |
![]() ![]() | 0..1 | Type of individual the event definition is focused on Participant Resource Types (Extensible) | ||
![]() ![]() ![]() | CodeableConcept | |||
![]() ![]() ![]() | Reference(Group) | |||
![]() ![]() | Σ | 0..1 | dateTime | Date last changed |
![]() ![]() | ΣT | 0..1 | string | Name of the publisher/steward (organization or individual) |
![]() ![]() | Σ | 0..* | ContactDetail | Contact details for the publisher |
![]() ![]() | T | 0..1 | markdown | Natural language description of the event definition |
![]() ![]() | Σ | 0..* | UsageContext | The context that the content is intended to support |
![]() ![]() | Σ | 0..* | CodeableConcept | Intended jurisdiction for event definition (if applicable) Jurisdiction ValueSet (Extensible) |
![]() ![]() | T | 0..1 | markdown | Why this event definition is defined |
![]() ![]() | 0..1 | string | Describes the clinical usage of the event definition | |
![]() ![]() | T | 0..1 | markdown | Use and/or publishing restrictions |
![]() ![]() | Σ | 0..1 | date | When the event definition was approved by publisher |
![]() ![]() | Σ | 0..1 | date | When the event definition was last reviewed |
![]() ![]() | Σ | 0..1 | Period | When the event definition is expected to be used |
![]() ![]() | 0..* | CodeableConcept | E.g. Education, Treatment, Assessment, etc. DefinitionTopic (Example) | |
![]() ![]() | 0..* | ContactDetail | Who authored the content | |
![]() ![]() | 0..* | ContactDetail | Who edited the content | |
![]() ![]() | 0..* | ContactDetail | Who reviewed the content | |
![]() ![]() | 0..* | ContactDetail | Who endorsed the content | |
![]() ![]() | 0..* | RelatedArtifact | Additional documentation, citations, etc. | |
![]() ![]() | Σ | 1..* | TriggerDefinition | "when" the event occurs (multiple = 'or') |
Documentation for this format ![]() | ||||
See the Extensions for this resource
UML Diagram (Legend)
XML Template
<EventDefinition xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <url value="[uri]"/><!-- 0..1 Canonical identifier for this event definition, represented as a URI (globally unique) --> <identifier><!-- 0..* Identifier Additional identifier for the event definition --></identifier> <version value="[string]"/><!-- 0..1 Business version of the event definition --> <name value="[string]"/><!-- I 0..1 Name for this event definition (computer friendly) --> <title value="[string]"/><!-- 0..1 Name for this event definition (human friendly) --> <subtitle value="[string]"/><!-- 0..1 Subordinate title of the event definition --> <status value="[code]"/><!-- 1..1 draft | active | retired | unknown --> <experimental value="[boolean]"/><!-- 0..1 For testing purposes, not real usage --> <subject[x]><!-- 0..1 CodeableConcept|Reference(Group) Type of individual the event definition is focused on --></subject[x]> <date value="[dateTime]"/><!-- 0..1 Date last changed --> <publisher value="[string]"/><!-- 0..1 Name of the publisher/steward (organization or individual) --> <contact><!-- 0..* ContactDetail Contact details for the publisher --></contact> <description value="[markdown]"/><!-- 0..1 Natural language description of the event definition --> <useContext><!-- 0..* UsageContext The context that the content is intended to support --></useContext> <jurisdiction><!-- 0..* CodeableConcept Intended jurisdiction for event definition (if applicable) --></jurisdiction> <purpose value="[markdown]"/><!-- 0..1 Why this event definition is defined --> <usage value="[string]"/><!-- 0..1 Describes the clinical usage of the event definition --> <copyright value="[markdown]"/><!-- 0..1 Use and/or publishing restrictions --> <approvalDate value="[date]"/><!-- 0..1 When the event definition was approved by publisher --> <lastReviewDate value="[date]"/><!-- 0..1 When the event definition was last reviewed --> <effectivePeriod><!-- 0..1 Period When the event definition is expected to be used --></effectivePeriod> <topic><!-- 0..* CodeableConcept E.g. Education, Treatment, Assessment, etc. --></topic> <author><!-- 0..* ContactDetail Who authored the content --></author> <editor><!-- 0..* ContactDetail Who edited the content --></editor> <reviewer><!-- 0..* ContactDetail Who reviewed the content --></reviewer> <endorser><!-- 0..* ContactDetail Who endorsed the content --></endorser> <relatedArtifact><!-- 0..* RelatedArtifact Additional documentation, citations, etc. --></relatedArtifact> <trigger><!-- 1..* TriggerDefinition "when" the event occurs (multiple = 'or') --></trigger> </EventDefinition>
JSON Template
{
"resourceType" : "EventDefinition",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"url" : "<uri>", // Canonical identifier for this event definition, represented as a URI (globally unique)
"identifier" : [{ Identifier }], // Additional identifier for the event definition
"version" : "<string>", // Business version of the event definition
"name" : "<string>", // I Name for this event definition (computer friendly)
"title" : "<string>", // Name for this event definition (human friendly)
"subtitle" : "<string>", // Subordinate title of the event definition
"status" : "<code>", // R! draft | active | retired | unknown
"experimental" : <boolean>, // For testing purposes, not real usage
// subject[x]: Type of individual the event definition is focused on. One of these 2:
"subjectCodeableConcept" : { CodeableConcept },
"subjectReference" : { Reference(Group) },
"date" : "<dateTime>", // Date last changed
"publisher" : "<string>", // Name of the publisher/steward (organization or individual)
"contact" : [{ ContactDetail }], // Contact details for the publisher
"description" : "<markdown>", // Natural language description of the event definition
"useContext" : [{ UsageContext }], // The context that the content is intended to support
"jurisdiction" : [{ CodeableConcept }], // Intended jurisdiction for event definition (if applicable)
"purpose" : "<markdown>", // Why this event definition is defined
"usage" : "<string>", // Describes the clinical usage of the event definition
"copyright" : "<markdown>", // Use and/or publishing restrictions
"approvalDate" : "<date>", // When the event definition was approved by publisher
"lastReviewDate" : "<date>", // When the event definition was last reviewed
"effectivePeriod" : { Period }, // When the event definition is expected to be used
"topic" : [{ CodeableConcept }], // E.g. Education, Treatment, Assessment, etc.
"author" : [{ ContactDetail }], // Who authored the content
"editor" : [{ ContactDetail }], // Who edited the content
"reviewer" : [{ ContactDetail }], // Who reviewed the content
"endorser" : [{ ContactDetail }], // Who endorsed the content
"relatedArtifact" : [{ RelatedArtifact }], // Additional documentation, citations, etc.
"trigger" : [{ TriggerDefinition }] // R! "when" the event occurs (multiple = 'or')
}
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> .[ a fhir:EventDefinition; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:EventDefinition.url [ uri ]; # 0..1 Canonical identifier for this event definition, represented as a URI (globally unique) fhir:EventDefinition.identifier [ Identifier ], ... ; # 0..* Additional identifier for the event definition fhir:EventDefinition.version [ string ]; # 0..1 Business version of the event definition fhir:EventDefinition.name [ string ]; # 0..1 I Name for this event definition (computer friendly) fhir:EventDefinition.title [ string ]; # 0..1 Name for this event definition (human friendly) fhir:EventDefinition.subtitle [ string ]; # 0..1 Subordinate title of the event definition fhir:EventDefinition.status [ code ]; # 1..1 draft | active | retired | unknown fhir:EventDefinition.experimental [ boolean ]; # 0..1 For testing purposes, not real usage # EventDefinition.subject[x] : 0..1 Type of individual the event definition is focused on. One of these 2 fhir:EventDefinition.subjectCodeableConcept [ CodeableConcept ] fhir:EventDefinition.subjectReference [ Reference(Group) ] fhir:EventDefinition.date [ dateTime ]; # 0..1 Date last changed fhir:EventDefinition.publisher [ string ]; # 0..1 Name of the publisher/steward (organization or individual) fhir:EventDefinition.contact [ ContactDetail ], ... ; # 0..* Contact details for the publisher fhir:EventDefinition.description [ markdown ]; # 0..1 Natural language description of the event definition fhir:EventDefinition.useContext [ UsageContext ], ... ; # 0..* The context that the content is intended to support fhir:EventDefinition.jurisdiction [ CodeableConcept ], ... ; # 0..* Intended jurisdiction for event definition (if applicable) fhir:EventDefinition.purpose [ markdown ]; # 0..1 Why this event definition is defined fhir:EventDefinition.usage [ string ]; # 0..1 Describes the clinical usage of the event definition fhir:EventDefinition.copyright [ markdown ]; # 0..1 Use and/or publishing restrictions fhir:EventDefinition.approvalDate [ date ]; # 0..1 When the event definition was approved by publisher fhir:EventDefinition.lastReviewDate [ date ]; # 0..1 When the event definition was last reviewed fhir:EventDefinition.effectivePeriod [ Period ]; # 0..1 When the event definition is expected to be used fhir:EventDefinition.topic [ CodeableConcept ], ... ; # 0..* E.g. Education, Treatment, Assessment, etc. fhir:EventDefinition.author [ ContactDetail ], ... ; # 0..* Who authored the content fhir:EventDefinition.editor [ ContactDetail ], ... ; # 0..* Who edited the content fhir:EventDefinition.reviewer [ ContactDetail ], ... ; # 0..* Who reviewed the content fhir:EventDefinition.endorser [ ContactDetail ], ... ; # 0..* Who endorsed the content fhir:EventDefinition.relatedArtifact [ RelatedArtifact ], ... ; # 0..* Additional documentation, citations, etc. fhir:EventDefinition.trigger [ TriggerDefinition ], ... ; # 1..* "when" the event occurs (multiple = 'or') ]
Changes since R4
| EventDefinition | |
| EventDefinition.subject[x] |
|
See the Full Difference for further information
Structure
Name ![]() | Flags ![]() | Card. ![]() | Type ![]() | Description & Constraints ![]() ![]() |
|---|---|---|---|---|
![]() | TU | DomainResource | A description of when an event can occur + Warning: Name should be usable as an identifier for the module by machine processing applications such as code generation Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension Interfaces Implemented: MetadataResource | |
![]() ![]() | ΣC | 0..1 | uri | Canonical identifier for this event definition, represented as a URI (globally unique) + Warning: URL should not contain | or # - these characters make processing canonical references problematic |
![]() ![]() | Σ | 0..* | Identifier | Additional identifier for the event definition |
![]() ![]() | Σ | 0..1 | string | Business version of the event definition |
![]() ![]() | ΣC | 0..1 | string | Name for this event definition (computer friendly) |
![]() ![]() | ΣT | 0..1 | string | Name for this event definition (human friendly) |
![]() ![]() | 0..1 | string | Subordinate title of the event definition | |
![]() ![]() | ?!Σ | 1..1 | code | draft | active | retired | unknown PublicationStatus (Required) |
![]() ![]() | Σ | 0..1 | boolean | For testing purposes, not real usage |
![]() ![]() | 0..1 | Type of individual the event definition is focused on Participant Resource Types (Extensible) | ||
![]() ![]() ![]() | CodeableConcept | |||
![]() ![]() ![]() | Reference(Group) | |||
![]() ![]() | Σ | 0..1 | dateTime | Date last changed |
![]() ![]() | ΣT | 0..1 | string | Name of the publisher/steward (organization or individual) |
![]() ![]() | Σ | 0..* | ContactDetail | Contact details for the publisher |
![]() ![]() | T | 0..1 | markdown | Natural language description of the event definition |
![]() ![]() | Σ | 0..* | UsageContext | The context that the content is intended to support |
![]() ![]() | Σ | 0..* | CodeableConcept | Intended jurisdiction for event definition (if applicable) Jurisdiction ValueSet (Extensible) |
![]() ![]() | T | 0..1 | markdown | Why this event definition is defined |
![]() ![]() | 0..1 | string | Describes the clinical usage of the event definition | |
![]() ![]() | T | 0..1 | markdown | Use and/or publishing restrictions |
![]() ![]() | Σ | 0..1 | date | When the event definition was approved by publisher |
![]() ![]() | Σ | 0..1 | date | When the event definition was last reviewed |
![]() ![]() | Σ | 0..1 | Period | When the event definition is expected to be used |
![]() ![]() | 0..* | CodeableConcept | E.g. Education, Treatment, Assessment, etc. DefinitionTopic (Example) | |
![]() ![]() | 0..* | ContactDetail | Who authored the content | |
![]() ![]() | 0..* | ContactDetail | Who edited the content | |
![]() ![]() | 0..* | ContactDetail | Who reviewed the content | |
![]() ![]() | 0..* | ContactDetail | Who endorsed the content | |
![]() ![]() | 0..* | RelatedArtifact | Additional documentation, citations, etc. | |
![]() ![]() | Σ | 1..* | TriggerDefinition | "when" the event occurs (multiple = 'or') |
Documentation for this format ![]() | ||||
See the Extensions for this resource
XML Template
<EventDefinition xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <url value="[uri]"/><!-- 0..1 Canonical identifier for this event definition, represented as a URI (globally unique) --> <identifier><!-- 0..* Identifier Additional identifier for the event definition --></identifier> <version value="[string]"/><!-- 0..1 Business version of the event definition --> <name value="[string]"/><!-- I 0..1 Name for this event definition (computer friendly) --> <title value="[string]"/><!-- 0..1 Name for this event definition (human friendly) --> <subtitle value="[string]"/><!-- 0..1 Subordinate title of the event definition --> <status value="[code]"/><!-- 1..1 draft | active | retired | unknown --> <experimental value="[boolean]"/><!-- 0..1 For testing purposes, not real usage --> <subject[x]><!-- 0..1 CodeableConcept|Reference(Group) Type of individual the event definition is focused on --></subject[x]> <date value="[dateTime]"/><!-- 0..1 Date last changed --> <publisher value="[string]"/><!-- 0..1 Name of the publisher/steward (organization or individual) --> <contact><!-- 0..* ContactDetail Contact details for the publisher --></contact> <description value="[markdown]"/><!-- 0..1 Natural language description of the event definition --> <useContext><!-- 0..* UsageContext The context that the content is intended to support --></useContext> <jurisdiction><!-- 0..* CodeableConcept Intended jurisdiction for event definition (if applicable) --></jurisdiction> <purpose value="[markdown]"/><!-- 0..1 Why this event definition is defined --> <usage value="[string]"/><!-- 0..1 Describes the clinical usage of the event definition --> <copyright value="[markdown]"/><!-- 0..1 Use and/or publishing restrictions --> <approvalDate value="[date]"/><!-- 0..1 When the event definition was approved by publisher --> <lastReviewDate value="[date]"/><!-- 0..1 When the event definition was last reviewed --> <effectivePeriod><!-- 0..1 Period When the event definition is expected to be used --></effectivePeriod> <topic><!-- 0..* CodeableConcept E.g. Education, Treatment, Assessment, etc. --></topic> <author><!-- 0..* ContactDetail Who authored the content --></author> <editor><!-- 0..* ContactDetail Who edited the content --></editor> <reviewer><!-- 0..* ContactDetail Who reviewed the content --></reviewer> <endorser><!-- 0..* ContactDetail Who endorsed the content --></endorser> <relatedArtifact><!-- 0..* RelatedArtifact Additional documentation, citations, etc. --></relatedArtifact> <trigger><!-- 1..* TriggerDefinition "when" the event occurs (multiple = 'or') --></trigger> </EventDefinition>
JSON Template
{
"resourceType" : "EventDefinition",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"url" : "<uri>", // Canonical identifier for this event definition, represented as a URI (globally unique)
"identifier" : [{ Identifier }], // Additional identifier for the event definition
"version" : "<string>", // Business version of the event definition
"name" : "<string>", // I Name for this event definition (computer friendly)
"title" : "<string>", // Name for this event definition (human friendly)
"subtitle" : "<string>", // Subordinate title of the event definition
"status" : "<code>", // R! draft | active | retired | unknown
"experimental" : <boolean>, // For testing purposes, not real usage
// subject[x]: Type of individual the event definition is focused on. One of these 2:
"subjectCodeableConcept" : { CodeableConcept },
"subjectReference" : { Reference(Group) },
"date" : "<dateTime>", // Date last changed
"publisher" : "<string>", // Name of the publisher/steward (organization or individual)
"contact" : [{ ContactDetail }], // Contact details for the publisher
"description" : "<markdown>", // Natural language description of the event definition
"useContext" : [{ UsageContext }], // The context that the content is intended to support
"jurisdiction" : [{ CodeableConcept }], // Intended jurisdiction for event definition (if applicable)
"purpose" : "<markdown>", // Why this event definition is defined
"usage" : "<string>", // Describes the clinical usage of the event definition
"copyright" : "<markdown>", // Use and/or publishing restrictions
"approvalDate" : "<date>", // When the event definition was approved by publisher
"lastReviewDate" : "<date>", // When the event definition was last reviewed
"effectivePeriod" : { Period }, // When the event definition is expected to be used
"topic" : [{ CodeableConcept }], // E.g. Education, Treatment, Assessment, etc.
"author" : [{ ContactDetail }], // Who authored the content
"editor" : [{ ContactDetail }], // Who edited the content
"reviewer" : [{ ContactDetail }], // Who reviewed the content
"endorser" : [{ ContactDetail }], // Who endorsed the content
"relatedArtifact" : [{ RelatedArtifact }], // Additional documentation, citations, etc.
"trigger" : [{ TriggerDefinition }] // R! "when" the event occurs (multiple = 'or')
}
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> .[ a fhir:EventDefinition; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:EventDefinition.url [ uri ]; # 0..1 Canonical identifier for this event definition, represented as a URI (globally unique) fhir:EventDefinition.identifier [ Identifier ], ... ; # 0..* Additional identifier for the event definition fhir:EventDefinition.version [ string ]; # 0..1 Business version of the event definition fhir:EventDefinition.name [ string ]; # 0..1 I Name for this event definition (computer friendly) fhir:EventDefinition.title [ string ]; # 0..1 Name for this event definition (human friendly) fhir:EventDefinition.subtitle [ string ]; # 0..1 Subordinate title of the event definition fhir:EventDefinition.status [ code ]; # 1..1 draft | active | retired | unknown fhir:EventDefinition.experimental [ boolean ]; # 0..1 For testing purposes, not real usage # EventDefinition.subject[x] : 0..1 Type of individual the event definition is focused on. One of these 2 fhir:EventDefinition.subjectCodeableConcept [ CodeableConcept ] fhir:EventDefinition.subjectReference [ Reference(Group) ] fhir:EventDefinition.date [ dateTime ]; # 0..1 Date last changed fhir:EventDefinition.publisher [ string ]; # 0..1 Name of the publisher/steward (organization or individual) fhir:EventDefinition.contact [ ContactDetail ], ... ; # 0..* Contact details for the publisher fhir:EventDefinition.description [ markdown ]; # 0..1 Natural language description of the event definition fhir:EventDefinition.useContext [ UsageContext ], ... ; # 0..* The context that the content is intended to support fhir:EventDefinition.jurisdiction [ CodeableConcept ], ... ; # 0..* Intended jurisdiction for event definition (if applicable) fhir:EventDefinition.purpose [ markdown ]; # 0..1 Why this event definition is defined fhir:EventDefinition.usage [ string ]; # 0..1 Describes the clinical usage of the event definition fhir:EventDefinition.copyright [ markdown ]; # 0..1 Use and/or publishing restrictions fhir:EventDefinition.approvalDate [ date ]; # 0..1 When the event definition was approved by publisher fhir:EventDefinition.lastReviewDate [ date ]; # 0..1 When the event definition was last reviewed fhir:EventDefinition.effectivePeriod [ Period ]; # 0..1 When the event definition is expected to be used fhir:EventDefinition.topic [ CodeableConcept ], ... ; # 0..* E.g. Education, Treatment, Assessment, etc. fhir:EventDefinition.author [ ContactDetail ], ... ; # 0..* Who authored the content fhir:EventDefinition.editor [ ContactDetail ], ... ; # 0..* Who edited the content fhir:EventDefinition.reviewer [ ContactDetail ], ... ; # 0..* Who reviewed the content fhir:EventDefinition.endorser [ ContactDetail ], ... ; # 0..* Who endorsed the content fhir:EventDefinition.relatedArtifact [ RelatedArtifact ], ... ; # 0..* Additional documentation, citations, etc. fhir:EventDefinition.trigger [ TriggerDefinition ], ... ; # 1..* "when" the event occurs (multiple = 'or') ]
Changes since Release 4
| EventDefinition | |
| EventDefinition.subject[x] |
|
See the Full Difference for further information
Additional definitions: Master Definition XML + JSON, XML Schema/Schematron + JSON Schema, ShEx (for Turtle) , the spreadsheet version & the dependency analysis
| Path | Definition | Type | Reference |
|---|---|---|---|
| EventDefinition.status | The lifecycle status of an artifact. | Required | PublicationStatus |
| EventDefinition.subject[x] | All Resource Types that represent participant resources | Extensible | ParticipantResourceTypes |
| EventDefinition.jurisdiction | This value set defines a base set of codes for country, country subdivision and region for indicating where a resource is intended to be used. Note: The codes for countries and country subdivisions are taken from ISO 3166 | Extensible | JurisdictionValueSet |
| EventDefinition.topic | High-level categorization of the definition, used for searching, sorting, and filtering. | Example | DefinitionTopic |
| UniqueKey | Level | Location | Description | Expression |
cnl-0 | Warning | (base) | Name should be usable as an identifier for the module by machine processing applications such as code generation | name.exists() implies name.matches('[A-Z]([A-Za-z0-9_]){1,254}') |
cnl-1 | Warning | EventDefinition.url | URL should not contain | or # - these characters make processing canonical references problematic | url.matches('([^|#])*') |
Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
| Name | Type | Description | Expression | In Common |
| composed-of | reference | What resource is being referenced | EventDefinition.relatedArtifact.where(type='composed-of').resource (Any) | 6 Resources |
| context | token | A use context assigned to the event definition | (EventDefinition.useContext.value as CodeableConcept) | 30 Resources |
| context-quantity | quantity | A quantity- or range-valued use context assigned to the event definition | (EventDefinition.useContext.value as Quantity) | (EventDefinition.useContext.value as Range) | 30 Resources |
| context-type | token | A type of use context assigned to the event definition | EventDefinition.useContext.code | 30 Resources |
| context-type-quantity | composite | A use context type and quantity- or range-based value assigned to the event definition | On EventDefinition.useContext: context-type: code context-quantity: value.ofType(Quantity) | value.ofType(Range) | 30 Resources |
| context-type-value | composite | A use context type and value assigned to the event definition | On EventDefinition.useContext: context-type: code context: value.ofType(CodeableConcept) | 30 Resources |
| date | date | The event definition publication date | EventDefinition.date | 30 Resources |
| depends-on | reference | What resource is being referenced | EventDefinition.relatedArtifact.where(type='depends-on').resource (Any) | 6 Resources |
| derived-from | reference | What resource is being referenced | EventDefinition.relatedArtifact.where(type='derived-from').resource (Any) | 10 Resources |
| description | string | The description of the event definition | EventDefinition.description | 28 Resources |
| effective | date | The time during which the event definition is intended to be in use | EventDefinition.effectivePeriod | 12 Resources |
| identifier | token | External identifier for the event definition | EventDefinition.identifier | 28 Resources |
| jurisdiction | token | Intended jurisdiction for the event definition | EventDefinition.jurisdiction | 26 Resources |
| name | string | Computationally friendly name of the event definition | EventDefinition.name | 26 Resources |
| predecessor | reference | What resource is being referenced | EventDefinition.relatedArtifact.where(type='predecessor').resource (Any) | 10 Resources |
| publisher | string | Name of the publisher of the event definition | EventDefinition.publisher | 30 Resources |
| status | token | The current status of the event definition | EventDefinition.status | 34 Resources |
| successor | reference | What resource is being referenced | EventDefinition.relatedArtifact.where(type='successor').resource (Any) | 6 Resources |
| title | string | The human-friendly name of the event definition | EventDefinition.title | 27 Resources |
| topic | token | Topics associated with the module | EventDefinition.topic | 10 Resources |
| url | uri | The uri that identifies the event definition | EventDefinition.url | 33 Resources |
| version | token | The business version of the event definition | EventDefinition.version | 30 Resources |