FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions
Page standards status: Informative | Maturity Level: 5 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "trigger-type"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system \n <code>http://hl7.org/fhir/trigger-type</code> defines the following codes:\n </p>\n <table class=\"codes\">\n <tr>\n <td>\n <b>Lvl</b>\n </td>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td>1</td>\n <td style=\"white-space:nowrap\">named-event\n <a name=\"trigger-type-named-event\"> </a>\n </td>\n <td>Named Event</td>\n <td>The trigger occurs in response to a specific named event, and no other information about the trigger is specified. Named events are completely pre-coordinated, and the formal semantics of the trigger are not provided.</td>\n </tr>\n <tr>\n <td>1</td>\n <td style=\"white-space:nowrap\">periodic\n <a name=\"trigger-type-periodic\"> </a>\n </td>\n <td>Periodic</td>\n <td>The trigger occurs at a specific time or periodically as described by a timing or schedule. A periodic event cannot have any data elements, but may have a name assigned as a shorthand for the event.</td>\n </tr>\n <tr>\n <td>1</td>\n <td style=\"white-space:nowrap\">data-changed\n <a name=\"trigger-type-data-changed\"> </a>\n </td>\n <td>Data Changed</td>\n <td>The trigger occurs whenever data of a particular type is changed in any way, either added, modified, or removed.</td>\n </tr>\n <tr>\n <td>2</td>\n <td style=\"white-space:nowrap\"> data-added\n <a name=\"trigger-type-data-added\"> </a>\n </td>\n <td>Data Added</td>\n <td>The trigger occurs whenever data of a particular type is added.</td>\n </tr>\n <tr>\n <td>2</td>\n <td style=\"white-space:nowrap\"> data-modified\n <a name=\"trigger-type-data-modified\"> </a>\n </td>\n <td>Data Updated</td>\n <td>The trigger occurs whenever data of a particular type is modified.</td>\n </tr>\n <tr>\n <td>2</td>\n <td style=\"white-space:nowrap\"> data-removed\n <a name=\"trigger-type-data-removed\"> </a>\n </td>\n <td>Data Removed</td>\n <td>The trigger occurs whenever data of a particular type is removed.</td>\n </tr>\n <tr>\n <td>1</td>\n <td style=\"white-space:nowrap\">data-accessed\n <a name=\"trigger-type-data-accessed\"> </a>\n </td>\n <td>Data Accessed</td>\n <td>The trigger occurs whenever data of a particular type is accessed.</td>\n </tr>\n <tr>\n <td>1</td>\n <td style=\"white-space:nowrap\">data-access-ended\n <a name=\"trigger-type-data-access-ended\"> </a>\n </td>\n <td>Data Access Ended</td>\n <td>The trigger occurs whenever access to data of a particular type is completed.</td>\n </tr>\n </table>\n </div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "informative" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 5 ]
] [
( fhir:extension [
fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
fhir:value [
a fhir:id ;
fhir:v "hl7.fhir.uv.xver-r5.r4" ] ] [
fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "0.0.1-snapshot-2" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "fhir" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/trigger-type"^^xsd:anyURI] ; #
fhir:version [ fhir:v "5.0.0"] ; #
fhir:name [ fhir:v "TriggerType"] ; #
fhir:title [ fhir:v "TriggerType"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2023-03-26T14:21:02+10:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "FHIR Infrastructure"] ; #
fhir:contact ( [
fhir:name [ fhir:v "FHIR Infrastructure" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ] ] )
] ) ; #
fhir:description [ fhir:v "The type of trigger."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/trigger-type|4.0.1"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/trigger-type|4.0.1>
] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "named-event" ] ;
fhir:display [ fhir:v "Named Event" ] ;
fhir:definition [ fhir:v "The trigger occurs in response to a specific named event, and no other information about the trigger is specified. Named events are completely pre-coordinated, and the formal semantics of the trigger are not provided." ]
] [
fhir:code [ fhir:v "periodic" ] ;
fhir:display [ fhir:v "Periodic" ] ;
fhir:definition [ fhir:v "The trigger occurs at a specific time or periodically as described by a timing or schedule. A periodic event cannot have any data elements, but may have a name assigned as a shorthand for the event." ]
] [
fhir:code [ fhir:v "data-changed" ] ;
fhir:display [ fhir:v "Data Changed" ] ;
fhir:definition [ fhir:v "The trigger occurs whenever data of a particular type is changed in any way, either added, modified, or removed." ] ;
( fhir:concept [
fhir:code [ fhir:v "data-added" ] ;
fhir:display [ fhir:v "Data Added" ] ;
fhir:definition [ fhir:v "The trigger occurs whenever data of a particular type is added." ] ] [
fhir:code [ fhir:v "data-modified" ] ;
fhir:display [ fhir:v "Data Updated" ] ;
fhir:definition [ fhir:v "The trigger occurs whenever data of a particular type is modified." ] ] [
fhir:code [ fhir:v "data-removed" ] ;
fhir:display [ fhir:v "Data Removed" ] ;
fhir:definition [ fhir:v "The trigger occurs whenever data of a particular type is removed." ] ] )
] [
fhir:code [ fhir:v "data-accessed" ] ;
fhir:display [ fhir:v "Data Accessed" ] ;
fhir:definition [ fhir:v "The trigger occurs whenever data of a particular type is accessed." ]
] [
fhir:code [ fhir:v "data-access-ended" ] ;
fhir:display [ fhir:v "Data Access Ended" ] ;
fhir:definition [ fhir:v "The trigger occurs whenever access to data of a particular type is completed." ]
] ) . #
IG © 2025+ FHIR Infrastructure. Package hl7.fhir.uv.xver-r5.r4#0.0.1-snapshot-2 based on FHIR 4.0.1. Generated 2025-09-13
Links: Table of Contents |
QA Report
| Version History |
|
History