0.1.0 - ci-build

eReferralMustSupport - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Message Event Code - TTL Representation

Draft as of 2024-08-15

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "message-event-code"] ; # 
  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: ValueSet message-event-code</b></p><a name=\"message-event-code\"> </a><a name=\"hcmessage-event-code\"> </a><a name=\"message-event-code-en-US\"> </a><ul><li>Include these codes as defined in <code>https://fhir.infoway-inforoute.ca/io/CA-eReC/CodeSystem/message-event-code</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>add-service-request</td><td>An EventCode used by an RMS Source to request that a new ServiceRequest be performed on the RMS Target</td></tr><tr><td>revoke-service-request</td><td>An EventCode used by an RMS Source to notify systems that ServiceRequest has been terminated and to request that the ServiceRequest and related information be removed</td></tr><tr><td>notify-add-service-request</td><td>An EventCode used by an RMS Source to notify systems other than the RMS Target that a new ServiceRequest has been created</td></tr><tr><td>notify-update-service-request</td><td>An EventCode used by an RMS Source to notify systems that a ServiceRequest or its status has been updated</td></tr><tr><td>notify-data-correction</td><td>An EventCode used by an RMS Target to notify systems it has corrected information in a ServiceRequest or related resource</td></tr><tr><td>notify-add-process-request</td><td>An EventCode used by an RMS Target to notify systems that it has created a Process Request Task for a user to perform a ServiceRequest</td></tr><tr><td>notify-update-process-request</td><td>An EventCode used by an RMS Target to notify systems that a Process Request Task, its status or related information has changed</td></tr><tr><td>notify-add-appointment</td><td>An EventCode used by an RMS Target to notify systems that an appointment has been created in response to a ServiceRequest.</td></tr><tr><td>add-communication</td><td>An EventCode used used by systems when sending a question or additional information related to a ServiceRequest</td></tr><tr><td>send-communication-from-requester</td><td>An EventCode used by an RMS Source when sending a question, requesting clarification, or for general communication related to a ServiceRequest.</td></tr><tr><td>send-communication-from-provider</td><td>An EventCode used by an RMS Target when sending a question, requesting information, or for general communication related to a ServiceRequest.</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.ca/fhir/eReferral/ValueSet/message-event-code"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "MessageEventCode"] ; # 
  fhir:title [ fhir:v "Message Event Code"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2024-08-15T11:24:57-06:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Example Publisher"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Example Publisher" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://example.org/example-publisher" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Code that identifies the event this message represents and connects it with its definition."] ; # 
  fhir:immutable [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://fhir.infoway-inforoute.ca/io/CA-eReC/CodeSystem/message-event-code"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "add-service-request" ] ;
fhir:display [ fhir:v "An EventCode used by an RMS Source to request that a new ServiceRequest be performed on the RMS Target" ]       ] [
fhir:code [ fhir:v "revoke-service-request" ] ;
fhir:display [ fhir:v "An EventCode used by an RMS Source to notify systems that ServiceRequest has been terminated and to request that the ServiceRequest and related information be removed" ]       ] [
fhir:code [ fhir:v "notify-add-service-request" ] ;
fhir:display [ fhir:v "An EventCode used by an RMS Source to notify systems other than the RMS Target that a new ServiceRequest has been created" ]       ] [
fhir:code [ fhir:v "notify-update-service-request" ] ;
fhir:display [ fhir:v "An EventCode used by an RMS Source to notify systems that a ServiceRequest or its status has been updated" ]       ] [
fhir:code [ fhir:v "notify-data-correction" ] ;
fhir:display [ fhir:v "An EventCode used by an RMS Target to notify systems it has corrected information in a ServiceRequest or related resource" ]       ] [
fhir:code [ fhir:v "notify-add-process-request" ] ;
fhir:display [ fhir:v "An EventCode used by an RMS Target to notify systems that it has created a Process Request Task for a user to perform a ServiceRequest" ]       ] [
fhir:code [ fhir:v "notify-update-process-request" ] ;
fhir:display [ fhir:v "An EventCode used by an RMS Target to notify systems that a Process Request Task, its status or related information has changed" ]       ] [
fhir:code [ fhir:v "notify-add-appointment" ] ;
fhir:display [ fhir:v "An EventCode used by an RMS Target to notify systems that an appointment has been created in response to a ServiceRequest." ]       ] [
fhir:code [ fhir:v "add-communication" ] ;
fhir:display [ fhir:v "An EventCode used used by systems when sending a question or additional information related to a ServiceRequest" ]       ] [
fhir:code [ fhir:v "send-communication-from-requester" ] ;
fhir:display [ fhir:v "An EventCode used by an RMS Source when sending a question, requesting clarification, or for general communication related to a ServiceRequest." ]       ] [
fhir:code [ fhir:v "send-communication-from-provider" ] ;
fhir:display [ fhir:v "An EventCode used by an RMS Target when sending a question, requesting information, or for general communication related to a ServiceRequest." ]       ] )     ] )
  ] . #