HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
2.1.1 - STU 2.1.1 United States of America flag

HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/case-reporting/ and changes regularly. See the Directory of published versions

: US Public Health TriggerDefinition Named Events - TTL Representation

Active as of 2020-09-06

Raw ttl | Download

@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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "us-ph-triggerdefinition-namedevents"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "8" ] ;
fhir:lastUpdated [ fhir:v "2021-08-04T15:52:33.158+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#3Te0anOrvocKgcow"^^xsd:anyURI ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-codesystem"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-codesystem>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-triggerdefinition-namedevents</code> defines the following codes in a Is-A heirarchy:</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\">encounter-change<a name=\"us-ph-triggerdefinition-namedevents-encounter-change\"> </a></td><td>Indicates a change in the patient's encounter records</td><td>Indicates a change in the patient's encounter records which includes starting an encounter, closing an encounter, modifying data elements of an encounter. Encounter change events would be triggered by monitoring the Encounter resource.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  encounter-start<a name=\"us-ph-triggerdefinition-namedevents-encounter-start\"> </a></td><td>Indicates the start of an encounter</td><td>Indicates the start of an encounter, where in encounter.period.low is populated with the start time.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  encounter-close<a name=\"us-ph-triggerdefinition-namedevents-encounter-close\"> </a></td><td>Indicates the close of an encounter</td><td>Indicates the closure of an encounter, where in encounter.period.high is populated with the end time.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  encounter-modified<a name=\"us-ph-triggerdefinition-namedevents-encounter-modified\"> </a></td><td>Indicates modifications to data elements of an encounter</td><td>Indicates changes to encounter codes, times, reason codes, diagnosis, discharge dispositions, locations etc.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">diagnosis-change<a name=\"us-ph-triggerdefinition-namedevents-diagnosis-change\"> </a></td><td>Indicates a change in the patient's diagnosis</td><td>Indicates a change in the patient's diagnosis and it includes new diagnosis or modifications to existing diagnosis. Diagnosis change events would be triggered by monitoring the Condition resource.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  new-diagnosis<a name=\"us-ph-triggerdefinition-namedevents-new-diagnosis\"> </a></td><td>New Diagnosis added</td><td>Indicates that a new diagnosis has been added to the patient's chart in the EHR</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  modified-diagnosis<a name=\"us-ph-triggerdefinition-namedevents-modified-diagnosis\"> </a></td><td>Existing Diagnosis record has been modified</td><td>Indicates that an existing diagnosis record in the patient's chart has been modified. Sometimes this is equivalent to removing an existing diagnosis record (which may have been entered in error) and adding a new diagnosis record.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">medication-change<a name=\"us-ph-triggerdefinition-namedevents-medication-change\"> </a></td><td>Indicates a change in the patient's medications</td><td>Indicates a change in the patient's medications and it includes changes to Administered medications or Requested medications or Dispensed medications. Medication change events would be triggered by monitoring the MedicationRequest, MedicationDispense, MedicationStatement and MedicationAdministration resources.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  new-medication<a name=\"us-ph-triggerdefinition-namedevents-new-medication\"> </a></td><td>New Medication added</td><td>Indicates that a new MedicationRequest or MedicationDispense or MedicationAdministered or MedicationStatement has been added to the patient's chart in the EHR</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  modified-medication<a name=\"us-ph-triggerdefinition-namedevents-modified-medication\"> </a></td><td>Existing Medication record has been modified</td><td>Indicates that an existing medication record in the patient's chart has been modified. Sometimes this is equivalent to removing an existing medication record (which may have been entered in error) and adding a new medication record.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">labresult-change<a name=\"us-ph-triggerdefinition-namedevents-labresult-change\"> </a></td><td>Indicates a change in the patient's labresults</td><td>Indicates a change in the patient's lab results and it includes new lab results or modifications to existing lab results. Changes to lab results could be because of change in the lab result values, lab test names, times or other data elements of the Observation resource where the category is laboratory. LabResult events would be triggered by monitoring the Observation resource with an Observation.category=laboratory.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  new-labresult<a name=\"us-ph-triggerdefinition-namedevents-new-labresult\"> </a></td><td>New Lab Result added</td><td>Indicates that a new Lab Result has been added to the patient's chart in the EHR</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  modified-labresult<a name=\"us-ph-triggerdefinition-namedevents-modified-labresult\"> </a></td><td>Existing Lab Result record has been modified</td><td>Indicates that an existing lab result record in the patient's chart has been modified. Sometimes this is equivalent to removing an existing lab result record (which may have been entered in error) and adding a new lab result record. Changes to lab results could be because of change in the lab result values, lab test names, times or other data elements of the Observation resource where the category is laboratory.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">order-change<a name=\"us-ph-triggerdefinition-namedevents-order-change\"> </a></td><td>Indicates a change in the patient's orders</td><td>Indicates a change in the patient's orders and it includes new or modified ServiceRequests. Order change events would be triggered by monitoring the ServiceRequest resource.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  new-order<a name=\"us-ph-triggerdefinition-namedevents-new-order\"> </a></td><td>New Order added</td><td>Indicates that a new ServiceRequest has been added to the patient's chart in the EHR</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  modified-order<a name=\"us-ph-triggerdefinition-namedevents-modified-order\"> </a></td><td>Existing Order record has been modified</td><td>Indicates that an existing ServiceRequest record in the patient's chart has been modified. Sometimes this is equivalent to removing an existing ServiceRequest record (which may have been entered in error) and adding a new ServiceRequest record.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">procedure-change<a name=\"us-ph-triggerdefinition-namedevents-procedure-change\"> </a></td><td>Indicates a change in the patient's procedures</td><td>Indicates a change in the patient's procedures and it includes new procedures or modifications to existing procedures. Procedure events would be triggered by monitoring the Procedure resource.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  new-procedure<a name=\"us-ph-triggerdefinition-namedevents-new-procedure\"> </a></td><td>New Procedure added</td><td>Indicates that a new procedure has been added to the patient's chart in the EHR</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  modified-procedure<a name=\"us-ph-triggerdefinition-namedevents-modified-procedure\"> </a></td><td>Existing Procedure record has been modified</td><td>Indicates that an existing procedure record in the patient's chart has been modified. Sometimes this is equivalent to removing an existing procedure record (which may have been entered in error) and adding a new procedure record.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">immunization-change<a name=\"us-ph-triggerdefinition-namedevents-immunization-change\"> </a></td><td>Indicates a change in the patient's immunizations</td><td>Indicates a change in the patient's immunization and it includes new immunizations or modifications to existing immunization records. Immunization change events would be triggered by monitoring the Immunization resource.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  new-immunization<a name=\"us-ph-triggerdefinition-namedevents-new-immunization\"> </a></td><td>New Immunization added</td><td>Indicates that a new immunization has been added to the patient's chart in the EHR</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  modified-immunization<a name=\"us-ph-triggerdefinition-namedevents-modified-immunization\"> </a></td><td>Existing immunization record has been modified</td><td>Indicates that an existing immunization record in the patient's chart has been modified. Sometimes this is equivalent to removing an existing immunization record (which may have been entered in error) and adding a new immunization record.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">demographic-change<a name=\"us-ph-triggerdefinition-namedevents-demographic-change\"> </a></td><td>Indicates change in patient demographics</td><td>Indicates that the Patient demographic attributes such as Date of Birth, Race, Ethnicity, Deceased date, Address, Telecom, Names have changed. Demographic change events would be triggered by monitoring the Patient resource.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">received-public-health-report<a name=\"us-ph-triggerdefinition-namedevents-received-public-health-report\"> </a></td><td>Indicates receipt of a public health report</td><td>Indicates that a public health report was submitted and received by a specific system. This event could trigger downstream processing and hence is designated as a named event.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">received-public-health-response<a name=\"us-ph-triggerdefinition-namedevents-received-public-health-response\"> </a></td><td>Indicates receipt of a public health response for a submitted public health report</td><td>Indicates that a public health response was received by a specific system for an already submitted public health report. This event could trigger downstream processing and hence is designated as a named event.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">manual-notification<a name=\"us-ph-triggerdefinition-namedevents-manual-notification\"> </a></td><td>A Practitioner or their representatives notify the application about change in patient data</td><td>In some cases where automated notifications are not supported, a practitioner or their representative can initiate the public health report processing by notifying the application about change in a patient's data.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">timer-event<a name=\"us-ph-triggerdefinition-namedevents-timer-event\"> </a></td><td>A Timer is setup to kick off processing.</td><td>Indicates a timer based approach to start processing.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  periodic-timer<a name=\"us-ph-triggerdefinition-namedevents-periodic-timer\"> </a></td><td>Setup Periodic Timer</td><td>Indicates that processing must be performed periodically based on a specified duration.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  absolute-timer<a name=\"us-ph-triggerdefinition-namedevents-absolute-timer\"> </a></td><td>Setup Absolute Timer</td><td>Indicates that processing must be performed at a specific time.</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "pher" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-triggerdefinition-namedevents"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.1.1"] ; # 
  fhir:name [ fhir:v "USPublicHealthTriggerDefinitionNamedEvents"] ; # 
  fhir:title [ fhir:v "US Public Health TriggerDefinition NamedEvents"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2020-09-06"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International / Public Health"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Public Health" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pher" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The US Public Health TriggerDefinition NamedEvents CodeSystem is a 'starter set' of codes supported for identifying named events to subscribe to in clinical workflows."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ]     ] ) ;
fhir:text [ fhir:v "United States of America" ]
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:valueSet [
fhir:v "http://hl7.org/fhir/us/ecr/ValueSet/us-ph-triggerdefinition-namedevent"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ecr/ValueSet/us-ph-triggerdefinition-namedevent>
  ] ; # 
  fhir:hierarchyMeaning [ fhir:v "is-a"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "29"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "encounter-change" ] ;
fhir:display [ fhir:v "Indicates a change in the patient's encounter records" ] ;
fhir:definition [ fhir:v "Indicates a change in the patient's encounter records which includes starting an encounter, closing an encounter, modifying data elements of an encounter. Encounter change events would be triggered by monitoring the Encounter resource." ] ;
    ( fhir:concept [
fhir:code [ fhir:v "encounter-start" ] ;
fhir:display [ fhir:v "Indicates the start of an encounter" ] ;
fhir:definition [ fhir:v "Indicates the start of an encounter, where in encounter.period.low is populated with the start time." ]     ] [
fhir:code [ fhir:v "encounter-close" ] ;
fhir:display [ fhir:v "Indicates the close of an encounter" ] ;
fhir:definition [ fhir:v "Indicates the closure of an encounter, where in encounter.period.high is populated with the end time." ]     ] [
fhir:code [ fhir:v "encounter-modified" ] ;
fhir:display [ fhir:v "Indicates modifications to data elements of an encounter" ] ;
fhir:definition [ fhir:v "Indicates changes to encounter codes, times, reason codes, diagnosis, discharge dispositions, locations etc." ]     ] )
  ] [
fhir:code [ fhir:v "diagnosis-change" ] ;
fhir:display [ fhir:v "Indicates a change in the patient's diagnosis" ] ;
fhir:definition [ fhir:v "Indicates a change in the patient's diagnosis and it includes new diagnosis or modifications to existing diagnosis. Diagnosis change events would be triggered by monitoring the Condition resource." ] ;
    ( fhir:concept [
fhir:code [ fhir:v "new-diagnosis" ] ;
fhir:display [ fhir:v "New Diagnosis added" ] ;
fhir:definition [ fhir:v "Indicates that a new diagnosis has been added to the patient's chart in the EHR" ]     ] [
fhir:code [ fhir:v "modified-diagnosis" ] ;
fhir:display [ fhir:v "Existing Diagnosis record has been modified" ] ;
fhir:definition [ fhir:v "Indicates that an existing diagnosis record in the patient's chart has been modified. Sometimes this is equivalent to removing an existing diagnosis record (which may have been entered in error) and adding a new diagnosis record." ]     ] )
  ] [
fhir:code [ fhir:v "medication-change" ] ;
fhir:display [ fhir:v "Indicates a change in the patient's medications" ] ;
fhir:definition [ fhir:v "Indicates a change in the patient's medications and it includes changes to Administered medications or Requested medications or Dispensed medications. Medication change events would be triggered by monitoring the MedicationRequest, MedicationDispense, MedicationStatement and MedicationAdministration resources." ] ;
    ( fhir:concept [
fhir:code [ fhir:v "new-medication" ] ;
fhir:display [ fhir:v "New Medication added" ] ;
fhir:definition [ fhir:v "Indicates that a new MedicationRequest or MedicationDispense or MedicationAdministered or MedicationStatement has been added to the patient's chart in the EHR" ]     ] [
fhir:code [ fhir:v "modified-medication" ] ;
fhir:display [ fhir:v "Existing Medication record has been modified" ] ;
fhir:definition [ fhir:v "Indicates that an existing medication record in the patient's chart has been modified. Sometimes this is equivalent to removing an existing medication record (which may have been entered in error) and adding a new medication record." ]     ] )
  ] [
fhir:code [ fhir:v "labresult-change" ] ;
fhir:display [ fhir:v "Indicates a change in the patient's labresults" ] ;
fhir:definition [ fhir:v "Indicates a change in the patient's lab results and it includes new lab results or modifications to existing lab results. Changes to lab results could be because of change in the lab result values, lab test names, times or other data elements of the Observation resource where the category is laboratory. LabResult events would be triggered by monitoring the Observation resource with an Observation.category=laboratory." ] ;
    ( fhir:concept [
fhir:code [ fhir:v "new-labresult" ] ;
fhir:display [ fhir:v "New Lab Result added" ] ;
fhir:definition [ fhir:v "Indicates that a new Lab Result has been added to the patient's chart in the EHR" ]     ] [
fhir:code [ fhir:v "modified-labresult" ] ;
fhir:display [ fhir:v "Existing Lab Result record has been modified" ] ;
fhir:definition [ fhir:v "Indicates that an existing lab result record in the patient's chart has been modified. Sometimes this is equivalent to removing an existing lab result record (which may have been entered in error) and adding a new lab result record. Changes to lab results could be because of change in the lab result values, lab test names, times or other data elements of the Observation resource where the category is laboratory." ]     ] )
  ] [
fhir:code [ fhir:v "order-change" ] ;
fhir:display [ fhir:v "Indicates a change in the patient's orders" ] ;
fhir:definition [ fhir:v "Indicates a change in the patient's orders and it includes new or modified ServiceRequests. Order change events would be triggered by monitoring the ServiceRequest resource." ] ;
    ( fhir:concept [
fhir:code [ fhir:v "new-order" ] ;
fhir:display [ fhir:v "New Order added" ] ;
fhir:definition [ fhir:v "Indicates that a new ServiceRequest has been added to the patient's chart in the EHR" ]     ] [
fhir:code [ fhir:v "modified-order" ] ;
fhir:display [ fhir:v "Existing Order record has been modified" ] ;
fhir:definition [ fhir:v "Indicates that an existing ServiceRequest record in the patient's chart has been modified. Sometimes this is equivalent to removing an existing ServiceRequest record (which may have been entered in error) and adding a new ServiceRequest record." ]     ] )
  ] [
fhir:code [ fhir:v "procedure-change" ] ;
fhir:display [ fhir:v "Indicates a change in the patient's procedures" ] ;
fhir:definition [ fhir:v "Indicates a change in the patient's procedures and it includes new procedures or modifications to existing procedures. Procedure events would be triggered by monitoring the Procedure resource." ] ;
    ( fhir:concept [
fhir:code [ fhir:v "new-procedure" ] ;
fhir:display [ fhir:v "New Procedure added" ] ;
fhir:definition [ fhir:v "Indicates that a new procedure has been added to the patient's chart in the EHR" ]     ] [
fhir:code [ fhir:v "modified-procedure" ] ;
fhir:display [ fhir:v "Existing Procedure record has been modified" ] ;
fhir:definition [ fhir:v "Indicates that an existing procedure record in the patient's chart has been modified. Sometimes this is equivalent to removing an existing procedure record (which may have been entered in error) and adding a new procedure record." ]     ] )
  ] [
fhir:code [ fhir:v "immunization-change" ] ;
fhir:display [ fhir:v "Indicates a change in the patient's immunizations" ] ;
fhir:definition [ fhir:v "Indicates a change in the patient's immunization and it includes new immunizations or modifications to existing immunization records. Immunization change events would be triggered by monitoring the Immunization resource." ] ;
    ( fhir:concept [
fhir:code [ fhir:v "new-immunization" ] ;
fhir:display [ fhir:v "New Immunization added" ] ;
fhir:definition [ fhir:v "Indicates that a new immunization has been added to the patient's chart in the EHR" ]     ] [
fhir:code [ fhir:v "modified-immunization" ] ;
fhir:display [ fhir:v "Existing immunization record has been modified" ] ;
fhir:definition [ fhir:v "Indicates that an existing immunization record in the patient's chart has been modified. Sometimes this is equivalent to removing an existing immunization record (which may have been entered in error) and adding a new immunization record." ]     ] )
  ] [
fhir:code [ fhir:v "demographic-change" ] ;
fhir:display [ fhir:v "Indicates change in patient demographics" ] ;
fhir:definition [ fhir:v "Indicates that the Patient demographic attributes such as Date of Birth, Race, Ethnicity, Deceased date, Address, Telecom, Names have changed. Demographic change events would be triggered by monitoring the Patient resource." ]
  ] [
fhir:code [ fhir:v "received-public-health-report" ] ;
fhir:display [ fhir:v "Indicates receipt of a public health report" ] ;
fhir:definition [ fhir:v "Indicates that a public health report was submitted and received by a specific system. This event could trigger downstream processing and hence is designated as a named event." ]
  ] [
fhir:code [ fhir:v "received-public-health-response" ] ;
fhir:display [ fhir:v "Indicates receipt of a public health response for a submitted public health report" ] ;
fhir:definition [ fhir:v "Indicates that a public health response was received by a specific system for an already submitted public health report. This event could trigger downstream processing and hence is designated as a named event." ]
  ] [
fhir:code [ fhir:v "manual-notification" ] ;
fhir:display [ fhir:v "A Practitioner or their representatives notify the application about change in patient data" ] ;
fhir:definition [ fhir:v "In some cases where automated notifications are not supported, a practitioner or their representative can initiate the public health report processing by notifying the application about change in a patient's data." ]
  ] [
fhir:code [ fhir:v "timer-event" ] ;
fhir:display [ fhir:v "A Timer is setup to kick off processing." ] ;
fhir:definition [ fhir:v "Indicates a timer based approach to start processing." ] ;
    ( fhir:concept [
fhir:code [ fhir:v "periodic-timer" ] ;
fhir:display [ fhir:v "Setup Periodic Timer" ] ;
fhir:definition [ fhir:v "Indicates that processing must be performed periodically based on a specified duration." ]     ] [
fhir:code [ fhir:v "absolute-timer" ] ;
fhir:display [ fhir:v "Setup Absolute Timer" ] ;
fhir:definition [ fhir:v "Indicates that processing must be performed at a specific time." ]     ] )
  ] ) . #