Release 4 5 Ballot

This page is part of the FHIR Specification (v4.0.1: R4 (v5.0.0-ballot: R5 Ballot - Mixed Normative and STU see ballot notes ) in it's permanent home (it will always be available at this URL). ). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions

Using Codes Code Systems Value Sets Concept Maps Identifier Systems 4.4.2.18 HL7 v3 Code System triggerEventID

Example Provenance/example-delete (Turtle)

External Title:
Vocabulary Security Work Group   Maturity Level : N/A Use Context Standards Status : Any This code system (http://terminology.hl7.org/CodeSystem/v3-triggerEventID) is defined as part of HL7 v3. Summary Defining URL: http://terminology.hl7.org/CodeSystem/v3-triggerEventID Version: Informative 2018-08-12 Name: Compartments : Device , Patient , Practitioner , RelatedPerson v3.triggerEventID
v3 Code System triggerEventID

This Code system is used in the following value sets: ValueSet: v3 Code System triggerEventID Raw Turtle ( Description: This code system contains all HL7 artifacts of type TE (Trigger Event) that are created by HL7 or its affiliates or their designates using the realm namespacing rules approved by HL7. Local implementations who create trigger events outside (+ also see Turtle/RDF Format Specification )

Provenance of these namespacing rules, (e.g. using the ZZ realm code) must register their own code system. The specific list a delete of legal codes can be found by consulting a codeSystem.


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

[a fhir:Provenance;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "example-delete"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Provenance</b><a name=\"example-delete\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Provenance &quot;example-delete&quot; </p></div><p><b>target</b>: <a href=\"broken-link.html\">http://terminology.hl7.org/CodeSystem/location-physical-type/_history/3</a></p><p><b>recorded</b>: 27/06/2015 8:39:24 AM</p><h3>Authorizations</h3><table class=\"grid\"><tr><td>-</td><td><b>Concept</b></td></tr><tr><td>*</td><td>metadata management <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ActReason.html\">ActReason</a>#METAMGT)</span></td></tr></table><p><b>activity</b>: delete <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-DataOperation.html\">DataOperation</a>#DELETE)</span></p><h3>Agents</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Who</b></td></tr><tr><td>*</td><td>Author <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-provenance-participant-type.html\">Provenance participant type</a>#author)</span></td><td><span>: Brian Postlethwaite</span></td></tr></table><h3>Entities</h3><table class=\"grid\"><tr><td>-</td><td><b>Role</b></td><td><b>What</b></td></tr><tr><td>*</td><td>source</td><td><a href=\"broken-link.html\">http://terminology.hl7.org/CodeSystem/location-physical-type/_history/3</a></td></tr></table></div>"
  ];
  fhir:Provenance.target [
     fhir:index 0;
     fhir:link <http://terminology.hl7.org/CodeSystem/location-physical-type/_history/3>;
     fhir:Reference.reference [ fhir:value "http://terminology.hl7.org/CodeSystem/location-physical-type/_history/3" ]
  ];
  fhir:Provenance.recorded [ fhir:value "2015-06-27T08:39:24+10:00"^^xsd:dateTime];
  fhir:Provenance.authorization [
     fhir:index 0;
     fhir:CodeableReference.concept [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActReason" ];
         fhir:Coding.code [ fhir:value "METAMGT" ]
       ]
     ]
  ];
  fhir:Provenance.activity [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-DataOperation" ];
       fhir:Coding.code [ fhir:value "DELETE" ]
     ]
  ];
  fhir:Provenance.agent [
     fhir:index 0;
     fhir:Provenance.agent.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/provenance-participant-type" ];
         fhir:Coding.code [ fhir:value "author" ]
       ]
     ];
     fhir:Provenance.agent.who [
       fhir:Reference.display [ fhir:value "Brian Postlethwaite" ]
     ]
  ];
  fhir:Provenance.entity [
     fhir:index 0;
     fhir:Provenance.entity.role [ fhir:value "source" ];
     fhir:Provenance.entity.what [
       fhir:link <http://terminology.hl7.org/CodeSystem/location-physical-type/_history/3>;
       fhir:Reference.reference [ fhir:value "http://terminology.hl7.org/CodeSystem/location-physical-type/_history/3" ]
     ]
  ]] .

# - ontology header ------------------------------------------------------------

[a owl:Ontology;
  owl:imports fhir:fhir.ttl] .

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the HL7 publications (editions, ballots, implementation guides, etc.) published by HL7 Inc. examples are correct and by useful, but they are not a normative part of the various HL7 affiliates and their designates. Codes shall be expressed in upper case, with separator as shown in HL7 publications with no version id. E.g. PORX_TE123456UV.) 4.4.2.18.1 Code System Content Release Date: 2018-08-12 specification.

Level Code Display Definition 1 POLB_TE004000UV Result Status Description: 1 POLB_TE004001UV Result Confirm Description: 1 POLB_TE004002UV Result Reject Description: 1 POLB_TE004007UV Result Tracking Description: 1 POLB_TE004100UV Result in Progress Description: 1 POLB_TE004102UV Result Activate Description: 1 POLB_TE004200UV Result Complete with Fulfillment Description: 1 POLB_TE004201UV Result Corrected Description: 1 POLB_TE004202UV Result Complete Description: 1 POLB_TE004301UV Result Abort Description: 1 POLB_TE004500UV Result Nullify Description:
try { var currentTabIndex = sessionStorage.getItem('fhir-cslang-tab-index'); } catch(exception){ } if (!currentTabIndex) currentTabIndex = '0'; $( '#tabs' ).tabs({ active: currentTabIndex, activate: function( event, ui ) { var active = $('.selector').tabs('option', 'active'); currentTabIndex = ui.newTab.index(); document.activeElement.blur(); try { sessionStorage.setItem('fhir-cslang-tab-index', currentTabIndex); } catch(exception){ } } });