FHIR Cross-Version Extensions package for FHIR R4B from FHIR R4
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4B from FHIR R4 - Version 0.0.1-snapshot-2. See the Directory of published versions

: TriggerType - TTL Representation

Page standards status: Informative Maturity Level: 5

Raw ttl | Download


@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\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem trigger-type</b></p><a name=\"trigger-type\"> </a><a name=\"hctrigger-type\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/trigger-type</code> defines the following codes in an undefined hierarchy:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>1</td><td style=\"white-space:nowrap\">named-event<a name=\"trigger-type-named-event\"> </a></td><td>Named Event</td><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></tr><tr><td>1</td><td style=\"white-space:nowrap\">periodic<a name=\"trigger-type-periodic\"> </a></td><td>Periodic</td><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></tr><tr><td>1</td><td style=\"white-space:nowrap\">data-changed<a name=\"trigger-type-data-changed\"> </a></td><td>Data Changed</td><td>The trigger occurs whenever data of a particular type is changed in any way, either added, modified, or removed.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  data-added<a name=\"trigger-type-data-added\"> </a></td><td>Data Added</td><td>The trigger occurs whenever data of a particular type is added.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  data-modified<a name=\"trigger-type-data-modified\"> </a></td><td>Data Updated</td><td>The trigger occurs whenever data of a particular type is modified.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  data-removed<a name=\"trigger-type-data-removed\"> </a></td><td>Data Removed</td><td>The trigger occurs whenever data of a particular type is removed.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">data-accessed<a name=\"trigger-type-data-accessed\"> </a></td><td>Data Accessed</td><td>The trigger occurs whenever data of a particular type is accessed.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">data-access-ended<a name=\"trigger-type-data-access-ended\"> </a></td><td>Data Access Ended</td><td>The trigger occurs whenever access to data of a particular type is completed.</td></tr></table></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-r4.r4b"       ]     ] [
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 "4.0.1"] ; # 
  fhir:name [ fhir:v "TriggerType"] ; # 
  fhir:title [ fhir:v "TriggerType"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2019-11-01T08:29:23+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.3.0"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/trigger-type|4.3.0>
  ] ; # 
  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." ]
  ] ) . #